0
点赞
收藏
分享

微信扫一扫

Post Apocalyptic Fortress(末日堡垒基地模型)

程序猿不脱发2 2024-07-01 阅读 21

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文件夹显示一直加载中....

FinalShell软件连接成功后,root文件夹显示一直加载中...._finalshell文件夹一直显示加载中-CSDN博客icon-default.png?t=N7T8https://blog.csdn.net/zoroly/article/details/128136020

将jdk软链接到/expert/server/jdk

netstat -anp|grep 8080

过滤8080端口

如何解决CentOS7在使用yum的时候报错File contains no section headers.

如何解决CentOS7在使用yum的时候报错File contains no section headers.-CSDN博客icon-default.png?t=N7T8https://blog.csdn.net/wangchengjiea/article/details/123283887

举报

相关推荐

0 条评论