(map reflect shtuff)
=> ramblings by Ahmad Nazir
Following libraries are required to use the fingerprint reader.
sudo add-apt-repository -y ppa:fingerprint/fprint
sudo apt-get update
sudo apt-get install libfprint0 fprint-demo libpam-fprintd
After that, the fprintd-enroll
command can be used to enroll the right index finger. Try swiping a few times and you are done. From now on, executing a command using sudo
with prompt you for your finger print:
For reference, see askubuntu