Last update at :2024-07-10,Edit by888u
Applicable to Linux systems. Function: Solve the packet loss problem and speed up access.
Under SSH, root user.
1. Automatically install RuisulotServer
bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) install2. Uninstall Ruisu lotServer with one click
bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) uninstall3. Replace the kernel suitable for RuisulotServer
(1) Replacing the kernel of CentOS system 1. CentOS 6 32-bit system replaces the kernel with: 2.6.32-504.el6
rpm -ivh http://vault.centos.org/6.6/os/i386/Packages/kernel-firmware-2.6.32-504.el6.noarch.rpm --nodeps --force rpm -ivh http://vault.centos.org/6.6/os/i386/Packages/kernel-2.6.32-504.el6.i686.rpm --force2. CentOS 6 64-bit system replaces the kernel with: 2.6.32-642.el6.x86_64
rpm -ivh http://vault.centos.org/6.8/os/x86_64/Packages/kernel-firmware-2.6.32-642.el6.noarch.rpm --nodeps --force rpm -ivh http://vault.centos.org/6.8/os/x86_64/Packages/kernel-2.6.32-642.el6.x86_64.rpm --force3. CentOS 7 system replaces the kernel with: 3.10.0-229.1.2.el7.x86_64
rpm -ivh http://vault.centos.org/7.0.1406/os/x86_64/Packages/kernel-3.10.0-123.el7.x86_64.rpm --force4. Check whether the kernel replacement is successful
rpm -qa | grep kernelIf successful, just restart the VPS.
(2) Debian system kernel replacement Debian 8 64 replaces the kernel with 3.16.0.4-deb kernel 1. Install the new kernel
wget http://security-cdn.debian.org/pool/updates/main/l/linux/linux-image-3.16.0-4-amd64_3.16.43-2+deb8u5_amd64.deb dpkg -i linux-image-3.16.0-4*.deb2. Delete the kernel
dpkg -l|grep linux-imageAll kernels will be displayed and all kernels except 3.16.0.4 will be deleted
apt-get remove kernelUpdate system boot
update-grubJust restart.
The script comes from: https://github.com/MoeClub/lotServer/
Recommended site searches: Korean website domain name, Dongguan server rental, Korean cheap server, free ip proxy, check ip, how to set up ip query server, US server rental, Hong Kong server rental, free virtual space,
发表评论