<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gray.me.uk - Tech and Linux Blog &#187; Linux Admin</title>
	<atom:link href="http://www.gray.me.uk/topics/linux-administration-and-management/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gray.me.uk</link>
	<description>Wandering tech guy</description>
	<lastBuildDate>Thu, 19 Aug 2010 20:41:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Interesting Linux Disties.</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/interesting-linux-disties</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/interesting-linux-disties#comments</comments>
		<pubDate>Fri, 02 Jul 2010 21:37:00 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=898</guid>
		<description><![CDATA[Must look at this as I am always in need of a good recovery/disk management live CD.  http://partedmagic.com/
I love my music. http://www.musix.org.ar
A distie that allows you to manage your server using just a web browser.  http://www.zeroshell.net
A 6MB linux disti, now thats tiny.  if you go up to the 10MB you even get a GUI.  http://www.tinycorelinux.com/
I [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/interesting-linux-disties/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SugarCRM</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/sugarcrm</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/sugarcrm#comments</comments>
		<pubDate>Tue, 22 Jun 2010 15:04:17 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=894</guid>
		<description><![CDATA[I am just starting a SugarCRM install/customisation.  Its the first time I have used this so will be posting notes as I go.
I want to remove a lot of the extra cruft that shows up.  First remove some subpanels.
In
custom/Extension/modules/Accounts/Ext/Layoutdefs/layoutdefs.ext.php  put

PHP Code:
&#60;code&#62;
unset($layout_defs['Accounts']['subpanel_setup']['leads']);
unset($layout_defs['Accounts']['subpanel_setup']['activities']);
unset($layout_defs['Accounts']['subpanel_setup']['history']);
unset($layout_defs['Accounts']['subpanel_setup']['accounts']);
?&#62;
&#60;/code&#62;

Obviously you need to create the folders and files if they don´t  exist.
Then [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/sugarcrm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp-spamfree update</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/wp-spamfree-update</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/wp-spamfree-update#comments</comments>
		<pubDate>Fri, 19 Mar 2010 13:55:48 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[comment spam]]></category>
		<category><![CDATA[NoSpamNX]]></category>
		<category><![CDATA[wp-spamfree]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=870</guid>
		<description><![CDATA[I have just received a comment to my post regarding wp-spamfree and decided to do a search for other users of wp-spamfree who had had problems.
StevoFC has some negative comments but didn&#8217;t really look into the cause of the problems.  If he had done a little research to find out why the comments were being [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/wp-spamfree-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to php 5.2 in Centos 5.x</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/upgrading-to-php-5-2-in-centos-5-x</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/upgrading-to-php-5-2-in-centos-5-x#comments</comments>
		<pubDate>Thu, 18 Mar 2010 22:16:08 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[centos 5]]></category>
		<category><![CDATA[php 5.2]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=864</guid>
		<description><![CDATA[To enable centos-dev, you need to create /etc/yum.repos.d/centos-test.repo and add the following
[c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/5/testing/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing

Then when you
yum update php
You will get the latest version.  Please note it breaks ioncube and you will need to download the latest version from http://www.ioncube.com/loaders.php
Thanks to this comment for showing the way.
]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/upgrading-to-php-5-2-in-centos-5-x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source HTML Editor</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/open-source-html-editor</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/open-source-html-editor#comments</comments>
		<pubDate>Wed, 10 Mar 2010 12:29:27 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=844</guid>
		<description><![CDATA[I am looking for an Open Source HTML editor to replace Frontpage which I have been using for years.  I quite liked frontpage for it&#8217;s 3 tabbed approach to pages.  I could draw tables in the design mode, go into the html mode and edit it to remove the frontpage fluff and add php code, [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/open-source-html-editor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tips &#8211; Killing Zombie Processes</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/quick-tips-killing-zombie-processes</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/quick-tips-killing-zombie-processes#comments</comments>
		<pubDate>Sat, 06 Mar 2010 16:47:24 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[quick tips]]></category>
		<category><![CDATA[zombie. kill]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/uncategorized/quick-tips-killing-zombie-processes</guid>
		<description><![CDATA[This will be a regular feature (I hope).  Quick tips are brief descriptions of a common problem and a solution.
The first is how to kill zombie processes.
A zombie process is a child process that has died without the parent&#8217;s knowledge or acknowledgement.
To kill it send a signal SIGCHLD to the parent process.
kill -SIGCHLD processID
If [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/quick-tips-killing-zombie-processes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning C++</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/learning-c</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/learning-c#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:29:35 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[QT]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=777</guid>
		<description><![CDATA[I decided I wanted to get back into &#8220;proper&#8221; programming again.  I started programming in 6502 asm on the commodore 64 and then onto 68K asm on the Amiga.  I have not done any real programming since the early 90&#8217;s.  However for the last 12 years I have been developing in PHP so have kept [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/learning-c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1 PetaByte of storage for $117,000</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/1-petabyte-of-storage-for-117000</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/1-petabyte-of-storage-for-117000#comments</comments>
		<pubDate>Fri, 11 Sep 2009 07:12:18 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[Technology and Science]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=759</guid>
		<description><![CDATA[Very nice system&#8230;  From BackBlaze I am not going to repeat what is on that page go have a look it&#8217;s impressive.
]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/1-petabyte-of-storage-for-117000/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is WordPress Safe Part 2.</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/is-wordpress-safe-part-2</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/is-wordpress-safe-part-2#comments</comments>
		<pubDate>Mon, 07 Sep 2009 17:52:24 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=734</guid>
		<description><![CDATA[The most common excuse I can find for not upgrading is that it breaks plugins.  Sorry but security is more important than playing a YouTube video.   This blog has gone from V6 of Wordpress all the way up to 2.8.4 when a plugin broke (once) I fixed it.
Now the wordpress team cannot test every single [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/is-wordpress-safe-part-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is WordPress Safe?</title>
		<link>http://www.gray.me.uk/linux-administration-and-management/is-wordpress-safe</link>
		<comments>http://www.gray.me.uk/linux-administration-and-management/is-wordpress-safe#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:52:34 +0000</pubDate>
		<dc:creator>WanderingTechy</dc:creator>
				<category><![CDATA[Linux Admin]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpres]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://www.gray.me.uk/?p=729</guid>
		<description><![CDATA[Recent posts on news sites and famous blogs are starting to question the safety of WordPress.
For example The Register, The Guardian and Some guys called Robert Scoble who is apparently a famous tech blogger.
The first thing that struck me about these posts.  Here is a quote from Robert Scoble.
&#8220;A few weeks ago some hackers broke [...]]]></description>
		<wfw:commentRss>http://www.gray.me.uk/linux-administration-and-management/is-wordpress-safe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
