甲骨文ubuntu开放所有端口! sudo iptables -P INPUT ACCEPT sudo iptables -P FORWARD ACCEPT sudo iptables -P OUTPUT ACCEPT sudo iptables -F
甲骨文ubuntu开放所有端口! sudo iptables -P INPUT ACCEPT sudo iptables -P FORWARD ACCEPT sudo iptables -P OUTPUT ACCEPT sudo iptables -F
使用密钥登录系统以后 执行如下命令 sudo -i passwd 按提示刷入密码,重复输入密码。 接着输入 echo root:hahaha |sudo chpasswd root sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ …
项目地址:https://github.com/ToyoDAdoubi/doubi 安装 下载并运行脚本: wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/aria2.sh chmod +x aria2.sh bash …
从源码编译安装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": { …
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 …
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf sysctl -p
脚本安装 运行以下命令: wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh 如果使用的是 Ubu …
首先是卸载91Yun的锐速 chattr -i /serverspeeder/etc/apx* && /serverspeeder/bin/serverSpeeder.sh uninstall -f 这是来自91Yun的卸载命令 当提示Uninstallation done!时候说明卸载干净了!可以 …
<?php class mysql{ /** * 连接MYSQL函数 * 连接MYSQL函数,通过常量的形式来连接数据库 * 自定义配置文件,配置文件中自定义常量,包含需要使用的信息 * @return resource */ function connect2 (){ // …