ubuntu
Configure Default Route using ip route – Ubuntu 20.04

Configure Default Route using ip route – Ubuntu 20.04

While setting up your lab environment sometime it is useful to change the default route. In this tutorial I will show you how to quickly configure the default route and some of the commands to check the config. Using the command ip route add You can use ip route / ip...

UFW basics – Ubuntu

UFW basics – Ubuntu

OS: Ubuntu 20.04.3 LTSUFW: 0.36 UFW (uncomplicated firewall) is the default firewall configuration tool that runs on top of iptables, included in Ubuntu distributions. For those that are looking at using the GUI configuration option. You can check out Gufw. By default...

Basic Ubuntu Commands that is useful

Basic Ubuntu Commands that is useful

For Beginners it is Important to take note that linux commands are CASE sensitive. In this section I have list down the commands that are frequently used by me in my lab setup. 1. sudo sudo – command that allows you to run programs or commands with administrator...