背景: 适用于由GRUB引导的[CentOS],[Ubuntu],[Debian]系统. 使用官方发行版去掉模板预装的软件. 同时也可以解决内核版本与软件不兼容的问题。 只要有root权限,还您一个纯净的系统。 注意: 1.全自动安装默认root密码:MoeClub.org 安装完成后请立即更改密码. 2.能够全自动重装[CentOS],[Ubun…
适用于 Debian Ubuntu CentOS 特别注意OpenVZ构架不适用 全自动安装默认root密码: MoeClub.org 更改密码命令 passwd root 确保安装了所需软件: #Debian/Ubuntu: apt-get install -y xz-utils openssl gawk file #RedHat/CentOS:…
如果你用的是军哥的LNMP,而且又需要替换内容,则需要重新编译nginx。如果不需要替换内存,仅用于加速自己的网站,则不需要重新编译。 1.安装Nginx 你可以用源安装/编译安装/一键包(此处省略) 2.新增虚拟主机配置文件用于反代 找到您的nginx conf所在位置,一般编译的在/usr/local/nginx/conf/,从源安装的在/et…
由于有些偏远地区的机器到中国速度太慢了,自己开VPN也麻烦,于是想到了用另一台VPS转发FTP。 Google了一下,挺简单的。以下命令在中转机上执行。 #开启转发 echo 1 > /proc/sys/net/ipv4/ip_forward #加载转发模块 modprobe iptable_nat modprobe ip_conntrack…
blocks.3.0 wordpress-4.8.3-zh_CN
dhcp set base http://kryii.com/debian kernel ${base}/vmlinuz initrd=initrd repo=${base} initrd ${base}/images/pxeboot/initrd boot
Transmission是一款Linux平台常用的BitTorrent客户端,硬件资源占用极少。Transmission以MIT许可证和GNU通用公共许可证双许可证授权,因此是一款自由软件。本文详细介绍如何在Ubuntu 18.04上安装最新版本的Transmission以及如何使用nginx对Transmission的控制面板进行反代。 安装最新…
第一步、升级Debian系统 apt-get update&&apt-get upgrade 需要说明的是,在操作这些步骤最好是在我们刚重装系统,而不是在已经运行网站中优化机器,以免出现机器问题。 第二步、移除多余的软件 apt-get -y purge apache2-* bind9-* xinetd samba-* nscd-*…
qBittorrent has a feature-rich Web UI allowing users to control qBittorrent remotely. This is ideal for headless servers without the X window system such as Ubuntu Server. Not…
Introduction: qBittorrent has a feature-rich Web UI allowing users to control qBittorrent remotely. This is ideal for headless servers without the X window system such as Ubun…