1.更新apt资源
sudo apt-get update

2.安装postfix,等待安装完成
apt-get install postfix

1.更新apt资源
sudo apt-get update

2.安装gdebi,等待安装完成
apt-get install gdebi

1.更新apt资源
sudo apt-get update

2.安装denyhosts,等待安装完成
apt-get install denyhosts

1.更新apt资源
sudo apt-get update

2.安装bind9,等待安装完成
apt-get install bind9

1.更新apt资源
sudo apt-get update

2.安装tmux,等待安装完成
apt-get install tmux

1.更新apt资源
sudo apt-get update

2.安装arpwatch,等待安装完成
apt-get install arpwatch

1.创建一个文本文件,并添加内容
echo "test" > test.txt

2.使用gpg命令对文件进行加密,需要输入两次密码确认
gpg -c test.txt


1.vi打开/etc/pam.d/common-auth进行编辑
vi /etc/pam.d/common-auth

2.在文件底部添加内容
auth required pam_tally.so onerr=fail
account required pam_tally.so per_user deny=5

说明:deny=5表示在5次无效登录尝试后,账号锁定。也可以修改为其他值

1.apt-get install -y wget && apt-get install -y ca-certificates,输入该命令按回车键执行![]()
2.wget https://raw.githubusercontent.com/oooldking/script/master/
superupdate.sh,输入该命令按回车键执行
3.bash superupdate.sh,输入该命令按回车键执行![]()
4.apt-get update -y,输入该命令按回车键执行![]()
5.apt-get install git -y,输入该命令按回车键执行,此时即可正常安装