随笔分类 -  Linux

【Linux】docker常用命令
摘要:docker exec -it 60f3 /bin/bash vi /etc/ssh/sshd_config 开启容器ssh docker exec -it 0ec982bde8ad /bin/bash /usr/sbin/sshd systemctl status docker 阅读全文
posted @ 2021-04-23 09:07 长林夕雨 阅读(32) 评论(0) 推荐(0)
【Linux】zabbix_server自启动脚本
摘要:zabbix_server自启动脚本 阅读全文
posted @ 2018-09-21 20:02 长林夕雨 阅读(1275) 评论(0) 推荐(0)
【Linux】nginx自启动脚本
摘要:#!/bin/sh## nginx - this script starts and stops the nginx daemon## chkconfig: - 85 15# description: NGINX is an HTTP(S) server, HTTP(S) reverse \# pr 阅读全文
posted @ 2018-09-21 19:59 长林夕雨 阅读(2030) 评论(0) 推荐(0)
【Linux】php-fpm自启动脚本
摘要:php-fpm自启动脚本 阅读全文
posted @ 2018-09-21 19:58 长林夕雨 阅读(401) 评论(0) 推荐(0)
【Linux】sshpass
摘要:【Linux】sshpass 阅读全文
posted @ 2018-09-21 19:44 长林夕雨 阅读(645) 评论(0) 推荐(0)
【Linux】常用命令
摘要:记录Linux常用命令。持续更新! 阅读全文
posted @ 2018-09-20 12:31 长林夕雨 阅读(110) 评论(0) 推荐(0)