New wallpaper is added to 2017 GPL gallery. Click the image for full size version.![]()
Finding files/folders via cli on Linux
When doing admin tasks there will come a time that you will need to search something via command line. Here is how you do it.
#Install tree
You could also use locate or find commands but at least for me, tree command works a lot better. Tree command will display files and folders in a nicely structured view. We can then easily grep from tree“s output and find our files or folders.
#Let’s install it.
sudo apt-get install tree -y Continue reading
3 new wallpapers
Line Replacer
This is a tool written with Bash, which will replace all the specified lines in document. This tool uses sed to do the replacing.
