Articles
Quick answer: Cloud2Y servers run all popular Linux distributions — Ubuntu, Debian, AlmaLinux and...
Quick answer: On Cloud2Y you do not install Ubuntu manually — select Ubuntu as the operating...
Quick answer: Select Debian as the operating system when ordering your Cloud2Y VPS/VDS, or...
Quick answer: Select AlmaLinux or Rocky Linux as the operating system when ordering your Cloud2Y...
Quick answer: Windows Server is available on Cloud2Y as an operating-system option on selected...
Quick answer: On Ubuntu/Debian run sudo apt update && sudo apt -y upgrade; on...
Quick answer: Install Nginx from your distribution's repository — sudo apt install nginx on...
Quick answer: Install Apache with sudo apt install apache2 on Ubuntu/Debian or sudo dnf install...
Quick answer: Install PHP with FPM — sudo apt install php-fpm on Ubuntu/Debian or sudo dnf...
Quick answer: Install MariaDB with sudo apt install mariadb-server (Ubuntu/Debian) or sudo dnf...
Quick answer: Install PostgreSQL with sudo apt install postgresql on Ubuntu/Debian or sudo dnf...
Quick answer: Install Docker Engine from Docker's official repository (not the distro's default...
Quick answer: For servers, install a current LTS release of Node.js either from the NodeSource...
Quick answer: Python 3 ships with every modern Linux distro. Add the tooling with sudo apt...
Quick answer: Run sudo apt install git on Ubuntu/Debian or sudo dnf install git on...
Quick answer: Edit your schedule with crontab -e. Each line is five time fields plus a command —...
Quick answer: Check the current setting with timedatectl, list zones with timedatectl...
Quick answer: On systemd distros, journalctl is the master log: journalctl -u nginx -f follows a...
Quick answer: Create a swap file with fallocate, secure it, format and enable it, then persist it...
Quick answer: The core checklist: keep packages updated, log in with SSH keys instead of...
