<?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; squeeze</title>
	<atom:link href="http://www.oojahtech.com/tag/squeeze/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>Grub2/Grub-PC monitor resolution for Debian Squeeze</title>
		<link>http://www.oojahtech.com/2010/04/19/grub2grub-pc-monitor-resolution-for-debian-squeeze/</link>
		<comments>http://www.oojahtech.com/2010/04/19/grub2grub-pc-monitor-resolution-for-debian-squeeze/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 17:10:35 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[monitor resolution]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=497</guid>
		<description><![CDATA[As some people have noticed, Debian has switched from the old Grub 0.9x series to the new Grub2 and where some things look like business as usual on the surface you quickly learn they are not. Case in point, changing the resolution of the grub menu and the terminal. This used to be accomplished by [...]]]></description>
			<content:encoded><![CDATA[<p>As some people have noticed, Debian has switched from the old Grub 0.9x series to the new Grub2 and where some things look like business as usual on the surface you quickly learn they are not. Case in point, changing the resolution of the grub menu and the terminal. This used to be accomplished by editing the /boot/grub/menu.lst file and amending VGA=791. However, trying this with the new Grub2 does nothing. It took me a while to find a descent explanation and tutorial on how to do this in Grub2. <a href="http://harrison3001.blogspot.com/2009/09/grub-2-graphical-boot-tips-to-set.html" target="_blank">I found one from Harrison3001&#8242;s blog. </a>I will summarize the steps I had taken to get the desired effect; however, I highly recommend reading the post to get a better understanding of what is different between Grub2 and Grub Legacy.</p>
<p>first as root edit /etc/default/grub and uncomment (remove the # before) and change the value to look like this:</p>
<blockquote><p>GRUB_GFXMODE=1280&#215;800</p></blockquote>
<p>Then as root edit /etc/grub.d/00_header and find this line:</p>
<blockquote><p>set gfxmode=${GRUB_GFXMODE}</p></blockquote>
<p>insert below it this line:</p>
<blockquote><p>set gfxpayload=keep</p></blockquote>
<p>Once that is done run as root:</p>
<blockquote><p>update-grub</p></blockquote>
<p>Now reboot and you should have the Grub2 menu and the terminal set to the new monitor resolution.</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/2010/04/19/grub2grub-pc-monitor-resolution-for-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Firefox IPv6 Problems in Debian: Switching to IcedTea</title>
		<link>http://www.oojahtech.com/2010/04/17/java-icedtea/</link>
		<comments>http://www.oojahtech.com/2010/04/17/java-icedtea/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 16:41:23 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IcedTea]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=491</guid>
		<description><![CDATA[I have been having problems with Firefox/Swiftfox/Iceweasel and java on my Debian Squeeze box. There are a couple of issues at hand. The first is that the plugin package for java simply creates the appropriate simlink to the plugin provided by the parent java package and is dependent upon Iceweasel. This is a problem for [...]]]></description>
			<content:encoded><![CDATA[<p>I have been having problems with Firefox/Swiftfox/Iceweasel and java on my Debian Squeeze box. There are a couple of issues at hand. The first is that the plugin package for java simply creates the appropriate simlink to the plugin provided by the parent java package and is dependent upon Iceweasel. This is a problem for me because I prefer the more streamlined and up to date packages available for <a href="http://getswiftfox.com/" target="_blank">Swiftfox</a> and really do not want to have to have both on my system. the second problem is when I created the simlink manually and point to a <a href="http://www.javatester.org/" target="_blank">java test page</a> I get an error loading java. I did some reading and found out there are network issues with ipv6 and java which seems to be a common problem. I found <a href="http://forums.debian.net/viewtopic.php?f=10&amp;t=50063&amp;start=0" target="_blank">this post</a> and followed its suggestion. Everything seemed to look okay at the test page. When i tried to login to this WordPress blog (which uses <a href="http://deanjrobinson.com/projects/fluency-admin/" target="_blank">WordPress Fluency</a>) the browser crashes with a segmentation fault. At that point I am absolutely frustrated with the whole nonsenses and simply remove java from my system and install the open source <a title="http://icedtea.classpath.org/wiki/Main_Page" href="http://" target="_blank">IcedTea</a> by installing it with apt:</p>
<blockquote><p>sudo aptitude install icedtea6-plugin</p></blockquote>
<p>which will remove Sun Java 6 and install the appropriate IcedTea packages. Now that is done Java applets and Java powered web applications seem to work just fine.</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/2010/04/17/java-icedtea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATI Proprietary Drivers on Debian Squeeze</title>
		<link>http://www.oojahtech.com/2010/03/20/ati-proprietary-drivers-on-debian-squeeze/</link>
		<comments>http://www.oojahtech.com/2010/03/20/ati-proprietary-drivers-on-debian-squeeze/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 03:09:19 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[unstable]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=482</guid>
		<description><![CDATA[There are two  processes to installing ATI proprietary drivers the hard way Debian Squeeze is similar to what is done to enable nVidia drivers. I call this the hard way because there are a lot steps and it requires pulling packages from unstable and compiling the module with module assistant. The hard way has not [...]]]></description>
			<content:encoded><![CDATA[<p>There are two  processes to installing ATI proprietary drivers the hard way Debian Squeeze is similar to what is done to <a href="http://www.oojahtech.com/2009/12/21/nvidia-on-debian-squeeze-32bit/">enable nVidia drivers</a>. I call this the hard way because there are a lot steps and it requires pulling packages from unstable and compiling the module with module assistant. The hard way has not always worked for me. The easy way is installing the driver provided by ATI themselves.</p>
<p>THE HARD WAY</p>
<p>The first thing to do is to enable the unstable repositories to your /etc/apt/source.list:</p>
<blockquote><p># UNSTABLE<br />
deb http://mirror.its.uidaho.edu/pub/debian/ unstable main contrib  non-free</p></blockquote>
<p>Now run <em>aptitude update</em> then you need to set the priorities of your repositories so that apt-get upgrade does not default to unstable by editing /etc/apt/prefernces:</p>
<blockquote><p>Package: *<br />
Pin: release o=Debian,a=testing<br />
Pin-Priority: 900</p>
<p>Package: *<br />
Pin: release o=Debian,a=unstable<br />
Pin-Priority: 300</p>
<p>Package: *<br />
Pin: release o=Debian<br />
Pin-Priority: -1</p></blockquote>
<p>Now it is time to install the components needed for fglrx (ATI Driver) from unstable (as root):</p>
<blockquote><p>aptitude -t unstable install fglrx-source</p></blockquote>
<p>The next step is to make sure module assistant is installed from testing/squeeze and create the module(as root):</p>
<p>aptitude install module-assistant</p>
<p>m-a a-i fglrx</p>
<p>Once that is completed configure Xorg. Assuming you are in X, switch to a new terminal by pressing ALT-CTL FX (where FX represents f1 &#8211; f12) and implement the new driver.</p>
<p>Login as root:</p>
<blockquote><p>invoke-rc.d gdm stop</p></blockquote>
<p>once that is done create the xorg.conf file</p>
<p>Xorg -config</p>
<p>now edit /root/new.config.org and replace the display device from radeonhd to fglrx. As mentioned above I have had mixed resolts with this method. Sometimes it seems to work sometimes it doesnt. However, downloading directly from ATI seems to always do the trick.</p>
<p><strong>THE EASY WAY</strong></p>
<p>download the appropriate file from <a href="http://ati.amd.com/support/driver.HTML" target="_blank">here</a>. Then you need to make sure it is exacutible and install from terminal:</p>
<blockquote><p>chmod +x (filenamehere)</p></blockquote>
<p>as root:</p>
<blockquote><p>./(filenamehere)</p></blockquote>
<p>this will pop up an automated install script to follow and once dead you should simply need to reboot you computer.</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/2010/03/20/ati-proprietary-drivers-on-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATI graphics cards (FGLRX) on Debian (Squeeze) 32bit</title>
		<link>http://www.oojahtech.com/2009/12/30/ati-graphics-cards-fglrx-on-debian-squeeze-32bit/</link>
		<comments>http://www.oojahtech.com/2009/12/30/ati-graphics-cards-fglrx-on-debian-squeeze-32bit/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 22:06:03 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Make sure sources are enabled and you have contrib and non-free enabled in /etc/apt/srouces.list and include the unstable branch with squeeze. deb http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free deb-src http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free deb http://security.debian.org/ squeeze/updates main contrib non-free deb-src http://security.debian.org/ squeeze/updates main contrib non-free # UNSTABLE deb http://mirror.its.uidaho.edu/pub/debian/ unstable main contrib non-free Now update [...]]]></description>
			<content:encoded><![CDATA[<p>Make sure sources are enabled and you have contrib and non-free enabled in /etc/apt/srouces.list and include the unstable branch with squeeze.</p>
<blockquote><p>
    deb http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free<br />
    deb-src http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free</p>
<p>    deb http://security.debian.org/ squeeze/updates main contrib non-free<br />
    deb-src http://security.debian.org/ squeeze/updates main contrib non-free</p>
<p>    # UNSTABLE<br />
    deb http://mirror.its.uidaho.edu/pub/debian/ unstable main contrib non-free 
</p></blockquote>
<p>Now update apt.</p>
<p>as root:</p>
<blockquote><p>echo &#8216;APT::Default-Release &#8220;testing&#8221;;&#8217; >/etc/apt/apt.conf.d/00defaultrelease</p></blockquote>
<blockquote><p>aptitude module-assistant linux-source-2.6.30</p></blockquote>
<blockquote><p>apt-get -t unstable install fglrx-control fglrx-driver fglrx-source</p></blockquote>
<blockquote><p>m-a a-i fglrx</p></blockquote>
<blockquote><p>aticonfig &#8211;initial</p></blockquote>
<p>
restart X or reboot system</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/12/30/ati-graphics-cards-fglrx-on-debian-squeeze-32bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nVidia on Debian Squeeze 32bit</title>
		<link>http://www.oojahtech.com/2009/12/21/nvidia-on-debian-squeeze-32bit/</link>
		<comments>http://www.oojahtech.com/2009/12/21/nvidia-on-debian-squeeze-32bit/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 00:53:19 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Might work on lenny and/or 64bit variations NOTE: These instruction apply to the 2.6.32-2 kernels Make sure sources are enabled and you have contrib and non-free enabled in /etc/apt/srouces.list and include the unstable branch with squeeze. deb http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free deb-src http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free deb http://security.debian.org/ squeeze/updates main contrib non-free deb-src [...]]]></description>
			<content:encoded><![CDATA[<p><em>Might work on lenny and/or 64bit variations</em></p>
<p><em><strong>NOTE: </strong>These instruction apply to the 2.6.32-2 kernels<br />
</em></p>
<p>Make sure sources are enabled and you have contrib and non-free enabled in /etc/apt/srouces.list and include the unstable branch with squeeze.</p>
<blockquote><p>deb http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free<br />
deb-src http://mirror.its.uidaho.edu/pub/debian/ squeeze main contrib non-free</p>
<p>deb http://security.debian.org/ squeeze/updates main contrib non-free<br />
deb-src http://security.debian.org/ squeeze/updates main contrib non-free</p>
<p># UNSTABLE<br />
deb http://mirror.its.uidaho.edu/pub/debian/ unstable main contrib non-free</p></blockquote>
<p>as root edit /etc/apt/prefernces and add:</p>
<blockquote><p>Package: *<br />
Pin: release o=Debian,a=testing<br />
Pin-Priority: 900</p>
<p>Package: *<br />
Pin: release o=Debian,a=unstable<br />
Pin-Priority: 300</p>
<p>Package: *<br />
Pin: release o=Debian<br />
Pin-Priority: -1</p></blockquote>
<p>as root:</p>
<blockquote><p>aptitude install nvidia-kernel-source/unstable</p>
<p>aptitude install module-assistant</p></blockquote>
<blockquote><p>m-a prepare</p></blockquote>
<blockquote><p>m-a a-i nvidia-kernel-source</p></blockquote>
<blockquote><p>aptitude -t unstable install nvidia-glx nvidia-libvdpau1 nvidia-settings nvidia-xconfig</p></blockquote>
<p><strong>OPTIONAL:</strong> remove or quote out the unstable/sid entry in <em>/etc/apt/source.list</em> and run <em>apt-get update</em></p>
<p>as root</p>
<blockquote><p>nvidia-xconfig<br />
mv /etc/X11/XF86Config /etc/X11/xorg.conf</p></blockquote>
<p>Start or restart Xorg (might require reboot)</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/12/21/nvidia-on-debian-squeeze-32bit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade Debian Lenny to Squeeze</title>
		<link>http://www.oojahtech.com/2009/09/04/upgrade-debian-lenny-to-squeeze/</link>
		<comments>http://www.oojahtech.com/2009/09/04/upgrade-debian-lenny-to-squeeze/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 00:32:59 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Squeeze is the current testing branch of Debian. It does not have the stability of Lenny, but has more updated packages. However, what It is my experience, that what Debian calls testing, is considered stable in other distributions (e.g Ubuntu). Packages are updated more frequently and minor breakage is a possibility. With this in mind, [...]]]></description>
			<content:encoded><![CDATA[<p>Squeeze is the current testing branch of Debian. It does not have the stability of Lenny, but has more updated packages. However, what It is my experience, that what Debian calls testing, is considered stable in other distributions (e.g Ubuntu). Packages are updated more frequently and minor breakage is a possibility. With this in mind, upgrading to Squeeze is relatively easy.
</p>
<p>Edit /etc/apt/sources.list and replace instances of lennys with squeeze, except your security patches. Check information for availability of squeeze with any third party repositories. </p>
<p>Now the fun begins (as root)</p>
<blockquote><p>
sudo aptitude update<br />
sudo aptitude install apt dpkg aptitude<br />
sudo aptitude full-upgrade</p></blockquote>
<p>
Enjoy!</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/09/04/upgrade-debian-lenny-to-squeeze/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
