Protected: YES

This post is password protected. To view it please enter your password below:


Posted in Uncategorized | Enter your password to view comments.

Windows 7 i3 i5 i7 CPU no idle

Regedit and find
0cc5b647-c1df-4637-891a-dec35c318583

set ValueMax to 0 in hex
shutdown and restart and enjoy

Source: sky60234 from http://forum.cakewalk.com/tm.aspx?m=1861804

Posted in Uncategorized | Leave a comment

Template For Reverse Proxy Pass with Caching

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;
proxy_cache_valid 200 302 60m;
proxy_cache_valid 404 1m;
error_page 502 @failover;
}
}
upstream xxw {
server xxw.littlebearz.com;
}

Posted in Uncategorized | Leave a comment

Webmin Remote Access

ssh -L 10001:localhost:10000 youruserhere@server01

Posted in Uncategorized | Leave a comment

Protected: Subdomain Up For Grab

This post is password protected. To view it please enter your password below:


Posted in Uncategorized | Enter your password to view comments.

Notes on Nginx

http://people.adams.edu/~cdmiller/posts/nginx-reverse-proxy-cache/

Posted in Uncategorized | Leave a comment

Protected: 3TB HDD Seagate Barracuda ST3000DM001

This post is password protected. To view it please enter your password below:


Posted in Uncategorized | Enter your password to view comments.

Protected: Google Calendar ICAL Private URL

This post is password protected. To view it please enter your password below:


Posted in Uncategorized | Enter your password to view comments.

Laptop Battery Estimator For Windows

http://research.microsoft.com/en-us/downloads/fe9e10c5-5c5b-450c-a674-daf55565f794/default.aspx

Posted in Uncategorized | Leave a comment

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 (assuming 0.20 included delivery fees) * 31 (days in a month) * 12 (month in year) = $98.208 so around $100 bucks a year
Posted in Uncategorized | Leave a comment