Monthly Archives: January 2012
Template For Reverse Proxy Pass with Caching
Put this in your http block proxy_cache_path /var/www/cache levels=1:2 keys_zone=my-cache:8m max_size=1000m inactive=600m; proxy_temp_path /var/www/cache/tmp; Put this into your vhost server { server_name www.xxw.ca xxw.ca; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://xxw; proxy_cache my-cache; … Continue reading
Webmin Remote Access
ssh -L 10001:localhost:10000 youruserhere@server01
Protected: Subdomain Up For Grab
There is no excerpt because this is a protected post.
Notes on Nginx
http://people.adams.edu/~cdmiller/posts/nginx-reverse-proxy-cache/
Protected: 3TB HDD Seagate Barracuda ST3000DM001
There is no excerpt because this is a protected post.
Protected: Google Calendar ICAL Private URL
There is no excerpt because this is a protected post.
Laptop Battery Estimator For Windows
http://research.microsoft.com/en-us/downloads/fe9e10c5-5c5b-450c-a674-daf55565f794/default.aspx
How to Calculate Electricity Fees For Your Laptop or Notebook
was bored, did calculation to see how much it cost to run laptop 24/h for a year. According to average stats, it’s around 55W. 55K=0.055kW , Power rating (kilowatts) X Time on each day (24 hours) X Cost per kWh … Continue reading
Windows Live Calendar Gadget
Effective Time Managment, Download at http://wlcalendargadget.codeplex.com/ Synchronize with Google’s ICAL in Private mode under setting. Source: Randy Pausch Lecture: Time Management
Ubuntu OneIric
Disable History with Dash using #! /bin/bash DELPATH=/home/USERNAME/.local/share rm $DELPATH/recently-used.xbel touch $DELPATH/recently-used.xbel rm $DELPATH/zeitgeist/activity.sqlite zeitgeist-daemon –replace
CentOS 6.0 ISO 4.382GB
ed2k://|file|CentOS_6.0_Final.iso|4705456128|3F55F69E53410EA4F0E9DDE8F2B2BCF2|/
mike_art03a
Interesting discussion going on here. I find Bell’s costs to be exorbitantly ridiculous! I run a hosting a company with over 30 gigabit fibre links in 4 countries (The US, UK, Sweden and Australia) and they average me about $1600 … Continue reading
PHP Script to dump source
I’ve always been awed at the simplicity of PHP, and been trying to find a good way to dump source without copy and pasting the file into a text/plain format. Steps: 1. Create a source function ie <?php /************************************ Date: … Continue reading
Snippet from Internet
Zhang “I’ve come up with a perfect solution: You can come to China to download all your pirated media, and we’ll go to America to discuss politically sensitive subjects.”
