Linux Server Install: Part 1

Laxfed Paulacy
2 min readJan 5

Pick a Linux distribution, install, update, and upgrade it, bruh.

Return to Series Page

Install Ubuntu Server

To install Ubuntu 20.04 Server, you will need to perform the following steps:

  1. Download the Ubuntu 20.04 Server ISO image from the Ubuntu website (https://ubuntu.com/download/server).
  2. Create a bootable USB drive or DVD using the ISO image.
  3. Boot your server from the bootable media.
  4. Follow the prompts to install Ubuntu. You will need to select your language, location, and keyboard layout, as well as configure your network settings and create a user account.
  5. During the installation process, you will also be asked to partition your hard drive. It is recommended to use the “Guided — use entire disk” option to let the installer partition the disk for you.
  6. Once the installation is complete, remove the bootable media and reboot the server.
  7. After the reboot, log in to your server using the user account you created during the installation process.

While this tutorial will be using Ubuntu 20 Server, but the commands should pretty work with most other Linux distributions.

After installing Ubuntu 20.04 Server, there are a few things you may want to do to set up your server and get it ready for use.

Update and Upgrade the Distribution

sudo apt update && sudo apt upgrade -y

Take a break, this might take a while…

Additional steps that this tutorial will go over include, but are not limited to the following

  1. Install additional software: Depending on your intended use for the server, you may want to install additional software. For example, if you want to set up a web server, you might install Apache or Nginx. You can use the apt command to install packages from the…
Laxfed Paulacy

Morty now identifies as Laxfed and has moved on to AI--producing a chatGPT driven podcast and analysis of the federal register.