Ubuntu 22.04 Initial Server Setup on VPS Cloud [Video]

Ubuntu 22.04 Initial Server Setup on VPS Cloud such as Contabo, Hetzner, Vultr, Linode or DigitalOcean. If you want to run any application or server in a production environment, the video above will help you set up your Ubuntu server. These steps are important to make your Ubuntu 22.04 server ready for public use. Set …

Read more

How to Rebuild Hetzner server and log in via SSH

Let’s say that , after deploying your Hetzner Cloud server with Debian, you decide that you want Ubuntu 22.04.  The video above will show you how to rebuild your server and deploy a new OS or the same operating system afresh. After deploying your fresh new install, you will also see how to successfully log …

Read more

HestiaCP Restore Backup via SSH

If you are on Windows, download Git because we will use Git Bash to finish this task. On Linux and mac you can use Terminal. Step 1: Back up and download the backup from your Hestia dashboard. Go to the HestiaCP dashboard and create a new backup for the user you want to back up. …

Read more

Deploy Ubuntu 22.04 on Vultr VPS

In this post you’ll deploy an Ubuntu 22.04 Vultr VPS server . In the upcoming post you’ll see how to set up the Ubuntu 22.04 server to make it ready for production. These are the minimal steps you need to take before using your server in a production environment. This post will cover the first …

Read more

Check Package Availability – Ubuntu/Debian

Video Captions Let’s see how to check if a package is available in the official Ubuntu or Debian repositories. To check package availability, you can do something like: apt search package-name So maybe you want to install Audacity . You want to see if the audacity package is available in the Ubuntu or Debian repository. …

Read more

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