前言Cloudflare WARP 一键配置脚本是一个简化在 Linux VPS 上安装和配置 Cloudflare WARP 的脚本,它支持 WARP 官方客户端和 WireGuard 两种主流 WARP 使用方式,适用于 IPv4/IPv6 单双栈各类的网络环境,操作系统、 CPU 架构和虚拟化平台支持全面。本篇是介绍说明及简单使用教程。项目地址https://github.com...
卸载内核wget -N --no-check-certificate "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh或wget -O tcp.sh "https://git.io/coolspeeda" && chm...
一键脚本wget --no-check-certificate -qO natcfg.sh http://www.arloor.com/sh/iptablesUtils/natcfg.sh && bash natcfg.sh iptables有问题执行update-alternatives --config iptables
今天一个朋友问我VPS能不能多个flexget,要实现共存简单的方法就是docker,每个容器独立,互不干扰。本文以debian系统为例做个教程,顺便装个Portainer可视化面板。FlexGet介绍媒体文件的多功能自动化工具。可以支持 torrents, nzbs, podcasts, comics, TV, movies, RSS, HTML, CSV, 等等作为输入。FlexGet ...
Docker 一键安装命令curl -fsSLo- get.docker.com | /bin/sh 运行 hello-world 检查Docker引擎是否安装docker run hello-world 运行一个 Ubuntu 容器docker run -it ubuntu bash 显示所有的容器docker ps -a 显示本机镜像docker images 查看Ubuntu镜像的历史...