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

How to Install XAMPP on Ubuntu

Watch the video above for the step by step installation guide . Install #xampp on #Ubuntu STEP 1 Download Xampp STEP 2 Install Xampp . sudo ./path STEP 3 (Optional ) Stop Nginx (if you have it installed and running) sudo systemctl stop nginx.service STEP 4 (Optional) Remove xampp sudo /opt/lampp/uninstall Remove nginx sudo systemctl …

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