News

find / -path /proc -prune -false -o -name 'dev.conf' What that command does is search the entire filesystem for a file named dev.conf, but leaves out the /proc directory in the process.
For our next episode in the bit-tech Linux series, I was asked to write a short article on what many Linux converts find to be one of the scariest things of all - the command line interface, or ...
In this article, I will show you how to install WSL using the command line and then access files from the base Windows system. In a follow-up article, I will show you how set up WSL to use a graphics ...
The Linux command line is a text interface to your computer. Also known as shell, terminal, console, command prompts and many others, is a computer program intended to interpret commands. Allows users ...
Linux 101: How to delete files and folders from the CLI Your email has been sent When you’re using a GUI, deleting a file and/or a folder is as simple as right-clicking and selecting delete. But ...
Useful stuff The next chapter of our short CLI introduction will help you with some useful tips and tricks, or just some plain 1337 stuff that will aid you in the utter geek part of your life that ...