1.Linux Training Contents of Previous Term
Training Environment & Exercise Contents
a.演習環境について
Oracle VirtualBox Version6以上またはパブリッククラウド等のインスタンス「vCPU1,Mem2GB以上」を推奨
OSはCentOS8以上推奨
※他のディストリビューション、バージョンでも可能ですが、一部未対応となります。
Linuxユーザとして「student」を作成してから始めてください。
後期演習では、2個の仮想マシンを使用します。
b.演習内容について
前期は、Linuxコマンドの演習が中心となります。
後期は、前期で学んだLinuxコマンドを実行しながら、実際にサーバ構築を行います。さらに、Ansibleによる自動化、DockerとKubernetesによるコンテナー環境構築も行います。
Training Contents of Previous Term
1.File & Directory Management
- Exercise1 File & Directory
- Exercise2 Search of file & Command usage
- Exercise3 File & Basic operation of directory
- Exercise4 Archive & Compress file
- Exercise5 Text editor
2.User,Group,Permission
3.Prosess & Job Management
4.Shell
- Exercise1 Standard input/output & Pipeline
- Exercise2 About Bash
- Exercise3 grep command & regular expression
- Exercise4 Advanced Text Processing
- Exercise5 Creation and automatic execution of Shell Script
- Exercise6 Write a Shell Script