centos alterlinuxtimestamptouch touchコマンドでタイムスタンプを変更する。 2015年6月25日 2015年7月26日 39秒 wakaue Facebook Twitter はてブ Pocket Feedly コマンド 下記コマンドにて実施する touch -d "(日付+時間)" (ファイル名) 実行例 # ll test.txt -rw-r--r-- 1 root root 0 6月 25 14:32 2015 test.txt # touch -d "2015/5/31 00:00" test.txt # ll test.txt -rw-r--r-- 1 root root 0 5月 31 00:00 2015 test.txt Facebook Twitter はてブ Pocket Feedly
oracle oracle リスナー起動/停止コマンド リスナーの起動 リスナーの停止 参考:http://www.shift-the-oracle.com/oracle-net/start-st...
windows windows7 プロファイルが消えて、一時プロファイルがが読み込まれる 発生事象 プロファイル移行を行っている際に、1台のみプロファイルが消える現象がおきた。 PC:NEC OS:windows7 その際の動作 ...
apache apache mpm preforkをworkerに変更する 現在のMPMを確認 現在はpreforkを使用しています。 MPM切り替え phpを使う場合 PHPは5.5くらいからスレッドが使えるように...