卸载内核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镜像的历史...
Linux中普通用户用sudo执行命令时报”xxx is not in the sudoers file.This incident will be reported”错误,解决方法就是在/etc/sudoers文件里给该用户添加权限。如下:1.切换到root用户下 方法为直接在命令行输入:su,然后输入密码(即你的登录密码,且密码默认不可见)。2./etc/sudoers文件默认是只读的...