Linux基础指令

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博客https://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博客https://blog.csdn.net/wangchengjiea/article/details/123283887

相关推荐
2202_754421545 分钟前
生成MPSOC以及ZYNQ的启动文件BOOT.BIN的小软件
java·linux·开发语言
努力的悟空32 分钟前
国土变更调查拓扑错误自动化修复工具的研究
运维·自动化
运维&陈同学1 小时前
【zookeeper03】消息队列与微服务之zookeeper集群部署
linux·微服务·zookeeper·云原生·消息队列·云计算·java-zookeeper
旦沐已成舟1 小时前
DevOps-Jenkins-新手入门级
服务器
周末不下雨2 小时前
win11+ubuntu22.04双系统 | 联想 24 y7000p | ubuntu 22.04 | 把ubuntu系统装到1T的移动固态硬盘上!!!
linux·运维·ubuntu
软件技术员2 小时前
Let‘s Encrypt SSL证书:acmessl.cn申请免费3个月证书
服务器·网络协议·ssl
哎呦喂-ll2 小时前
Linux进阶:环境变量
linux
耗同学一米八2 小时前
2024 年河北省职业院校技能大赛网络建设与运维赛项样题四
运维·网络
Rverdoser2 小时前
Linux环境开启MongoDB的安全认证
linux·安全·mongodb