Categories

Local PC Configuration (1)

Help with mail clients, ftp clients, browsers etc.

Most Popular Articles

 CentOS 6 - kipmi0 using 100% CPU

Seeing 1.00 average server load - 100% of a single core used by kipmi0.  Resolved by...

 How do I edit my host file

Sometimes, it may be necessary to view your site, before it's live, but using the actual...

 Common commands for server troubleshooting

 Find all files in subdirectories and perform an action (delete)

find . -name .htaccess -exec ls -l {} \; the above will find all .htaccess files in all...

 Clearing cache for APC

APC is a nice caching plugin for PHP, that will store compiled php code in memory.  This can...