|
@@ -129,8 +129,8 @@ alias igrep='grep -i'
|
|
|
alias rgrep='grep -R'
|
|
alias rgrep='grep -R'
|
|
|
alias rigrep='grep -iR'
|
|
alias rigrep='grep -iR'
|
|
|
|
|
|
|
|
-alias proxy='export http_proxy=http://192.168.1.248:3128;export HTTP_PROXY=$http_proxy;export FTP_PROXY=$http_proxy;export https_proxy=$http_proxy;export ftp_proxy=$http_proxy;'
|
|
|
|
|
-alias noproxy='export http_proxy='';export HTTP_PROXY=$http_proxy;export FTP_PROXY=$http_proxy;export https_proxy=$http_proxy;export ftp_proxy=$http_proxy;'
|
|
|
|
|
|
|
+alias proxy='export http_proxy=http://192.168.1.248:3128;export HTTP_PROXY=$http_proxy;export https_proxy=$http_proxy;export HTTPS_PROXY=$http_proxy;export ftp_proxy=$http_proxy;export FTP_PROXY=$http_proxy;'
|
|
|
|
|
+alias noproxy='export http_proxy='';export HTTP_PROXY=$http_proxy;export https_proxy=$http_proxy;export HTTPS_PROXY=$http_proxy;export ftp_proxy=$http_proxy;export FTP_PROXY=$http_proxy;'
|
|
|
alias hosts='vim /etc/hosts'
|
|
alias hosts='vim /etc/hosts'
|
|
|
alias graceful='apachectl graceful'
|
|
alias graceful='apachectl graceful'
|
|
|
alias flushdns='lookupd -flushcache'
|
|
alias flushdns='lookupd -flushcache'
|