Skip to content

Instantly share code, notes, and snippets.

@petergloor
Last active February 8, 2020 14:30
Show Gist options
  • Save petergloor/e7f761cfe68a8508129a8cfcafaf93fe to your computer and use it in GitHub Desktop.
Save petergloor/e7f761cfe68a8508129a8cfcafaf93fe to your computer and use it in GitHub Desktop.
Basic Packages for Ubuntu Dev VM

Basic Install Ubuntu 18.04 Dev Server VM (from minimal installation)

sudo apt update
sudo apt upgrade
sudo apt install ssh vim mtr-tiny dnsutils net-tools traceroute git gawk zip unzip tmux build-essential

This list might include packages that are already installed in the Distribution.

Enable Hardware Enablement Stack (HWE) to allow kernel upgrades.

sudo apt install --install-recommends linux-generic-hwe-18.04

Use this for Desktop machines:

sudo apt install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
@petergloor
Copy link
Author

net-tools added for netstat (Contabo)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment