<?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> &#187; installation</title>
	<atom:link href="http://www.oojahtech.com/tag/installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oojahtech.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 17:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Debian Lenny Desktop Install with XFCE 4.6</title>
		<link>http://www.oojahtech.com/2009/07/02/debian-lenny-desktop-install-with-xfce-46/</link>
		<comments>http://www.oojahtech.com/2009/07/02/debian-lenny-desktop-install-with-xfce-46/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 18:47:46 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[stable]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[After installing Debian Lenny on my father&#8217;s and brother&#8217;s computer along with my laptop while on vacation visiting them, I was impressed with the stability of Lenny and the amount of documentation on the web. With some patience and reading lots of tutorials I had three stable and some-what up-to-date Lenny systems running using some [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Debian Lenny on my father&#8217;s and brother&#8217;s computer along with my laptop while on vacation visiting them, I was impressed with the stability of Lenny and the amount of documentation on the web. With some patience and reading lots of tutorials I had three stable and some-what up-to-date Lenny systems running using some third party repositories for apt-get. When I got home, I decided to install Lenny on my desktop and document the process. Not only is this the first post on my blog, but the first installment of a series about configuring Debian Lenny.</p>
<p>(I am going to assume that my readers will have some passing familiarity with installing various Linux distributions including Debian.)</p>
<p>First thing I did was <a href="http://kmuto.jp/b.cgi/debian/d-i-2630-lenny.htm" target="_blank">download Kenshi Muto&#8217;s custom Lenny install iso</a> which provides some nice tweaks such as providing the 2.6.30 kernel image. I installed a command line only interface.</p>
<p>When configuring my family&#8217;s system I was smart enough to save the sources.list file on my server; If you wish, you can also use it.</p>
<blockquote><p>wget <a href="http://fishbowl42.com/archive/sources.list">http://fishbowl42.com/archive/sources.list</a></p>
<p>sudo mv sources.list /etc/apt/sources.list</p>
<p>sudo chown root /etc/apt/sources.list</p></blockquote>
<p>Since I use a hand full of third party repos I added all the pgp keys manually.</p>
<blockquote><p>sudo apt-get update<br />
wget http://apt.wicd.net/wicd.gpg<br />
sudo apt-key add wicd.gpg<br />
rm wicd.gpg<br />
sudo apt-get install debian-multimedia-keyring<br />
wget http://winff.org/ubuntu/AAFE086A.gpg<br />
sudo apt-key add AAFE086A.gpg<br />
rm AAFE086A.gpg<br />
wget http://www.debian-desktop.org/pub/linux/debian/debian-desktop.org.key<br />
sudo apt-key add debian-desktop.org.key<br />
rm debian-desktop.org.key<br />
wget http://download.tuxfamily.org/shames/A42A6CF5.gpg<br />
sudo apt-key add A42A6CF5.gpg<br />
rm A42A6CF5.gpg<br />
sudo apt-get install debian-backports-keyring<br />
sudo apt-get update<br />
sudo apt-get upgrade</p></blockquote>
<p>This way I was no longer bugged by warnings of uncertified key-rings. afterwards, it was time to install a basic desktop environment including Xorg and XFCE 4.6. Lenny comes with an older version of XFCE so <a href="http://www.debian-desktop.org/doku.php" target="_blank">I added the debian-desktop repositories to my sources.list</a> (don&#8217;t forget to update apt-get afterwards). I also included repos for <a href="http://wicd.sourceforge.net/download.php" target="_blank">wicd</a>,  <a href="http://shame.tuxfamily.org/repo/?cat=11" target="_blank">compiz-fusion</a>, <a href="http://debian-multimedia.org/" target="_blank">multimedia</a>, <a href="http://backports.org/dokuwiki/doku.php?id=instructions" target="_blank">backports</a>, and <a href="http://code.google.com/p/winff/wiki/DebianInstallation" target="_blank">winff</a>. When I had finished, I installed the basic bones for a XFCE 4.6 desktop.</p>
<blockquote><p>sudo apt-get install xorg xfce4 menu synaptic leafpad xfce4-terminal gnome-icon-theme update-manager numlockx alsa-base alsa-oss alsa-tools alsa-utils xfce4-mixer</p></blockquote>
<p>Now we will configure ALSA:</p>
<blockquote><p>sudo alsacnf</p></blockquote>
<p>Follow the install script then:</p>
<blockquote><p>alsamixer<br />
sudo alsactl store<br />
startxfce4</p></blockquote>
<p>Now that I had a clean and fresh install of XFCE 4.6 on Debian Lenny there where a few tweaks that needed to be done. First thing was to open terminal:</p>
<blockquote><p>gksu-properties</p></blockquote>
<p>I changed the authentication mode to sudo so that I would use my user password whenever accessing anything needing root privileges when in X. The next step was to open synaptic and select the distribution tab. Here i changed the prefered version to lenny-backports and closed synaptic. Now it was time to optimize my source list by opening Software Sources and changing the download mirror to other. A dialog pops up and I highlight my country and click on the Select Best Server button. Once it has found the fastest repo, I  click check for updates.</p>
<p>The final annoyance is that Num Lock is not activated by default when in X. The fix is simple after installing numlockx I add the command:</p>
<blockquote><p>numlockx on</p></blockquote>
<p>into the Application Autostart tab of Session and Startup (found under settings). Now it is time to install desired software with th apt-get command and with Synaptic.</p>
<p>With some fundamental understanding of Linux, I found Debian Lenny to be easy to configure as an attractive desktop. In the future I will post further tweaks to the Debian Lenny Desktop with XFCE 4.6.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/02/debian-lenny-desktop-install-with-xfce-46/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
