Learn Ubuntu Server Video Tutorial

Reaction score
23
i have started a video series on YouTube for new comers to Ubuntu Server.

I started the series with a base install of the OS on Virtual Box. Then the second video is the basic network configuration. The next video will be setting up ISC-DHCP server. After that will be installing and configuring BIND9 for DNS server.

I plan on doing videos on PXE with UEFI via grub, LAMP Stack, LEMP stack, Samba Server, OpenSSL tutorials, and anything else I can think of. Hopefully there will be some interest.

Please check it out here. http://www.youtube.com/playlist?list=PLX5hspKz8eCuoIZnOXQCwL2Dakk2zRbQt
 
Thanks. Next do one where you set a static IP. Oh, I know how to do it, but can never get it to work. Not with 16.04 nor 17 either. It did with 14. Dont know what they did to screw it up.

Code:
sudo nano /etc/network/interfaces

auto <eth0>
iface <eth0> inet static
address 192.168.0.**
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.4.4 8.8.8.8

sudo ip addr flush <eth0>
sudo systemctl restart networking.service
 
Ouch. I've been (we've been) a victim of a necroed thread. :oops:

@Nige perhaps maybe, just maybe, close all threads a year of more older to prevent such a thing? :cool:
 
Back
Top