<?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>Vera Javeen&#039;s Blog</title>
	<atom:link href="http://vjma.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vjma.wordpress.com</link>
	<description>All about Ubuntu, Python, PHP and Apache</description>
	<lastBuildDate>Sat, 07 Nov 2009 06:04:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vjma.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Vera Javeen&#039;s Blog</title>
		<link>http://vjma.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vjma.wordpress.com/osd.xml" title="Vera Javeen&#039;s Blog" />
	<atom:link rel='hub' href='http://vjma.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to know if MySQL Server is running?</title>
		<link>http://vjma.wordpress.com/2009/11/07/how-to-know-if-mysql-server-is-running/</link>
		<comments>http://vjma.wordpress.com/2009/11/07/how-to-know-if-mysql-server-is-running/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 05:57:33 +0000</pubDate>
		<dc:creator>vjma</dc:creator>
				<category><![CDATA[ubuntu terminal command]]></category>

		<guid isPermaLink="false">http://vjma.wordpress.com/?p=63</guid>
		<description><![CDATA[Here are some of my compilations using command line. For those who are lost in linuxworld here is my simple guide. 1. If you already install MySQL, look at the processes in System/Administration/System Monitor to see if MySQL is running. If you are on the command line try ~$ : ps -aux &#124; grep mysql [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=63&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here are some of my compilations using command line.</p>
<p>For those who are lost in linuxworld here is my simple guide.</p>
<p>1. If you already install MySQL, look at the processes in System/Administration/System Monitor to see if MySQL is running. If you are on the command line try</p>
<blockquote><p>~$ : ps -aux | grep mysql</p></blockquote>
<p>If it is running, you should be able to login from the console with this command</p>
<blockquote><p>~$ : mysql -u username -p&#8221;</p></blockquote>
<p>it will ask the password. It assumes the host name is localhost, i.e. the machine itself.</p>
<p>Other way around to be sure it is running</p>
<blockquote><p>~$ : sudo /etc/init.d/mysql status</p></blockquote>
<p>or</p>
<blockquote><p>~$ : mysql -u root  -p</p></blockquote>
<p>If in case you forget or don&#8217;t remember your MySQL password this command will help you.</p>
<blockquote><p>~$ : <code>sudo dpkg-reconfigure mysql-server-5.0</code></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vjma.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vjma.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vjma.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vjma.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vjma.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vjma.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vjma.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vjma.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vjma.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vjma.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vjma.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vjma.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vjma.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vjma.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=63&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vjma.wordpress.com/2009/11/07/how-to-know-if-mysql-server-is-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eb23b98d6bfd3c666bd3ec9a9eb7010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vjma</media:title>
		</media:content>
	</item>
		<item>
		<title>Install an RPM Package on Ubuntu Linux</title>
		<link>http://vjma.wordpress.com/2009/11/02/install-an-rpm-package-on-ubuntu-linux/</link>
		<comments>http://vjma.wordpress.com/2009/11/02/install-an-rpm-package-on-ubuntu-linux/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 12:25:28 +0000</pubDate>
		<dc:creator>vjma</dc:creator>
				<category><![CDATA[ubuntu tutorial]]></category>

		<guid isPermaLink="false">http://vjma.wordpress.com/?p=60</guid>
		<description><![CDATA[Installing software on Ubuntu usually entails using Synaptic or by using an apt-get command from the terminal. Unfortunately, there are still a number of packages out there that are only distributed in RPM format. There’s a utility called Alien that converts packages from one format to the other. This doesn’t always mean that an rpm [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=60&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Installing software on Ubuntu usually entails using Synaptic or by using an apt-get command from the terminal. Unfortunately, there are still a number of packages out there that are only distributed in RPM format.</p>
<p>There’s a utility called <strong>Alien</strong> that converts packages from one format to the other. This doesn’t always mean that an rpm will work on your system, though. You will need to install some prerequisite software packages in order to install alien, however. These packages include gcc and make.</p>
<p>Run this command to install alien and other necessary packages:</p>
<blockquote><p>sudo apt-get install alien dpkg-dev debhelper build-essential</p></blockquote>
<p>To convert a package from rpm to debian format, use this command syntax. The sudo may not be necessary, but we’ll include it just in case.</p>
<blockquote><p>sudo alien packagename.rpm</p></blockquote>
<p>To install the package, you’ll use the dpkg utility, which is the internal package management tool behind debian and Ubuntu.</p>
<blockquote><p>sudo dpkg -i packagename.deb</p></blockquote>
<p>The package should now be installed, providing it’s compatible with your system.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vjma.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vjma.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vjma.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vjma.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vjma.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vjma.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vjma.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vjma.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vjma.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vjma.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vjma.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vjma.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vjma.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vjma.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=60&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vjma.wordpress.com/2009/11/02/install-an-rpm-package-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eb23b98d6bfd3c666bd3ec9a9eb7010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vjma</media:title>
		</media:content>
	</item>
		<item>
		<title>HOW TO : Graphical IP Blocker on Ubuntu karmic koala</title>
		<link>http://vjma.wordpress.com/2009/11/02/how-to-graphical-ip-blocker-on-ubuntu-karmic-koala/</link>
		<comments>http://vjma.wordpress.com/2009/11/02/how-to-graphical-ip-blocker-on-ubuntu-karmic-koala/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 06:28:56 +0000</pubDate>
		<dc:creator>vjma</dc:creator>
				<category><![CDATA[ubuntu tutorial]]></category>

		<guid isPermaLink="false">http://vjma.wordpress.com/?p=57</guid>
		<description><![CDATA[&#160; This article describes how to block lists with a graphical front-end called IPblock. No knowledge of networking, firewalls or command-line configuration are needed. Due to the way IPblock works it doesn&#8217;t change the behavior of existing firewalls which makes it compatible [1] with other firewall applications like ufw, shorewall or fireHOL. This howto is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=57&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>This article describes how to block lists with a graphical front-end called <strong>IPblock</strong>. No knowledge of networking, firewalls or command-line configuration are needed. Due to the way <strong>IPblock</strong> works it doesn&#8217;t change the behavior of existing firewalls which makes it compatible <strong> [1]</strong> with other firewall applications like <strong>ufw</strong>, <strong>shorewall</strong> or <strong>fireHOL</strong>. This howto is intended for Beginners and was tested on Ubuntu Feisty, Gutsy, Hardy, Intrepid, Jaunty and Karmic (32-bit and 64-bit).</p>
<p><strong><span style="font-size:small;">Installation</span></strong><br />
Add the iplist repository to your sources.list. Make sure to use the correct sources.list that corresponds to your current distribution:</p>
<p>Code:</p>
<blockquote>
<pre>sudo wget http://iplist.sf.net/sources.list.d/karmic.list -O /etc/apt/sources.list.d/iplist.list</pre>
</blockquote>
<p>The key of the signed packages can be imported like this:</p>
<blockquote>
<pre>sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C6E3D905C8BCD56BB02E6E0B39456311108B243F</pre>
</blockquote>
<p>There is also another way to import the key. You could save the <a href="http://iplist.sourceforge.net/uljanow.gpg" target="_blank">pub key</a> to a file and import it through <em>System-&gt;Administration-&gt;Software Sources-&gt;Authentication-&gt;Import Key-file</em>.</p>
<p>After an update of the Software sources iplist can be installed with any package manager. E.g.:</p>
<blockquote>
<pre>sudo aptitude update
sudo aptitude install iplist
</pre>
</blockquote>
<p>Note: If <strong>sun-java*</strong> is installed by <strong>gdebi</strong> it requires to open the terminal part of <strong>gdebi</strong> and accept sun&#8217;s license agreement.<br />
<span style="color:red;">Packages for Feisty and Gutsy can be found in the <a href="https://sourceforge.net/project/showfiles.php?group_id=198679&amp;package_id=238704&amp;release_id=571106" target="_blank">0.19 release</a>.</span></p>
<p>After the installation <strong>IPblock</strong> can be found in <em>Applications -&gt; Internet -&gt; IPblock</em>.</p>
<p><img class="alignnone" title="java" src="http://iplist.sourceforge.net/img/tab_log.png" alt="" width="510" height="392" /></p>
<p><strong><span style="font-size:small;">Lists</span></strong></p>
<p>The default choice for lists is similar to <strong>PeerGuardian</strong></p>
<p>.</p>
<ul>
<li><strong>level1.gz</strong> &#8211; Anti-P2P organizations and known government addresses</li>
<li><strong>ads-trackers-and-bad-pr0n.gz</strong> &#8211; Advertising and data tracker servers</li>
<li><strong>spyware.gz</strong> &#8211; Malicious spyware and adware servers</li>
<li><strong>edu.gz</strong> &#8211; Educational institutions and universities</li>
<li><strong>bogon.gz</strong> &#8211; Spoofed IP-addresses</li>
</ul>
<p>These lists are maintained by <a href="http://www.bluetack.co.uk/" target="_blank">www.bluetack.co.uk</a> <a href="http://iplist.sourceforge.net/faq.html#0x02a" target="_blank">(list descriptions)</a>. Custom p2p or dat lists can easily be added. Note that lists can optionally be compressed with gzip.<br />
The URL file <strong>/etc/ipblock.lists</strong> contains list descriptions.</p>
<p><img class="alignnone" title="java 1" src="http://iplist.sourceforge.net/img/tab_lists.png" alt="" width="510" height="392" /></p>
<p><strong><span style="font-size:small;">Settings</span></strong></p>
<p>All options can be configured in this and the network tab. Auto-updating lists is important and the default choice of 2 days is reasonable. Using out-of-date lists is not recommended.<br />
To ignore outgoing network traffic like HTTP or EMAIL (pop3) use the ignored ports section. Note that http and dns (domain) is ignored by default. The connection-settings specify which type of connections should be filtered.</p>
<p><img class="alignnone" src="http://iplist.sourceforge.net/img/tab_settings.png" alt="" width="511" height="393" /></p>
<p><img class="alignnone" src="http://iplist.sourceforge.net/img/tab_network.png" alt="" width="511" height="392" /></p>
<p><span style="color:red;"><strong>[1] NOTE: IPblock</strong> needs to be started after other firewall applications. </span></p>
<p><strong><span style="font-size:large;"><a href="http://iplist.sourceforge.net/faq.html" target="_blank">FAQ on iplist.sf.net</a></span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vjma.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vjma.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vjma.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vjma.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vjma.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vjma.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vjma.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vjma.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vjma.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vjma.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vjma.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vjma.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vjma.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vjma.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=57&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vjma.wordpress.com/2009/11/02/how-to-graphical-ip-blocker-on-ubuntu-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eb23b98d6bfd3c666bd3ec9a9eb7010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vjma</media:title>
		</media:content>

		<media:content url="http://iplist.sourceforge.net/img/tab_log.png" medium="image">
			<media:title type="html">java</media:title>
		</media:content>

		<media:content url="http://iplist.sourceforge.net/img/tab_lists.png" medium="image">
			<media:title type="html">java 1</media:title>
		</media:content>

		<media:content url="http://iplist.sourceforge.net/img/tab_settings.png" medium="image" />

		<media:content url="http://iplist.sourceforge.net/img/tab_network.png" medium="image" />
	</item>
		<item>
		<title>For Multiple OS</title>
		<link>http://vjma.wordpress.com/2009/11/01/for-multiple-os/</link>
		<comments>http://vjma.wordpress.com/2009/11/01/for-multiple-os/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 13:53:20 +0000</pubDate>
		<dc:creator>vjma</dc:creator>
				<category><![CDATA[ubuntu software]]></category>

		<guid isPermaLink="false">http://vjma.wordpress.com/?p=54</guid>
		<description><![CDATA[If any of you would like to have multiple OS you can use CRUB2 please click here for more info.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=54&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If any of you would like to have multiple OS you can use CRUB2 please click <a title="Crub2" href="https://wiki.ubuntu.com/Grub2" target="_blank">here</a> for more info.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vjma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vjma.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vjma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vjma.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vjma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vjma.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vjma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vjma.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vjma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vjma.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vjma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vjma.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vjma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vjma.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=54&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vjma.wordpress.com/2009/11/01/for-multiple-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eb23b98d6bfd3c666bd3ec9a9eb7010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vjma</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu 9.10 (Karmic Koala) &#8211; Download Site</title>
		<link>http://vjma.wordpress.com/2009/11/01/ubuntu-9-10-karmic-koala-download-site/</link>
		<comments>http://vjma.wordpress.com/2009/11/01/ubuntu-9-10-karmic-koala-download-site/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 13:33:01 +0000</pubDate>
		<dc:creator>vjma</dc:creator>
				<category><![CDATA[ubuntu software]]></category>

		<guid isPermaLink="false">http://vjma.wordpress.com/?p=51</guid>
		<description><![CDATA[For those who would like to try UBUNTU 9.10 code name Karmic Koala please click here<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=51&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For those who would like to try UBUNTU 9.10 code name Karmic Koala please click <a title="Ubuntu 9.10 Karmic Koala" href="http://releases.ubuntu.com/karmic/" target="_blank">here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vjma.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vjma.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vjma.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vjma.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vjma.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vjma.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vjma.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vjma.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vjma.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vjma.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vjma.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vjma.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vjma.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vjma.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=51&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vjma.wordpress.com/2009/11/01/ubuntu-9-10-karmic-koala-download-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eb23b98d6bfd3c666bd3ec9a9eb7010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vjma</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Adobe Reader on Ubuntu 9.10 Karmic Koala</title>
		<link>http://vjma.wordpress.com/2009/11/01/install-adobe-reader-on-ubuntu-9-10-karmic-koala/</link>
		<comments>http://vjma.wordpress.com/2009/11/01/install-adobe-reader-on-ubuntu-9-10-karmic-koala/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 13:20:12 +0000</pubDate>
		<dc:creator>vjma</dc:creator>
				<category><![CDATA[ubuntu software]]></category>

		<guid isPermaLink="false">http://vjma.wordpress.com/?p=48</guid>
		<description><![CDATA[You can install the official Adobe Reader in Ubuntu 9.10 (Karmic Koala). Download .deb package from here called Linux- x86 (.deb)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=48&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can install the official Adobe Reader in Ubuntu 9.10 (Karmic Koala).<br />
Download .deb package from <a href="http://get.adobe.com/uk/reader/otherversions/" target="_blank">here</a> called Linux- x86 (.deb)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vjma.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vjma.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vjma.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vjma.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vjma.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vjma.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vjma.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vjma.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vjma.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vjma.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vjma.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vjma.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vjma.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vjma.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=48&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vjma.wordpress.com/2009/11/01/install-adobe-reader-on-ubuntu-9-10-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eb23b98d6bfd3c666bd3ec9a9eb7010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vjma</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache on Ubuntu Guide</title>
		<link>http://vjma.wordpress.com/2009/10/26/apache-on-ubuntu-guide/</link>
		<comments>http://vjma.wordpress.com/2009/10/26/apache-on-ubuntu-guide/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:33:17 +0000</pubDate>
		<dc:creator>vjma</dc:creator>
				<category><![CDATA[ubuntu tutorial]]></category>

		<guid isPermaLink="false">http://vjma.wordpress.com/?p=41</guid>
		<description><![CDATA[&#160; Terminal command for installing Apache On Ubuntu: sudo apt-get install apache2 php5 mysql-client-5.0 mysql-server-5.0 phpmyadmin libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql then restart the computer/start mysql manually From:  Ubuntu installation tutorial for Apache<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=41&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Terminal command for installing Apache On Ubuntu:<strong> </strong></p>
<blockquote><p><strong>sudo apt-get install apache2 php5 mysql-client-5.0 mysql-server-5.0 phpmyadmin libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql</strong></p></blockquote>
<p><strong>then restart the computer/start mysql manually</strong></p>
<p>From:  <a title="Ubuntu for Apache" href="http://ubuntuforums.org/showthread.php?t=186492" target="_blank">Ubuntu installation tutorial for Apache</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vjma.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vjma.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vjma.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vjma.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vjma.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vjma.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vjma.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vjma.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vjma.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vjma.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vjma.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vjma.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vjma.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vjma.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=41&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vjma.wordpress.com/2009/10/26/apache-on-ubuntu-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eb23b98d6bfd3c666bd3ec9a9eb7010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vjma</media:title>
		</media:content>
	</item>
		<item>
		<title>HOW TO: Using checkinstall to make .debs from sources</title>
		<link>http://vjma.wordpress.com/2009/10/22/how-to-using-checkinstall-to-make-debs-from-sources/</link>
		<comments>http://vjma.wordpress.com/2009/10/22/how-to-using-checkinstall-to-make-debs-from-sources/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:44:00 +0000</pubDate>
		<dc:creator>vjma</dc:creator>
				<category><![CDATA[ubuntu tutorial]]></category>

		<guid isPermaLink="false">http://vjma.wordpress.com/?p=36</guid>
		<description><![CDATA[So you want that app&#8230; yes&#8230; THAT app, so you goto the website&#8230; but&#8230; DAMN no .deb file only source files. If you&#8217;re anything like me, you hate ./configure, make, make install you just want an easy .deb package, for easy install and removing. Well, checkinstall does that for you. Checkinstall eliminates the &#8216;make install&#8217; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=36&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><!-- / icon and title --> <!-- message -->So you want that app&#8230; yes&#8230; THAT app, so you goto the website&#8230; but&#8230; DAMN no .deb file only source files.<br />
If you&#8217;re anything like me, you hate ./configure, make, make install you just want an easy .deb package, for easy install and removing.<br />
Well, checkinstall does that for you. Checkinstall eliminates the &#8216;make install&#8217; area and creates AND installs a .deb package for you, therefore you can remove it with a simple &#8216;dpkg -r foo&#8217; or in synaptic.</p>
<p style="text-align:left;">The first thing you need to do is install check install.  So we have to uncomment universe, and apt-get check install like so:</p>
<blockquote>
<p style="text-align:left;"><strong>sudo gedit /etc/apt/sources.list</strong></p>
</blockquote>
<p style="text-align:left;">then uncomment universe so it looks like this</p>
<blockquote>
<p style="text-align:left;"><strong>deb http://archive.ubuntu.com/ubuntu/ warty universe</strong></p>
<p style="text-align:left;"><strong>deb-src http://archive.ubuntu.com/ubuntu/ warty universe</strong></p>
</blockquote>
<p style="text-align:left;">save and exit.</p>
<p style="text-align:left;">Then, open synaptic and search for checkinstall (make sure you update first) or&#8230;</p>
<blockquote>
<p style="text-align:left;"><strong>sudo apt-get update &amp;&amp; apt-get install checkinstall</strong></p>
</blockquote>
<p style="text-align:left;"><em>Reading Package Lists&#8230; Done</em></p>
<p style="text-align:left;"><em>Building Dependency Tree&#8230; Done</em></p>
<p style="text-align:left;"><em>The following NEW packages will be installed:</em></p>
<p style="text-align:left;"><em> checkinstall</em></p>
<p style="text-align:left;"><em>0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.</em></p>
<p style="text-align:left;"><em>Need to get 34.8kB of archives.</em></p>
<p style="text-align:left;"><em>After unpacking 135kB of additional disk space will be used.</em></p>
<p style="text-align:left;">Enter Y to install.</p>
<p style="text-align:left;">Now, download that source file you need, unpack it using &#8216;tar zxvf (or jxvf) foo&#8217; and  cd to that sources directory.</p>
<p style="text-align:left;">then do the usual.</p>
<blockquote>
<p style="text-align:left;"><strong>~/Path/to/folder:$ ./configure</strong></p>
</blockquote>
<p style="text-align:left;">when that is done</p>
<blockquote>
<p style="text-align:left;"><strong>~/path/to/folder:$ make</strong></p>
</blockquote>
<p style="text-align:left;">let that finish, then, instead of doing a &#8216;make install&#8217; do this:</p>
<blockquote>
<p style="text-align:left;"><strong>~/path/to/folder:$ sudo checkinstall</strong></p>
</blockquote>
<p style="text-align:left;">accept all the defaults, then an option will come up to set a description. You can set one, then hit enter twice, or just hit enter. Select the next default. And that&#8217;s it.</p>
<p style="text-align:left;"><em>You&#8217;re done!!</em></p>
<p style="text-align:left;">
Checkinstall installed the new .deb package for you, and put a copy of the package into that foler you were working in. Now you can move that .deb package where ever you want it and delete that folder.<br />
Now if you want to remove that package, just &#8216;dpkg -r pkgname&#8217; or &#8216;apt-get remove pkgname&#8217; or do it in synaptic.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vjma.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vjma.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vjma.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vjma.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vjma.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vjma.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vjma.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vjma.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vjma.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vjma.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vjma.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vjma.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vjma.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vjma.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=36&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vjma.wordpress.com/2009/10/22/how-to-using-checkinstall-to-make-debs-from-sources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eb23b98d6bfd3c666bd3ec9a9eb7010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vjma</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Desktop Computing Made Easy (Ubuntu 9.04)</title>
		<link>http://vjma.wordpress.com/2009/10/20/ubuntu-desktop-computing-made-easy-ubuntu-9-04/</link>
		<comments>http://vjma.wordpress.com/2009/10/20/ubuntu-desktop-computing-made-easy-ubuntu-9-04/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 06:06:08 +0000</pubDate>
		<dc:creator>vjma</dc:creator>
				<category><![CDATA[ubuntu terminal command]]></category>

		<guid isPermaLink="false">http://vjma.wordpress.com/2009/10/20/ubuntu-desktop-computing-made-easy-ubuntu-9-04/</guid>
		<description><![CDATA[This documentation is intended for folks that would like to add additional programs and applications to their Ubuntu Desktop installation making their overall experience similar to that of other well known operating systems (less the huge software expense). Download Links:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=33&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This documentation is intended for folks that would like to add additional programs and applications to<br />
their Ubuntu Desktop installation making their overall experience similar to that of other well known<br />
operating systems (less the huge software expense).</p>
<p>Download Links:</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vjma.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vjma.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vjma.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vjma.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vjma.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vjma.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vjma.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vjma.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vjma.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vjma.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vjma.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vjma.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vjma.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vjma.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=33&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vjma.wordpress.com/2009/10/20/ubuntu-desktop-computing-made-easy-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eb23b98d6bfd3c666bd3ec9a9eb7010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vjma</media:title>
		</media:content>
	</item>
		<item>
		<title>GYachE Improve</title>
		<link>http://vjma.wordpress.com/2009/10/19/gyache-improve/</link>
		<comments>http://vjma.wordpress.com/2009/10/19/gyache-improve/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:10:42 +0000</pubDate>
		<dc:creator>vjma</dc:creator>
				<category><![CDATA[ubuntu software]]></category>

		<guid isPermaLink="false">http://vjma.wordpress.com/?p=14</guid>
		<description><![CDATA[Since i was using LINUX (Ubuntu) Download offline package<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=14&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since i was using LINUX (Ubuntu)</p>
<p><img class="alignnone size-medium wp-image-20" title="gyache" src="http://vjma.files.wordpress.com/2009/10/gyache1.png?w=290&#038;h=300" alt="gyache" width="290" height="300" /></p>
<p>Download offline package</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vjma.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vjma.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vjma.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vjma.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vjma.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vjma.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vjma.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vjma.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vjma.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vjma.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vjma.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vjma.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vjma.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vjma.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vjma.wordpress.com&amp;blog=10009272&amp;post=14&amp;subd=vjma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vjma.wordpress.com/2009/10/19/gyache-improve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eb23b98d6bfd3c666bd3ec9a9eb7010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vjma</media:title>
		</media:content>

		<media:content url="http://vjma.files.wordpress.com/2009/10/gyache1.png?w=290" medium="image">
			<media:title type="html">gyache</media:title>
		</media:content>
	</item>
	</channel>
</rss>
