てしりこじり

しりがちいさいエンジニアがいるという

2015-01-01から1ヶ月間の記事一覧

history コマンド で表示させた履歴を実行する

履歴を表示させる history コマンドの使い方。 履歴を表示 $ history 直近10件の履歴を表示 $ history 10 991 ls -l 992 ls -l 993 top 994 ls -lh 995 history 996 cd ~/ 997 vim 998 ls -l 999 top 1000 history 10 history コマンドで表示させた履歴のコ…

ubuntu で apache2 のバージョンを確認

ubuntu 案件で久しぶりに apacheを触っているのでメモ。 バージョン確認はapache2 -vで行う。 $ apache2 -v Server version: Apache/2.4.7 (Ubuntu) Server built: Jul 22 2014 14:36:39