分类: Uncategorized

  • jcnfbox的Linux工具箱

    jcnfbox的Linux工具箱

    wget -O jcnfbox.sh https://raw.githubusercontent.com/Netflixxp/jcnf-box/main/jcnfbox.sh && chmod +x jcnfbox.sh && 清除 && ./jcnfbox.sh

  • 一行代码重装系统为Debian12

    wget https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh && chmod +x reinstall.sh && ./reinstall.sh debian 12 –password A123@ –ssh-port 22 && reboot

  • BlueSkyXN的Linux工具箱

     wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

  • Linux搭建kasm桌面

     sudo docker run –rm -it –shm-size=512m -p 6901:6901 -e VNC_PW=A123@vps kasmweb/ubuntu-bionic-desktop:1.10.0

    也去过了–rm

    即:

    sudo docker run –restart always -it –shm-size=512m -p 6901:6901 -e VNC_PW=A123@vps kasmweb/ubuntu-bionic-desktop:1.10.0-rolling

    安装了后,浏览器输入https://IP:6901

    登陆用户:kasm_user

    密码:A123@vps

  • 据说是史上最强DD win脚本

    bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -windows 10 -lang “cn”

    然后使用Windows徽标+R快捷键打开运行框,输入powershell运行,弹出powershell命名输入窗口,输入以下命令:irm https://get.activated.win | iex

    账户:Administrator
    密码:Teddysun.com
  • Xray 核心的 VLESS +Reality 模式

    更新软件:

    apt update


    安装curl:

    apt install curl -y


    安装Xray 核心的 VLESS +Reality 模式:

    bash <(curl -L https://github.com/crazypeace/xray-vless-reality/raw/main/install.sh) 4 8443

    修改配置  nano /usr/local/etc/xray/config.json

  • Warp-go一键脚本

    Warp-go一键脚本:

    wget -N https://gitlab.com/fscarmen/warp/-/raw/main/warp-go.sh && bash warp-go.sh

  • WARP的几个脚本

     一个是fscarmen的,一个是P3TERX的,还有一个是WARP go,也就是ProjectWARP,三个里面第一个最简单,就一行代码:

    wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh

  • 避免或减少跳验证码

     安装warp:

    bash <(curl -fsSL git.io/warp.sh) 6


    x-ui面板配置:

    将 “outbounds” 的 “protocol”: “freedom” 下面的 “settings”: {} 删除替换为

    “settings”: {
    “domainStrategy”: “UseIPv6”
    },
    “tag”: “IP-V6”


    在“routing”的 “rules”: 下面添加如下代码:

    {

    “type”:”field”,

    “domain”: [

    “geosite:netflix”,

    “geosite:google”,

    “geosite:openai”

    ],

    “inboundTag”: [

    “all-in”

    ],

    “outboundTag”: “IP-V6”

    },


    保存配置  重启面板。


    文章来源:https://medium.com/@wumeng9028/%E8%BD%AC-virmach-racknerd%E7%AD%89colocrossing%E6%9C%BA%E6%88%BFwarp%E8%A7%A3%E5%86%B3google%E9%AA%8C%E8%AF%81%E7%A0%81%E5%B9%B6%E8%A7%A3%E9%94%81netflix-openai-fc1d54514df1

  • 内核转发加nftables 转发

     sysctl -w net.ipv4.ip_forward=1

    echo “net.ipv4.ip_forward=1” >> /etc/sysctl.conf