
image.png
elinks

image.png
uname -a
uptime
free -m
who
last
cat ~/.bash_history

image.png

image.png

image.png

image.png

image.png

image.png

image.png
mkdir -m

image.png

image.png
find 参数

image.png
关闭某个端口的进程
lsof -i:80|grep -v "PID"|awk '{print "kill -9",2}'|sh
find -type f -size 0 -exec rm -rf {} ;
cat access_log|awk '{print $1}'|sort|uniq -c|sort -n -r|head -5
echo ""|passwd --stdin root

image.png
2>$1

VIM命令

image.png

image.png

image.png

image.png

image.png
软硬

image.png
链路规则

IPTABLE规则

image.png
端口转发:
firewalld-cmd --permanent --zone=public --add-forward -port=port=888:proto=tcp:toport=22:toaddr=192.168.2.10
iptable做流量均衡,负载均衡

image.png
限制某些网段才能访问hosts.allow

image.png
运行级别

image.png
修改默认的运行级别

image.png
查询进程PID

image.png
tracepath 查看路由走向

image.png
VSftp模式:匿名、本地用户、虚拟用户
PXE+Kickstart 部署无人值守安装