1. setting up linux vps server
get vps details
- Login to the Clients Area
- At the top of the page select “My Services > VPS” tab;
- From the list of services, choose VPS and press the “Manage” button;
- At the left menu press “Reset Password” and then press “Reset Password” button;
1 x 2.6 GHz
Memory: 2048 MB
Storage: 20 GB
Bandwidth: 100 Mbps (Monthly limit: 4 TB)
host 49pk.l.time4vps.cloud
Main IP : 80.209.239.124
task 1
- install OS : AlmaLinux ( = “CentOS” 8.x )
- get root pswd : zie KP
- reset root pswd nog niet gedaan ,
test version (centos)
hostnamectl # => AlmaLinux 8.6 / Kernel: Linux 4.18.0-372. / Alma is een true open source 'fork' op volger van centos
cat /etc/*elease
rpm -q centos-linux-release # => package centos-linux-release is not installed
connect to Linux VPS
If using Linux:
- Open a terminal
- ssh command: ssh root@IP_of_your_VPS => ssh root@80.209.239.124
When prompted, enter your VPS ‘root’ password.
list usage per fs :
df -h => 1.9 used van 20Gb
update your AlmaLinux operating system to make sure all existing packages are up to date:
sudo dnf upgrade --refresh
df -h => 2.1 used van 20Gb