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 RAC環境でimpdpをパラレルで実行するとき 環境 oracle enterprise 11.2g rac構成 発生事象 impdpをパラレル実行していたところ、「オープンできません」な...
apache apache 高アクセス時に別ページを見せる。 mod_cbandをインストールし、該当のvirtualhostにて、下記のような設定を入れるとできるらしい。 私自身は未検証なので、あとで...