<?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>CK Workshop &#187; Wordpress</title>
	<atom:link href="http://www.chincheekin.com/ckworkshop/topics/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chincheekin.com/ckworkshop</link>
	<description>Here don&#039;t have Internet, Wordpress Blogger and Computer Secrets, don&#039;t view!</description>
	<lastBuildDate>Fri, 07 Jan 2011 09:25:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Change XAMPP default user</title>
		<link>http://www.chincheekin.com/ckworkshop/7/change-xampp-default-user/</link>
		<comments>http://www.chincheekin.com/ckworkshop/7/change-xampp-default-user/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 08:51:24 +0000</pubDate>
		<dc:creator>Chin Chee Kin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.chincheekin.com/ckworkshop/7/change-xampp-default-user/</guid>
		<description><![CDATA[For Mac version of XAMPP, the default user is "nobody"

To change the default user to the mac user you are logging in, you need to use "sudo" command to edit XAMPP configuration file.

If you are using normal text editor to edit the configuration file, you will get permission denied error.
]]></description>
			<content:encoded><![CDATA[<p>For Mac version of XAMPP, the default user is &#8220;nobody&#8221;</p>
<p>To change the default user to the mac user you are logging in, you need to use &#8220;sudo&#8221; command to edit XAMPP configuration file.</p>
<p>If you are using normal text editor to edit the configuration file, you will get permission denied error.</p>
<p><span id="more-7"></span>Follow commands below:</p>
<p>In Terminal, type in command below to start edit the file.</p>
<p>sudo nano -w +114 /Applications/XAMPP/xamppfiles/etc/httpd.conf</p>
<p>Look for &#8220;User nobody&#8221;.</p>
<p>Change &#8220;nobody&#8221; to your user id.</p>
<p>Example: &#8220;User loginuser&#8221;.</p>
<p>Save it by key in ^O.</p>
<p>That all and you will have mac user running your XAMPP.</p>
<p>With this default user matched to your Mac user, you also solve the permission problem occurred when upgrade WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chincheekin.com/ckworkshop/7/change-xampp-default-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete WordPress Old Folder in Dreamhost</title>
		<link>http://www.chincheekin.com/ckworkshop/5/delete-wordpress-old-folder-in-dreamhost/</link>
		<comments>http://www.chincheekin.com/ckworkshop/5/delete-wordpress-old-folder-in-dreamhost/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 20:04:45 +0000</pubDate>
		<dc:creator>Chin Chee Kin</dc:creator>
				<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.chincheekin.com/en/?p=5</guid>
		<description><![CDATA[If you are using Dreamhost to host your wordpress site.

When wordpress is upgraded by using one-click install, a copy of the wordpress folder will be store as xxx.com.old.

We would like to delete it to free some space, but is can't be deleted completely.]]></description>
			<content:encoded><![CDATA[<p>If you are using Dreamhost to host your wordpress site.</p>
<p>When wordpress is upgraded by using one-click install, a copy of the wordpress folder will be store as xxx.com.old.</p>
<p>We would like to delete it to free some space, but is can&#8217;t be deleted completely. That is because there are file (advanced-cache.php -&gt; plugins/wp-cache/wp-cache-phase1.php) been locked and FTP user do not have permission to delete it. You have to be Shell User.</p>
<p>Change your permission using Manage User Function in Dreamhost Control Panel. Then using SSH clients such as <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">Putty</a> to telnet in your dreamhost FTP Server.</p>
<p>cd xxx.com.old<br />
cd wp-content<br />
rm advanced-cache.php</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chincheekin.com/ckworkshop/5/delete-wordpress-old-folder-in-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

