Click Add

Tuesday, July 7, 2009

Ubuntu root password change

log in as normal user

user$ sudo passwd [type and press enter]

New password xxxxxxxxx [type x as your password for root then press enter]
re-enter your password

now su for root or use another console and log in as user root

Install KDE for graphics mode

# apt-get install kde

TASK -1 Enable the firewall and set the default rule to deny incoming connections to all ports:

sudo ufw enable
sudo ufw default deny

No comments:

Post a Comment