摘要: #!/bin/sh# nginx -this script starts and stops the nginx daemon# chkconfig: - 85 15# description: Nginx is an Http(S) server, Http(S) reverse \ proxy 阅读全文
posted @ 2019-08-01 16:19 骑驴玩脚本 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 一、预备知识 LVM全称为Logical Volume Manager 逻辑卷管理器,LVM是Linux环境中对磁盘分区进行管理的一种机制,是建立在硬盘和分区之上、文件系统之下的一个逻辑层,可提高磁盘分区管理的灵活性。其中 PV:Physical Volume 物理卷 VG:volume Group 阅读全文
posted @ 2019-07-29 11:37 骑驴玩脚本 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: linux通过打开或关闭beep来允许是否让其通过命令行控制发出beep sound。 加载pcspkr模块打开beep [root@localhost ~]# lsmod |grep pcspkr [root@localhost ~]# echo -en "\a" [root@localhost  阅读全文
posted @ 2019-07-27 23:29 骑驴玩脚本 阅读(572) 评论(0) 推荐(0) 编辑