I recently had some trouble with my postfix mail service. Not knowing where to being looking for log files and restart commands, I thought this quick cheat sheet would come in handy in the future: Starting...
Learn MoreI’ve just launched an EC2 instance from my own AMI. This time however I wanted it to have more storage so I increased the size of my disk space from 10 to 100GB. Once the instance had launched...
Learn MoreBind Mounting allows us to make one directory accessible from more than one location. It’s like “intercepting” directory1 and making the system redirect requests to directory2. Let’s...
Learn MoreI was pulling my hair out the other day trying to connect to a VM in Parallels Desktop. It’s fairly straightforward, yet rather complex at the same time. Here’s how to do it step by step. In this...
Learn MoreDid you know that you can run PHP directly from the command line? Here’s how: Running a command Let’s run a one-liner and see the output displayed in our console. We’ll use phpinfo() because...
Learn More