Building An Ubuntu Home Server
Building An Ubuntu Home Server
- Intel NUC
- 8 GB RAM
- 32 GB SSD
Setup recommendations
- server must be connected with the Ethernet
- consider buying UPS for untinterruptable power supply
- when choosing hardware, consider what your server needs to do
- 8GB of RAM or more, SSD
- keep the server in a cool and clean place
Ubuntu:
- server - usage we need for server environment, it can be connected through
SSH
- core - designed for IoT and specialized for smaller things
- desktop - desktop version of Ubuntu, regular OS
Ubuntu releases:
- 16.10 Yakkety Yak 2016 Standard
- 16.04 Xenial Xerus 2016 LTS
- 15.10 Wily Werewolf 2015 Standard
- 15.04 Vivid Vervet 2015 Standard
- 14.10 Utopic Unicorn 2014 Standard
$ ssh [email protected]
- type yes
- password:
$ sudo fdisk -l
- shows all disk info on system
- after we install and plug new HDD type again same command and configrm
server added it
- disk is electrically connected, but it cannot use files
Automatic updates:
$ sudo apt install unattended-upgrade
$ sudo dpkg-reconfigure unattended-upgrade
Yes,
Ok
- firewall settings
- enable the firewall on systems
- ufw enable / ufw disable
- ufw (uncomplicated firewall)
- if firewall enabled, create rule to allow access on ports you
use (SSH for example)
- sudo ufw