2 проблемы

Dec 05, 2010 19:48

дада. всего 2 ( Read more... )

Leave a comment

Comments 11

astiob December 5 2010, 18:39:46 UTC
1. А что там есть? Из скриптов - PHP, Ruby? Из бинарников - а что можно запускать?
2. wget/curl whatismyip.org

Reply

astiob December 5 2010, 19:04:25 UTC
cat >>/etc/init.d/boot.local scp myip.txt ld09035@ieva.sp.lanet.lv:~/
rm myip.txt
EOF

Только почему-то в данный момент whatismyip.org не работает. Можно скачать и запарсить любой из других сайтов, выдаваемых Гуглом по запросу what is my ip, например:

curl -s http://checkip.dyndns.org:8245/ | sed 's/^.*: \(.*[0-9]\)<.*$/\1/' >myip.txt

Reply

astiob December 5 2010, 19:09:46 UTC

/me FAIL. Я забыл про HTML. Чисто на всякий случай (плюс я стёр один лишний символ):

cat >>/etc/init.d/boot.local scp myip.txt ld09035@ieva.sp.lanet.lv:~/
rm myip.txt
EOF

Только почему-то в данный момент whatismyip.org не работает. Можно скачать и запарсить любой из других сайтов, выдаваемых Гуглом по запросу what is my ip, например:

curl -s http://checkip.dyndns.org:8245/ | sed 's/^.*: \(.*[0-9]\).*$/\1/' >myip.txt

Reply

levantis December 5 2010, 20:03:42 UTC
В исходнике есть комментарий, тем, где IP :
!--Please set your code to scrape your IP from www.whatismyip.com/automation/n***30945.asp For more info, please see our "Recommended Automation Practices" thread in the Forum.-->

Reply


painter 11 anonymous January 17 2011, 07:58:36 UTC
best one yet. I was rolling!!! hahaha

Reply


Leave a comment

Up