[SYSADMIN] Serve your WordPress cached pages directly with lighttpd and not PHP
Optimizing Your WordPress Cache Loads in Lighttpd. If you don’t configure your wordpress virtual host properly in lighttpd, your wordpress…
Optimizing Your WordPress Cache Loads in Lighttpd. If you don’t configure your wordpress virtual host properly in lighttpd, your wordpress…
Save the following script in a file called speed_test #!/bin/bash # Requirements # sudo apt-get install lftp iperf lftp -e…
Say you have an encrypted file file.foo.gpg and you want to make a shorthand command to decrypt that file, you’ll…
As great as EBS volumes are on Amazon Web Services, they can break and not ever mount again, even though…
So you’ve created an Elastic Beanstalk environment, you have a play framework distribution which you’ve created using play dist (either…