Quick Tips
Quick Tip: A script to resolve local network hostnames without extra...
0
I was in desperate need to find a way to not always have to scan the network or go over to another device to...
Quick Tips
Quick Tip: Make the command-line easier with aliases and functions (Linux)
There are a couple ways to do this. You have aliases and functions. Aliases just make it possible to shorten commands or chain multiple...
Coding
Quick Tip: Keep a git repository small and lean
Git is an awesome tool. you can track your changes to a coding project, share your progress with others and let them suggest edits,...