00 - 初始化.note

noteId: 637004CAFF814C8494838BEEF6179A55 · 原始路径:/ALL/世赛题目(练习) - 笔记/集训笔记/贵州-贵阳/A模块/00 - 初始化.note · 图片:1 · 附件待处理:0

 
一、安装软件包:
 
 
apt install -y curl wget lynx dnsutils ftp lftp nfs-common smbclient ssh telnet traceroute ntpdate lsof nmap bsd-mailx sudo vim bash-completion 
 
 
nslookup、dig --- dnsutils
showmount  --- nfs-common
mail  ---- bsd-mailx
 
systemctl start dbus

timedatectl set-timezone Asia/Shanghai

echo "permitrootlogin yes" >> /etc/ssh/sshd_config

systemctl restart sshd