How to open Ubuntu’s file manager as admin(root)?
Ubuntu’s file manager is called Nautilus. The following command will open Nautilus as root from the terminal. Nautilus will open
Continue readingUbuntu’s file manager is called Nautilus. The following command will open Nautilus as root from the terminal. Nautilus will open
Continue readingAfter setting up the iptables rules check them! iptables -S At this stage your iptables rules should be showing.
Continue readingYou require to be root to execute the following commands successfully. su Start a service service {service name} start
Continue readingInstalling and testing the SSH Server You will need to be root to do the following… su Install SSH Server
Continue readingList all local users cat /etc/passwd You could also use the following command to print only the username part of
Continue readingCheck the current iptables configuration iptables -S Your output should be empty as follows… -P INPUT ACCEPT -P FORWARD ACCEPT
Continue reading