<?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>Kristou Says &#187; HowTo</title>
	<atom:link href="http://mehrez.kristou.org/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://mehrez.kristou.org</link>
	<description>I share my experience</description>
	<lastBuildDate>Wed, 29 Jun 2011 19:25:22 +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>Update EEE PC BIOS</title>
		<link>http://mehrez.kristou.org/update-eee-pc-bios/</link>
		<comments>http://mehrez.kristou.org/update-eee-pc-bios/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 02:41:09 +0000</pubDate>
		<dc:creator>Kristou Mehrez</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mehrez.kristou.org/?p=1626</guid>
		<description><![CDATA[Tu update or flash you bios follow these steps Get the latest bios for your model from http://support.asus.com/download/download.aspx Rename the file to 1005P.ROM Format your USB storage device fat16. Put 1005P.ROM on the USB storage device. Shut down the netbook. Turn the netbook back on. Hold down alt, and press f2 repeatedly. The ASUS ezflash utility [...]]]></description>
			<content:encoded><![CDATA[<p>Tu update or flash you bios follow these steps</p>
<ol type="1">
<li>Get the latest bios for your model from <a href="http://support.asus.com/download/download.aspx">http://support.asus.com/download/download.aspx</a></li>
<li>Rename the file to 1005P.ROM</li>
<li>Format your USB storage device fat16.</li>
<li>Put 1005P.ROM on the USB storage device.</li>
<li>Shut down the netbook.</li>
<li>Turn the netbook back on.</li>
<li>Hold down alt, and press f2 repeatedly.</li>
<li>The ASUS ezflash utility should come up. Allow it to do its work.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mehrez.kristou.org/update-eee-pc-bios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install Squid proxy server in Ubuntu</title>
		<link>http://mehrez.kristou.org/howto-install-squid-proxy-server-in-ubuntu/</link>
		<comments>http://mehrez.kristou.org/howto-install-squid-proxy-server-in-ubuntu/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 05:27:44 +0000</pubDate>
		<dc:creator>Kristou Mehrez</dc:creator>
				<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://www.kristou.com/?p=508</guid>
		<description><![CDATA[Squid is a proxy http server that speeds up getting pages from the internet by keeping copies of commonly accessed pages or graphics instead of downloading them each time. To install it:- 1. From a root terminal type sudo apt-get install squid 2. Open sudo gedit /etc/squid/squid.conf 3. Find the TAG: visible_hostname and after the [...]]]></description>
			<content:encoded><![CDATA[<p>Squid is a proxy http server that speeds up getting pages from the internet by keeping copies of commonly accessed pages or graphics instead of downloading them each time. To install it:-</p>
<p>1. From a root terminal type</p>
<pre class="brush:bash">sudo apt-get install squid</pre>
<p>2. Open</p>
<pre class="brush:bash">sudo gedit /etc/squid/squid.conf</pre>
<p>3. Find the TAG: visible_hostname and after the comments section add visible_hostname <hostname> where </hostname><hostname> is your machine’s hostname.</p>
<p>4. Check http_port is either set to 3128 or a port number that you can remember for configuring your browser.</p>
<p>5. Close and save</p>
<p>6. Type adduser squid and specify a password</p>
<p>7. Restart squid by typing:</p>
<pre class="brush:bash">sudo /etc/init.d/squid restart</pre>
<p>8. Stop the service by typing</p>
<pre class="brush:bash">sudo /etc/init.d/squid stop</pre>
<p>9. Test it in debug mode by typing</p>
<pre class="brush:bash">sudo squid -z</pre>
<p>(which creates the cache files)</p>
<p>10. Type</p>
<pre class="brush:bash">sudo squid -NCd10</pre>
<p> to test squid in debug mode and leave it running.</p>
<p>11. Open Firefox and type the URL localhost:3128 or whatever port you chose. It will fail to retrieve a page, but at the bottom it will confirm that the error is generated by squid.</p>
<p>12. Back at the Terminal type CTRL-C to cancel the debug mode</p>
<p>13. Start squid for real with</p>
<pre class="brush:bash">sudo /etc/init.d/squid start</pre>
<p> It will start automatically from now on.</p>
<p>14. To configure Firefox to use squid, go to <em>Edit>Preferences</em> and click <em>Advanced</em>.</p>
<p>15. Click <em>Network>Settings</em> and then <em>Manual Proxy Configuration</em>. For http proxy, enter <em>localhost</em> and for port <em>3128</em> (or whichever port you chose).</p>
<p>16. Then click <em>OK</em> and close the Preferences dialogue.</p>
<p>17. Now go to any webpage. If you get the page, it’s working!</p>
<p>[ad#Ubuntu 9.04]<br />
</hostname></p>
]]></content:encoded>
			<wfw:commentRss>http://mehrez.kristou.org/howto-install-squid-proxy-server-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HowTo: Redirect the all HTTP traffic</title>
		<link>http://mehrez.kristou.org/howto-redirect-the-all-http-traffic/</link>
		<comments>http://mehrez.kristou.org/howto-redirect-the-all-http-traffic/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 05:11:52 +0000</pubDate>
		<dc:creator>Kristou Mehrez</dc:creator>
				<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://www.kristou.com/?p=504</guid>
		<description><![CDATA[If you would like to redirect the all HTTP traffic through the proxy without needing to set up a proxy manually in all your applications you will need to add some rules iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.0.1:3128 iptables -t nat -A PREROUTING -i [...]]]></description>
			<content:encoded><![CDATA[<p>If you would like to redirect the all HTTP traffic through the proxy without needing to set up a proxy manually in all your applications you will need to add some rules</p>
<pre class="brush:bash">
iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.0.1:3128
iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128
</pre>
<p>Where eth1,eth0 are the LAN, WAN devices and 192.168.0.1 is the IP address of your LAN device.</p>
<p>[ad#AdBrite inline]</p>
]]></content:encoded>
			<wfw:commentRss>http://mehrez.kristou.org/howto-redirect-the-all-http-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install MySQL Server 5 on Ubuntu</title>
		<link>http://mehrez.kristou.org/howto-install-mysql-server-5-on-ubuntu/</link>
		<comments>http://mehrez.kristou.org/howto-install-mysql-server-5-on-ubuntu/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 05:07:17 +0000</pubDate>
		<dc:creator>Kristou Mehrez</dc:creator>
				<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://www.kristou.com/?p=500</guid>
		<description><![CDATA[Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more difficult. Open a terminal window, and use the following command: sudo apt-get install mysql-server During the installation of MySQL the installer will ask you to enter the password of the root or the main admin [...]]]></description>
			<content:encoded><![CDATA[<p>Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more difficult.</p>
<p>Open a terminal window, and use the following command:</p>
<pre class="brush:bash">sudo apt-get install mysql-server</pre>
<p>During the installation of MySQL the installer will ask you to enter the password of the root or the main admin of your database server.</p>
<p>If you are running PHP you will also need to install the php module for mysql 5:</p>
<pre class="brush:bash">sudo apt-get install php5-mysql</pre>
<p>To create a new database, use the mysqladmin command:</p>
<pre class="brush:bash">mysqladmin create [databasename]</pre>
<p>[ad#Ubuntu 9.04]</p>
]]></content:encoded>
			<wfw:commentRss>http://mehrez.kristou.org/howto-install-mysql-server-5-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

