<?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>www.unnionline.com &#187; Ubuntu</title>
	<atom:link href="http://www.unnionline.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unnionline.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 30 Nov 2011 11:49:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Installing Fonts in Ubuntu</title>
		<link>http://www.unnionline.com/blog/2011/01/installing-fonts-in-ubuntu/</link>
		<comments>http://www.unnionline.com/blog/2011/01/installing-fonts-in-ubuntu/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 16:45:31 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=182</guid>
		<description><![CDATA[Copy your fonts into the]]></description>
			<content:encoded><![CDATA[<p>Copy your fonts into the .fonts directory in the home directory and then update the font cache with this command:</p>
<p>sudo fc-cache -fv</p>
<p>To use it with LaTeX fontspec package (it can use open-type fonts directly in your document), you will need is to take note of the exact name of the font family. For that, after having installed the lcdf-typetools Ubuntu package, you can do something like</p>
<p>otfinfo -i /usr/share/fonts/AGaramondPro-Regular.otf | grep Family</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2011/01/installing-fonts-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom .screenrc Configuration File</title>
		<link>http://www.unnionline.com/blog/2010/06/custom-screenrc-configuration-file/</link>
		<comments>http://www.unnionline.com/blog/2010/06/custom-screenrc-configuration-file/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 12:57:35 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[screenrc]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Terminal Commands]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=147</guid>
		<description><![CDATA[Screen may be the most]]></description>
			<content:encoded><![CDATA[<p>Screen may be the most useful Linux applications when it comes to getting things done through the terminal. This custom screenrc configuration file will provide you with a permanent caption line at the bottom of each window. This caption line will enable you to easily keep track of each terminal window and provide other helpful information such as host and current time.</p>
<p>When screen is invoked, it executes initialization commands from the files “/etc/screenrc” and “.screenrc” in the user’s home directory.</p>
<p>Simply create a file in your home directory with vim or some other editor.</p>
<pre>$ vim ~/.screenrc</pre>
<p>And place the following line in the file.</p>
<pre>caption always "%{Wb} %H %{Bk}| %{Ck}%-w%50&gt;%{Cb} %n %t %{-}%+w%&lt;%{- Wk}%{Bk} | %=%{Wb} %C "</pre>
<p>Now launch a new screen session for it to take effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2010/06/custom-screenrc-configuration-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check Bandwidth Usage In Ubuntu</title>
		<link>http://www.unnionline.com/blog/2010/03/check-bandwidth-usage-in-ubuntu/</link>
		<comments>http://www.unnionline.com/blog/2010/03/check-bandwidth-usage-in-ubuntu/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 18:02:22 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bandwidth]]></category>
		<category><![CDATA[internet usage]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=133</guid>
		<description><![CDATA[Install bwm-ng and/or iftop as]]></description>
			<content:encoded><![CDATA[<p>Install bwm-ng and/or iftop as given below:</p>
<p>sudo apt-get install bwm-ng<br />
sudo apt-get install iftop</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2010/03/check-bandwidth-usage-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Coral Draw Images In Ubuntu</title>
		<link>http://www.unnionline.com/blog/2009/06/using-coral-draw-images-in-ubuntu/</link>
		<comments>http://www.unnionline.com/blog/2009/06/using-coral-draw-images-in-ubuntu/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:38:43 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[.cdr]]></category>
		<category><![CDATA[Coral Draw]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=119</guid>
		<description><![CDATA[Use uniconverter to convert .cdr]]></description>
			<content:encoded><![CDATA[<p>Use uniconverter to convert .cdr file to any other format required.</p>
<p>Or use SK1 (http://sk1project.org/)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2009/06/using-coral-draw-images-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple Script To Get A Terminal Dictionary</title>
		<link>http://www.unnionline.com/blog/2009/06/a-simple-script-to-get-a-terminal-dictionary/</link>
		<comments>http://www.unnionline.com/blog/2009/06/a-simple-script-to-get-a-terminal-dictionary/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 16:50:45 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Dictionary]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=115</guid>
		<description><![CDATA[First, make sure that you]]></description>
			<content:encoded><![CDATA[<p>First, make sure that you have the Lynx web browser:</p>
<p><code>sudo apt-get install lynx</code></p>
<p>Now, make the following script:</p>
<p><code>#!/bin/sh</code></p>
<p><code>lynx -dump "http://wordnet.princeton.edu/perl/webwn?s=$1" | grep -B 1000 References | grep -A 1000 relations | less</code></p>
<p>Now you can define any word from the terminal. For example, suppose I want to know the definition of &#8216;psychoanalysis&#8217;, I can simply run:</p>
<p><code>./define psychoanalysis</code></p>
<p>and get the definition printed out.</p>
<p>It&#8217;s nothing fancy; just grabs the output from an online dictionary and spits it out to the terminal, but I find it to be very useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2009/06/a-simple-script-to-get-a-terminal-dictionary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Up Cache Memory in Ubuntu</title>
		<link>http://www.unnionline.com/blog/2009/05/free-up-cache-memory-in-ubuntu/</link>
		<comments>http://www.unnionline.com/blog/2009/05/free-up-cache-memory-in-ubuntu/#comments</comments>
		<pubDate>Sat, 30 May 2009 09:19:09 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Cache memory]]></category>
		<category><![CDATA[Clear cache]]></category>
		<category><![CDATA[Dentries]]></category>
		<category><![CDATA[Inode]]></category>
		<category><![CDATA[Page cache]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=113</guid>
		<description><![CDATA[Ever wondered how to remove]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how to remove the cache memory in Ubuntu? Linux kernels 2.6.16 and newer provide a mechanism to clear the inode, page, and dentry caches on demand. All you have to do is echo a value to the proc filesystem, and you&#8217;re done. Follow the recipe below:</p>
<p>As this is a non-destructive operation and dirty objects are not freeable, run:<br />
<code>sync</code></p>
<p>To free pagecache:<br />
<code>sudo sh -c "echo 1 > /proc/sys/vm/drop_caches" </code></p>
<p>To free dentries and inodes:<br />
<code>sudo sh -c "echo 2 > /proc/sys/vm/drop_caches" </code></p>
<p>To free pagecache, dentries and inodes:<br />
<code>sudo sh -c "echo 3 > /proc/sys/vm/drop_caches" </code></p>
<p>Hope this works for you all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2009/05/free-up-cache-memory-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Check Which Software Package Is Using More Space</title>
		<link>http://www.unnionline.com/blog/2009/05/how-to-check-which-software-package-is-using-more-space/</link>
		<comments>http://www.unnionline.com/blog/2009/05/how-to-check-which-software-package-is-using-more-space/#comments</comments>
		<pubDate>Tue, 26 May 2009 14:35:01 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Disk Usage]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Terminal Commands]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=111</guid>
		<description><![CDATA[If you&#8217;re running out of]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running out of disk space and you want to quickly see what packages are using the most space on your hard drive, use the following command</p>
<p><code>dpkg-query --show --showformat='${Package;-50}\t${Installed-Size}\n' | sort -k 2 -n | grep -v deinstall | awk '{printf "%.3f MB \t %s\n", $2/(1024), $1}'</code></p>
<p>That will sort the packages by size, putting the largest ones on the bottom. If you only want to see the top few, you can type</p>
<p><code>tail -n 10</code></p>
<p>at the end, because in all likeliness you have a *lot* of packages installed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2009/05/how-to-check-which-software-package-is-using-more-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Terminal To Check The Size Of A Directory</title>
		<link>http://www.unnionline.com/blog/2009/05/using-terminal-to-check-the-size-of-a-directory/</link>
		<comments>http://www.unnionline.com/blog/2009/05/using-terminal-to-check-the-size-of-a-directory/#comments</comments>
		<pubDate>Tue, 26 May 2009 12:00:57 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Terminal Commands]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=109</guid>
		<description><![CDATA[You can also use a]]></description>
			<content:encoded><![CDATA[<p>You can also use a Terminal command to check the size of an individual directory. For instance, if you wanted to check the size of your Documents directory, you would use this command:</p>
<p><code>du -hs Documents</code></p>
<p>This will give you the combined size of your Documents folder, along with any subfolders.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2009/05/using-terminal-to-check-the-size-of-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Public Key For Ubuntu Repositories</title>
		<link>http://www.unnionline.com/blog/2009/05/adding-public-key-for-ubuntu-repositories/</link>
		<comments>http://www.unnionline.com/blog/2009/05/adding-public-key-for-ubuntu-repositories/#comments</comments>
		<pubDate>Thu, 14 May 2009 09:08:25 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apt]]></category>
		<category><![CDATA[Public Key]]></category>
		<category><![CDATA[Repositories]]></category>
		<category><![CDATA[Sources.list]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=101</guid>
		<description><![CDATA[Following recipe will help to]]></description>
			<content:encoded><![CDATA[<p>Following recipe will help to add a public key to &#8216;apt&#8217; for repositories not already included in /etc/apt/sources.list. If you get an error &#8216;NO_PUBKEY XXXXXXXXXXXX&#8217; , just use XXXXXXXXXXXX public key name in the following code. </p>
<p><code>gpg --keyserver hkp://subkeys.pgp.net --recv-keys XXXXXXXXXXXXXXXXX<br />
sudo gpg --export --armor "XXXXXXXXXXXXXXXXXXX" | sudo apt-key add -<br />
sudo apt-get update</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2009/05/adding-public-key-for-ubuntu-repositories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Spell Checking In Kile Using Aspell</title>
		<link>http://www.unnionline.com/blog/2009/05/enabling-spell-checking-in-kile-using-aspell/</link>
		<comments>http://www.unnionline.com/blog/2009/05/enabling-spell-checking-in-kile-using-aspell/#comments</comments>
		<pubDate>Wed, 13 May 2009 13:20:33 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Aspell]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kile]]></category>
		<category><![CDATA[Spell Check]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=99</guid>
		<description><![CDATA[Kile is a top-notch KDE]]></description>
			<content:encoded><![CDATA[<p>Kile is a top-notch KDE frontend LaTeX editor. Enabling spell checking for it requires a small trick if you’re running Ubuntu, which is Gnome based. Several options, including spell checking, for KDE applications are configured within the KDE control center. To get the job done, proceed as follows:</p>
<p>1. First, you need to install the KDE control center<br />
<code>sudo apt-get install kcontrol</code></p>
<p>2. Then, open KDE control center by running the kcontrol command, navigate to KDE Components -> Spell Checker and set the spell checking Client to ASpell</p>
<p>3. Spell checking will now be enabled next time you start Kile!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2009/05/enabling-spell-checking-in-kile-using-aspell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

