Portal Home > Sentris Forum > Tutorials > Anything > Simple way to replace the system with alpine

Simple way to replace the system with alpine

Jack Ma
Offline
Topics: 1
Replies: 2
Joined: 04/06/2020
First you need to set dns64, and then execute the following command
wget https://www.moerats.com/usr/shell/alpine.sh && bash alpine.sh

Wait a few seconds to complete, and then use the original password to enter the Alpine system.

If the server keeps modifying /etc/inittab and adding a bunch of regenerated getty, you can run the command:

apk add e2fsprogs-extra

chattr +i /etc/inittab

As you can see, the copyright of this operation method belongs to Rat's Blog。

 

 
Best Answer

Kevin Young

Than you for sharing, we've doubled your RAM for free. smiley

04/06/2020 09:23:38

Kevin Young
Offline
Topics: 4
Replies: 30
Moderator

Than you for sharing, we've doubled your RAM for free. smiley

04/06/2020 19:14:56

h2o mjj
Offline
Topics: 2
Replies: 3
Joined: 04/06/2020

Than you for sharing, we've doubled your RAM for free. smiley

By Kevin Young

DO NOT TRY THIS IN YOUR 32M-FREE-VPS!!!

This script will destroy your container and waste your only reinstalling chance in this month.

crying

05/06/2020 11:47:08

Jack Ma
Offline
Topics: 1
Replies: 2
Joined: 04/06/2020

Thank you very much,  Kevin Young!

06/06/2020 00:08:49

Edward Jimenez
Offline
Topics: 1
Replies: 4
Joined: 04/06/2020
Alpine is a light system. Great job.

06/06/2020 08:48:41