ctrl+u可以将指令恢复
ifconfig
查看ip
systemctl stop network
systemctl start network
关闭,开启网络
vim /etc/sysconfig/network-scripts/ifcfg-ens33
编辑网络设置
:set nu
查看行号
ping -c 3 39.156.66.10
检测指定的网络或服务器是否处于联通状态。
rm -f 文件名
删除文件
tail -f 文件名
持续跟踪
curl cip.cc
查看ip
netstat -anp | grep 111
过滤111端口
0 0.0.0
本机ip
127.0.0.1以及0.0.0.0
压缩:
tar tar -cvf
gzip tar -zcvf
解压:
tar tar -xvf
gzip tar -zxvf
启动,开机自启,查看mysql的状态
mysql -uroot -p
登录mysql
cat /var/log/mysqld.log | grep "temporary password"
通过管道过滤mysql的密码
netstat -anp | grep 3306
查看端口
FinalShell软件连接成功后,root文件夹显示一直加载中....
将jdk软链接到/expert/server/jdk
netstat -anp|grep 8080
过滤8080端口