Skip to content

A bash script which helps set up an Ubuntu Server instance.

License

Notifications You must be signed in to change notification settings

bp2008/UbuntuServerSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

UbuntuServerSetup

This script helps set up an Ubuntu Server instance by doing the following things (permission will be asked to perform each step):

  1. Configure unattended upgrades and automatic removal of unused dependencies to prevent the disk slowly filling up with unused kernels and other packages
  2. Configure the DHCP client identifier to be the MAC address of the network interface.
  3. Set the time zone to Mountain Time (America/Denver).

Usage

Run these commands on a new Ubuntu Server instance:

wget https://raw.githubusercontent.com/bp2008/UbuntuServerSetup/main/initialsetup.sh
chmod u+x initialsetup.sh
sudo ./initialsetup.sh

About

A bash script which helps set up an Ubuntu Server instance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages