I have Debian 10, and a fingerprint reader. I am able to use with fprintd-enroll => add a finger print fprintd-verify => test the previously added finger print fprintd-list $(whoami) => show my fingerprints The last one produce: dka@dka:[~]: fprintd-list dka found 1 devices Device at /net/reactivated/Fprint/Device/0 Using device /net/reactivated/Fprint/Device/0 […]
Daily Archives: December 24, 2019
I have a script to automate installation and operation of a program It happens that when I compile with PS2EXE and run it, it give the error seen on the attached image The PS1 script is $Arc = if ([System.IntPtr]::Size -eq 4) { “32-Bit” } else { “64-Bit” } $url […]
I have a simple script to run my VPN on login. The script is located in /etc/profile.d/connectVPN.sh #!/bin/bash protonvpn c -f > /home/myUserName/Desktop/out.txt The contents of the output file: [!] The program was not executed as root. [!] Please run as root. ls -l /etc/profile.d/connectVPN.sh -rwxr-xr-x 1 root root 59 […]
I installed Java RE and Git, for example, and made sure their binaries were added to Environment Path Variables under both User and System variables. When I launch a command prompt from the taskbar, these variables work properly (i.e. commands “java” and “git” are recognized. I also added “open command […]
I hope it’s not too late, Dell Tech says it is. I’ve been fine with everything about my 2016 Dell PC. So when MS said they would install the new update the next time I shut it down, I didn’t think anything of shutting it down. When I turned it […]