News

Have you ever wished you could edit Python packages installed locally without reinstalling them? Editable installs are the ...
To find files containing a specific text string using the find command, you can utilize the following syntax: find /path/to/directory -type f -exec grep -l "text string" {} \; /path/to/directory ...
The only thing you need to have installed is Python. Practically speaking this is very useful to share files inside your local network. Implementing this tiny but hugely useful HTTP server is very ...