I have to admit, I've thought about getting a Surface Pro for a long time. After I bought one, I realized what an amazing piece of hardware it is. It's a tablet running on Windows 11. Then I...
ChatGPT can be super helpful in helping you to create or modify code. For a fun exercise I recently asked it to write a "dead man's switch" style script in python. Specifically to check if there...
lsof stands for "List Open Files," and as the name implies, it's a command-line tool in Linux that provides a detailed list of all open files on the system. Open files in this context refer to any...
I use Vim, all my homies use Vim.. do you use Vim? Vim is a powerful and popular text editor for Linux that is known for its efficiency and flexibility. It is widely used by developers and system...