<?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>Geek is a lifestyle &#187; Linux</title>
	<atom:link href="http://blog.amanjain.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amanjain.com</link>
	<description>Aman's Blog</description>
	<lastBuildDate>Wed, 06 Jan 2010 10:47:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using BSNL EVDO modem on Ubuntu 8.10</title>
		<link>http://blog.amanjain.com/2009/01/using-bsnl-evdo-modem-on-ubuntu-810/</link>
		<comments>http://blog.amanjain.com/2009/01/using-bsnl-evdo-modem-on-ubuntu-810/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 15:45:59 +0000</pubDate>
		<dc:creator>Aman</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[EVDO]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.amanjain.com/?p=188</guid>
		<description><![CDATA[We will use wvdial for using EVDO. Wvdial dialer is PPP dialer, which dials a modem and starts PPP to connect to the Internet.
Steps to connect are:
1. As root, in terminal, type :
# wvdialconf /etc/wvdial.conf
2. Now edit /etc/wvdial.conf, type:
# vim /etc/wvdial.conf
2. Now enter your username, password, &#38; phone no as:
Phone = #777
Username = cdma
Password = [...]]]></description>
			<content:encoded><![CDATA[<p>We will use wvdial for using EVDO. Wvdial dialer is PPP dialer, which dials a modem and starts PPP to connect to the Internet.</p>
<p>Steps to connect are:<br />
1. As <em>root</em>, in terminal, type :<br />
<span class="input"># wvdialconf /etc/wvdial.conf</span><br />
2. Now edit <strong>/etc/wvdial.conf, type:</strong><br />
<span class="input"># vim /etc/wvdial.conf</span><br />
2. Now enter your <strong>username</strong>, <strong>password</strong>, &amp; <strong>phone no</strong> as:<br />
<span class="input">Phone = #777<br />
Username = cdma<br />
Password = cdma</span><br />
3.Check your <em>wvdial.conf </em> file for these two entries:<br />
Stupid Mode = 1<br />
Auto DNS = 1<br />
If they are not there, add them.<br />
4. Save the file <strong>wvdial.conf</strong> and exit the text editor.<br />
5. Now type <strong>sudo wvdial</strong> in the terminal and the EVDO should start working <img src='http://blog.amanjain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>FOR REFERENCE:</strong><br />
My <strong>/etc/wvdial.conf </strong>contains:</p>
<p>[Dialer Defaults]<br />
Modem = /dev/ttyUSB1<br />
Init1 = ATZ<br />
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Stupid Mode = 1<br />
Modem Type = Analog Modem<br />
Phone = #777<br />
New PPPD = yes<br />
ISDN = 0<br />
Username = cdma<br />
Password = cdma<br />
Baud = 9600</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amanjain.com/2009/01/using-bsnl-evdo-modem-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Apache2 php5 &amp; mysql installation through ssh (on apt supported systems)</title>
		<link>http://blog.amanjain.com/2008/12/apache2-php5-mysql/</link>
		<comments>http://blog.amanjain.com/2008/12/apache2-php5-mysql/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 18:59:54 +0000</pubDate>
		<dc:creator>Aman</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.amanjain.com/?p=80</guid>
		<description><![CDATA[I have seen lots of forum where newbies face problem while installing lamp server. So, what they can do is directly file the following line of code and everything will be done automatically:
sudo apt-get install apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libmysqlclient15off
libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.0 mysql-common mysql-server mysql-server-5.0 php5-common php5-mysql
Another alternative that [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen lots of forum where newbies face problem while installing lamp server. So, what they can do is directly file the following line of code and everything will be done automatically:</p>
<p>sudo apt-get install apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libmysqlclient15off<br />
libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.0 mysql-common mysql-server mysql-server-5.0 php5-common php5-mysql</p>
<p>Another <strong>alternative</strong> that can be done is:<br />
File the following commands in sequence:<br />
1: <strong>sudo apt-get update</strong><br />
2: <strong>sudo apt-get install lamp-server^</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amanjain.com/2008/12/apache2-php5-mysql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
