Linux

Install and Configure Ubuntu Server – Full Setup Guide



Install and Configure Ubuntu Server – Full Setup Guide
In this video we setup Ubuntu server, this is a step by step guide on getting ubuntu server up and running and secure.

Download Ubuntu Server

updates: sudo apt update

upgrades: sudo apt upgrade

enable auto updates: sudo apt install unattended-upgrades

sudo dpkg-reconfigure –priority=low unattended-upgrades

enable firewall: sudo ufw status (inactive)? type sudo ufw enable

sudo systemctl status ssh (active)? sudo ufw allow ssh

system information tool and process monitoring: sudo apt install neofetch htop

Install extra media codecs: sudo apt install ubuntu-restricted-extras

Install VLC Media Player: sudo apt install vlc

These are for GUI interface and are optional:

install GUI for ubuntu server: sudo apt install tasksel

type tasksel then choose your desktop environment

Only needed if you get warning:

ssh-keygen -R your ip

Optional Bonus commands:

Install GNOME Tweaks: sudo apt install gnome-tweaks

Install Synaptic Package Manager: sudo apt install synaptic

Install Your Favorite Browser
wget

sudo apt install ./google-chrome-stable_current_amd64.deb

🔔 SUBSCRIBE for more:

——————————————————————————————
🛍 Support me with your Amazon purchases:
UK
US

Please note that as an Amazon Associate I earn a commission from any qualifying purchases that you may make through these links.
——————————————————————————————
❤️ Join Britec YouTube Members:

——————————————————————————————
📃Watch related playlists and videos
🖥️
——————————————————————————————
👕Check out our merch:

——————————————————————————————
💻Discord Access:

——————————————————————————————
🐦Follow and interact with me on Twitter:

——————————————————————————————
✅Follow and interact with me on Facebook:

—————————————————————————————–
🎬 View my Website:

—————————————————————————————–

[ad_2]

source

Related Articles

9 Comments

  1. nice video again britec…! I have been playing about with this all day due to yesterdays video great stuff learnt a few tricks. Currently struggling to boot to winpe across the network going to try a couple of other things. see how I get on, thanks for sharing….!

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button