
bash
exuxu
Lazy
展开
-
OM_curl
curl www.baidu.com ;;list on the screen curl -o bd.html www.baidu.com ;;keep html code in the file "bd.html" curl -x 123.45.67.89:1080 bd.html www.baidu.com ;;with proxy curl -x 123.45.67.8转载 2015-04-11 18:51:51 · 360 阅读 · 0 评论 -
OM_datetime
commands: date/zdump/time/touch/at/batch/cal/sleep/usleep/hwclock/clock#date -u # UTC time#date "+%j" # number of days since the year's beginning#date "+%s" # Unix timestamp,number of seconds since 01转载 2015-04-11 19:01:18 · 386 阅读 · 0 评论 -
OM_HTTP_PROXY
1.直接使用代理export http_proxy=http://yourproxyaddress:proxyport2.添加到个人设置中vi ~/.bash_profile #使用个人代理方式,如果是全局,使用 /etc/profilehttp_proxy=http://192.168.20.20:3128 # 分别指定http、https、ftp协议使用的代理服务器地址https_proxy=转载 2015-04-11 19:06:00 · 664 阅读 · 0 评论