#需要安装screen #安装unrar wget https://forensics.cert.org/cert-forensics-tools-release-el6.rpm rpm -Uvh cert-forensics-tools-release*rpm yum --enablerepo=forensics install unrar #下载源码 cd /root/ wget http://appdown.rrys.tv/rrshareweb_linux.rar unrar x rrshareweb_linux.rar tar -zxvf rrshareweb_centos6_64.tar.gz cd rrshareweb #建立bash脚本 nano start.sh #!/bin/bash screen -d -m -S rrshareweb /root/rrshareweb/rrshareweb #设置权限 chmod +x start.sh #启动 bash…
分类目录归档:VPS
linux优化
https://gist.githubusercontent.com/ylx2016/0c1b0dd03ea4b83e8f884f2878955b53/raw/fcd31969765afd9c86b01f2ce0e09cab2e6eb8e2/tcp.sh && bash tcp.sh…
谷歌BBR加速记录
需要更换内核,目前内核是测试版本
Centos6
http://elrepo.org/people/ajb/devel/kernel-ml/el6/x86_64/RPMS/
Centos7
http://elrepo.org/people/ajb/devel/kernel-ml/el7/x86_64/RPMS/
洛杉矶VPS测试CENTOS7
grub2-set-default 'CentOS Linux (4.9.0-0.rc8.el7.elrepo.x86_64) 7 (Core)'
grub2-editenv list #当前启动项
reboot
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl
…AMH4.2 二次开发版本新地址
多PHP版本
wget http://soft.im/WebPanel/AMH4.5/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log 或者 wget http://soft.vpskk.com/amh/files/4.5/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log wget http://blog.ylx.me/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log
洋葱版本
https://maicong.me/t/145 …
密码保护:centos7手动配置PPTPD并对接freeradius
部署net-speeder
https://github.com/snooda/net-speeder
安装步骤:
1:下载源码并解压
wget https://github.com/snooda/net-speeder/archive/master.zip
unzip master.zip
2:准备编译环境
debian/ubuntu:
#安装libnet-dev:apt-get install libnet1-dev -y
#安装libpcap-dev:
apt-get install libpcap0.8-dev -y
centos:
#下载epel:https://fedoraproject.org/wiki/EPEL/zh-cn 例:CentOS6 64位:
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm#(如果是centos5,则在epel/5/下)
#安装epel:
rpm -ivh epel-release-6-8.noarch.rpm
#然后即可使用yum安装:
yum install libnet libpcap libnet-devel libpcap-devel -y
编译:
Linux Cooked interface使用编译(venetX,OpenVZ): …
http快速跳转https
server { listen 80; server_name chuyu.me www.chuyu.me; add_header Strict-Transport-Security max-age=15768000; return 301 https://www.chuyu.me$request_uri; }…
AMH 4.2二次开发集
wget http://soft.vpskk.com/amh/files/4.5/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log
wget http://www.automoviel.com/AMH/Mysql/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log
前者网站关了
单独安装BBShijieSSL修正版 (支持大神的V4.5版)
cd /root/amh/modules/ wget http://www.automoviel.com/AMH/module/BBShijieSSL-2.0/BBShijieSSL-2.0.tar.gz; tar zxvf BBShijieSSL-2.0.tar.gz; rm -rf BBShijieSSL-2.0.tar.gz; (到这里你们可以选择在后台控制面板安装) amh module…
锐速优化配置
#!/bin/echo Warning: this is a library file, can not be execute directly:
############################################################
# #
# ServerSpeeder Configuration File #
# #
############################################################
#/serverspeeder/etc/config
# Format: config=”value”
# Note that spaces are not allowed before and after the equal sign…
centos安装中文字体
yum install fonts-ISO8859-2-75dpi.noarch fonts-chinese.noarch…