17 December
2003

cron + wget

たこなので

こんなファイルを作っておく

$ cat receive.sh
#! /bin/sh
/usr/bin/wget --http-user=******** --http-passwd=******** --delete-after http://localhost/Nikki/receive

$ chmod u+x receive.sh
$ crontab -e
0 0-23 * * * /home/moblog/receive.sh

$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.28607 installed on Wed Dec 17 17:21:22 2003)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
0 0-23 * * * /home/moblog/receive.sh

となってればOK?

参考
http://www.nurs.or.jp/~sugi/crontab.htm

さ、テスト。


Posted by shinobu at 17:43 | Comments (3) | Trackbacks (1)
<< Cron TEST | Main | 同業さんかな? >>
Comments
Re: cron + wget訂正

上記においてwgetのオプション、--delete-afterを使用しておりますが--spiderを使用するほうが好ましいと思います。
前から気になっていたのですがほったらかしにしておりました。
訂正させてください。

Posted by: shinobu at February 05,2004 10:15
OVbrKGJYubaxkDvlyJi

ohB4R6 https://xnxxx.web.fc2.com/ xnxx

Posted by: Merziuziy at June 29,2021 18:47
hPqBXBAyppFcYScbjlt

https://beeg.x.fc2.com/sitemap1.html
https://beeg.x.fc2.com/sitemap2.html
https://xnxxx.web.fc2.com/sitemap1.html
https://xnxxx.web.fc2.com/sitemap2.html
https://xvideoss.web.fc2.com/sitemap1.html
https://xvideoss.web.fc2.com/sitemap2.html

Posted by: johnanz at August 04,2021 01:38
Trackbacks
Please send trackback to:http://nakaj.net/Nikki/25/tbping
文字化け対策

moblogの文字化け対策

携帯から日本語を送ると文字化けする。
zopeはeuc-jp 、携帯はsjisなのが原因らしい。

Linux world 2002.9 のzope特集にある「日本語処理関係のソフト」を手当たり次第に入れる。
インストールしたのは、
JapaneseCodecs (setup.py install)
kconv ( cp -a kconv %zopedir%/lib/python2.1/site-packages )
Pykf (setup.py install)
Chasen (./configure ; make ; make install)
ipadic (./configure ; make ; make install )
python_chasen ( setup.py install )
JSplitter
( cp -a JSplitter %zopedir%/lib/python/Products/PluginIndexs/TextInex/Splitter
vi %zopedir%/libpython/Products/PluginIndex/TextIndex/Splitter/__init___.py
)

Posted by: hiro's blog at February 04,2004 23:19
Post a comment