We may already be familiar with the login using a password or fingerprint. But how to login using face?
You’ve probably seen in films about the sophistication of technology in accessing computers, laptops or entry into a door with a face authentication? Face is scanned through a video camera and if the face was recognizable in the database then you will be able to access computers or go into the room they will be.
Now on Ubuntu Linux already come true. Requirements that must be filled is in your computer must have a video camera / webcam.
Follow the way of installation as follows:
I currently use Ubuntu 10:10 to targeted practice:
- Add the following repositories:
sudo apt-add-repository ppa:antonio.chiurazzi/ppa
- As always updates first:
sudo apt-get update
- Then install the application:
sudo apt-get install pam-face-authentication
- Edit this file:
sudo gedit /etc/pam.d/gdm
add on the top line:
auth sufficient pam_face_authentication.so enableX
- Edit this file:
sudo gedit /etc/pam.d/su
add on the top line:
auth sufficient pam_face_authentication.so enableX
- Then enter the menu Other > Qt Face Trainer to insert your face into a database for face recognition applications to recognize your face at the time of login.
- Log in menu System > Administration > Users and Groups
change password to Asked to login
- Disable automatic login: System > Administration > Login Screen
select “Show the Screen for choosing Who Will log in.“
Then log off to see the results. Now each time you get into Ubuntu. Automatic face authentication screen will appear. if recognized face it will automatically go to Ubuntu desktop.
Another Interesting Articles
- Install Your Favorite Applications in Ubuntu
This time I will discuss the application instead of the applications commonly used in Windows. Use t... - How to Instal FTP Server Using VsFTPd on Ubuntu Server
Here i want to discuss about How to Install an secure and Stabil FTP Server on Ubuntu Server.
Vsf... - How to Speed Up Internet Connection in Ubuntu
What if you want to do the settings on your ubuntu so the internet you will feel more fast, then her... - Sudo command in Ubuntu Tutorial
Sudo command is used to provide root access privileges to specific users. so if we want to run a roo... - How to Optimize Speed Up Booting Ubuntu
Here I will present how to optimize speed up booting UBuntu, so not much time is wasted just waiting... - Install WordPress on Ubuntu Server using Nginx, PHP, MySQL
This timr i want to talk how to Install WordPress on Ubuntu Server using Nginx, PHP, MySQL. If durin... - Step By Step Installation of Oracle Database 10g XE Server in Ubuntu (Online Version)
Oracle database consists of a collection of data managed by the Oracle database management system. Y... - Easy to Install Apache, MySQL, and PHP on Ubuntu
On the occasion of this post I will share how an easy way to install apache web server, MySQL server... - Export and Import Great MySQL Database on Linux
We are often difficult to backup a database that may have been walking for years, finally have a big... - Accelerate and Increase Speed the “apt-get install” by “apt-fast”
Starting from the curiosity of the speed "apt-get install" on my ubuntu is really slow, I can finall...
Tagged as:
access computers,
application,
authentication screen,
chiurazzi,
database,
door,
enableX,
face authentication,
face recognition,
face verification,
fingerprint,
gedit,
Install,
line,
login,
login system,
password,
sophistication of technology,
sudo,
Technology,
time,
true requirements,
ubuntu,
ubuntu 10.10,
ubuntu desktop,
ubuntu linux