歡迎你

各類文章如有侵犯智慧財產權請來信告知--------607@dlps.tp.edu.tw

预览模式: 普通 | 列表

建構複雜的命令

分类:電腦教學 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 2588

~/.bashrc

# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

# User specific aliases and functions
PATH="/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
PATH="$PATH":/usr/X11R6/bin:/home/dmtsai/bin
LANG=zh_TW.big5
LC_TIME=C
export PATH LC_TIME LANG
umask 022

alias   rm='rm -i'
alias   cp='cp -i'
alias   mv='mv -i'
 

分类:linux | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3211

每日監控作業

df磁碟空間
du磁碟使用狀況
top
data
timecpu使用率
uptime
netstat
traceroute
分类:linux | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 11088

switch 故障

不知名的原因
讓我忙翻天
分类:電腦教學 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3958