How to crack root password on SuSE Linux

Thursday, July 10th, 2008

Shit! I’m lost my SuSE Linux root password! I can’t remember what is my root password, I have tons of password inside my head and I can’t recall.
Don’t worry, If you’ve lost your root password, you might be able to do it this way. Let me explain “How to crack your root password on (SuSE) [...]

How to open files as root user via right click?

Saturday, November 24th, 2007

The following tips explains "How to open files as root user via right click" when browsing their file system using nautilus. Personally I used Ubuntu Gusty and tested OK!

gedit $HOME/.gnome2/nautilus-scripts/Open\ as\ root

Insert the following lines into the new file.

Possibly Related Posts:

RSS Feed Submissions
Geo Positions
Interesting about Google Suggest
Setup a Linux Highly Availability NFS servers
How to find [...]

Disable Root Login on Linux

Friday, February 16th, 2007

How to disable root login on Linux system?
There are several ways to do that such as:
1)To prevent users from logging in directly as root, the system administrator can set the root account’s shell to /sbin/nologin in the /etc/passwd file. This will prevent access to the root account through commands that require a shell, such as [...]