Linux 第2页
Linux常见查看硬件信息-岸边IBIAN

Linux常见查看硬件信息

系统 # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 # lspci -tv # 列出所有PCI设备(yum...
Management的头像-岸边IBIAN黄金会员Management1年前
05990
Linux下清除服务器缓存-岸边IBIAN

Linux下清除服务器缓存

操作环境:CentOs X64 清除缓存执行命令 [root@VM_230_32_centos www]# sync; echo 3 > /proc/sys/vm/drop_caches [root@VM_230_32_centos www]# free -m total used free shared buff/cache...
Management的头像-岸边IBIAN黄金会员Management1年前
05650
 Linux下Tomcat端口、进程以及防火墙设置-岸边IBIAN

 Linux下Tomcat端口、进程以及防火墙设置

1,查看tomcat进程: #ps -aux | grep tomcat(或者ps -ef | grep tomcat都行) 可以看到现在运行着两个tomcat进程,一个进程的pid为9974,另一个pid为23422。  2,根据进程查看端口号: #s...
Management的头像-岸边IBIAN黄金会员Management12个月前
06820
linux系统管理-LNMP环境搭建-岸边IBIAN

linux系统管理-LNMP环境搭建

和LAMP不同的是LNMP中的N指的是Nginx(类似于Apache的一种web服务软件)其他都一样。目前这种环境应用的也是非常之多。Nginx设计的初衷是提供一种快速高效多并发的web服务软件。在静态页面的处...
Management的头像-岸边IBIAN黄金会员Management1年前
06360
Rocky Linux 8配置时间同步服务 chrony-岸边IBIAN

Rocky Linux 8配置时间同步服务 chrony

我们需要再单独去安装 dnf install -y chrony,只需要配置对应的时间同步服务器即可。 服务器配置 # Use public servers from the pool.ntp.org project. # Please consider joining the p...
Management的头像-岸边IBIAN黄金会员Management12个月前
09400