There is a cool application called Webmin that is useful for easy administration of your system.
http://webmin.com
Webmin will be expecting that you log in as root, since by default we do not have a "root" account you will need to run this command in a terminal after you install webmin.
Then you open a browser and point it to http://localhost:10000 and sign in as root with whatever password you entered in the command posted above.
Hope you find it useful.
http://webmin.com
Webmin will be expecting that you log in as root, since by default we do not have a "root" account you will need to run this command in a terminal after you install webmin.
Code:
sudo /usr/share/webmin/changepass.pl /etc/webmin root yourpasswordhere
Hope you find it useful.