du –sh (接目录)
Linux默认策略,把没有使用的内存,都会作为缓冲区或者缓存区。
1.常规分区
===============================================
/boot 1024M
swap 内存1.5倍 大于8G给8G
/ 所有
===============================================
/home
/var
/usr
2.存储 数据库 备份
/boot 1024M
swap 内存1.5倍 大于8G给8G
/ 100-200G
3.门户网站ta 所有 放数据
/boot 1024M
swap 内存1.5倍 大于8G给8G
/ 100-200G
剩下保留。
SSH默认22端口
0.VM虚拟网络编辑器设置
1、服务端运行。
[root@oldboyedu /opt]# netstat -lntup|grep ssh
[root@oldboyedu /opt]# systemctl status sshd
2.客户端ping
ping 10.0.0.201
3.客户端检查服务
[c:\~]$ telnet 10.0.0.201 22
Connecting to 10.0.0.201:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.
SSH-2.0-OpenSSH_7.4
IP端口别错,就是防火墙问题。
4.xshell连接
c6:/etc/init.d/sshd restart
service sshd restart
c7:systemctl restart sshd
临时网卡:ip addr add 10.0.0.203/24 dev eth0 label eth0:1