<?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"
	>

<channel>
	<title>Tips4Linux.com</title>
	<atom:link href="http://tips4linux.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tips4linux.com</link>
	<description>Tips and Tricks for Linux Users</description>
	<pubDate>Wed, 03 Mar 2010 14:10:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Quickly reinstall your favourite applications in Ubuntu</title>
		<link>http://tips4linux.com/quickly-reinstall-your-favourite-applications-in-ubuntu/</link>
		<comments>http://tips4linux.com/quickly-reinstall-your-favourite-applications-in-ubuntu/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:10:15 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<category><![CDATA[cli]]></category>

		<guid isPermaLink="false">http://tips4linux.com/quickly-reinstall-your-favourite-applications-in-ubuntu/</guid>
		<description><![CDATA[So you want to wipe your hard drive clean and reinstall a fresh Ubuntu copy. Before you do that, it might be wise to make a list of currently installed packages and reinstall them in a jiffy afterwards on the new OS:
sudo dpkg --get-selections &#62; package_list.txt
Save the text file on a thumb drive, format the [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to wipe your hard drive clean and reinstall a fresh Ubuntu copy. Before you do that, it might be wise to make a list of currently installed packages and reinstall them in a jiffy afterwards on the new OS:</p>
<p><b>sudo dpkg --get-selections &gt; package_list.txt</b></p>
<p>Save the text file on a thumb drive, format the drive, reinstall Ubuntu, then to a</p>
<p><b>sudo dpkg --set-selections &lt; package_list.txt<br />sudo apt-get -y update<br />sudo apt-get dselect-upgrade</b></p>
<p><a target="_blank" href="http://www.webupd8.org/2010/03/2-ways-of-reinstalling-all-of-your.html">Source</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=faab37f7-1bbd-892b-9325-baced518b010" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/quickly-reinstall-your-favourite-applications-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get rid of OpenOffice.org&#8217;s logo in Linux</title>
		<link>http://tips4linux.com/get-rid-of-openofficeorgs-logo-in-linux/</link>
		<comments>http://tips4linux.com/get-rid-of-openofficeorgs-logo-in-linux/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 15:38:48 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://tips4linux.com/get-rid-of-openofficeorgs-logo-in-linux/</guid>
		<description><![CDATA[If you for whatever reason dislike OpenOffice.org&#8217;s logo or want to gain an extra few seconds of speed while the application loads, you can disable OO.o&#8217;s logo by editing the
/etc/openoffice/sofficerc
file and modifying the
Logo=1
value into
Logo=0

]]></description>
			<content:encoded><![CDATA[<p>If you for whatever reason dislike OpenOffice.org&#8217;s logo or want to gain an extra few seconds of speed while the application loads, you can disable OO.o&#8217;s logo by editing the</p>
<p><b>/etc/openoffice/sofficerc</b></p>
<p>file and modifying the</p>
<p><i>Logo=1</i></p>
<p>value into</p>
<p><i>Logo=0</i></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=06f773b9-813d-86d4-8cd3-23d523316d52" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/get-rid-of-openofficeorgs-logo-in-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Greatly improve the speed of Firefox 3</title>
		<link>http://tips4linux.com/greatly-improve-the-speed-of-firefox-3/</link>
		<comments>http://tips4linux.com/greatly-improve-the-speed-of-firefox-3/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 16:00:33 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://tips4linux.com/greatly-improve-the-speed-of-firefox-3/</guid>
		<description><![CDATA[We all know Firefox is a memory hog. To speed things up greatly, do the following:
1. Open Firefox and in the address bar type about:config.2. Click on &#8220;I&#8217;ll be careful, I promise&#8220;3. Use the search bar above to look for network.http.pipelining and double click on it to set it&#8217;s value to True.4. Create a new [...]]]></description>
			<content:encoded><![CDATA[<p>We all know Firefox is a memory hog. To speed things up greatly, do the following:</p>
<p>1. Open Firefox and in the address bar type <b>about:config</b>.<br />2. Click on &#8220;<i>I&#8217;ll be careful, I promise</i>&#8220;<br />3. Use the search bar above to look for <i>network.http.pipelining</i> and double click on it to set it&#8217;s value to True.<br />4. Create a new boolean value named <i>network.http.pipelining.firstrequest</i> and set that to True, as well.<br />5. Find <i>network.http.pipelining.maxrequests</i>, double click on it, and change its value to 8.<br />6. Look for <i>network.http.proxy.pipelining</i> and set it to True.<br />7. Create two new integers named <i>nglayout.initialpaint.delay</i> and <i>content.notify.interval</i>, set them to 0.<br />8. Restart your browser.</p>
<p>All done. You should feel the browser is 5x more responsive than before while navigating websites.</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=5f227e63-d289-8dad-b9a1-67514b448c0d" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/greatly-improve-the-speed-of-firefox-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change your MAC address in Linux</title>
		<link>http://tips4linux.com/change-your-mac-address-in-linux/</link>
		<comments>http://tips4linux.com/change-your-mac-address-in-linux/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 06:21:41 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[Networking]]></category>

		<category><![CDATA[MAC address]]></category>

		<guid isPermaLink="false">http://tips4linux.com/change-your-mac-address-in-linux/</guid>
		<description><![CDATA[If you wish to change your MAC address in Linux, all you have to do is bring the interface down then use the hw ether switch:
ifconfig eth0 downifconfig eth0 hw ether 02:01:02:03:04:08ifconfig eth0 up

]]></description>
			<content:encoded><![CDATA[<p>If you wish to change your MAC address in Linux, all you have to do is bring the interface down then use the <b>hw ether</b> switch:</p>
<p><b>ifconfig eth0 down<br />ifconfig eth0 hw ether 02:01:02:03:04:08<br />ifconfig eth0 up</b></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=2af414da-e3bd-89a5-942a-5236c68076d1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/change-your-mac-address-in-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Use the same GTK theme for applications started as root</title>
		<link>http://tips4linux.com/use-the-same-gtk-theme-for-applications-started-as-root/</link>
		<comments>http://tips4linux.com/use-the-same-gtk-theme-for-applications-started-as-root/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 06:49:54 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<category><![CDATA[System]]></category>

		<category><![CDATA[GTK]]></category>

		<category><![CDATA[theme]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tips4linux.com/use-the-same-gtk-theme-for-applications-started-as-root/</guid>
		<description><![CDATA[If you start a GTK GUI with root permissions and you notice that it uses the old GTK theme, you can make all applications started as root to use your current theme by doing this:
sudo ln -s ~/.themes /root/.themessudo ln -s ~/.icons /root/.iconssudo ln -s ~/.fonts /root/.fontsThis will basically create symlinks to your icons, fonts [...]]]></description>
			<content:encoded><![CDATA[<p>If you start a GTK GUI with root permissions and you notice that it uses the old GTK theme, you can make all applications started as root to use your current theme by doing this:</p>
<p><b>sudo ln -s ~/.themes /root/.themes<br />sudo ln -s ~/.icons /root/.icons<br />sudo ln -s ~/.fonts /root/.fonts<br /></b><br />This will basically create symlinks to your icons, fonts and themes directories that draw your current GTK theme.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=bbec74db-070a-8904-be96-5a0fa816b07d" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/use-the-same-gtk-theme-for-applications-started-as-root/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable NTP sync during USplash in Ubuntu Linux</title>
		<link>http://tips4linux.com/disable-ntp-sync-during-usplash-in-ubuntu-linux/</link>
		<comments>http://tips4linux.com/disable-ntp-sync-during-usplash-in-ubuntu-linux/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 10:20:34 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[System]]></category>

		<category><![CDATA[cli]]></category>

		<category><![CDATA[ntp]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tips4linux.com/disable-ntp-sync-during-usplash-in-ubuntu-linux/</guid>
		<description><![CDATA[NTP sometimes greatly slows down your Ubuntu&#8217;s boot time. To disable it just do a simple
sudo apt-get remove ntpdate

]]></description>
			<content:encoded><![CDATA[<p>NTP sometimes greatly slows down your Ubuntu&#8217;s boot time. To disable it just do a simple</p>
<p><b>sudo apt-get remove ntpdate</b></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=1016e5fa-5024-8f28-897b-74fe7a6d81ae" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/disable-ntp-sync-during-usplash-in-ubuntu-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable the Linux screen blanking</title>
		<link>http://tips4linux.com/disable-the-linux-screen-blanking/</link>
		<comments>http://tips4linux.com/disable-the-linux-screen-blanking/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 08:12:21 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[System]]></category>

		<category><![CDATA[cli]]></category>

		<category><![CDATA[blank]]></category>

		<category><![CDATA[screen saver]]></category>

		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://tips4linux.com/disable-the-linux-screen-blanking/</guid>
		<description><![CDATA[If you want to disable X screen blanking (aka. disable the X screensaver) that comes up unexpectedly while you&#8217;re watching a movie in MPlayer, all you have to do is
setterm -powersave off -blank 0
To make the change permanent, add the following to your ~/.xinitrc file:
setterm -blank 0 -powersave off -powerdown 0xset s off

]]></description>
			<content:encoded><![CDATA[<p>If you want to disable X screen blanking (aka. disable the X screensaver) that comes up unexpectedly while you&#8217;re watching a movie in MPlayer, all you have to do is</p>
<p><b>setterm -powersave off -blank 0</b></p>
<p>To make the change permanent, add the following to your <i>~/.xinitrc</i> file:</p>
<p><i>setterm -blank 0 -powersave off -powerdown 0<br />xset s off</i></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=78ab168d-0e1c-866c-b94d-8d641399f97a" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/disable-the-linux-screen-blanking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Play videos packed in RAR without extracting them in Linux</title>
		<link>http://tips4linux.com/play-videos-packed-in-rar-without-extracting-them-in-linux/</link>
		<comments>http://tips4linux.com/play-videos-packed-in-rar-without-extracting-them-in-linux/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 07:13:39 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<category><![CDATA[Multimedia]]></category>

		<category><![CDATA[files]]></category>

		<category><![CDATA[movie]]></category>

		<category><![CDATA[RAR]]></category>

		<category><![CDATA[unrar]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[VLC]]></category>

		<guid isPermaLink="false">http://tips4linux.com/play-videos-packed-in-rar-without-extracting-them-in-linux/</guid>
		<description><![CDATA[Most DivX/XviD movies you download from Torrent sites are packed in multiple RAR archives. It takes some time for each to extract. If you don;t want to wait, you can use VLC and unrar to play the file within instantly. You won&#8217;t be able to rewind and move fast forward within the file, but you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>Most DivX/XviD movies you download from Torrent sites are packed in multiple RAR archives. It takes some time for each to extract. If you don;t want to wait, you can use <i>VLC</i> and <i>unrar</i> to play the file within instantly. You won&#8217;t be able to rewind and move fast forward within the file, but you&#8217;ll be able to play it and stop the movie without actually unarchiving the video file. Here&#8217;s how:</p>
<p><b>unrar p -inul /path/to/movie_folder/movie.name.r00 | vlc -</b></p>
<p>This will let you enjoy the video without extracting it first.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=616d08d7-baa2-884b-81b6-0b47c0b7001f" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/play-videos-packed-in-rar-without-extracting-them-in-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enable Flash support in Google Chrome for Linux</title>
		<link>http://tips4linux.com/enable-flash-support-in-google-chrome-for-linux/</link>
		<comments>http://tips4linux.com/enable-flash-support-in-google-chrome-for-linux/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:43:04 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<category><![CDATA[Multimedia]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://tips4linux.com/enable-flash-support-in-google-chrome-for-linux/</guid>
		<description><![CDATA[If you want to have Flash support in Google Crome, the Linux version, you can enable it like this:Make a plugins directory in the Google Chrome folder
sudo mkdir /opt/google/chrome/pluginscd to it
cd /opt/google/chrome/pluginsmake a link from Firefox&#8217;s Flash Player plugin into the newly created folder
sudo ln -s ~/.mozilla/plugins/libflashplayer.so
Now launch the browser with this command:
google-chrome --enable-plugins

]]></description>
			<content:encoded><![CDATA[<p>If you want to have Flash support in Google Crome, the Linux version, you can enable it like this:<br />Make a <i>plugins</i> directory in the Google Chrome folder</p>
<p><b>sudo mkdir /opt/google/chrome/plugins</b><br /><b><br /></b><i>cd</i> to it<b></p>
<p>cd /opt/google/chrome/plugins</b><br /><b><br /></b>make a link from Firefox&#8217;s Flash Player plugin into the newly created folder<b></p>
<p>sudo ln -s ~/.mozilla/plugins/libflashplayer.so</b></p>
<p>Now launch the browser with this command:</p>
<p><b>google-chrome --enable-plugins</b></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=191c3028-c309-8305-8159-dabf20c65212" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/enable-flash-support-in-google-chrome-for-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find out your router&#8217;s external IP address using the Linux command line</title>
		<link>http://tips4linux.com/find-out-your-routers-external-ip-address-using-the-linux-command-line/</link>
		<comments>http://tips4linux.com/find-out-your-routers-external-ip-address-using-the-linux-command-line/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 19:31:31 +0000</pubDate>
		<dc:creator>T4L</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[cli]]></category>

		<category><![CDATA[IP]]></category>

		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://tips4linux.com/find-out-your-routers-external-ip-address-using-the-linux-command-line/</guid>
		<description><![CDATA[If you want to find out what external IP address your router has assigned to it, you can either search the Internet for sites that can display that said IP address or you can use the Linux command line:
wget -O - -q icanhazip.com

]]></description>
			<content:encoded><![CDATA[<p>If you want to find out what external IP address your router has assigned to it, you can either search the Internet for sites that can display that said IP address or you can use the Linux command line:</p>
<p><b>wget -O - -q icanhazip.com</b></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=67168a62-eeef-86ff-91c0-8e624dbf18db" /></div>
]]></content:encoded>
			<wfw:commentRss>http://tips4linux.com/find-out-your-routers-external-ip-address-using-the-linux-command-line/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.577 seconds -->
<!-- Cached page served by WP-Super-Cache -->
