Security

How to enable automatic login into GNOME in Ubuntu

Tagged:  
  • Automatic login is not secure and we don't recommend it. 
  • Here is what you should do.

 read more »

How to allow root user to login into Gnome in Ubuntu

Tagged:  
  • Goto
System -> Administration -> Login Window-->Preferences
Security -> Allow local system administrator login (Checked)

 read more »

How to disable root user account in Ubuntu

Tagged:  
  • Open terminal and type the following 
             sudo passwd -l root

 read more »

How to reset root password in Ubuntu

Tagged:  
  • Restart Ubuntu in safe mode.  
  • Open terminal and type the following
                           passwd
  •  change root password.

 read more »

How to recover User Passwords

Tagged:  
  • John is a active password cracking tool.To install it Goto application-->accessories-->terminal and type the following.
               sudo apt-get install john
  • Then type the following

                                    sudo john /etc/shadow
 read more »

How to delete user accounts

Tagged:  
  • Their is an application called users and groups in ubuntu which have a really simple and easy to use interface.With this application you could  add/delete/manage groups with relative ease.
     read more »

How to add user in Ubuntu

Tagged:  
Add/delete/manage users using GUI in Ubuntu
  •  Their is an application called users and groups in ubuntu which have a really simple and easy to use interface.With this application you could  add/delete/manage groups with relative ease.
  • Goto system > administration > Users and Groups from your Ubuntu

Add/delete/manage users using Command line in Ubuntu
 read more »

Syndicate content