2021年5月
一个0基础小白的日常记录Screen使用
这两天突发奇想,是不是可以把iperf3始终挂在后台,这样可以随时测试vps的速度。考虑过nohup和screen,后来决定用screen6.1 安装screenyum install screen 创建新的窗口screen -S i...
Centos查看、添加、删除服务的开机启动项
查看开机启动项systemctl list-unit-files | grep enable 为服务添加开机启动项systemctl enable zabbix-server.service 移除开机启动项的服务syste...