- Check whether Screen is installed
which screen
- If Screen is not installed on your system, run the following command:
- If your system uses yum, you can install Screen with the command below
yum install screen
- If your system uses apt, you can install Screen with the command below
apt install screen
- If your system uses yum, you can install Screen with the command below
- To run a Screen session, enter the screen command.
screen
- If your session disconnects for some reason, log back in to your server and run the screen -r command.
screen -r
This will reconnect you to your Screen session.
Changing the partition layout of your VPS and VDS after installation | Linux
- How to easily change your partition layout on your VPS or VDS.
Backup of all important data before proceeding! Changes to the partition table always bear the risk of complete data loss.
- Boot your VPS / VDS into the rescue-system
- Now connect through VNC (How to use VNC to connect to your VPS and VDS)
- Login as “root”
- To perform changes on the partition easily use gparted
- To start the GUI type “startxfce4” within VNC console and wait a few seconds until the graphical interface appears
- On the upper left side you will see “Applications”, open it and select “Run Program”
- Type “gparted” within the application finder and the app should start immediately
- Now you can resize and create new partition with unallocated space.