<?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>takizo, not takezo &#187; website</title>
	<atom:link href="http://systems.takizo.com/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://systems.takizo.com</link>
	<description>the systems admin blog</description>
	<lastBuildDate>Fri, 25 Nov 2011 00:55:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Disable phpinfo() on Apache Web Server</title>
		<link>http://systems.takizo.com/2008/07/22/tips-of-the-day-phpinfo-code-that-shouldnt-show-to-public/</link>
		<comments>http://systems.takizo.com/2008/07/22/tips-of-the-day-phpinfo-code-that-shouldnt-show-to-public/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 09:00:00 +0000</pubDate>
		<dc:creator>takizo</dc:creator>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[web programming]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://systems.takizo.com/?p=277</guid>
		<description><![CDATA[Information displays from phpinfo() may provide resourceful information to attacker, such as file patch, web server environment, php modules, web server modules and etc. It&#8217;s better to disable phpinfo() function on your webserver.]]></description>
			<content:encoded><![CDATA[<p>Information displays from phpinfo() may provide resourceful information to attacker, such as file patch, web server environment, php modules, web server modules and etc. It&#8217;s better to disable phpinfo() function on your webserver.</p>
]]></content:encoded>
			<wfw:commentRss>http://systems.takizo.com/2008/07/22/tips-of-the-day-phpinfo-code-that-shouldnt-show-to-public/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Wget to Download Manual from Website</title>
		<link>http://systems.takizo.com/2008/07/08/how-to-wget-download-from-website/</link>
		<comments>http://systems.takizo.com/2008/07/08/how-to-wget-download-from-website/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 14:08:29 +0000</pubDate>
		<dc:creator>psyber.monkey</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://systems.takizo.com/?p=273</guid>
		<description><![CDATA[Most of the time, we would prefer to read manual offline instead of browsing online, sometime we do not have internet access, and in the boredom, we can read the manual OFFLINE! Example below will show you how to grab the manual online to your machine. Using wget to Download Website for Offline Reading If [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the time, we would prefer to read manual offline instead of browsing online, sometime we do not have internet access, and in the boredom, we can read the manual OFFLINE! Example below will show you how to grab the manual online to your machine. </p>
<h2>Using wget to Download Website for Offline Reading</h2>
<p>If you have wget installed on your machine, you can do the command below to download a website for offline read. </p>
<pre>
<code>
shell> wget --no-parent --mirror -p --convert-links -P ~/Documents/local-browsing http://www.some-website.com/howto/
</code>
</pre>
<p>Above command will download the entire website into your machine in your home directory Document/local-browsing. Now you can read while you are offline!</p>
]]></content:encoded>
			<wfw:commentRss>http://systems.takizo.com/2008/07/08/how-to-wget-download-from-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

