From 3469143f3ea43e82a2edc1799bb84fa95794af7c Mon Sep 17 00:00:00 2001 From: lifan Date: Sun, 26 May 2013 15:30:55 +0000 Subject: [PATCH] updte something --- other-sh/getip1.py | 2 +- other-sh/softbackup2.sh | 2 +- other-sh/start.sh | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/other-sh/getip1.py b/other-sh/getip1.py index d22d173..28ed3a2 100644 --- a/other-sh/getip1.py +++ b/other-sh/getip1.py @@ -4,7 +4,7 @@ import urllib2 import re def getip(): - theurl = 'http://192.168.1.1:8088/userRpm/StatusRpm.htm?' + theurl = 'http://192.168.67.241:8088/userRpm/StatusRpm.htm?' username = 'admin' password = 'admin' # a great password diff --git a/other-sh/softbackup2.sh b/other-sh/softbackup2.sh index 7237f3a..eceb088 100644 --- a/other-sh/softbackup2.sh +++ b/other-sh/softbackup2.sh @@ -59,7 +59,7 @@ passwd= utensil_command= write_date=yes write_host=no -fox_version=10 +fox_version=14 bird_version=10 HOSTIP=192.168.1.98 diff --git a/other-sh/start.sh b/other-sh/start.sh index c3407c4..3449ff7 100644 --- a/other-sh/start.sh +++ b/other-sh/start.sh @@ -32,7 +32,15 @@ python -V >> ~/start.log 2>&1 #fi cron /usr/sbin/sshd +inetd +#~/other-sh/autologin.sh +#ssh -N -f -R '*:8022:localhost:22' jira +#ssh -N -f -R '*:8090:footballc2:8090' jira #lighttpd -f /var/www/servers/localhost/py/blog/lighttpd2.conf +#/usr/local/sbin/ngircd -f /usr/local/etc/ngircd.conf +#cd /var/www/servers/localhost/py/qwebirc/ +#./run.py +cd hostname=`hostname` if [[ $hostname = "football12" ]] then -- 2.11.4.GIT