‘Linux’ Category

Answers containing the keyword ‘linux’

Kindle Root Password Generator
Amazon’s Kindle uses a root password derived from the serial number. This tool will help you calculate your Kindle’s root password.

Correcting Clock Drift On A CentOS VM Under Hyper-V On Server 2008 R2
How to correct clock drift on a CentOS 5 virtual machine guest running on a Server 2008 R2 Hyper-V host.

Control Caching Of Dynamic Web Pages
How to control caching of dynamic web pages.

Hotlink Protection
How to protect files from hotlinking

Drop In PHP Caching Function
Cache complex content using PHP without greatly modifying the existing code structure.

Prevent Caching Of Dynamic Web Pages
How to prevent caching of web pages using PHP.

Redirect To A Mobile Site Using Mod_rewrite
How to use Apache’s mod_rewrite .htaccess rules to redirect mobile devices to a different version of your site, while still allowing a “View Full Site” link.

Template-Based Site
Make a simple PHP-based template-drive site

Intel Wi-Fi: Unsupported (too Old) EEPROM
How to determine that you have bought an “engineering sample” version of an Intel Wi-Fi card.

Useful Linux Commands
A little list of basic commands I keep needing, but which I don’t use often enough to bother remembering. It’s basically an online sticky note. These are specific to CentOS.

Bypass PHP Output Buffering When Using Apache Mod_deflate
How to output content immediately to the browser by bypassing PHP’s output buffering using flush() & ob_flush() while still using Apache mod_deflate to compress page contents.