Contabo Install Ubuntu Server and Log in via SSH

Contabo is a German cloud hosting platform that provides very affordable VPS solutions . Check out Contabo VPS prices here. In this post let’s see how to install Ubuntu server on Contabo and then connect to your server via SSH. You may also watch the video above for a step by step guide on how …

Read more

How To Change Linux Server Hostname { Ubuntu/Debian}

If you are using Contabo VPS or any other cloud provider, you may need to change your Hostname. Here is a quick guide for how to change server Hostname. What is the current hostname? Check the current hostname: hostname Change the hostname – To change the Ubuntu/Debian server hostname edit /etc/hostname . sudo nano /etc/hostname …

Read more

Ubuntu 20.04 Initial Server Setup on a VPS

In this post let’s see how to go about Ubuntu 20.04 Initial Server setup on a VPS. I will be using Vultr VPS in this setup. However you can use any VPS to follow along. Here is a free Vultr Tutorial for beginners. And, here is a free Digital Ocean Tutorial for beginners. And here …

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