项目地址:https://github.com/ToyoDAdoubi/doubi 安装 下载并运行脚本: wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/aria2.sh chmod +x aria2.sh bash aria2.sh …
项目地址:https://github.com/ToyoDAdoubi/doubi 安装 下载并运行脚本: wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/aria2.sh chmod +x aria2.sh bash aria2.sh …
从源码编译安装Guacamole服务器 配置Guacamole Web APP 安装Tomcat 9, TigerVNC, XFCE4桌面环境,火狐浏览器 一键安装配置Let’s Encrypt安全证书,开启OCSP装订 安装Nginx反代Tomcat 安装完毕后,您可以使用任意浏览 …
{ "inbounds": [ { "port": 12345, "listen":"127.0.0.1", "protocol": "vmess", "settings": { "clients": [ { "id": "7dbf61d1-23e9-41c2-a1dd-8bd0cba3fce1", "alterId": 64 } ] }, "streamSettings": { "network …
location /app { proxy_pass http://127.0.0.1:12345; proxy_redirect off; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $htt …
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf sysctl -p …
首先是卸载91Yun的锐速 chattr -i /serverspeeder/etc/apx* && /serverspeeder/bin/serverSpeeder.sh uninstall -f 这是来自91Yun的卸载命令 当提示Uninstallation done!时候说明卸载干净了!可以开始装不 …
1.安装组件,其中openssl-devel已经存在系统中了。 yum install build-essential autoconf libtool gcc -y 2.安装git yum install git -y git --version 3.下载shadowsocks-libev安装 git clone https://github.com/ …
例如有一个目录cache 该目录下有大量文件,几十万,用ftp只能显示1999个 ssh操作如何快速批量删除小于2K的文件 需要只删除小于2k的文件,保留2k以上的文件 find /home/wwwroot/syr-pic.com/cache -size -3096c | xar …
本例可以自动批量建立nginx站点并绑定目录 例如abc.com绑定到/home/wwwroot/web/abc.com 同时也会绑定www.abc.com 并且建立名为abc_com的数据库 先必须安装lnmp环境,例如www.lnmp.org 第一步,修改/usr/local/nginx …
lnmpa比较好用,apache比较好的解决了nginx的502错误问题,nginx做反向代理 lnmpa备份命令 service nginx stop service mysql stop service php-fpm stop service httpd stop tar zcvf /home/nginx.tar.gz /usr/loc …
一 | 二 | 三 | 四 | 五 | 六 | 日 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 |