<?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>Masbuchin</title>
	<atom:link href="http://masbuchin.com/feed" rel="self" type="application/rss+xml" />
	<link>http://masbuchin.com</link>
	<description>Coding is Fun</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:21:49 +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>Lifesaver: Strip All Keyword Except Alphanumeric and Space With PHP</title>
		<link>http://masbuchin.com/lifesaver-strip-all-keyword-except-alphanumeric-and-space-with-php.htm</link>
		<comments>http://masbuchin.com/lifesaver-strip-all-keyword-except-alphanumeric-and-space-with-php.htm#comments</comments>
		<pubDate>Sun, 14 Mar 2010 14:21:49 +0000</pubDate>
		<dc:creator>buchin</dc:creator>
				<category><![CDATA[Side Story]]></category>

		<guid isPermaLink="false">http://masbuchin.com/?p=1269</guid>
		<description><![CDATA[The title tells the whole things: Lifesaver: Strip All Keyword Except Alphanumeric and Space With PHP
$clear_str = preg_replace("/[^A-Za-z0-9\s\s+]/",'',$string_need_to_be_cleared);

Where $clear_str is the result and $string_need_to_be_cleaned is dirty string.
]]></description>
			<content:encoded><![CDATA[<p>The title tells the whole things: Lifesaver: Strip All Keyword Except Alphanumeric and Space With PHP</p>
<pre>$clear_str = preg_replace("/[^A-Za-z0-9\s\s+]/",'',$string_need_to_be_cleared);
</pre>
<p>Where $clear_str is the result and $string_need_to_be_cleaned is dirty string.</p>
]]></content:encoded>
			<wfw:commentRss>http://masbuchin.com/lifesaver-strip-all-keyword-except-alphanumeric-and-space-with-php.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Geek Wallpaper for My Desktop</title>
		<link>http://masbuchin.com/new-geek-wallpaper-for-my-desktop.htm</link>
		<comments>http://masbuchin.com/new-geek-wallpaper-for-my-desktop.htm#comments</comments>
		<pubDate>Thu, 11 Mar 2010 03:59:06 +0000</pubDate>
		<dc:creator>buchin</dc:creator>
				<category><![CDATA[Side Story]]></category>

		<guid isPermaLink="false">http://masbuchin.com/?p=1266</guid>
		<description><![CDATA[Cool wallpaper from flickr. Here we go:

]]></description>
			<content:encoded><![CDATA[<p>Cool wallpaper from flickr. Here we go:</p>
<p><a href="http://masbuchin.com/blog/wp-content/uploads/2010/03/geek-wallpaper.png"><img class="alignleft size-medium wp-image-1267" title="geek wallpaper" src="http://masbuchin.com/blog/wp-content/uploads/2010/03/geek-wallpaper-300x187.png" alt="" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://masbuchin.com/new-geek-wallpaper-for-my-desktop.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Your Own Backtrack 4 Live CD: Easy Method</title>
		<link>http://masbuchin.com/create-your-own-backtrack-4-live-cd-easy-method.htm</link>
		<comments>http://masbuchin.com/create-your-own-backtrack-4-live-cd-easy-method.htm#comments</comments>
		<pubDate>Thu, 04 Mar 2010 04:38:09 +0000</pubDate>
		<dc:creator>buchin</dc:creator>
				<category><![CDATA[Side Story]]></category>

		<guid isPermaLink="false">http://masbuchin.com/?p=1259</guid>
		<description><![CDATA[Hello, in the mean time of self wandering, I found a tutorial about creating BT4 Live cd. Using a shell script, it should be easy to you to create Backtrack 4 Live CD on your own:
Here is from: http://www.offensive-security.com/blog/backtrack/customising-backtrack-live-cd-the-easy-way/
I’ve automated the customising process of the livecd to a convenient script which can be run on [...]]]></description>
			<content:encoded><![CDATA[<p>Hello, in the mean time of self wandering, I found a tutorial about creating BT4 Live cd. Using a shell script, it should be easy to you to create Backtrack 4 Live CD on your own:</p>
<p>Here is from: http://www.offensive-security.com/blog/backtrack/customising-backtrack-live-cd-the-easy-way/</p>
<blockquote><p>I’ve automated the customising process of the livecd to a convenient script which can be run on the BT4 Pre final (and future) release. This script sets up a build environment for you and drops you off in a modifiable chroot. You update, upgrade, add, remove packages, and then exit the shell. The script goes on to build a modified iso for you, including the updates and additions you introduced.</p>
<p><img title="bt4-customizer" src="http://www.offensive-security.com/blog/wp-content/uploads/2009/06/bt4-customizer.png" alt="bt4-customizer" width="545" height="288" /></p>
<p>The script is very basic, with many elements hard coded (for example, the iso name expected is bt4.iso), but is easily modifiable.  In this video demonstration we install the broadcom wireless drivers, to support the Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01) card in Macbooks. In addition, we update our backtrack tools to the most recent versions.</p>
<p>The script is available here: <a href="http://www.offensive-security.com/bt4-customise.sh" target="_blank">http://www.offensive-security.com/bt4-customise.sh</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://masbuchin.com/create-your-own-backtrack-4-live-cd-easy-method.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Facebook Proxy Unblocker</title>
		<link>http://masbuchin.com/new-facebook-proxy-unblocker.htm</link>
		<comments>http://masbuchin.com/new-facebook-proxy-unblocker.htm#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:26:17 +0000</pubDate>
		<dc:creator>buchin</dc:creator>
				<category><![CDATA[Side Story]]></category>

		<guid isPermaLink="false">http://masbuchin.com/?p=1257</guid>
		<description><![CDATA[Need new New Facebook Proxy Unblocker? Here are many unblocker for you, hope can be used to be facebook proxy:
pinktun.info
kbil.info
5pal.info
bzr.mobi
unblockyoutube.name
moneydating.info
bypass-blockedsites.info
privacyworld.info
proxymen.info
unblockb.info
pvoxy.com
prontosite.info
primeproxy23.info
mb23.info
killmyip.com
mtum.info
hottogo.info
filter-killer.info
myjobtool.info
blockedsiteaccess.com
popopop.info
couc.info
unblockfeed.info
hiddensecret.info
takeoften.info
openunblocker.com
musthide.info
railgod.com
jaxbug.info
flupe.info
bypassbot.info
mb26.info
shadowkick.info
surfer-pro.info
neatfill.com
simplesurf.info
zerotrace.info
hooglez.info
freepvoxy.info
yunblocker.info
feedsgo.com
dailyonline.info
lmbu.com
hidmee.info
jumpfind.info
glypewebproxy.cn
bepper.info
surfwild.info
prowy.info
canget.info
mozillatunnel.info
ezface.info
admitopen.info
ojnet.info
unblockyoutubefree.info
gur1.info
8hop.info
momosurf.info
proxe78.info
ipassfilters.info
surfwebproxy.cn
cd28.info
proxyentry.info
unblockbebo.name
visiblenot.com
vinceline.com
proxy2010.info
unblockproxyservice.cn
enterthru.info
surehide.info
passfind.info
proxy4.info
serversproxy.info
amazingblue.info
uck.in
un-blocking.info
ourcloaker.info
jiggalicious.info
wantfun18.info
fightfast.info
anonymouswebfilter.info
accessthatpage.com
sp-5.info
unblockmonster.com
eepsurf.info
cunblock.info
kopj.info
unblockedorkut.com
bium.info
dailythrough.info
bestcan.info
pengopango.info
gfilter.info
browsertunnel.com
betterintoday.info
thekick.info
catchhere.info
secretmyspaceproxy.com
dnba.info
turg.info
myspace-oxy.com
surfnets.info
proxymeets.info
a3te.com
wlyo.info
finacialproxy.com
droprules.com
youraccesspass.info
myspacebroswer.info
hiproxy.tk
proxitup.info
mysupreme.info
superaccess.info
verycloaked.info
apple-gen.com
browserhelper.info
goinsites.com
docome.info
olproxy.info
redtun.info
farbehind.info
cantbeatme.info
huntthere.info
httpsurf.com
proxyporn.info
ridblocks.com
myspaceproxyserver.cn
jtunnel.com
buzzblinks.info
carrysite.info
filteradmin.com
freeallow.info
failingmaths.com
yourstudyhelp.info
yellowpr0xy.info
freezethefirewall.com
iwillbefree.info
dnusers.com
bestmove.info
proxyr.info
silentdollars.name
hotlook4less.com
dashwill.info
secretbrowsing.net
tunnelurl.info
hotsurflive.com
seekfun.info
cloakednow.com
actyou.info
webproxy.com.au
simplebrowse.info
paypercoverage.com
ubfilter.info
surfwork.be
evantbyrne.info
hide66.info
hidemyprivacy.com
ipkill.org
mb21.info
singleandblonde.com
chanceproxy.info
cloakour.info
safehazard.com
apill.info
myfast.info
deepcan.info
zekty.info
netevader.net
hitonline.info
vidboo.com
]]></description>
			<content:encoded><![CDATA[<p>Need new New Facebook Proxy Unblocker? Here are many unblocker for you, hope can be used to be facebook proxy:</p>
<p>pinktun.info<br />
kbil.info<br />
5pal.info</p>
<p>bzr.mobi<br />
unblockyoutube.name<br />
moneydating.info<br />
bypass-blockedsites.info<br />
privacyworld.info<br />
proxymen.info<br />
unblockb.info<br />
pvoxy.com<br />
prontosite.info</p>
<p>primeproxy23.info<br />
mb23.info<br />
killmyip.com<br />
mtum.info<br />
hottogo.info<br />
filter-killer.info<br />
myjobtool.info<br />
blockedsiteaccess.com<br />
popopop.info</p>
<p>couc.info<br />
unblockfeed.info<br />
hiddensecret.info<br />
takeoften.info<br />
openunblocker.com<br />
musthide.info<br />
railgod.com<br />
jaxbug.info<br />
flupe.info</p>
<p>bypassbot.info<br />
mb26.info<br />
shadowkick.info<br />
surfer-pro.info<br />
neatfill.com<br />
simplesurf.info<br />
zerotrace.info<br />
hooglez.info<br />
freepvoxy.info</p>
<p>yunblocker.info<br />
feedsgo.com<br />
dailyonline.info<br />
lmbu.com<br />
hidmee.info<br />
jumpfind.info<br />
glypewebproxy.cn<br />
bepper.info<br />
surfwild.info</p>
<p>prowy.info<br />
canget.info<br />
mozillatunnel.info<br />
ezface.info<br />
admitopen.info<br />
ojnet.info<br />
unblockyoutubefree.info<br />
gur1.info<br />
8hop.info</p>
<p>momosurf.info<br />
proxe78.info<br />
ipassfilters.info<br />
surfwebproxy.cn<br />
cd28.info<br />
proxyentry.info<br />
unblockbebo.name<br />
visiblenot.com<br />
vinceline.com</p>
<p>proxy2010.info<br />
unblockproxyservice.cn<br />
enterthru.info<br />
surehide.info<br />
passfind.info<br />
proxy4.info<br />
serversproxy.info<br />
amazingblue.info<br />
uck.in</p>
<p>un-blocking.info<br />
ourcloaker.info<br />
jiggalicious.info<br />
wantfun18.info<br />
fightfast.info<br />
anonymouswebfilter.info<br />
accessthatpage.com<br />
sp-5.info<br />
unblockmonster.com</p>
<p>eepsurf.info<br />
cunblock.info<br />
kopj.info<br />
unblockedorkut.com<br />
bium.info<br />
dailythrough.info<br />
bestcan.info<br />
pengopango.info<br />
gfilter.info</p>
<p>browsertunnel.com<br />
betterintoday.info<br />
thekick.info<br />
catchhere.info<br />
secretmyspaceproxy.com<br />
dnba.info<br />
turg.info<br />
myspace-oxy.com<br />
surfnets.info</p>
<p>proxymeets.info<br />
a3te.com<br />
wlyo.info<br />
finacialproxy.com<br />
droprules.com<br />
youraccesspass.info<br />
myspacebroswer.info<br />
hiproxy.tk<br />
proxitup.info</p>
<p>mysupreme.info<br />
superaccess.info<br />
verycloaked.info<br />
apple-gen.com<br />
browserhelper.info<br />
goinsites.com<br />
docome.info<br />
olproxy.info<br />
redtun.info</p>
<p>farbehind.info<br />
cantbeatme.info<br />
huntthere.info<br />
httpsurf.com<br />
proxyporn.info<br />
ridblocks.com<br />
myspaceproxyserver.cn<br />
jtunnel.com<br />
buzzblinks.info</p>
<p>carrysite.info<br />
filteradmin.com<br />
freeallow.info<br />
failingmaths.com<br />
yourstudyhelp.info<br />
yellowpr0xy.info<br />
freezethefirewall.com<br />
iwillbefree.info<br />
dnusers.com</p>
<p>bestmove.info<br />
proxyr.info<br />
silentdollars.name<br />
hotlook4less.com<br />
dashwill.info<br />
secretbrowsing.net<br />
tunnelurl.info<br />
hotsurflive.com<br />
seekfun.info</p>
<p>cloakednow.com<br />
actyou.info<br />
webproxy.com.au<br />
simplebrowse.info<br />
paypercoverage.com<br />
ubfilter.info<br />
surfwork.be<br />
evantbyrne.info<br />
hide66.info</p>
<p>hidemyprivacy.com<br />
ipkill.org<br />
mb21.info<br />
singleandblonde.com<br />
chanceproxy.info<br />
cloakour.info<br />
safehazard.com<br />
apill.info<br />
myfast.info</p>
<p>deepcan.info<br />
zekty.info<br />
netevader.net<br />
hitonline.info<br />
vidboo.com</p>
]]></content:encoded>
			<wfw:commentRss>http://masbuchin.com/new-facebook-proxy-unblocker.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to remove stumbleupon toolbar</title>
		<link>http://masbuchin.com/how-to-remove-stumbleupon-toolbar.htm</link>
		<comments>http://masbuchin.com/how-to-remove-stumbleupon-toolbar.htm#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:01:22 +0000</pubDate>
		<dc:creator>buchin</dc:creator>
				<category><![CDATA[Side Story]]></category>
		<category><![CDATA[stumbleupon]]></category>

		<guid isPermaLink="false">http://masbuchin.com/how-to-remove-stumbleupon-toolbar.htm</guid>
		<description><![CDATA[Need to how to remove stumbleupon toolbar? Here&#8217;s how to uninstall StumbleUpon toolbar
   1. In your flock/firefox browser, find Tools -> Add ons -> Extensions
   2. Locate the StumbleUpon
   3. Click remove/uninstall
   4. Restart flock / firefox
]]></description>
			<content:encoded><![CDATA[<p>Need to how to remove stumbleupon toolbar? Here&#8217;s how to uninstall StumbleUpon toolbar</p>
<p>   1. In your flock/firefox browser, find Tools -> Add ons -> Extensions<br />
   2. Locate the StumbleUpon<br />
   3. Click remove/uninstall<br />
   4. Restart flock / firefox</p>
]]></content:encoded>
			<wfw:commentRss>http://masbuchin.com/how-to-remove-stumbleupon-toolbar.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Tumblr</title>
		<link>http://masbuchin.com/testing-tumblr.htm</link>
		<comments>http://masbuchin.com/testing-tumblr.htm#comments</comments>
		<pubDate>Thu, 18 Feb 2010 07:07:40 +0000</pubDate>
		<dc:creator>buchin</dc:creator>
				<category><![CDATA[Side Story]]></category>

		<guid isPermaLink="false">http://masbuchin.com/?p=1245</guid>
		<description><![CDATA[Looking for WP alternative for blogging. Tumblr seems good.
Share on Tumblr.
]]></description>
			<content:encoded><![CDATA[<p>Looking for WP alternative for blogging. Tumblr seems good.</p>
<p><a href="http://www.tumblr.com/bookmarklet/update_available">Share on Tumblr</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://masbuchin.com/testing-tumblr.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Flush/Delete SimplePie Cache to Gain More Free Space</title>
		<link>http://masbuchin.com/how-to-flushdelete-simplepie-cache-to-gain-more-free-space.htm</link>
		<comments>http://masbuchin.com/how-to-flushdelete-simplepie-cache-to-gain-more-free-space.htm#comments</comments>
		<pubDate>Mon, 15 Feb 2010 02:27:08 +0000</pubDate>
		<dc:creator>buchin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://masbuchin.com/?p=1239</guid>
		<description><![CDATA[On of my site is run using simplepie. But it&#8217;s getting fat. I was billed $2 only for the storage, so I think I need to clean that up.
However, simplepie is only able to create the cache and display whether there is an update or not, not remove them. So, we need to do stuff [...]]]></description>
			<content:encoded><![CDATA[<p>On of <a href="http://ads.masbuchin.com">my site is run using simplepie</a>. But it&#8217;s getting fat. I was billed $2 only for the storage, so I think I need to clean that up.</p>
<p>However, simplepie is only able to create the cache and display whether there is an update or not, not remove them. So, we need to do stuff like delete all files in directory of simplepie cache.</p>
<ol>
<li>Upload this script to your website parent directory and name it clear.php so it can be accessible easily. i.e. yourdomain.com/clear.php, change the path with your proper simplepie cache location.</li>
</ol>
<pre>&lt;?php
define('PATH', '/your/path/to/simplepie/cache/');

function destroy($dir) {
 $mydir = opendir($dir);
 while(false !== ($file = readdir($mydir))) {
 if($file != "." &amp;&amp; $file != "..") {
 chmod($dir.$file, 0777);
 if(is_dir($dir.$file)) {
 chdir('.');
 echo "deleting " . $dir.$file;
 destroy($dir.$file.'/');
 rmdir($dir.$file) or DIE("couldn't delete $dir$file&lt;br /&gt;");
 }
 else
 echo "deleting " . $dir.$file;
 unlink($dir.$file) or DIE("couldn't delete $dir$file&lt;br /&gt;");
 }
 }
 closedir($mydir);
}
destroy(PATH);
echo 'all done.';
?&gt;</pre>
<ol>
<li>Login to your cpanel, find Cron Jobs</li>
<li>Add new cron job with given interval, I choose twice a day.</li>
<li>Fill the command with &#8220;curl yourdomain.com/clear.php&#8221; (No quote) then change yourdomain.com with your website url.</li>
</ol>
<p>That&#8217;s will solve your problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://masbuchin.com/how-to-flushdelete-simplepie-cache-to-gain-more-free-space.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW To Install Wallpaper on Your iPhone:</title>
		<link>http://masbuchin.com/how-to-install-wallpaper-on-your-iphone.htm</link>
		<comments>http://masbuchin.com/how-to-install-wallpaper-on-your-iphone.htm#comments</comments>
		<pubDate>Thu, 11 Feb 2010 16:37:29 +0000</pubDate>
		<dc:creator>buchin</dc:creator>
				<category><![CDATA[Side Story]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://masbuchin.com/?p=1236</guid>
		<description><![CDATA[HOW To Install Wallpaper on Your iPhone:
1. In Safari, go to the screen that gives you the option for &#8216;medium&#8217; or &#8216;original image&#8217; sizes. Click &#8216;Original Size&#8217;
2. Tap and hold your finger on the image. When you see a pop-up box, choose &#8216;Save Image&#8217;
3. Go to your iPhone&#8217;s Camera Roll, choose the photo, tap the [...]]]></description>
			<content:encoded><![CDATA[<p>HOW To Install <a href="http://iphone.masbuchin.com/wallpaper/cool-iphone-wallpaper/">Wallpaper on Your iPhone</a>:</p>
<p>1. In Safari, go to the screen that gives you the option for &#8216;medium&#8217; or &#8216;original image&#8217; sizes. Click &#8216;Original Size&#8217;</p>
<p>2. Tap and hold your finger on the image. When you see a pop-up box, choose &#8216;Save Image&#8217;</p>
<p>3. Go to your iPhone&#8217;s Camera Roll, choose the photo, tap the Action icon, then tap &#8216;Use As Wallpaper&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://masbuchin.com/how-to-install-wallpaper-on-your-iphone.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Redirection (Works Well with jQuery)</title>
		<link>http://masbuchin.com/javascript-redirection-works-well-with-jquery.htm</link>
		<comments>http://masbuchin.com/javascript-redirection-works-well-with-jquery.htm#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:18:38 +0000</pubDate>
		<dc:creator>buchin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://masbuchin.com/?p=1234</guid>
		<description><![CDATA[Yeah, this is dummy thing. The idea is simple: you need to redirect a page using jQuery, but didn&#8217;t know the syntax. And there will never any jQuery syntax provide redirection except using calls. Fortunately, there is default jaavscript function which can handle the redirection:

window.location.replace("http://masbuchin.com");



Make sure to replace masbuchin.com with your own page.
]]></description>
			<content:encoded><![CDATA[<p>Yeah, this is dummy thing. The idea is simple: you need to redirect a page using jQuery, but didn&#8217;t know the syntax. And there will never any jQuery syntax provide redirection except using calls. Fortunately, there is default jaavscript function which can handle the redirection:</p>
<pre>
<pre><code>window.location.replace("http://masbuchin.com");

</code></pre>
</pre>
<p>Make sure to replace masbuchin.com with your own page.</p>
]]></content:encoded>
			<wfw:commentRss>http://masbuchin.com/javascript-redirection-works-well-with-jquery.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running WordPress on NearlyFreeSpeech, Resolving Permalink + Upgrade Issues</title>
		<link>http://masbuchin.com/running-wordpress-on-nearlyfreespeech-resolving-permalink-upgrade-issues.htm</link>
		<comments>http://masbuchin.com/running-wordpress-on-nearlyfreespeech-resolving-permalink-upgrade-issues.htm#comments</comments>
		<pubDate>Fri, 05 Feb 2010 15:31:03 +0000</pubDate>
		<dc:creator>buchin</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://masbuchin.com/?p=1231</guid>
		<description><![CDATA[Previously I moved to NearlyFreeSpeech, and got some errors. I follow this tutorial but it didn&#8217;t solve my problem. But it helped me a lot to locate my problem.
- Install WordPress with famous 1 minute installation, if your blog is already installed, skip this step.
- ssh to the server using credentials given. You can view [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I moved to NearlyFreeSpeech, and got some errors. I follow this tutorial but it didn&#8217;t solve my problem. But it helped me a lot to locate my problem.<br />
- Install WordPress with famous 1 minute installation, if your blog is already installed, skip this step.<br />
- ssh to the server using credentials given. You can view your credentials here: https://members.nearlyfreespeech.net/sites/your_site_name. Windows: putty, Mac: Terminal, Linux: You know what.</p>
<ol>
<li>
<pre>cd ..</pre>
</li>
<li>
<pre>chgrp -R web public</pre>
</li>
<li>
<pre>find . -type f -exec chmod 664 {} \;</pre>
</li>
<li>
<pre>find . -type d -exec chmod 775 {} \;</pre>
</li>
</ol>
<p>- test it.</p>
<p>It worked well for me, comment are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://masbuchin.com/running-wordpress-on-nearlyfreespeech-resolving-permalink-upgrade-issues.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
