<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>TechKS</title>
	<atom:link href="http://techks.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techks.wordpress.com</link>
	<description>Human knowledge belongs to the world</description>
	<lastBuildDate>Thu, 03 Feb 2011 03:45:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techks.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>TechKS</title>
		<link>http://techks.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techks.wordpress.com/osd.xml" title="TechKS" />
	<atom:link rel='hub' href='http://techks.wordpress.com/?pushpress=hub'/>
		<item>
		<title>virtual hosts for your new project.</title>
		<link>http://techks.wordpress.com/2011/02/03/virtual-hosts-for-your-new-project/</link>
		<comments>http://techks.wordpress.com/2011/02/03/virtual-hosts-for-your-new-project/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 03:41:13 +0000</pubDate>
		<dc:creator>skethees</dc:creator>
		
		<guid isPermaLink="false">http://techks.wordpress.com/?p=52</guid>
		<description><![CDATA[Open the configuration  file with the following command and add the following configuration at the end: sudo vim /etc/apache2/sites-enabled/000-default &#60;VirtualHost 127.0.1.1:80&#62; DocumentRoot &#8220;project_root_directory_path&#8220; DirectoryIndex index.php &#60;Directory &#8220;project_root_directory_path&#8220;&#62; AllowOverride All Allow from All &#60;/Directory&#62; &#60;/VirtualHost&#62; The domain name www.yourprojectname.com.localhost used in the Apache configuration has to be declared locally. Open the configuration file with the following [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techks.wordpress.com&amp;blog=4609289&amp;post=52&amp;subd=techks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Open the <code>c</code>onfiguration  file with the following command and add the following configuration at the end:</p>
<p><strong><em>sudo </em><em>vim /etc/apache2/sites-enabled/000-default</em></strong></p>
<p>&lt;VirtualHost <strong>127.0.1.1:80</strong>&gt;<br />
DocumentRoot &#8220;<strong><em>project_root_directory_path</em></strong>&#8220;<br />
DirectoryIndex index.php<br />
&lt;Directory &#8220;<em><strong>project_root_directory_path</strong></em>&#8220;&gt;<br />
AllowOverride All<br />
Allow from All<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</p>
<p>The domain name <code>www.<strong>yourprojectname</strong>.com.localhost</code> used in the Apache configuration   has to be declared locally. <code>Open the c</code>onfiguration file with the following command and add the following configuration at the end:</p>
<p><em><strong>sudo </strong><strong>vim <code>/etc/hosts</code></strong></em></p>
<p><em>127.0.1.1   www.<code><strong>yourprojectname</strong></code>.com</em></p>
<p>Now enjoy the configured a dedicated domain name instead of tying a new url each time you start a new   project.<br />
(Above configurations are tested in Ubuntu 10.10)</p>
<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techks.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techks.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techks.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techks.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techks.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techks.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techks.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techks.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techks.wordpress.com&amp;blog=4609289&amp;post=52&amp;subd=techks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techks.wordpress.com/2011/02/03/virtual-hosts-for-your-new-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87130957f5a5be26638d20455edb6c9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">skethees</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Huawei E220 HSDPA Modem in Ubuntu</title>
		<link>http://techks.wordpress.com/2009/11/08/installing-huawei-e220-hsdpa-modem-in-ubuntu/</link>
		<comments>http://techks.wordpress.com/2009/11/08/installing-huawei-e220-hsdpa-modem-in-ubuntu/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 13:56:54 +0000</pubDate>
		<dc:creator>skethees</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://techks.wordpress.com/?p=44</guid>
		<description><![CDATA[In terminal run following commands. sudo apt-get update sudo apt-get install wvdial Edit wvdial.conf configuration file in /etc/wvdial.conf. Before continue to edit the file do backup wvdial.conf file. sudo gedit /etc/wvdial.conf Replace existing existing lines with following lines [Dialer Defaults] Modem = /dev/ttyUSB0 Baud = 1843200 Modem Type = Analog Modem Init2 = ATZ Init3 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techks.wordpress.com&amp;blog=4609289&amp;post=44&amp;subd=techks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In terminal run following commands.<br />
<em>sudo apt-get update</em></p>
<p><em>sudo apt-get install wvdial</em></p>
<p>Edit wvdial.conf configuration file in /etc/wvdial.conf. Before continue to edit the file do backup wvdial.conf file.</p>
<p><em>sudo gedit /etc/wvdial.conf</em></p>
<p>Replace existing existing lines with following lines</p>
<p><em>[Dialer Defaults]<br />
Modem = /dev/ttyUSB0<br />
Baud = 1843200<br />
Modem Type = Analog Modem<br />
Init2 = ATZ<br />
Init3 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Init4 = AT+CGDCONT=1,&#8221;IP&#8221;,&#8221;<strong>dialogbb</strong>&#8220;<br />
Dial Command = ATDT<br />
Phone = *99***1#<br />
Username = foo<br />
Password = bar<br />
Stupid Mode = yes<br />
</em></p>
<p>Replace <em><strong>dialogbb </strong></em>with your Access Point Name(<strong>APN</strong>) and save the wvdial.conf file.</p>
<p>Each time connect the Huawei E220 HSDPA Modem run following command.</p>
<p>sudo wvdial</p>
<p>In Ubuntu 9.10 right click over the network icon in the system tray and uncheck the Enable Networking to use Empathy and Evolution mail.</p>
<p>Enjoy the rest using Huawei E220 HSDPA Modem with Ubuntu.</p>
<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techks.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techks.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techks.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techks.wordpress.com&amp;blog=4609289&amp;post=44&amp;subd=techks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techks.wordpress.com/2009/11/08/installing-huawei-e220-hsdpa-modem-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87130957f5a5be26638d20455edb6c9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">skethees</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling mod_rewrite for Apache</title>
		<link>http://techks.wordpress.com/2009/11/01/enabling-mod_rewrite-for-apache/</link>
		<comments>http://techks.wordpress.com/2009/11/01/enabling-mod_rewrite-for-apache/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 11:45:28 +0000</pubDate>
		<dc:creator>skethees</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://techks.wordpress.com/?p=35</guid>
		<description><![CDATA[Enabling mod_rewrite for Apache, mod_rewrite is compiled in by default and stoted in the /etc/apache2/mods_available directory as rewrite.load. Following line is added in rewrite.load to enabling the module for Apache. LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so To enable mod_rewrite follow the commands below. cd /etc/apache2 sudo cp mods-available/rewrite.load mods-enabled/ sudo gedit sites-enabled/000-default Find the following line of code [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techks.wordpress.com&amp;blog=4609289&amp;post=35&amp;subd=techks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Enabling mod_rewrite for Apache, mod_rewrite is compiled in by default and stoted in the /etc/apache2/mods_available directory as rewrite.load. Following line is added in rewrite.load to enabling the module for Apache.</p>
<p><em>LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so</em></p>
<p>To enable mod_rewrite follow the commands below.</p>
<p><em>cd /etc/apache2<br />
sudo cp mods-available/rewrite.load mods-enabled/</em></p>
<p><em>sudo gedit sites-enabled/000-default</em></p>
<p>Find the following line of code snippets</p>
<p><em>&lt;VirtualHost *:80&gt;<br />
ServerAdmin webmaster@localhost<br />
&#8230;..<br />
&lt;Directory /var/www/&gt;<br />
Options Indexes FollowSymLinks MultiViews<br />
AllowOverride <strong>none</strong><br />
Order allow,deny<br />
allow from all<br />
&lt;/Directory&gt;<br />
&#8230;.</em></p>
<p><em>&lt;/VirtualHost&gt;</em></p>
<p>Change above code snippets as below</p>
<p><em>&lt;VirtualHost *:80&gt;<br />
ServerAdmin webmaster@localhost<br />
&#8230;..<br />
&lt;Directory /var/www/&gt;<br />
Options Indexes FollowSymLinks MultiViews<br />
AllowOverride <strong>all</strong><br />
Order allow,deny<br />
allow from all<br />
&lt;/Directory&gt;<br />
&#8230;.</em><em></em><em></em></p>
<p><em>&lt;/VirtualHost&gt;</em></p>
<p>Now restart apache server using below commands<br />
<em>sudo /etc/init.d/apache2 restart</em></p>
<p>Now mod_rewrite is enabled in ur Apache server which allows you to rewrite and manipulate URLs which are sent to your webserver.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techks.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techks.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techks.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techks.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techks.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techks.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techks.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techks.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techks.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techks.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techks.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techks.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techks.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techks.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techks.wordpress.com&amp;blog=4609289&amp;post=35&amp;subd=techks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techks.wordpress.com/2009/11/01/enabling-mod_rewrite-for-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87130957f5a5be26638d20455edb6c9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">skethees</media:title>
		</media:content>
	</item>
		<item>
		<title>Renaming Apache User Directories</title>
		<link>http://techks.wordpress.com/2009/05/31/renaming-apache-user-directories/</link>
		<comments>http://techks.wordpress.com/2009/05/31/renaming-apache-user-directories/#comments</comments>
		<pubDate>Sun, 31 May 2009 16:00:59 +0000</pubDate>
		<dc:creator>skethees</dc:creator>
		
		<guid isPermaLink="false">http://techks.wordpress.com/?p=6</guid>
		<description><![CDATA[Enabling Apache User Directories and Renaming user user directories as follows. Create a folder in your directory and name it whatever you like to name it. For example lets say folder name is web. Edit the userdir.conf file: sudo gedit /etc/apache2/mods-enabled/userdir.conf rename the public_html as web Modified userdir.conf file content would be as below: &#60;IfModule mod_userdir.c&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techks.wordpress.com&amp;blog=4609289&amp;post=6&amp;subd=techks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Enabling Apache User Directories" href="http://techmania.wordpress.com/2008/06/26/enabling-apache-user-directories/" target="_blank"><strong>Enabling Apache User Directories</strong></a> and Renaming user user directories as follows.<br />
Create a folder in your directory and name it whatever you like to name it. For example lets say folder name is web.</p>
<p>Edit the userdir.conf file:<br />
<em> sudo gedit /etc/apache2/mods-enabled/userdir.conf</em><br />
rename the public_html as web</p>
<p>Modified userdir.conf file content would be as below:</p>
<p><em>&lt;IfModule mod_userdir.c&gt;<br />
UserDir <strong>web</strong><br />
UserDir disabled root</em></p>
<p><em>&lt;Directory /home/*/<strong>web</strong>&gt;<br />
AllowOverride FileInfo AuthConfig Limit Indexes<br />
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec<br />
&lt;Limit GET POST OPTIONS&gt;<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Limit&gt;<br />
&lt;LimitExcept GET POST OPTIONS&gt;<br />
Order deny,allow<br />
Deny from all<br />
&lt;/LimitExcept&gt;<br />
&lt;/Directory&gt;<br />
&lt;/IfModule&gt;</em></p>
<p>Restart Apache2<em><code><br />
</code>sudo /etc/init.d/apache2 restart</em></p>
<p>Have fun with your own folder name instead of public_html.<br />
 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techks.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techks.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techks.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techks.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techks.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techks.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techks.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techks.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techks.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techks.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techks.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techks.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techks.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techks.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techks.wordpress.com&amp;blog=4609289&amp;post=6&amp;subd=techks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techks.wordpress.com/2009/05/31/renaming-apache-user-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87130957f5a5be26638d20455edb6c9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">skethees</media:title>
		</media:content>
	</item>
	</channel>
</rss>
