ps1=
"[\u@\[\033[1;34m\w/\]\[\033[00m\]]\$ "
或ps1=
'[\u@$pwd\]'
或ps1=
'\[\e[37;40m\][\[\e[32;40m\]\u\[\e[37;40m\]@\h \[\e[35;40m\]\w\[\e[0m\]]\$ '
alias ls=
"ls -alh --time-style='+%y-%m-%d %h:%m:%s'"
#oralias ls=
"ls -alh --time-style=long-iso"
alias ipt='iptables -nl`
iptables -a input -m state --state established,related -j accept
iptables -a input -p icmp -j accept
iptables -a input -i lo -j accept
iptables -a input -p tcp -m tcp --dport 22-j accept
iptables -a input -p tcp -m tcp --dport 80 -j accept
iptables -a input -p tcp -m tcp --dport 443 -j accept
histtimeformat=
"%f %t `
whoami
` "
輸出 2017-01-13 23:20:29 root history
yum install -y msgunfmt
msgunfmt /usr/share/locale/zh_cn/lc_messages/wget.mo -o - | sed 's/eta(英國中部時間)/eta/' | msgfmt - -o /usr/share/locale/zh_cn/lc_messages/wget.mo
#!/bin/bash
logs_path=
"/home/wwwlogs/"
mv$***.com.log $/***.com-$(
date -d "yesterday" +"%y%m%d"
).log
kill -usr1 `
cat /usr/local/nginx/logs/nginx.pid`
logfile=
`date +"%y%m%d"
`.log
echo
`date
` >>
$logfile
ifconfig eth0 |
grep
'rx p'
>>
$logfile
檔案->預設回話屬性->外觀->配色方案編輯->背景->其他->規定自定義顏色->紅綠藍分別設為0,50,100
#寫入/etc/bashrc
export histtimeformat=
"%f %t `
whoami` "
export histfilesize=20000
遠端密令通過iptables臨時開啟ssh埠_不懂部落格
iptables防火牆recent模組使用方法示例詳解_不懂部落格
設定我的Linux環境
tools 工具 options 選項 openoffice.org font 字型 1.check use replace table 使用替換表 2.baekmuk dotum simsun 3.check auto,screen 二 fcitx 安裝設定 1.install tar jxvf ...
我的常用Linux命令
tail f filename tail 100 檢視尾部100行 export lang zh cn.gbk ls命令,按更新時間排序 t 最近更新在上 或者,反 tr 最近更新在下 rm刪除目錄 rm rf grep 在指定目錄下查詢字串 grep 目標字串 目標目錄 set grep lang...
我的常用Linux命令
本文參考 1 檔案管理 增刪改查 ls命令 顯示指定工作目錄下的內容及屬性資訊 pwd命令 顯示當前路徑 mkdir命令 建立目錄 touch命令 建立檔案 cp命令 複製檔案或目錄 mv命令 移動或改名檔案 rm命令 刪除檔案或目錄 r rmdir命令 刪除空目錄 find name filena...