<?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>Make Money Blogging Tips For Free &#187; General</title>
	<atom:link href="http://webmasterweblog.com/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://webmasterweblog.com</link>
	<description>Experiences of a Webmaster</description>
	<lastBuildDate>Mon, 01 Mar 2010 13:16:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Putty Shortcuts &#8211; Getting familiar with SSH Shell Clients</title>
		<link>http://webmasterweblog.com/putty-shortcuts-getting-familiar-with-ssh-shell-clients.html</link>
		<comments>http://webmasterweblog.com/putty-shortcuts-getting-familiar-with-ssh-shell-clients.html#comments</comments>
		<pubDate>Tue, 18 Aug 2009 00:23:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=193</guid>
		<description><![CDATA[Some very important shortcuts that will help you to control Putty a little bit better. Canceling a command for example is very important. Therefore CTRL + Z is a very important shortcut that you should remember. 
Shortcuts:
Ctlr + A &#8211; go to the beginning of line
Ctrl + E &#8211; go to the end of line
Ctrl + W &#8211; delete a word 
Alt + f &#8211; Move forward
Alt + B &#8211; move backwords
Alt + BackSpace &#8211; Delete backward from cursor 
down arrow &#8211; browser command history backwords
up arrow &#8211; browse command ...]]></description>
			<content:encoded><![CDATA[<p>Some very important shortcuts that will help you to control Putty a little bit better. Canceling a command for example is very important. Therefore CTRL + Z is a very important shortcut that you should remember. </p>
<p><strong>Shortcuts:</strong></p>
<p>Ctlr + A &#8211; go to the beginning of line</p>
<p>Ctrl + E &#8211; go to the end of line</p>
<p>Ctrl + W &#8211; delete a word </p>
<p>Alt + f &#8211; Move forward</p>
<p>Alt + B &#8211; move backwords</p>
<p>Alt + BackSpace &#8211; Delete backward from cursor </p>
<p>down arrow &#8211; browser command history backwords</p>
<p>up arrow &#8211; browse command history upwards</p>
<p>Ctrl + r &#8211; Recall command</p>
<p>Ctrl + z &#8211; Suspend/ Stop the command</p>
<p>Search the history backwards</p>
<p>Ctrl + l &#8211; clear the screen</p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/putty-shortcuts-getting-familiar-with-ssh-shell-clients.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 403 Forbidden Linux &#8211; Solution</title>
		<link>http://webmasterweblog.com/apache-403-forbidden-linux-solution.html</link>
		<comments>http://webmasterweblog.com/apache-403-forbidden-linux-solution.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 23:13:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=189</guid>
		<description><![CDATA[If you are moving or copying a site to another directory on your server then it might happen that you can no longer access your site. 
A 403 error message will popup. How can that happen, you copied the exact same files?! 
The reason is simple, once you copy the files they no longer have execute permission. To display your web files, a file requires execute permission! 

Apache 403 forbidden fix: 
chmod a+x would give all (user group and others) execute permission 
Example:
If you have a directory like /here/abc/ then ...]]></description>
			<content:encoded><![CDATA[<p>If you are moving or copying a site to another directory on your server then it might happen that you can no longer access your site. </p>
<p>A 403 error message will popup. How can that happen, you copied the exact same files?! </p>
<p>The reason is simple, once you copy the files they no longer have execute permission. To display your web files, a file requires execute permission! </p>
<p><strong><br />
Apache 403 forbidden fix: </strong></p>
<p>chmod a+x would give all (user group and others) execute permission </p>
<p><strong>Example:</strong></p>
<p>If you have a directory like /here/abc/ then you got to run this query:</p>
<p><em>chmod -R a+x /here/abc/ </em></p>
<p>I hope that solves your 403 forbidden problem! </p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/apache-403-forbidden-linux-solution.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Legal Notice for Blogs</title>
		<link>http://webmasterweblog.com/legal-notice-for-blogs.html</link>
		<comments>http://webmasterweblog.com/legal-notice-for-blogs.html#comments</comments>
		<pubDate>Mon, 18 May 2009 20:52:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=162</guid>
		<description><![CDATA[Having a TOS (Terms of Usage) is a mandatory nowadays.
Here are some useful information and free templates you can use for your own site.
Actually, it&#8217;s a TOS for the UK, but you can easily make it fit your own country.
http://www.businesslink.gov.uk/
http://books.elliottback.com/legal-notice/
]]></description>
			<content:encoded><![CDATA[<p>Having a TOS (Terms of Usage) is a mandatory nowadays.</p>
<p>Here are some useful information and free templates you can use for your own site.<br />
Actually, it&#8217;s a TOS for the UK, but you can easily make it fit your own country.</p>
<p><a href="http://www.businesslink.gov.uk/bdotg/action/detail?r.l1=1073861197&#038;r.l3=1076141950&#038;r.lc=en&#038;r.t=RESOURCES&#038;type=RESOURCES&#038;itemId=1076142035&#038;r.i=1076142107&#038;r.l2=1075425686&#038;r.s=m" >http://www.businesslink.gov.uk/</a><br />
<a href="http://books.elliottback.com/legal-notice/" >http://books.elliottback.com/legal-notice/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/legal-notice-for-blogs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will Windows 7 improve your blogging life?</title>
		<link>http://webmasterweblog.com/will-windows-7-improve-your-blogging-life.html</link>
		<comments>http://webmasterweblog.com/will-windows-7-improve-your-blogging-life.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 21:26:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=149</guid>
		<description><![CDATA[Windows 7 will allow you to take and save screenshots in a couple seconds through a built-in tool called &#8220;Snipping Tool&#8221;. Win7 runs a lot faster and I was able to open more than 200 firefox tabs without noticing any &#8220;lag&#8221;. This is truly a sign that this might improve your daily blogging life. 
AeroPeek will help you to switch between windows and applications and Aero Snap will help you to compare content in two different browser windows. Multitouch-panning might not be used commonly right now, but might also change ...]]></description>
			<content:encoded><![CDATA[<p>Windows 7 will allow you to take and save screenshots in a couple seconds through a built-in tool called &#8220;Snipping Tool&#8221;. Win7 runs a lot faster and I was able to open more than 200 firefox tabs without noticing any &#8220;lag&#8221;. This is truly a sign that this might improve your daily blogging life. </p>
<p>AeroPeek will help you to switch between windows and applications and Aero Snap will help you to compare content in two different browser windows. Multitouch-panning might not be used commonly right now, but might also change your daily blogging life as soon as you get a fancy touchscreen monitor. </p>
<p>Want to find out more about Windows 7? <a href="http://windows7themes.net" >http://windows7themes.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/will-windows-7-improve-your-blogging-life.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to learn AJAX? Start here!</title>
		<link>http://webmasterweblog.com/want-to-learn-ajax-start-here.html</link>
		<comments>http://webmasterweblog.com/want-to-learn-ajax-start-here.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 21:21:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=150</guid>
		<description><![CDATA[One of the best AJAX tutorials that helped me to learn the basics:
Ajax Tutorial Basics
Seriously after working through this tutorial I understood a lot more. I highly recommend to buy a book too, because this is a very complex topic but also a very important thing that might help you to boost your career. 
Go AJAX Go!
]]></description>
			<content:encoded><![CDATA[<p>One of the best AJAX tutorials that helped me to learn the basics:</p>
<p><a href="http://www.tizag.com/ajaxTutorial/" >Ajax Tutorial Basics</a></p>
<p>Seriously after working through this tutorial I understood a lot more. I highly recommend to buy a book too, because this is a very complex topic but also a very important thing that might help you to boost your career. </p>
<p>Go AJAX Go!</p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/want-to-learn-ajax-start-here.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful W3 Statistics about OS, Browsers, Countries, etc. on the net</title>
		<link>http://webmasterweblog.com/useful-w3-statistics-about-os-browsers-countries-etc-on-the-net.html</link>
		<comments>http://webmasterweblog.com/useful-w3-statistics-about-os-browsers-countries-etc-on-the-net.html#comments</comments>
		<pubDate>Sat, 17 Jan 2009 13:35:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=134</guid>
		<description><![CDATA[Statistics can come in handy. Especially web developers have to know how common Safari or Google Chrome is nowadays. 
Here is the full report.
]]></description>
			<content:encoded><![CDATA[<p>Statistics can come in handy. Especially web developers have to know how common Safari or Google Chrome is nowadays. </p>
<p>Here is the <a href="http://www.w3counter.com/globalstats.php" target="_blank" >full report.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/useful-w3-statistics-about-os-browsers-countries-etc-on-the-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using special characters in a file link</title>
		<link>http://webmasterweblog.com/using-special-characters-in-a-file-link.html</link>
		<comments>http://webmasterweblog.com/using-special-characters-in-a-file-link.html#comments</comments>
		<pubDate>Tue, 11 Nov 2008 14:47:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=119</guid>
		<description><![CDATA[Today some people were uploading stuff with foot signs in the file name to one of my blogs. Obviously the links were all broken. I know the basic syntax for example for spaces (%2B), because you see it all the time, but I had to lookup the others in a book.
This small table can help us to fix URL&#8217;s &#8230;




Character
URL Syntax
Description



%2B
Space ¹


&#8216;
%27
Foot Sign


&#8220;
%22
Quote


#
%23
Number sign


%
%25
Percent sign


&#38;
%26
Ampersand


+
\%2B
Plus sign ¹


/
%2F
Solidus (slash)


:
%3A
Colon


;
%3B
Semicolon


&#60;
%3C
Less than


&#62;
%3E
Greater than


?
%3F
Question mark






Character
URL Syntax
Description



+
Space


&#8216;
%27
Foot Sign


&#8220;
%26quot%3B
Quote


#
%23
Number sign


%
%25
Percent sign


&#38;
%26amp%3B
Ampersand


+
%2B
Plus sign


/
%2F
Solidus (slash)


:
%3A
Colon


;
%3B
Semicolon


&#60;
%26lt%3B
Less than


&#62;
%26gt%3B
Greater than


?
%3F
Question mark


™
%26%23153%3b
Trademark


®
%26%23174%3b
Registered Trademark


©
%26%23169%3b
Copyright






Character
URL Syntax
Description



+
Space


′
%27
Foot Sign


&#8220;
%22
Quote


#
%23
Number sign


%
%25
Percent sign


&#38;
%26
Ampersand


+
%2B
Plus sign


/
%2F
Solidus (slash)


:
%3A
Colon


;
%3B
Semicolon


&#60;
%3C
Less than


&#62;
%3E
Greater than


?
%3F
Question mark



]]></description>
			<content:encoded><![CDATA[<p>Today some people were uploading stuff with foot signs in the file name to one of my blogs. Obviously the links were all broken. I know the basic syntax for example for spaces (%2B), because you see it all the time, but I had to lookup the others in a book.</p>
<p>This small table can help us to fix URL&#8217;s &#8230;<br />
<span id="more-119"></span></p>
<table border="1" width="450">
<tbody>
<tr bgcolor="#336666">
<td width="100" align="center"><strong>Character</strong></td>
<td width="150" align="center"><strong>URL Syntax</strong></td>
<td width="200" align="center"><strong>Description</strong></td>
</tr>
<tr>
<td width="100" align="center"></td>
<td width="150" align="center">%2B</td>
<td width="200">Space <strong>¹</strong></td>
</tr>
<tr>
<td width="100" align="center">&#8216;</td>
<td width="150" align="center">%27</td>
<td width="200">Foot Sign</td>
</tr>
<tr>
<td width="100" align="center">&#8220;</td>
<td width="150" align="center">%22</td>
<td width="200">Quote</td>
</tr>
<tr>
<td width="100" align="center">#</td>
<td width="150" align="center">%23</td>
<td width="200">Number sign</td>
</tr>
<tr>
<td width="100" align="center">%</td>
<td width="150" align="center">%25</td>
<td width="200">Percent sign</td>
</tr>
<tr>
<td width="100" align="center">&amp;</td>
<td width="150" align="center">%26</td>
<td width="200">Ampersand</td>
</tr>
<tr>
<td width="100" align="center">+</td>
<td width="150" align="center">\%2B</td>
<td width="200">Plus sign <strong>¹</strong></td>
</tr>
<tr>
<td width="100" align="center">/</td>
<td width="150" align="center">%2F</td>
<td width="200">Solidus (slash)</td>
</tr>
<tr>
<td width="100" align="center">:</td>
<td width="150" align="center">%3A</td>
<td width="200">Colon</td>
</tr>
<tr>
<td width="100" align="center">;</td>
<td width="150" align="center">%3B</td>
<td width="200">Semicolon</td>
</tr>
<tr>
<td width="100" align="center">&lt;</td>
<td width="150" align="center">%3C</td>
<td width="200">Less than</td>
</tr>
<tr>
<td width="100" align="center">&gt;</td>
<td width="150" align="center">%3E</td>
<td width="200">Greater than</td>
</tr>
<tr>
<td width="100" align="center">?</td>
<td width="150" align="center">%3F</td>
<td width="200">Question mark</td>
</tr>
</tbody>
</table>
<table border="1" width="450">
<tbody>
<tr bgcolor="#336666">
<td width="100" align="center"><strong>Character</strong></td>
<td width="150" align="center"><strong>URL Syntax</strong></td>
<td width="200" align="center"><strong>Description</strong></td>
</tr>
<tr>
<td width="100" align="center"></td>
<td width="150" align="center">+</td>
<td width="200">Space</td>
</tr>
<tr>
<td width="100" align="center">&#8216;</td>
<td width="150" align="center">%27</td>
<td width="200">Foot Sign</td>
</tr>
<tr>
<td width="100" align="center">&#8220;</td>
<td width="150" align="center">%26quot%3B</td>
<td width="200">Quote</td>
</tr>
<tr>
<td width="100" align="center">#</td>
<td width="150" align="center">%23</td>
<td width="200">Number sign</td>
</tr>
<tr>
<td width="100" align="center">%</td>
<td width="150" align="center">%25</td>
<td width="200">Percent sign</td>
</tr>
<tr>
<td width="100" align="center">&amp;</td>
<td width="150" align="center">%26amp%3B</td>
<td width="200">Ampersand</td>
</tr>
<tr>
<td width="100" align="center">+</td>
<td width="150" align="center">%2B</td>
<td width="200">Plus sign</td>
</tr>
<tr>
<td width="100" align="center">/</td>
<td width="150" align="center">%2F</td>
<td width="200">Solidus (slash)</td>
</tr>
<tr>
<td width="100" align="center">:</td>
<td width="150" align="center">%3A</td>
<td width="200">Colon</td>
</tr>
<tr>
<td width="100" align="center">;</td>
<td width="150" align="center">%3B</td>
<td width="200">Semicolon</td>
</tr>
<tr>
<td width="100" align="center">&lt;</td>
<td width="150" align="center">%26lt%3B</td>
<td width="200">Less than</td>
</tr>
<tr>
<td width="100" align="center">&gt;</td>
<td width="150" align="center">%26gt%3B</td>
<td width="200">Greater than</td>
</tr>
<tr>
<td width="100" align="center">?</td>
<td width="150" align="center">%3F</td>
<td width="200">Question mark</td>
</tr>
<tr>
<td width="100" align="center">™</td>
<td width="150" align="center">%26%23153%3b</td>
<td width="200">Trademark</td>
</tr>
<tr>
<td width="100" align="center">®</td>
<td width="150" align="center">%26%23174%3b</td>
<td width="200">Registered Trademark</td>
</tr>
<tr>
<td width="100" align="center">©</td>
<td width="150" align="center">%26%23169%3b</td>
<td width="200">Copyright</td>
</tr>
</tbody>
</table>
<table border="1" width="450">
<tbody>
<tr bgcolor="#336666">
<td width="100" align="center"><strong>Character</strong></td>
<td width="150" align="center"><strong>URL Syntax</strong></td>
<td width="200" align="center"><strong>Description</strong></td>
</tr>
<tr>
<td width="100" align="center"></td>
<td width="150" align="center">+</td>
<td width="200">Space</td>
</tr>
<tr>
<td width="100" align="center">′</td>
<td width="150" align="center">%27</td>
<td width="200">Foot Sign</td>
</tr>
<tr>
<td width="100" align="center">&#8220;</td>
<td width="150" align="center">%22</td>
<td width="200">Quote</td>
</tr>
<tr>
<td width="100" align="center">#</td>
<td width="150" align="center">%23</td>
<td width="200">Number sign</td>
</tr>
<tr>
<td width="100" align="center">%</td>
<td width="150" align="center">%25</td>
<td width="200">Percent sign</td>
</tr>
<tr>
<td width="100" align="center">&amp;</td>
<td width="150" align="center">%26</td>
<td width="200">Ampersand</td>
</tr>
<tr>
<td width="100" align="center">+</td>
<td width="150" align="center">%2B</td>
<td width="200">Plus sign</td>
</tr>
<tr>
<td width="100" align="center">/</td>
<td width="150" align="center">%2F</td>
<td width="200">Solidus (slash)</td>
</tr>
<tr>
<td width="100" align="center">:</td>
<td width="150" align="center">%3A</td>
<td width="200">Colon</td>
</tr>
<tr>
<td width="100" align="center">;</td>
<td width="150" align="center">%3B</td>
<td width="200">Semicolon</td>
</tr>
<tr>
<td width="100" align="center">&lt;</td>
<td width="150" align="center">%3C</td>
<td width="200">Less than</td>
</tr>
<tr>
<td width="100" align="center">&gt;</td>
<td width="150" align="center">%3E</td>
<td width="200">Greater than</td>
</tr>
<tr>
<td width="100" align="center">?</td>
<td width="150" align="center">%3F</td>
<td width="200">Question mark</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/using-special-characters-in-a-file-link.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sponsored blog posts requirements</title>
		<link>http://webmasterweblog.com/sponsored-blog-posts-requirements.html</link>
		<comments>http://webmasterweblog.com/sponsored-blog-posts-requirements.html#comments</comments>
		<pubDate>Thu, 16 Oct 2008 17:00:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=108</guid>
		<description><![CDATA[Well I recently signed up for some PPP programs, which stands for &#8220;Pay Per Post&#8221;.
Webmasters can earn money for their opinion and increase their blog earnings.
But there are some requirements if you want to participate in one of those programs.
PayPerPost.com
1) Blogs must contain a monthly chronological archive of posts.
2) Posts may not be truncated. (I suppose that means &#8220;Read more&#8221; is not allowed, which is pretty stupid!)
PayPerPost does not accept blogs from advertising community blog sites or AdSense monetized blogs such as, Blogger Party, WritingUp, BlogCharm, Blogitive, Blog4Cash, Senserely, etc.
SocialSpark.com
1) ...]]></description>
			<content:encoded><![CDATA[<p>Well I recently signed up for some PPP programs, which stands for &#8220;Pay Per Post&#8221;.<br />
Webmasters can earn money for their opinion and increase their blog earnings.<br />
But there are some requirements if you want to participate in one of those programs.</p>
<p><strong>PayPerPost.com</strong><br />
1) Blogs must contain a monthly chronological archive of posts.<br />
2) Posts may not be truncated. (I suppose that means &#8220;Read more&#8221; is not allowed, which is pretty stupid!)</p>
<p>PayPerPost does not accept blogs from advertising community blog sites or AdSense monetized blogs such as, Blogger Party, WritingUp, BlogCharm, Blogitive, Blog4Cash, Senserely, etc.</p>
<p><strong>SocialSpark.com</strong><br />
1) Blog Posts must have a clearly visible time stamp.<br />
2) Blog must have 20 posts within the last 90 days.<br />
3) &#8220;Read more&#8221; is allowed on frontpage.</p>
<p>Obviously there are some more requirements. </p>
<p>Another great PPP program is <a href="http://www.sponsoredreviews.com/?aid=35947" >www.sponsoredreviews.com</a>:<br />
<a href="http://www.sponsoredreviews.com/?aid=35947" ><img src="http://www.srwww1.com/images/SR/Affiliate/2.jpg" border="0px"></a></p>
<p><strong>SponsoredReviews.com</strong> rejection might be due to the following reasons:</p>
<p>1. Blog is too new and has poor stats, including little traffic and/or links.<br />
2. Blog has too much paid content and does not meet our 2:1 ratio rule.<br />
3. Blog was over-priced based on its stats and our suggested price.<br />
4. Blog is written in a foreign language and does not follow guidelines on how to properly submit.</p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/sponsored-blog-posts-requirements.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress: Improve security, change default admin username</title>
		<link>http://webmasterweblog.com/wordpress-security.html</link>
		<comments>http://webmasterweblog.com/wordpress-security.html#comments</comments>
		<pubDate>Tue, 14 Oct 2008 18:07:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=105</guid>
		<description><![CDATA[Obviously one big security flaw of Wordpress is that the admin username is by default &#8220;admin&#8221;. This is a security risk, because hackers will only need your password and already have your username, that&#8217;s a clear advantage! People without experience don&#8217;t know that they can change this via PHPMyAdmin and therefore don&#8217;t change it. 
To improve your blog security install the following plugin.
This way you can change your admin username. Once that is done relogin and your wordpress blog should be a little bit more secure! 
]]></description>
			<content:encoded><![CDATA[<p>Obviously one big security flaw of Wordpress is that the admin username is by default &#8220;admin&#8221;. This is a security risk, because hackers will only need your password and already have your username, that&#8217;s a clear advantage! People without experience don&#8217;t know that they can change this via PHPMyAdmin and therefore don&#8217;t change it. </p>
<p>To improve your blog security install the following <a href="http://w-shadow.com/blog/2008/07/24/change-admin-username-in-wordpress/"  target="_blank">plugin</a>.</p>
<p>This way you can change your admin username. Once that is done relogin and your wordpress blog should be a little bit more secure! </p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/wordpress-security.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove symbolic link to folder</title>
		<link>http://webmasterweblog.com/remove-symbolic-link-to-folder.html</link>
		<comments>http://webmasterweblog.com/remove-symbolic-link-to-folder.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 23:45:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=55</guid>
		<description><![CDATA[If you created a symbolic link to a folder via &#8220;ln -s /source/ /target/&#8221; you have to be careful.
Should you accidently remove the symbolic link in your FTP application the real folder will be deleted as well. To avoid that simply use the command &#8220;rm -r /symboliclinkfolder&#8221; .
]]></description>
			<content:encoded><![CDATA[<p>If you created a symbolic link to a folder via <strong>&#8220;ln -s /source/ /target/&#8221;</strong> you have to be careful.<br />
Should you accidently remove the symbolic link in your FTP application the real folder will be deleted as well. To avoid that simply use the command <strong>&#8220;rm -r /symboliclinkfolder&#8221; </strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/remove-symbolic-link-to-folder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
