Back when I was a kid, if you wanted to have a computer in your home you had pretty much two options – the Commodore…
Posted on
Useful “one-liners” for the Linux Command-Line
list files with detail: ls -l [directory] list files sorted by date: ls -lt [directory] find the process using your webcam: fuser /dev/video0 get the…