Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4a4600a

Browse files
committed
Update README_ja.md
1 parent 88424cf commit 4a4600a

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

‎README_ja.md‎

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,36 @@
1414
![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell)
1515

1616

17+
## 演習
18+
19+
| インデックス | 名前 | 難易度 | 練習 |
20+
|----------------|----------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------------|
21+
| 01 | 📖 🟢 Linux 入門 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-getting-started-with-linux-446315'>ラボを開始</a> |
22+
| 02 | 🎯 🟢 個性化された端末の挨拶を作成する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-create-personalized-terminal-greeting-446322'>チャレンジを開始</a> |
23+
| 03 | 📖 🟢 Linux の基本ファイル操作 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-basic-file-operations-in-linux-18001'>ラボを開始</a> |
24+
| 04 | 📖 🟢 Linux コマンドのヘルプを得る | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-get-help-on-linux-commands-18000'>ラボを開始</a> |
25+
| 05 | 🎯 🟢 ファイルの削除と移動 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-delete-and-move-files-7777'>チャレンジを開始</a> |
26+
| 06 | 📖 🟢 Linux のユーザーグループとファイル権限 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-linux-user-group-and-file-permissions-18002'>ラボを開始</a> |
27+
| 07 | 🎯 🟢 新しいユーザーとグループの追加 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-add-new-user-and-group-17987'>チャレンジを開始</a> |
28+
| 08 | 📖 🟢 ファイルとディレクトリの操作 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-file-and-directory-operations-17997'>ラボを開始</a> |
29+
| 09 | 🎯 🟢 ファイルを見つける | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-find-a-file-17993'>チャレンジを開始</a> |
30+
| 10 | 📖 🟢 Linux の環境変数 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-environment-variables-in-linux-385274'>ラボを開始</a> |
31+
| 11 | 🎯 🔵 Linux 環境変数の設定 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-configure-linux-environment-variables-437861'>チャレンジを開始</a> |
32+
| 12 | 📖 🔵 ファイルのパッケージ化と圧縮 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-file-packaging-and-compression-385413'>ラボを開始</a> |
33+
| 13 | 🎯 🔵 システムログのバックアップ | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-backup-system-log-17989'>チャレンジを開始</a> |
34+
| 14 | 📖 🔵 ファイルシステムとディスク管理 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-file-system-and-disk-management-17999'>ラボを開始</a> |
35+
| 15 | 🎯 🔵 ディスク使用状況の分析 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-analyzing-disk-usage-7775'>チャレンジを開始</a> |
36+
| 16 | 📖 🟢 シーケンス制御とパイプライン | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-sequence-control-and-pipeline-17994'>ラボを開始</a> |
37+
| 17 | 🎯 🔵 宇宙戦データパイプライン | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-space-battle-data-pipeline-385343'>チャレンジを開始</a> |
38+
| 18 | 📖 🔵 シンプルなテキスト処理 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-simple-text-processing-18004'>ラボを開始</a> |
39+
| 19 | 🎯 🔵 PATH ディレクトリの分析 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-analyzing-path-directories-385344'>チャレンジを開始</a> |
40+
| 20 | 📖 🔵 データストリームのリダイレクト | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-data-stream-redirection-17995'>ラボを開始</a> |
41+
| 21 | 🎯 🔵 コマンド履歴の分析 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-analyze-historical-commands-17988'>チャレンジを開始</a> |
42+
| 22 | 📖 🔵 テキスト処理と正規表現 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-text-processing-and-regular-expressions-18003'>ラボを開始</a> |
43+
| 23 | 🎯 🔵 メールアドレスと数字の抽出 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-extracting-mails-and-numbers-17991'>チャレンジを開始</a> |
44+
| 24 | 📖 🔵 Linux でのソフトウェアインストール | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-software-installation-on-linux-18005'>ラボを開始</a> |
45+
| 25 | 🎯 🔵 パッケージのインストールと削除 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-installing-and-removing-packages-385380'>チャレンジを開始</a> |
46+
1747
## 環境
1848

