/etc/cron.daily tmpの中身が消される Get link Facebook X Pinterest Email Other Apps May 14, 2008 /tmpにデータをおいといて、自動で消されたのでメモ Linux /etc/cron.daily にあるtmpwatchが消しているらしい。 240時間アクセスないと消すとかというのがデフォルトっぽい。 Read more
cgiとしてrubyと使うとき Get link Facebook X Pinterest Email Other Apps May 05, 2008 なんか毎回はまる気がする。 えーと cgiとしてrubyを使います。 そのときにおまじないを忘れないこと!! #!/usr/local/bin/ruby print "Content-type: text/html\n\n" このContent-typeごにょごにょ!! 参考 RubyCGI.org RubyでCGIを作ろう 2章1節 Read more