############################################################## Linux / shell script の備忘録 ############################################################## ========================================================= Linux とは? ========================================================= * ご存知、OSS、かつ、最強のOS(オペレーティングシステム). | ========================================================= Linux SHELL の基礎コマンド ========================================================= .. toctree:: :maxdepth: 1 basicCommand/ssh__p1 basicCommand/ssh__p2 basicCommand/ssh__p3 basicCommand/ssh__p4 basicCommand/ssh__p5 basicCommand/for basicCommand/imageMagick | ========================================================= Linux / WSL の基本設定 ========================================================= .. toctree:: :maxdepth: 1 LinuxSettings/zsh_settings__p1 LinuxSettings/apt_settings__p1 LinuxSettings/japanese_in_wsl_emacs | ========================================================= SHELL テキスト処理 ( seq, grep, sed, xargs ) ========================================================= .. toctree:: :maxdepth: 1 textProcessing/seq__command_p1 textProcessing/sed__command_p1 textProcessing/sed__command_p2 textProcessing/sed__command_p3 | ========================================================= git / github の備忘録 ========================================================= .. toctree:: :maxdepth: 1 git/git__p1 git/git__p2 git/git__p3 | ========================================================= ジョブスケジューリング ( PBS ) ========================================================= .. toctree:: :maxdepth: 1 pbs_queue/pbs_queue__p1 | ========================================================= References ========================================================= * GNU Linux Wikipedia ( https://ja.wikipedia.org/wiki/GNU/Linux%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0 ) * Ubuntu ( https://jp.ubuntu.com/ )