linux命令收集

fastdfs的storage server的状态查询
使用命令:[root@localhost bin]# fdfs_monitor /etc/fdfs/client.conf  
# FDFS_STORAGE_STATUS:INIT :初始化,尚未得到同步已有数据的源服务器

# FDFS_STORAGE_STATUS:WAIT_SYNC :等待同步,已得到同步已有数据的源服务器

# FDFS_STORAGE_STATUS:SYNCING :同步中

# FDFS_STORAGE_STATUS:DELETED :已删除,该服务器从本组中摘除

# FDFS_STORAGE_STATUS:OFFLINE :离线

# FDFS_STORAGE_STATUS:ONLINE :在线,尚不能提供服务

# FDFS_STORAGE_STATUS:ACTIVE :在线,可以提供服务
# 启动
/usr/bin/fdfs_storaged /etc/fdfs/storage3.conf start
/usr/bin/fdfs_storaged /etc/fdfs/storage2.conf start
 linux安装vnc命令

https://www.cnblogs.com/miaomiaokaixin/p/5526732.html

yum -y install tigervnc-server

 关闭防火墙端口

iptables -I INPUT -p tcp --dport 5901 -j ACCEPT

 linux查看用户

https://www.linuxprobe.com/list-all-users.html

 yum安装

yum search ifconfig
找到合适的程序包
yum install

 linux设置静态ip

https://www.cnblogs.com/congcongdi/p/10149925.html

  

 

 

 

 

 

 

posted @ 2021-11-11 11:46  花满园  阅读(22)  评论(0编辑  收藏  举报