RHEL 8 / Centos 8 Add new sudo user

This is a quick tutorial that will show you how to add a user with sudo privileges. Instead of using root user, always disable root login and use the sudo user for login in and operating your server. Step 1 – Add a new user called Joey Add a new user named Joey . Replace …

Read more

Update Ubuntu or Debian via Command line

Terminal – Update Ubuntu or Debian via Command line. Update Ubuntu or any Debian based linux by running: sudo apt update && sudo apt upgrade -y Watch the video above to see how to update your debian based linux system. VULTR Tutorial – How to Set up and deploy CentOS 7 for Putty Users on …

Read more