define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true); Linux | WP Hosting

Posts Tagged "Linux"

The Postfix Cheat Sheet

Posted on Mar 10, 2014

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 More

How to extend instance storage on Amazon EC2

Posted on Mar 8, 2014

I’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 More

How to use Bind Mounting in Linux

Posted on Mar 8, 2014

Bind 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 More

How to run PHP from the command line in Linux

Posted on Feb 8, 2014

Did 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