摘要: #!/bin/bash # #判断文件夹内文件的大小,如果大于一定的数值,那么删除 # echo '判断文件夹内文件的大小,如果大于一定的数值,并且文件名称包含数字(年月日)的删除,那么删除' path=/usr/local/vevigame/mqantserver/bin/logs max=100 阅读全文
posted @ 2018-08-30 16:45 Vevi-DP 阅读(631) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh #add for chkconfig #chkconfig: 2345 70 30 #description: the description of the shell #启动MQANT服务 #processname: andyStart : #第一个进程名,后边设置自启动的时候会用到 #1. vi /et... 阅读全文
posted @ 2018-08-30 14:01 Vevi-DP 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Centos Setup Go yum install glibc-headers gcc-c++ # 一键安装shadowsocks 1. wget --no-check-certificate -O shadowsocks.sh https://raw.githubusercontent.com 阅读全文
posted @ 2018-08-30 13:57 Vevi-DP 阅读(319) 评论(0) 推荐(0) 编辑