-
Bookmark September 22 2011, 11:55pm
Nginx "how to" - Fast and Secure Web…
Deny certain User-Agents (case insensitive) ## The ~* makes it case insensitive as opposed to just a ~ if ($http_user_agent ~* (Baiduspider|Jullo) ) {…
-
Bookmark August 27 2011, 3:08pm
Compiling PHP 5.3.3, with nginx on ubuntu 10.4…
Moving to PHP 5.3.3 running a much leaner and faster NGINX HTTP server under Ubuntu 10.4 LTS using the new PHP-FPM instead of fastcgi
-
Bookmark August 27 2011, 3:07pm
Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian…
Since Apache is most of the time a memory hungy process, people started to look for different ways to host their website. Apache is…
-
Bookmark August 25 2011, 7:03pm
Nginx and PHP-FastCGI on Ubuntu 10.04 LTS (Lucid)…
The nginx web server is a fast, lightweight server designed to efficiently handle the needs of both low and high traffic websites. Although commonly…
-
Bookmark August 25 2011, 7:01pm
Revision of Step-by-step: Setting up Project Mercury (Varnish,…
Here are step-by-step instructions for building Project Mercury on a fresh ec2 image. We have both 32 and 64 bit versions of this AMI…
-
Blog June 25 2011, 6:05pm
Streaming Music from a NAS at…
I have a huge music collection that I digitized years ago that I don't / can't carry around with me everywhere. I have…
-
Blog June 22 2011, 12:56pm
How to Sync Bookmarks, Pin Tabs…
Mozilla has promised to put out several new versions of Firefox this year, I guess they are taking a little bit more of…
-
Bookmark May 7 2011, 4:17pm
» Getting RED 5 up and running on…
Confirm that the Red5 start page is accessible via a browser by navigating to: http://[yourdomain]:5080/ You should see this Red5 page: red 5 start…
-
Bookmark April 14 2011, 9:12am
How to clean the developer blades on Samsung…
the developer blade for the black toner needs to be cleaned. The developer blade meters the right amount of toner that is deposited onto…
-
Bookmark April 1 2011, 6:58pm
Installing Etherpad on Ubuntu - Ubuntu Wiki
There are no Ubuntu packages for Etherpad available from the repositories yet. If you want to help package Etherpad in Ubuntu see: <a href="https://bugs.launchpad.net/debian"…
-
Bookmark March 6 2011, 3:46pm
Writing a Light Graffiti effect … | Kdenlive
This really made me think a lot. Actually for several weeks. After a few minutes of research, I found that the effect used to…
-
Bookmark February 26 2011, 2:07pm
Understanding Git Conceptually
you can only really use Git if you understand how Git works. Merely memorizing which commands you should run at what times will work…
All