Articles by "login"
Showing posts with label login. Show all posts
Remove White Dots from Login Screen of Ubuntu 12.10 Quantal Quetzal

Some People don't like white dots in Ubuntu 12.10 Login screen, So here is a tweak you can easily remove these dots from login screen.

white dots

To Remove White Dots from Ubuntu 12.10 login Screen open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
Install Gnome Shell 3.6 and Extensions for 3.6.
That's it, Enjoy
Install Facial Recognition on any Ubuntu Version

Face Recognition is allow user to login with camera picture, you don't need to enter password again and again in Ubuntu or other Linux, Just install Pam Face Recognition and Enjoy, it will detect your face through camera automatically.

Now we will see how to install and use it.
First of all open terminal (press Alt+F2 and type: gnome-terminal) and copy the following commands in the the terminal:










after the installation, Configure the software copy the following command in terminal:



after entering this command copy the following lines in the terminal and press enter:
Name: face_authentication profile
Default: yes
Priority: 900
Auth-Type: Primary
Auth:
[success=end default=ignore] pam_face_authentication.so enableX
EOF
Now Press Enter.
By this action, the file /usr/share/pam-configs/face_authentication is created and contains the plugin information.

Now With the next command you can enable or disable the plugin:



How to Uninstall Pam-Face-Recognition:
You just need to copy the following commands in the terminal:






Here is the Page of Pam-Recognition-Authentication