<?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>How I kill time.... :) &#187; Linux</title>
	<atom:link href="http://www.pratik.info/category/linux-tweaks-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pratik.info</link>
	<description>Blog of Pratik Jagdishwala</description>
	<lastBuildDate>Tue, 21 Jun 2011 14:06:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Add a message to users logging in via SSH</title>
		<link>http://www.pratik.info/2011/06/21/add-a-message-to-users-logging-in-via-ssh/</link>
		<comments>http://www.pratik.info/2011/06/21/add-a-message-to-users-logging-in-via-ssh/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 13:39:41 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.pratik.info/?p=790</guid>
		<description><![CDATA[To add a custom message for users logging in via SSH you just need to make one small modification to the /etc/motd file Go to vi /etc/motd and enter the message you want to, something like With great power comes great responsibility. Fire commands wisely! Voila. This is done. Any one logging in via ssh [...]]]></description>
			<content:encoded><![CDATA[<p>To add a custom message for users logging in via SSH you just need to make one small modification to the /etc/motd file</p>
<p>Go to<br />
<code>vi /etc/motd</code></p>
<p>and enter the message you want to, something like<br />
<code>With great power comes great responsibility. Fire commands wisely!</code></p>
<p>Voila. This is done. Any one logging in via ssh will get the message you have entered</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2011/06/21/add-a-message-to-users-logging-in-via-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merge multiple pdf&#8217;sinto a single pdf</title>
		<link>http://www.pratik.info/2010/03/03/merge-multiple-pdfsinto-a-single-pdf/</link>
		<comments>http://www.pratik.info/2010/03/03/merge-multiple-pdfsinto-a-single-pdf/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 05:21:09 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[merge multiple pdf's]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2010/03/03/merge-multiple-pdfsinto-a-single-pdf/</guid>
		<description><![CDATA[Handling multiple pdf&#8217;s can be a pain, and combining multiple pdf&#8217;s is not as easy as merging doc files. So how to achieve this? The simplest and the fastest way is using pdftk. Install Ubuntu if you are not a regular user, install this on a VirtualBox image and install pdftk on your instance by [...]]]></description>
			<content:encoded><![CDATA[<p>Handling multiple pdf&#8217;s can be a pain, and combining multiple pdf&#8217;s is not as easy as merging doc files. So how to achieve this?</p>
<p>The simplest and the fastest way is using pdftk. Install Ubuntu if you are not a regular user, install this on a VirtualBox image and install pdftk on your instance by typing</p>
<p><em>sudo apt-get install pdftk</em></p>
<p>Once the installation is complete, you can now start merging pdf files on the fly by using the following command</p>
<p><em>pdftk *.pdf cat output merged.pdf</em></p>
<p><em>or</em></p>
<p><em>pdftk 1.pdf 2.pdf 3.pdf cat output merged.pdf</em></p>
<p>There are mutiple options to this which you can find out using man or using google <img src='http://www.pratik.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2010/03/03/merge-multiple-pdfsinto-a-single-pdf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to setup Linux VNC Server with KDE or Gnome</title>
		<link>http://www.pratik.info/2010/03/03/how-to-setup-linux-vnc-server-with-kde-of-gnome/</link>
		<comments>http://www.pratik.info/2010/03/03/how-to-setup-linux-vnc-server-with-kde-of-gnome/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 05:16:22 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[setup linux vnc server KDE GNOME]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2010/03/03/how-to-setup-linux-vnc-server-with-kde-of-gnome/</guid>
		<description><![CDATA[The default desktop for the VNC Server is &#8220;TWM&#8221;, though most people are used to KDE or Gnome instead. Here is how to change it: Edit ~/.vnc/xstartup For KDE, replace &#8220;twm &#38;&#8221; with &#8220;startkde &#38;&#8221; For Gnome, replace &#8220;twm &#38;&#8221; with &#8220;exec gnome-session &#38;&#8221; Kill any existing VNC servers with &#8220;vncserver -kill xx&#8221; where xxx [...]]]></description>
			<content:encoded><![CDATA[<p>The default desktop for the VNC Server is &#8220;TWM&#8221;, though most people are used to KDE or Gnome instead. Here is how to change it:</p>
<p>Edit ~/.vnc/xstartup<br />
For KDE, replace &#8220;twm &amp;&#8221; with &#8220;startkde &amp;&#8221;<br />
For Gnome, replace &#8220;twm &amp;&#8221; with &#8220;exec gnome-session &amp;&#8221;<br />
Kill any existing VNC servers with &#8220;vncserver -kill <img src='http://www.pratik.info/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' /> xx&#8221; where xxx is the display number.<br />
Start a new server.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2010/03/03/how-to-setup-linux-vnc-server-with-kde-of-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnome – multiple monitor taskbar (Ultramon alternative)</title>
		<link>http://www.pratik.info/2010/01/06/gnome-%e2%80%93-multiple-monitor-taskbar-ultramon-alternative/</link>
		<comments>http://www.pratik.info/2010/01/06/gnome-%e2%80%93-multiple-monitor-taskbar-ultramon-alternative/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 12:17:06 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux gnome kde ubuntu multiple monitors taskbar]]></category>
		<category><![CDATA[ultramon in linux]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2010/01/06/gnome-%e2%80%93-multiple-monitor-taskbar-ultramon-alternative/</guid>
		<description><![CDATA[If you are using Linux on multiple monitors you are surely going to miss Utramon, but don&#8217;t worry. Gnome has the option of Ultramon in built so no extra application needed. You can get your task-bar on multiple monitors using the following instructions Instructions: 1.) Right click on anywhere on the launch-bar, click “New Panel” [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using Linux on multiple monitors you are surely going to miss Utramon, but don&#8217;t worry. Gnome has the option of Ultramon in built so no extra application needed.</p>
<p>You can get your task-bar on multiple monitors using the following instructions</p>
<p>Instructions:<br />
1.) Right click on anywhere on the launch-bar, click “New Panel”<br />
2.) Drag that to any monitor.<br />
3.) Right click on that panel, and click “Add to Panel”<br />
4.) Select “Window List” under Desktop and Windows<br />
5.) Click Add.<br />
6.) Click Close, and you’re done.</p>
<p>No more having windows from all monitors listed on the primary monitor itself <img src='http://www.pratik.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2010/01/06/gnome-%e2%80%93-multiple-monitor-taskbar-ultramon-alternative/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing LAMP on Ubuntu</title>
		<link>http://www.pratik.info/2009/12/31/installing-lamp-on-ubuntu/</link>
		<comments>http://www.pratik.info/2009/12/31/installing-lamp-on-ubuntu/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:52:28 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Install LAMP Ubuntu]]></category>
		<category><![CDATA[MySQL Ubuntu]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/12/31/installing-lamp-on-ubuntu/</guid>
		<description><![CDATA[Installing LAMP (Linux &#8211; Apache &#8211; MySQL &#8211; PHP) on Ubuntu is pretty straight forward. 1st we install Apache. Go to your Terminal and type in sudo apt-get install apache2 2nd step sudo apt-get install php5 libapache2-mod-php5 3rd step sudo apt-get install mysql-server 4th step Just make sure Apache is running In your terminal enter [...]]]></description>
			<content:encoded><![CDATA[<p>Installing LAMP (Linux &#8211; Apache &#8211; MySQL &#8211; PHP) on Ubuntu is pretty straight forward.</p>
<p>1st we install Apache.<br />
Go to your Terminal and type in sudo apt-get install apache2</p>
<p>2nd step<br />
sudo apt-get install php5 libapache2-mod-php5</p>
<p>3rd step<br />
sudo apt-get install mysql-server</p>
<p>4th step<br />
Just make sure Apache is running <img src='http://www.pratik.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  In your terminal enter<br />
sudo /etc/init.d/apache2 restart</p>
<p>And if you are stuck, google is always available <img src='http://www.pratik.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/12/31/installing-lamp-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make all applications use a single proxy in Ubuntu</title>
		<link>http://www.pratik.info/2009/12/31/how-to-make-all-applications-use-a-single-proxy-in-ubuntu/</link>
		<comments>http://www.pratik.info/2009/12/31/how-to-make-all-applications-use-a-single-proxy-in-ubuntu/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:47:11 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[common proxy ubuntu applications software]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/12/31/how-to-make-all-applications-use-a-single-proxy-in-ubuntu/</guid>
		<description><![CDATA[If you are trying to connect all the apps and bash on your Ubuntu setup to use a common proxy, the easiest way to achieve this is via Network Proxy Preferences. Go to System -> Preferences -> Network Proxy and select the Proxy Configuration and the Ignored Hosts as per your preference. Once done, select [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to connect all the apps and bash on your Ubuntu setup to use a common proxy, the easiest way to achieve this is via Network Proxy Preferences. Go to System -> Preferences -> Network Proxy and select the Proxy Configuration and the Ignored Hosts as per your preference. Once done, select Apply System-Wide and you are done. Each and every application including the bash will now use this proxy that you have entered.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/12/31/how-to-make-all-applications-use-a-single-proxy-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install .deb packages?</title>
		<link>http://www.pratik.info/2009/12/31/how-to-install-deb-packages/</link>
		<comments>http://www.pratik.info/2009/12/31/how-to-install-deb-packages/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:41:19 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[installing .deb]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/12/31/how-to-install-deb-packages/</guid>
		<description><![CDATA[To install deb packages, download the deb package to a local folder (possibly /tmp if you do not require the installation file later) and run the following command sudo dpkg -i package.deb This should take care of the installation Copyright &#169; 2008 This feed is for personal, non-commercial use only. The use of this feed [...]]]></description>
			<content:encoded><![CDATA[<p>To install deb packages, download the deb package to a local folder (possibly /tmp if you do not require the installation file later) and run the following command</p>
<p>sudo dpkg -i package.deb</p>
<p>This should take care of the installation</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/12/31/how-to-install-deb-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing flash player in Ubuntu</title>
		<link>http://www.pratik.info/2009/12/31/installing-flash-player-in-ubuntu/</link>
		<comments>http://www.pratik.info/2009/12/31/installing-flash-player-in-ubuntu/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:36:09 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[flashplayer ubuntu install]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/12/31/installing-flash-player-in-ubuntu/</guid>
		<description><![CDATA[To install flashplayer in ubuntu just go to the shell and type in $ sudo apt-get install flashplugin-nonfree Once done, restart your browser and flash video&#8217;s/files should start working in all your browser. Copyright &#169; 2008 This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If [...]]]></description>
			<content:encoded><![CDATA[<p>To install flashplayer in ubuntu just go to the shell and type in $ sudo apt-get install flashplugin-nonfree<br />
Once done, restart your browser and flash video&#8217;s/files should start working in all your browser.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/12/31/installing-flash-player-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to try out Google Chrome OS for yourself? Here&#8217;s how..</title>
		<link>http://www.pratik.info/2009/11/20/want-to-try-out-google-chrome-os-for-yourself-heres-how/</link>
		<comments>http://www.pratik.info/2009/11/20/want-to-try-out-google-chrome-os-for-yourself-heres-how/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:48:30 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[chrome os]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/11/20/want-to-try-out-google-chrome-os-for-yourself-heres-how/</guid>
		<description><![CDATA[November 19, 2009 marked the public debut of Google Chrome OS. It is available for download for everyone to install and play around with. The OS can be downloaded from gdgt or via torrent. Check out http://www.techcrunch.com/2009/11/19/guide-install-google-chrome-os/ which has further details on how to download and how to install the OS. Copyright &#169; 2008 This [...]]]></description>
			<content:encoded><![CDATA[<p>November 19, 2009 marked the public debut of Google Chrome OS. It is available for download for everyone to install and play around with. The OS can be downloaded from  gdgt or via torrent. Check out <a href="http://www.techcrunch.com/2009/11/19/guide-install-google-chrome-os/">http://www.techcrunch.com/2009/11/19/guide-install-google-chrome-os/</a>  which has further details on how to download and how to install the OS.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/11/20/want-to-try-out-google-chrome-os-for-yourself-heres-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing tar.gz and tar.bz2 files in linux</title>
		<link>http://www.pratik.info/2009/09/14/installing-tar-gz-and-tar-bz2-files-in-linux/</link>
		<comments>http://www.pratik.info/2009/09/14/installing-tar-gz-and-tar-bz2-files-in-linux/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:02:44 +0000</pubDate>
		<dc:creator>pratik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[install tar.gz tar.bz2 files]]></category>
		<category><![CDATA[installing software linux]]></category>
		<category><![CDATA[make install]]></category>

		<guid isPermaLink="false">http://www.pratik.info/2009/09/14/installing-tar-gz-and-tar-bz2-files-in-linux/</guid>
		<description><![CDATA[The installation procedure for software that comes in tar.gz and tar.bz2 packages isn&#8217;t always the same, but usually it&#8217;s like this: # tar xvzf package.tar.gz (or tar xvjf package.tar.bz2) # cd package # ./configure # make # make install Copyright &#169; 2008 This feed is for personal, non-commercial use only. The use of this feed [...]]]></description>
			<content:encoded><![CDATA[<p>The installation procedure for software that comes in tar.gz and tar.bz2 packages isn&#8217;t always the same, but usually it&#8217;s like this:</p>
<p># tar xvzf package.tar.gz (or tar xvjf package.tar.bz2)<br />
# cd package<br />
# ./configure<br />
# make<br />
# make install</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.pratik.info/2009/09/14/installing-tar-gz-and-tar-bz2-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

