I'm fascinated with shortcuts - I can't understand why wouldn't you want to learn them, cut the process and get the job done in a fast speed. So, I was going like usually though my duties and had to dig a bit through one of our servers and got annoyed by some typing difficulties and…
Configure Web Server for Magento [Ubuntu, Nginx…] (Part 1)
There are some default good practice when installing/configure a server and I think is good to follow them and improve where is possible. I tend to use [ apt ] instead of [ apt-get ] as they are almost the same: apt is designed for end-users (human) and its output may be changed between versions > Means the output is…
Wildcards in Linux

The shell feature that makes these commands so powerful is - Wildcards. Because the shell uses file- names so much, it provides special characters to help you rapidly specify groups of filenames. These special characters are called wildcards. Using wildcards (also known as globbing) allows you to select filenames based on patterns of characters. …