服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - Linux - linux 常用脚本、命令

linux 常用脚本、命令

2020-04-05 17:08Linux教程网 Linux

linux下一些简单的命令,需要的朋友可以参考下。

1、简单去掉注释的行

cat httpd.conf|grep -v ^\ *# >mayuehehe

2、修改ssh的端口

/usr/sbin/sshd -p 1433

3、查看某用户

id username

4、查看环境变量

set 或 env

5、换 yum源

cd /etc/yum.repos.d

mv CentOS-Base.repo CentOS-Base.repo.save

wget http://centos.ustc.edu.cn/CentOS-Base.repo

6、打开指定端口

iptables -A INPUT -p udp --dport 58 -j ACCEPT

7、测试硬盘速度

hdparm -Tt /dev/sda

8、时间同步

ntpdate -s time.nist.gov

hwclock --systohc

延伸 · 阅读

精彩推荐