sync:将buffer数据手动写入硬盘中。
32位和64位系统的区别
运行速度快
支持更大内存,32位最多支持4G内存,64位支持2的64次方的内存
du -sh :查看分区大小
检查服务端netstat -lntup|grep ssh 看看是否运行服务
检查客户端telnet 10.0.0.140/22 IP端口没错就是防火墙没关
连接Xshell
C6:/etc/init.d/sshd restart
service sushi restart
C7:systemcti restart sushi
Ifconfig 为别名IP
ip 为辅助IP
ifconfig eth0:0 10.0.0.200 给网卡再加一个IP地址
ip addr add 10.0.0.203/24 dev eth0 label eth0:1
traceroute -d 39.96.222.61
追踪路由
defaults:自动挂载里的文件设备,一般默认这个defaults
Use default options: rw, suid, dev, exec, auto, nouser, async, and
relatime.
vim三种模式:普通模式、编辑模式、命令模式
%s#127.0.0.1#123.0.0.2#g vim中替换的使用方法