<?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>d  a  n  i  e  l  k  .  o  r  g &#187; Linux</title>
	<atom:link href="http://danielk.org/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielk.org/blog</link>
	<description>an eclectic collection of information</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:50:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Must have Ubuntu Packages</title>
		<link>http://danielk.org/blog/2010/01/17/must-have-ubuntu-packages/</link>
		<comments>http://danielk.org/blog/2010/01/17/must-have-ubuntu-packages/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:27:46 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Packages]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=478</guid>
		<description><![CDATA[These are packages that I use and recommend on my Linux Ubuntu box. System Tools Filelight Displays a circular graph of the space used by your files, so you know when you have big files (for example, images of your work) that if you backup them you&#8217;ll save space. sudo apt-get install filelight gdmap Displays [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2010%2F01%2F17%2Fmust-have-ubuntu-packages%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2010%2F01%2F17%2Fmust-have-ubuntu-packages%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>These are packages that I use and recommend on my Linux Ubuntu box.</p>
<p><strong>System Tools</strong></p>
<ul>
<li><a href="http://www.methylblue.com/filelight/">Filelight</a><br />
        Displays a circular graph of the space used by your files, so you know when you<br />
        have big files (for example, images of your work) that if you backup them you&#8217;ll save space.<br />
        <code>sudo apt-get install filelight</code>
        </li>
<li><a href="http://gdmap.sourceforge.net/">gdmap</a><br />
        Displays space used by files, but with squares.<br />
        <code>sudo apt-get install gdmap</code>
        </li>
<li><a href="http://gparted.sourceforge.net/">gParted</a><br />
         Interface for partitioning your hard disk drive, and make it a bit easier, without having to reinstall everything.<br />
        <code>sudo apt-get install gparted</code>
        </li>
<li><a href="http://aptoncd.sourceforge.net/screenshots.html">aptoncd</a><br />
         Just for Ubuntu and Debian. Allows to backup your packages installed in a CD so you can have them ready to<br />
         install in another computer.<br />
         <code>sudo apt-get install aptoncd</code>
         </li>
<li><a href="http://packages.ubuntu.com/jaunty/htop">htop</a><br />
        <code>sudo apt-get install htop</code>
        </li>
</ul>
<p><strong>Programming/Editor Tools</strong></p>
<ul>
<li>
       <a href="http://pdfedit.petricek.net/en/index.html">PDFedit</a><br />
        Free (and open source) editor for manipulating PDF documents. GUI version + command line interface.<br />
       <code>sudo apt-get install pdfedit</code>
        </li>
<li><a href="http://bluefish.openoffice.nl/">Bluefish</a><br />
        <code>sudo apt-get install bluefish</code>
        </li>
<li><a href="http://meld.sourceforge.net/">Meld</a><br />
        A simple but powerful small tool that can compare two files or directories and tell you the differences, or merge them.<br />
        <code>sudo apt-get install meld</code></li>
</li>
<li>vim<br />
        <code>sudo apt-get install vim</code>
        </li>
</ul>
<p><strong>Music Tools</strong></p>
<ul>
<li><a href="http://soundconverter.berlios.de/">SoundConverter</a></li>
</ul>
<p><strong>Photo Tools</strong></p>
<ul>
<li><code>sudo apt-get install xaralx</code></li>
</ul>
<p><strong>Networking Tools</strong></p>
<ul>
<li><a href="http://gftp.seul.org/">gFTP</a></li>
</ul>
<p><strong>Media Players</strong></p>
<ul>
<li><a href="http://www.boxee.tv/">Boxee</a></li>
<li><a href="http://getsongbird.com/">Songbird</a><br />
        <a href="http://www.ubuntugeek.com/install-songbird-music-player-in-ubuntu.html">How to configure songbird.</a>
        </li>
<li><a href="http://www.videolan.org/vlc/download-ubuntu.html">VLC Player</a></li>
</ul>
<p><strong>Downloading Tools</strong></p>
<ul>
<li><a href="http://jdownloader.org/download/index">JDownloader</a></li>
<li><a href="https://launchpad.net/~deluge-team/+archive/ppa">Deluge</a><a href="http://dev.deluge-torrent.org/wiki/Download">, download it here.</a><br />
        <code>sudo add-apt-repository ppa:deluge-team/ppa</code><br />
        <code>sudo apt-get install deluge</code>
        </li>
</ul>
<p><strong>GUI</strong></p>
<ul>
<li><a href="http://superuser.com/questions/96501/mac-dock-for-linux">Mac Dock For Linux?</a></li>
<li><a href="http://do.davebsd.com/">GnomeDo</a><br />
        <code>sudo apt-get install gnome-do gnome-do-plugins</code>
        </li>
<li>Compiz</li>
</ul>
<p><strong>Additional</strong></p>
<ul>
<li>p7zip<br />
        <code>sudo apt-get install p7zip</code>
        </li>
<li><a href="http://www.taskcoach.org/">TaskCoach</a></li>
<li><a href="https://launchpad.net/~keepassx/+archive/ppa">KeePassX</a><br />
        <code>sudo apt-get install keepassx</code>
        </li>
<li>ntp<br />
        <code>sudo apt-get install ntp</code>
        </li>
<li><a href="http://packages.ubuntu.com/jaunty/ubuntu-restricted-extras">ubuntu-restricted-extras</a><br />
        <code>sudo apt-get install ubuntu-restricted-extras</code></li>
</ul>
<p><strong>More Great Sites</strong></p>
<p>This is great site to get applications</p>
<ul>
<li><a href="http://appnr.com/">Appnr</a></li>
</ul>
<p>Other great lists of packages:</p>
<ul>
<li><a href="http://www.anewmorning.com/2009/02/24/15-essential-ubuntu-productivity-apps/">Essential Ubuntu Productivity Apps</a></li>
<li><a href="http://superuser.com/questions/4685?sort=votes&#038;page=1#sort-top">Must have Ubuntu Packages from SuperUser.com</a></li>
<li><a href="http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/<br />
">Top 100 of the Best (Useful) OpenSource Applications</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2010/01/17/must-have-ubuntu-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SugarCRM</title>
		<link>http://danielk.org/blog/2009/11/17/sugarcr/</link>
		<comments>http://danielk.org/blog/2009/11/17/sugarcr/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 03:35:10 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=405</guid>
		<description><![CDATA[SugarCRM is a commercial open source CRM. Some of the best instructions on installation &#8211; Installing SugarCRM on Ubuntu 8.04 (Hardy Heron) Installing SugarCRM Community Edition]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F11%2F17%2Fsugarcr%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F11%2F17%2Fsugarcr%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.sugarcrm.com/crm/download/sugar-suite.html">SugarCRM</a> is a commercial open source CRM.</p>
<p>Some of the best instructions on installation &#8211;<br />
<a href="http://myhowtosandprojects.blogspot.com/2008/07/install-sugarcrm-howto.html">Installing SugarCRM on Ubuntu 8.04 (Hardy Heron)</a><br />
<a href="http://www.howtoforge.com/installing-sugarcrm-community-edition-on-debian-lenny-p2">Installing SugarCRM Community Edition</a></p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2009/11/17/sugarcr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu</title>
		<link>http://danielk.org/blog/2009/11/05/ubuntu/</link>
		<comments>http://danielk.org/blog/2009/11/05/ubuntu/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 04:01:01 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=410</guid>
		<description><![CDATA[One of the best articles on initially configuring an Ubuntu system is from Slicehost, it goes into Changing your port Updating you firewall Some general command line tools: % lsb_release -a (What version of Ubuntu are you running?) % cat /etc/lsb-release (What version of Ubuntu are you running? ) Some tools I find useful when [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F11%2F05%2Fubuntu%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F11%2F05%2Fubuntu%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the best <a href="http://articles.slicehost.com/2008/4/25/ubuntu-hardy-setup-page-1">articles on initially configuring an Ubuntu system is from Slicehost</a>, it goes into</p>
<ul>
<ol>
Changing your port
</ol>
<ol>
Updating you firewall
</ol>
</ul>
<p>Some general command line tools:</p>
<p>% lsb_release -a  (What version of Ubuntu are you running?)<br />
% cat /etc/lsb-release (What version of Ubuntu are you running? )</p>
<p>Some tools I find useful when doing upgrades:</p>
<ul>
<li><a href="http://techie-buzz.com/linux-tips/generate-a-sources-list-with-the-ubuntu-sources-list-generator.html">Ubuntu source generator allows you to generate a custom sources.list file</a></li>
</ul>
<p>Here is a great <a href="https://help.ubuntu.com/community/EOLUpgrades/Gutsy">article upgrading from 7.10 to 8.04 (Gutsy to Hardy)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2009/11/05/ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Machine Boot Control</title>
		<link>http://danielk.org/blog/2009/09/18/remote-machine-oot-control/</link>
		<comments>http://danielk.org/blog/2009/09/18/remote-machine-oot-control/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 15:22:34 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=295</guid>
		<description><![CDATA[Restarting/reboot a Windows XP remotely, use &#8216;shutdown&#8217; command from the command console. Run cmd.exe, and type &#8216;shutdown -r -t 0&#8242; to restart the machine.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F09%2F18%2Fremote-machine-oot-control%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F09%2F18%2Fremote-machine-oot-control%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Restarting/reboot a Windows XP remotely, use &#8216;shutdown&#8217; command from the command console.<br />
Run cmd.exe, and type &#8216;shutdown -r -t 0&#8242; to restart the machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2009/09/18/remote-machine-oot-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux/Unix System Administrator Tools</title>
		<link>http://danielk.org/blog/2009/09/09/linux-unix-system-administrator-tools/</link>
		<comments>http://danielk.org/blog/2009/09/09/linux-unix-system-administrator-tools/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 16:22:20 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[CYGWIN]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=269</guid>
		<description><![CDATA[Online tools: CHMOD Calculator (I will be adding to this list overtime&#8230;.) Offline tools: (I will be adding to this list overtime&#8230;.) Software tools: Webmin: A web-based interface for system administration for Unix and Linux. (I will be adding to this list overtime&#8230;.)]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F09%2F09%2Flinux-unix-system-administrator-tools%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdanielk.org%2Fblog%2F2009%2F09%2F09%2Flinux-unix-system-administrator-tools%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Online tools:</p>
<ul>
<li><a target="_blank" href="http://www.onlineconversion.com/html_chmod_calculator.htm">CHMOD Calculator</a></li>
<li>(I will be adding to this list overtime&#8230;.)</li>
</ul>
<p>Offline tools:</p>
<ul>
<li>(I will be adding to this list overtime&#8230;.)</li>
</ul>
<p>Software tools:</p>
<ul>
<li><a target="_blank" href="http://www.webmin.com/">Webmin: A web-based interface for system administration for Unix and Linux. </a></li>
<li>(I will be adding to this list overtime&#8230;.)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/2009/09/09/linux-unix-system-administrator-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
