unixコマンドの履歴
history
今まで実行したコマンドの履歴を表示する
grepを複数階層でやる場合はfindと組み合わせる
find . -name '*.*' | xargs grep -i 'hoge'
:>
:> hoge.txt
http://labs.uechoco.com/blog/2008/04/linux_file_zero_byte.html
ってやるとhoge.txtの中身が空になる!
htpasswd
.htpasswdを作ったり追記したりできる
htpasswd -sb .htpasswd User1 Passwored1
みたいにして使う