Personal Account
Registration and access
Payments & Finance
Communications and Notifications
Notifications
Integrations and bots
Status & Reference (Policies, Limits, Terms)
Restrictions & Policy
Terminology and Metrics
Servers: VPS/VDS and dedicated
Start and management
Providers: Hetzner
Providers: Contabo
Linux: access, administration, security
Access and Accounts
Software and Environments
Backups and FTP
Networking and Diagnostics (Linux)
Windows: Access, Administration, Networking
Connection and Access
Web Stack and Databases
Languages and PHP Environment
Certificates and Domains
VPN & Privacy
Client: Access and Applications
Game Hosting: Minecraft
Server Setup
AI and ML
Model Deployment
Reselling
Screen
Screen is software that allows you to create multiple windows to run several tasks simultaneously while keeping processes active even after you disconnect.
Â
Installation process:
apt-get install -y screen
Â
Starting Screen and basic usage:
In all cases, correct letter case is required for proper operation.
To create a new screen session, use the following command:
screen -S <NAME>Â
To attach to an existing session, use:
screen -x <NAME>
Â
To view the list of all existing screen sessions, use the command:
screen -ls
Â
To detach from or reattach to a screen session, use the following key combination:
CTRL + A + D








