Thecodecave - thecodecave.com - The Code Cave
General Information:
Latest News:
How to fix: WordPress updates and plugin installs require FTP login but shouldn’t. 15 Feb 2013 | 02:48 am
WordPress is generally very good about working under any server situation you put it in. It even has fall back code if the preferred server settings are not available. The plugin and update installati...
How do you restart a spamd on a cPanel server? 13 Feb 2013 | 10:47 pm
Let's keep this one simple. There are two main ways to restart Spamd. The first way restarts spamd (aka spam assasin) itself: /scripts/restartsrv_spamd The next way is to restart the default mail serv...
joe test 5 Nov 2012 | 09:41 pm
test The post joe test appeared first on The Code Cave.
How to: Split path and filename in MS Excel, Google Docs or OpenOffice Calc 25 May 2012 | 10:03 am
I did a code review along with Brad Williams yesterday and today we combined our results. The problem was, our spreadsheet columns didn't match. He'd combined path and filename into one column and I...
How to: Resolve the error “did you run git update-server-info on the server? “ 8 Apr 2012 | 06:49 am
This is a fairly common error and a bit of a head smacker... Before you look any further, ask yourself one question.. Are you trying to use a git client to check out an SVN repository? Try using...
Understanding Load Average on Linux 7 Apr 2012 | 05:16 am
One of the things that really confused me back in the last millennium was understanding the results I would get from "top -c" or "uptime". They showed load averages that seemed to make sense when th...
Understanding free memory in Linux 23 Feb 2012 | 10:46 am
It used to worry me when I found that Linux was using almost all the memory available to a system. However all that worry was for naught. Linux is very good at memory management and making sure it has...
HOW TO: In PHP the MySQL Client API version doesn’t match the MySQL Server version 22 Feb 2012 | 09:26 am
This is a fairly common situation. The short answer is that you usually don't need to fix anything. This is a non-issue. As long as your MySQL and MySQL Client have the same major version, you can an...
How to: Install MemCached on CentOS / Redhat using yum 3 Feb 2012 | 03:08 am
Installing memcached on a server for use with W3Total cache can seem daunting if you haven't done it before. Once you've done it enough to work out a method and know the speed bumps you can come acro...