Linux Tips


HDDのフォーマット sudo dd if=/dev/zero of=/dev/sda bs=100MB
グローバルIPの確認 wget -q -O - http://checkip.dyndns.org/ | sed -e "s/[<>/: a-zA-Z]//g"
標準出力に表示しつつファイルに保存 コマンド | tee ファイルパス
標準出力に表示しつつファイルに保存(追記) コマンド | tee -a ファイルパス
シャットダウン shutdown -h now
web拍手
This entry was posted in Linux, Tips. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>