There is nothing superfluous here, just the information you need about the system. It is painted in different colors depending on the load (>50% of the load is orange, >75% is red).
We want to present SIC as a cross-platform script that will work on all Linux systems. However, we cannot guarantee support on all Linux systems. There a list of tested systems where SIC will be guaranteed to work:
- Debian >= 11 (Tested ✅)
- Ubuntu >= 22.04 (Tested ✅)
- Log in as root:
su -
- Download git:
git clone https://github.com/medowic/serverincolour.git
- Start
install.sh
script
bash serverincolour/install.sh
or
chmod u+x ./serverincolour/install.sh
./serverincolour/install.sh
- Done! Now ServerInColour will be launched every time the user logs in.
- Log in as root:
su -
- Start
uninstall.sh
script
bash serverincolour/uninstall.sh
or
chmod u+x ./serverincolour/uninstall.sh
./serverincolour/uninstall.sh
- Done. Now you will see the standard login page of the system.
This is project is under the MIT License.