close
close
ABOUT US AFFIALITES CONTACT US LOGIN CLIENT AREA
menu
+3197010282575 We also take care of providing excellent support 24/7 at no additional cost.

BLOGS

Update your system

01.16.2023

Before start using your VPS/Dedicated Server, you need to update your system to get the latest packages and to get latest security patch.

Ubuntu/Debian

To update your Ubuntu or Debian system you need to run this simple command.

apt-get update && apt-get full-upgrade -y && apt-get autoremove -y && apt-get autoclean

CentOS/RHEL

To update your CentOS or RHEL system you need to run this simple command.

yum clean all && yum update -y