October 10, 2011

HP 4100dtn and Windows 7 64 bit

Windows 7: Windows cannot connect to the printer 0x0000007e To install the HP 4100 on a Windows 7 machine, you need to add it as a local printer first, and then change the port to the shared IP. To do this: 1. Choose to install a “network printer” and select it from the list. Hit Read more.


I ARCHITECT INFORMATION

LATEST ARTICLES

 
Nginx: Upstream timed out on WordPress Automatic Update

After a WordPress update, you may experience a timeout for automatic wordpress updates. [error] 29038#0: *29 upstream timed out (110: Connection tim ed out) while reading upstream, client: x.x.x.x, server: server.com, reque st: “POST /wp-admin/update-core.php?action=do-core-upgrade HTTP/1.1″, upstream: “fastcgi://127.0.0.1:9000″, host: “server.com”, referrer: “http://server.com/wp-ad min/update-core.php” Why? The timeout occurs due to a permissions issue in which the Read more.

 
Low Cost and Effective Data Deduplication

What is it? The latest buzz words floating from your coworkers, vendors & tech conferences are “cloud” and “data deduplication.” Data dedup is a specialized data compression technique for eliminating coarse-grained redundant data, typically to improve storage utilization. In the deduplication process, duplicate data is deleted, leaving only one copy of the data to be Read more.

 
Getting around Linux: Cliff Notes

Simple, short and sweet overview of file and directory management on CentOS 5.6   Command Description pwd Print working directory cd Change directory mkdir Create a new directory cp Copy files mv Move or rename files rm Delete a file or diretory. -r enables recursion locate Locate a file specified on the file system updatedb Read more.