1949
LabEx は、コーディングとテクノロジーに特化したインタラクティブな実践学習プラットフォームです。ラボ、AI 支援、仮想マシンを組み合わせて、ビデオなしの実践的な学習体験を提供します。
@@ -24,40 +54,10 @@ LabEx は、コーディングとテクノロジーに特化したインタラ
2454
- ブラウザ内のインタラクティブなオンライン環境で、自動化されたステップバイステップのチェック機能。
2555
- スキルツリーベースのシステムによる構造化されたコンテンツ組織。
2656
- 30 のスキルツリーと 6,000 以上のラボを含む成長し続ける学習リソース。
27-
- ChatGPT を基盤とした AI 学習アシスタント Labby による対話型学習体験。
57+
- 最新の AI モデルを基盤とした学習アシスタント Labby による対話型学習体験。
2858

2959
詳細について [LabEx VM](https://support.labex.io/using-labex/virtual-machine).
3060

31-
## 演習
32-
33-
| インデックス | 名前 | 難易度 | 練習 |
34-
|----------------|-------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------------|
35-
| 01 | 📖 Linux 入門 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-getting-started-with-linux-446315'>ラボを開始</a> |
36-
| 02 | 🎯 個性化された端末の挨拶を作成する | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-create-personalized-terminal-greeting-446322'>チャレンジを開始</a> |
37-
| 03 | 📖 Linux における基本的なファイル操作 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-basic-file-operations-in-linux-18001'>ラボを開始</a> |
38-
| 04 | 📖 Linux コマンドのヘルプを得る | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-get-help-on-linux-commands-18000'>ラボを開始</a> |
39-
| 05 | 🎯 ファイルの削除と移動 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-delete-and-move-files-7777'>チャレンジを開始</a> |
40-
| 06 | 📖 Linux のユーザーグループとファイル権限 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-linux-user-group-and-file-permissions-18002'>ラボを開始</a> |
41-
| 07 | 🎯 新しいユーザーとグループの追加 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-add-new-user-and-group-17987'>チャレンジを開始</a> |
42-
| 08 | 📖 ファイルとディレクトリ操作 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-file-and-directory-operations-17997'>ラボを開始</a> |
43-
| 09 | 🎯 ファイルを見つける | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-find-a-file-17993'>チャレンジを開始</a> |
44-
| 10 | 📖 Linux の環境変数 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-environment-variables-in-linux-385274'>ラボを開始</a> |
45-
| 11 | 🎯 Linux 環境変数の設定 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-configure-linux-environment-variables-437861'>チャレンジを開始</a> |
46-
| 12 | 📖 ファイルのパッケージ化と圧縮 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-file-packaging-and-compression-385413'>ラボを開始</a> |
47-
| 13 | 🎯 システムログのバックアップ | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-backup-system-log-17989'>チャレンジを開始</a> |
48-
| 14 | 📖 ファイルシステムとディスク管理 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-file-system-and-disk-management-17999'>ラボを開始</a> |
49-
| 15 | 🎯 ディスク使用状況の分析 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-analyzing-disk-usage-7775'>チャレンジを開始</a> |
50-
| 16 | 📖 シーケンス制御とパイプライン | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-sequence-control-and-pipeline-17994'>ラボを開始</a> |
51-
| 17 | 🎯 宇宙戦データパイプライン | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-space-battle-data-pipeline-385343'>チャレンジを開始</a> |
52-
| 18 | 📖 シンプルなテキスト処理 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-simple-text-processing-18004'>ラボを開始</a> |
53-
| 19 | 🎯 PATH ディレクトリの分析 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-analyzing-path-directories-385344'>チャレンジを開始</a> |
54-
| 20 | 📖 データストリームのリダイレクト | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-data-stream-redirection-17995'>ラボを開始</a> |
55-
| 21 | 🎯 コマンド履歴の分析 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-analyze-historical-commands-17988'>チャレンジを開始</a> |
56-
| 22 | 📖 テキスト処理と正規表現 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-text-processing-and-regular-expressions-18003'>ラボを開始</a> |
57-
| 23 | 🎯 メールアドレスと数字の抽出 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-extracting-mails-and-numbers-17991'>チャレンジを開始</a> |
58-
| 24 | 📖 Linux でのソフトウェアインストール | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-software-installation-on-linux-18005'>ラボを開始</a> |
59-
| 25 | 🎯 パッケージのインストールと削除 | 初級 | <a target='_blank' href='https://labex.io/ja/tutorials/linux-installing-and-removing-packages-385380'>チャレンジを開始</a> |
60-
6161
## その他
6262

6363
- 🔗 [Linux プログラミングコース](https://github.com/labex-labs/awesome-programming-courses)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /