<?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>ElectroSizzle.com &#187; Linux</title>
	<atom:link href="http://www.electrosizzle.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.electrosizzle.com</link>
	<description>Warm up to Electrical Engineering.</description>
	<lastBuildDate>Tue, 30 Mar 2010 22:38:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu 8.04, SUN Java6 JDK, TexLive, Eclipse 3.4 and Texlipse</title>
		<link>http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/</link>
		<comments>http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 03:11:49 +0000</pubDate>
		<dc:creator>TheSizzle</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[LaTex]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.electrosizzle.com/?p=66</guid>
		<description><![CDATA[I&#8217;ve noticed recently that I had two mediocre computers when I really only needed one.  I took the best parts from both (which again, are mediocre at best, but are all I can afford at the moment) and combined them into one machine.  On this machine I installed Linux:  Ubuntu 8.04 to be exact.  Using [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed recently that I had two mediocre computers when I really only needed one.  I took the best parts from both (which again, are mediocre at best, but are all I can afford at the moment) and combined them into one machine.  On this machine I installed Linux:  Ubuntu 8.04 to be exact.  Using the alternative install CD, I used two harddrives to create software RAID-0 and RAID-1 devices on which to place the /root and /home partitions respectively.  My goal is to completely ween myself from windows completely, at least on my home computers, and I&#8217;m still working towards this goal.</p>
<p>I am a graduate student after all, and I still need to be able to write papers on my home computer for publication in technical journals.  Standard procedure on my old windows computer was to use <a href="http://miktex.org/">MikTex</a> and <a href="http://www.toolscenter.org/">TeXnicCenter</a>.  MikTex is great because it automatically downloads and installs whatever latex packages it needs on the fly, and TeXnicCenter beats the snot out of notepad.  After switching to Ubuntu and Gnome specifically, I started tracking down replacements for these two pieces.  The most intriguing (and first) solution I came across was using the <a href="http://www.eclipse.org/">Eclipse 3.4 (Ganymede)</a> development environment with the <a href="http://texlipse.sourceforge.net/">Texlipse</a> plugin.  Eclipse is an extremely extendable platform that has great plugins and tools for developing in all sorts of languages, and I&#8217;ve been using a customized version at work to develop software which runs on some Texas Instruments fixed-point DSPs and Xilinx FPGAs.</p>
<p>The first step to getting a workable Eclipse-based LaTex environment working <span id="more-66"></span> in Ubuntu is to install a Java Development Kit (JDK), whether that kit is the Sun JDK 6 or one of the open-source (openjdk) distributions.  Since I already had the Sun JDK installed as a prereq for a different program, I&#8217;ll outline that first.  On my particular system, I have installed both the JDK and the JRE, which I believe are both required, although I&#8217;m not sure about the JDK.  Therefore, to install Eclipse 3.4 using the Sun JDK, (sourcing <a href="http://jhcore.com/2008/06/26/eclipse-34-ganymede-on-ubuntu/">john from jhcore.net</a>):</p>
<p>Install the Sun JRE and JDK:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> sun-java6-jre sun-java6-jdk</pre></div></div>

<p>Then download and install Eclipse 3.4:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span>
http:<span style="color: #000000; font-weight: bold;">//</span>ftp.osuosl.org<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>eclipse<span style="color: #000000; font-weight: bold;">/</span>technology<span style="color: #000000; font-weight: bold;">/</span>epp<span style="color: #000000; font-weight: bold;">/</span>downloads<span style="color: #000000; font-weight: bold;">/</span>release<span style="color: #000000; font-weight: bold;">/</span>ganymede<span style="color: #000000; font-weight: bold;">/</span>R<span style="color: #000000; font-weight: bold;">/</span>eclipse-java-ganymede-linux-gtk.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> xzvf eclipse-java-ganymede-linux-gtk.tar.gz
<span style="color: #c20cb9; font-weight: bold;">mv</span> eclipse eclipse3.4</pre></div></div>

<p><em><b>Edit:</b>  It has come to my attention that there is a service release (SR1) to Eclipse 3.4.  Therefore, when downloading Eclipse, the package name should be downloaded with:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span>
http:<span style="color: #000000; font-weight: bold;">//</span>ftp.osuosl.org<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>eclipse<span style="color: #000000; font-weight: bold;">/</span>technology<span style="color: #000000; font-weight: bold;">/</span>epp<span style="color: #000000; font-weight: bold;">/</span>downloads<span style="color: #000000; font-weight: bold;">/</span>release<span style="color: #000000; font-weight: bold;">/</span>ganymede<span style="color: #000000; font-weight: bold;">/</span>SR1<span style="color: #000000; font-weight: bold;">/</span>eclipse-java-ganymede-SR1-linux-gtk.tar.gz</pre></div></div>

<p>I haven&#8217;t tried this installation yet, but it is my guess that the process will be identical.</em></p>
<p>At this point, you should have a working copy of Eclipse installed in your home directory which can be run by <i>~/eclipse3.4/eclipse</i>.  The next step is to install TexLive, which is a pretty good LaTex package for Linux.  In Ubuntu, this is accomplished by:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> texlive-latex-base</pre></div></div>

<p>There are other TexLive packages in the Unbuntu repository, but it is my understanding that the texlive-latex-base package includes the necessary binaries (like latex, pdflatex, and pslatex) needed to compile *.tex files.  As for the LaTex classes and style packages, that&#8217;s where MikTex comes in.  Wait, what?</p>
<p>MikTex is a great LaTex package manager for windows, but it turns out you can <a href="http://texblog.net/latex-archive/linux/mpm-miktex-package-manager/">compile it for linux too</a>!  I&#8217;m not going to go through it step by step, because that website does an excellent job of it.  Just make sure when you&#8217;re compiling that you SPECIFY YOUR HOME DIRECTORY PROPERLY TWICE in the part where it says:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">cmake <span style="color: #660033;">-G</span> <span style="color: #ff0000;">&quot;Unix Makefiles&quot;</span> -DMIKTEX_INSTALLROOT=<span style="color: #ff0000;">&quot;/home/YOUR USER/texmf&quot;</span> -DMIKTEX_ROOTS=<span style="color: #ff0000;">&quot;/home/YOUR USER/texmf&quot;</span></pre></div></div>

<p>This is important because this will be the directory where the MikTex package manager stores the LaTex packages when it downloads them.  Also, that website says to run a <i>sudo make install</i> which will install the package into the texmf directory and, by virtue of running this using sudo, make root the owner of the texmf directory or some directories in it.  It is convenient to <i>sudo chown -R YourUser:YourUser ~/texmf</i> to give yourself permissions to install packages and update the MikTex database without the sudo command.  By default, TexLive is already configured (in /etc/texmf/texmf.cnf) to look for LaTex packages in $HOME/texmf when compiling LaTex files.  BAM!  Now when you need a LaTex package like <i>cite</i>, you can just run:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mpm <span style="color: #660033;">--update-db</span>
mpm <span style="color: #660033;">--install</span>=cite</pre></div></div>

<p>Piece of cake.</p>
<p>The last piece of the puzzle is the Texlipse plugin for Eclipse.  This does the syntax highlighting, compiling, etc, etc in Eclipse.  It works pretty well I might add.  In Eclipse 3.4, it is a piece of cake to install.  Just run eclipse and go to the <i>Help >> Software Updates&#8230; </i> menu and add a new site:  <i> http://texlipse.sourceforge.net/ </i>.   Then check the box next to the site you just added and hit install.  Also a piece of cake.</p>
<p>You should now have a completely usable LaTex editing environment at your fingertips, and since it&#8217;s based on Eclipse, you can use all sorts of other great add-ons like Subclipse for accessing your LaTex documents stored in a SVN repository.</p>
<p>Hope I&#8217;ve helped to make this process a little more straightforward for someone else.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/&amp;title=Ubuntu 8.04, SUN Java6 JDK, TexLive, Eclipse 3.4 and Texlipse' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/&amp;title=Ubuntu 8.04, SUN Java6 JDK, TexLive, Eclipse 3.4 and Texlipse' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.furl.net/storeIt.jsp?u=http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/&amp;t=Ubuntu 8.04, SUN Java6 JDK, TexLive, Eclipse 3.4 and Texlipse' title='Save to Furl' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/furl.png' style='width:16px; height:16px;' alt='[Furl] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/&amp;title=Ubuntu 8.04, SUN Java6 JDK, TexLive, Eclipse 3.4 and Texlipse' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://slashdot.org/bookmark.pl?url=http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/&amp;title=Ubuntu 8.04, SUN Java6 JDK, TexLive, Eclipse 3.4 and Texlipse' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot] ' /></a> <a href='http://technorati.com/faves?add=http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati] ' /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/&amp;t=Ubuntu 8.04, SUN Java6 JDK, TexLive, Eclipse 3.4 and Texlipse' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!] ' /></a> <a href='http://www.feedburner.com/fb/a/emailFlare?itemTitle=Ubuntu 8.04, SUN Java6 JDK, TexLive, Eclipse 3.4 and Texlipse&amp;uri=http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/&amp;loc=en_US' title='Email this to a friend' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/email.png' style='width:16px; height:16px;' alt='[Email] ' /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.electrosizzle.com/2008/09/ubuntu-804-sun-java6-jdk-texlive-eclipse-34-and-texlipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SmoothBackup Mod for Smoothwall</title>
		<link>http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/</link>
		<comments>http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 22:53:29 +0000</pubDate>
		<dc:creator>TheSizzle</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[Smoothwall Express]]></category>

		<guid isPermaLink="false">http://www.electrosizzle.com/?p=21</guid>
		<description><![CDATA[As I&#8217;ve previously mentioned, I run a Smoothwall Express 3.0 firewall on my home network.  I built this firewall using a crappy old computer I had lying around.  Well, the harddrive ate it big time this week and needed to be replaced.  Luckily, I had another old harddrive laying around which will get me by [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve previously <a href="http://www.electrosizzle.com/2008/05/smoothwall-express-30-open-source-firewall/">mentioned</a>, I run a <a href="http://www.smoothwall.org/">Smoothwall Express 3.0</a> firewall on my home network.  I built this firewall using a crappy old computer I had lying around.  Well, the harddrive ate it big time this week and needed to be replaced.  Luckily, I had another old harddrive laying around which will get me by for a few more months (they just don&#8217;t make harddrives like they used to&#8230; the one that died was almost a decade old).  As you may know, Smoothwall has a built-in backup feature which will copy your settings over to a floppy disk.  It&#8217;s limited, but I guess it would work for some people.  I knew my old junk hardware would fail eventually so a few months ago I installed the <a href="http://community.smoothwall.org/forum/viewtopic.php?f=26&amp;t=24251">SmoothBackup for SWE 3.0 v.1.4</a> mod.  One can configure this mod to make scheduled, complete drive backups.  Since a Smoothwall installation is inherently limited in size (~130 MB for mine), this mod generates a tar file of the entire file system.  It can also optionally SCP the file to another computer.  I had mine configured to put the tar on my server out of harms way.  So today, when I went to replace the crashed drive, I simply reinstalled smoothwall and the SmoothBackup mod, and then restored my previous installation from the tar which I copied back over from my server.  BAM!  10 minutes tops and I was back up and running.  Smoothwall is a quality application, and community-contributed mods like SmoothBackup are icing on the cake.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/&amp;title=SmoothBackup Mod for Smoothwall' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/&amp;title=SmoothBackup Mod for Smoothwall' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.furl.net/storeIt.jsp?u=http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/&amp;t=SmoothBackup Mod for Smoothwall' title='Save to Furl' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/furl.png' style='width:16px; height:16px;' alt='[Furl] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/&amp;title=SmoothBackup Mod for Smoothwall' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://slashdot.org/bookmark.pl?url=http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/&amp;title=SmoothBackup Mod for Smoothwall' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot] ' /></a> <a href='http://technorati.com/faves?add=http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati] ' /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/&amp;t=SmoothBackup Mod for Smoothwall' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!] ' /></a> <a href='http://www.feedburner.com/fb/a/emailFlare?itemTitle=SmoothBackup Mod for Smoothwall&amp;uri=http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/&amp;loc=en_US' title='Email this to a friend' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/email.png' style='width:16px; height:16px;' alt='[Email] ' /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.electrosizzle.com/2008/07/smoothbackup-mod-for-smoothwall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiz Fusion on Ubuntu Hardy Heron</title>
		<link>http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/</link>
		<comments>http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/#comments</comments>
		<pubDate>Sat, 31 May 2008 04:41:17 +0000</pubDate>
		<dc:creator>TheSizzle</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Compiz Fusion]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.electrosizzle.com/?p=19</guid>
		<description><![CDATA[Due to a harddrive failure, I was forced to reinstall Linux on my aging laptop.  Previously, I had been running Gentoo which was built completely from source (if you want to learn about linux, building your own Gentoo installation from source is a great way).  Gentoo ran pretty fast on my old laptop since the [...]]]></description>
			<content:encoded><![CDATA[<p>Due to a harddrive failure, I was forced to reinstall Linux on my aging laptop.  Previously, I had been running Gentoo which was built completely from source (if you want to learn about linux, building your own Gentoo installation from source is a great way).  Gentoo ran pretty fast on my old laptop since the only packages installed were the ones I had taken the time to build using Portage.  However, upgrades were always a pain since every package had to be built from source.  Yea yea yea, I know you can install pre-compiled packages from Portage, but what&#8217;s the fun in that, right?  Anyways, I&#8217;ve been running Debian on a home server and it&#8217;s pretty stable with no frills.  Ubuntu, being a quasi-derivative of Debian seemed like an attractive choice for a laptop.  Wow, is it ever.</p>
<p><span id="more-19"></span></p>
<p>As a derivative of Debian, Ubuntu uses the APT package handling utility and the Synaptic Package Manager graphical frontend.  I&#8217;d heard great things about the Compiz Fusion window manager and I&#8217;d always wanted to try it out (Look up Compiz on YouTube if you&#8217;re unfamiliar).  With Ubuntu installed, I finally had the chance.  It was a piece of cake to download and install the necessary packages using Synaptic, and here&#8217;s a list of the packages I installed to get it working:</p>
<ol>
<li>compiz_0.7.4-0ubuntu6_all.deb</li>
<li>compiz-core_0.7.4-0ubuntu6_i386.deb</li>
<li>compiz-gnome_0.7.4-0ubuntu6_i386.deb</li>
<li>compiz-plugins_0.7.4-0ubuntu6_i386.deb</li>
<li>emerald_0.7.2-0ubuntu2_i386.deb</li>
<li>libdecoration0_0.7.4-0ubuntu6_i386.deb</li>
<li>libemeraldengine0_0.7.2-0ubuntu2_i386.deb</li>
<li>compiz-fusion-plugins-extra_0.7.4-0ubuntu1_i386.deb</li>
<li>compiz-fusion-plugins-main_0.7.4-0ubuntu5_i386.deb</li>
<li>compizconfig-backend-gconf_0.7.4-0ubuntu1_i386.deb</li>
<li>compizconfig-settings-manager_0.7.4-0ubuntu2_all.deb</li>
<li>fusion-icon_0.0.0+git20071028-2ubuntu2_all.deb</li>
<li>libcompizconfig0_0.7.4-0ubuntu1_i386.deb</li>
<li>python-compizconfig_0.7.4-0ubuntu1_i386.deb</li>
</ol>
<p>I&#8217;m sorry if I missed any.  You can find these by simply searching for &#8220;Compiz&#8221; in Synaptic.  This list of packages includes all of the graphical configuration frontends which are useful in configuring the <em>multitude</em> of compiz options.  You can tweak just about everything.  I&#8217;m a big fan of the popular Cube desktop.  Using a laptop with limited screen real estate is so much easier with hot keys which can rotate the cube in any direction to other (hopefully uncluttered) desktops.  Also, if you&#8217;ve been thinking about trying Compiz but were worried that your graphics card wasn&#8217;t up to the task, don&#8217;t be.  My laptop has a built-in intel graphics chip (using the i915 module I believe) and the Compiz cube desktop with flame effects and wobbly windows runs flawlessly.  It even shows video while rotating the cube.  Really awesome stuff.</p>
<p><strong>Edit:</strong> I&#8217;ve noticed that this post has been somewhat popular, so I thought I&#8217;d point out that you can install compiz-fusion in the Synaptic Package Manager by selecting really only a few packages and the rest will be installed as dependencies.  These few are:</p>
<ol>
<li>emerald_0.7.2-0ubuntu2_i386.deb</li>
<li>compizconfig-settings-manager_0.7.4-0ubuntu2_all.deb</li>
<li>fusion-icon_0.0.0+git20071028-2ubuntu2_all.deb</li>
</ol>
<p>If the plugins packages aren&#8217;t installed, then they might have to be selected separately.  I believe all the other packages will be installed as dependencies of the three above.  Once that&#8217;s done, a fusion icon will appear in the system menu I believe, and you can access the compiz configuration GUI from there, as well as the emerald theme manager which lets you mess with window themes.  There are also options in there for metacity, but I ignored those and know little about them.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/&amp;title=Compiz Fusion on Ubuntu Hardy Heron' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/&amp;title=Compiz Fusion on Ubuntu Hardy Heron' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.furl.net/storeIt.jsp?u=http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/&amp;t=Compiz Fusion on Ubuntu Hardy Heron' title='Save to Furl' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/furl.png' style='width:16px; height:16px;' alt='[Furl] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/&amp;title=Compiz Fusion on Ubuntu Hardy Heron' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://slashdot.org/bookmark.pl?url=http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/&amp;title=Compiz Fusion on Ubuntu Hardy Heron' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot] ' /></a> <a href='http://technorati.com/faves?add=http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati] ' /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/&amp;t=Compiz Fusion on Ubuntu Hardy Heron' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!] ' /></a> <a href='http://www.feedburner.com/fb/a/emailFlare?itemTitle=Compiz Fusion on Ubuntu Hardy Heron&amp;uri=http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/&amp;loc=en_US' title='Email this to a friend' onclick='target="_blank";' rel='nofollow'><img src='http://www.electrosizzle.com/wp-content/plugins/bookmarkify/email.png' style='width:16px; height:16px;' alt='[Email] ' /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.electrosizzle.com/2008/05/compiz-fusion-on-ubuntu-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
