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 :在线,可以提供服务
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