<?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; Debian</title>
	<atom:link href="http://www.oojahtech.com/category/debian/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>Mintyfresh Debian</title>
		<link>http://www.oojahtech.com/2010/04/15/mintyfresh-debian/</link>
		<comments>http://www.oojahtech.com/2010/04/15/mintyfresh-debian/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 03:55:28 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Other Distrobutions]]></category>
		<category><![CDATA[Deiban]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux Ming]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=489</guid>
		<description><![CDATA[So I have migrated from XFCE to GNOME for the time being. I might find the time to explain my reasoning. Some of you might be familiar with the nice menu system in Linux Mint which features dynamic linking features and easy searching. I was wondering if I could import their menu system for GNOME [...]]]></description>
			<content:encoded><![CDATA[<p>So I have migrated from XFCE to GNOME for the time being. I might find the time to explain my reasoning. Some of you might be familiar with the nice menu system in Linux Mint which features dynamic linking features and easy searching. I was wondering if I could import their menu system for GNOME to Debian and found the blog post at<a href="http://task3.cc/671/how-to-install-mintmenu-on-debian/" target="_blank"> bobdom_lx at task3 dot cc</a>. It worked for me and it might work for you.</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/15/mintyfresh-debian/feed/</wfw:commentRss>
		<slash:comments>1</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>Logitech QuickCam c500 in Debian</title>
		<link>http://www.oojahtech.com/2010/02/12/logitech-quickcam-c500-in-debian/</link>
		<comments>http://www.oojahtech.com/2010/02/12/logitech-quickcam-c500-in-debian/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:03:37 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[c500]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=438</guid>
		<description><![CDATA[The QuickCam c500 is supported out of the box in Debian Squeeze by the UVC driver. However, one issue I have encountered is the built in microphone is auto detected by alas and overrides my sound card, forcing me to issue the command (as root): alsa force-reload to solve this problem edit /etc/modprobe.d/sound.conf and add: [...]]]></description>
			<content:encoded><![CDATA[<p>The QuickCam c500 is supported out of the box in Debian Squeeze by the UVC driver. However, one issue I have encountered is the built in microphone is auto detected by alas and overrides my sound card, forcing me to issue the command (as root):</p>
<blockquote><p>alsa force-reload</p></blockquote>
<p>to solve this problem edit /etc/modprobe.d/sound.conf and add:</p>
<blockquote><p>options snd_usb_audio index=1</p></blockquote>
<p>Reboot and hopefully all is well.</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/02/12/logitech-quickcam-c500-in-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian SAMBA and Windows 7</title>
		<link>http://www.oojahtech.com/2010/01/29/debian-samba-and-windows-7/</link>
		<comments>http://www.oojahtech.com/2010/01/29/debian-samba-and-windows-7/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 06:21:24 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=252</guid>
		<description><![CDATA[I recently hobbled together a computer from old parts i had laying around for a year or more. One of the things I decided to do with this Frankenstein was to use it as a file server. I had also upgraded my Windows partition from XP to Windows 7. The last time I tried SAMBA, [...]]]></description>
			<content:encoded><![CDATA[<p>I recently hobbled together a computer from old parts i had laying around for a year or more. One of the things I decided to do with this Frankenstein was to use it as a file server. I had also upgraded my Windows partition from XP to Windows 7. The last time I tried SAMBA, was many years ago when I was still a green newbie to Linux and do not remember if I ever got it to work then.  This time around things worked smoothly and this is how I did it.</p>
<blockquote><p>sudo aptitude install samba<br />
gpasswd -a user sambashare<br />
smbpasswd -a user<br />
sudo mkdir /home/samba/share<br />
sudo mkdir /home/samba/share/profiles<br />
sudo mkdir /home/samba/share/netlogon<br />
sudo chgrp sambashare /home/samba/<br />
sudo chgrp sambashare /home/samba/share<br />
sudo chgrp sambashare /home/samba/netlogon<br />
sudo chgrp sambashare /home/samba/profiles<br />
sudo chmod 775 /home/samba<br />
sudo chmod 775 /home/samba/share<br />
sudo chmod 775 /home/samba/profiles<br />
sudo chmod 775 /home/samba/netlogon<br />
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.back</p></blockquote>
<p>at the bottom of /samba/smb.conf add (as root):</p>
<blockquote><p>[sambashare]<br />
path = /home/samba/share<br />
valid users = @sambashare<br />
read list = @sambashare<br />
write list = @sambashare<br />
force group = sambashare<br />
read only = No<br />
create mask = 0774<br />
directory mask = 0775</p></blockquote>
<p>then start and stop the samba server:</p>
<blockquote><p>sudo /etc/init.d/samba stop<br />
sudo /etc/init.d/samba start</p></blockquote>
<p>In Windows 7 open Windows Explorer and you should see your linux computers host name. clicking on it will prompt you to give the user name and pasword created above. Now you should have a blank folder called sambashare, try moving things in there. If you see the files show up on your linux box then everything worked.you will also see your user&#8217;s home directory but will not be allowed to write to it.</p>
<p><em><strong>NOTE:</strong> this was done with Debian Squeeze, however the same processes should apply to Debian Lenny.</em></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/01/29/debian-samba-and-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.6 for Deiban 32bit</title>
		<link>http://www.oojahtech.com/2010/01/21/firefox-3-6-for-deiban-32bit/</link>
		<comments>http://www.oojahtech.com/2010/01/21/firefox-3-6-for-deiban-32bit/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 01:54:13 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[32bit]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=244</guid>
		<description><![CDATA[Firefox 3.6 released to day. There are some major tweaks under the hood that will go largely unnoticed by most users. However the speed of the browser has been improved upon. The most noticeable implementation is the new persona feature which is a new theme framework that overlays an image to the interface, a method [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.6 released to day. There are some major tweaks under the hood that will go largely unnoticed by most users. However the speed of the browser has been improved upon. The most noticeable implementation is the new persona feature which is a new theme framework that overlays an image to the interface, a method I have seen implemented on other browsers in the past as a third party extension.&nbsp; I made an updated package for Debian 32bit (i386) and placed it in the <a href="http://www.oojahtech.com/debian-repository/">Oojah!Teach Repository </a>for public use.</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/01/21/firefox-3-6-for-deiban-32bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Debian Repository (Trivial Archive)</title>
		<link>http://www.oojahtech.com/2010/01/18/create-a-debian-repository-trivial-archive/</link>
		<comments>http://www.oojahtech.com/2010/01/18/create-a-debian-repository-trivial-archive/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 17:53:56 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=229</guid>
		<description><![CDATA[There are two kinds of Debian repositories, automatic and trivial archives. The difference between the two is a matter of complexity. Automatic archives are best for repositories which need to manage different architectures. Trivial archives are best for simple repositories which only hold a few packages and in one architecture type.  I only have a [...]]]></description>
			<content:encoded><![CDATA[<p>There are two kinds of Debian repositories, automatic and trivial archives. The difference between the two is a matter of complexity. Automatic archives are best for repositories which need to manage different architectures. Trivial archives are best for simple repositories which only hold a few packages and in one architecture type.  I only have a few packages all of which are for the i386 architecture, so I opted for the simpler trivial archive structure.</p>
<p>First I copied all my packages tot he location on my public server space where I wanted the repository to be stored. I create a directory called binary and copy the deb files into it.  I issue the following command:</p>
<blockquote><p>dpkg-scanpackages /path/to/repo/ /dev/null | gzip -9c &gt; Packages.gz</p></blockquote>
<p>(replace /path/to/repo with appropriate directory)</p>
<p>Now I edited my /etc/apt/sources.list file and entered:</p>
<p>deb file:///path/to/repo</p>
<p>or if it is on a remote server</p>
<p>deb http://example.com/path-to-repo ./</p>
<p>I updated my repositories with <em>apt-get update, </em>fired up synaptic and searched for one of my packages. When I found it I installed it.</p>
<p><em><strong>NOTE:</strong> I found <a href="http://www.isotton.com/software/debian/docs/repository-howto/repository-howto.pdf">this PDF</a> which explains both and gives details instructions on both </em></p>
<p><em><strong>NOTE:</strong> I also had to edit the Packages file inside of Packages.gz and remove the paths from my packages filenames when I was using a remote server.</em></p>
<p><em><strong>NOTE: </strong>you can now use <a href="http://www.oojahtech.com/debian-repository/">The Public Oojah!Tech Repositories for Debian</a><br />
</em></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/01/18/create-a-debian-repository-trivial-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>numlocks with GDM for Debian</title>
		<link>http://www.oojahtech.com/2010/01/13/numlocks-with-gdm-for-debian/</link>
		<comments>http://www.oojahtech.com/2010/01/13/numlocks-with-gdm-for-debian/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 07:24:10 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[numlock]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/2010/01/13/numlocks-with-gdm-for-debian/</guid>
		<description><![CDATA[as root apt-get install numlockx edit /etc/gdm/Init/Default and go to the bottom of the text file where it says exit 0 and add the following lines above it: if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on fi]]></description>
			<content:encoded><![CDATA[<p>as root </p>
<blockquote><p>apt-get install numlockx</p></blockquote>
<p>edit <em>/etc/gdm/Init/Default</em> and go to the bottom of the text file where it says <em>exit 0</em> and add the following lines above it:</p>
<blockquote><p>
if [ -x /usr/bin/numlockx ]; then<br />
  /usr/bin/numlockx on<br />
fi</p></blockquote>
<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/01/13/numlocks-with-gdm-for-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable IPv6 in Debian</title>
		<link>http://www.oojahtech.com/2010/01/06/disable-ipv6-in-debian/</link>
		<comments>http://www.oojahtech.com/2010/01/06/disable-ipv6-in-debian/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:50:03 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When visiting family for the holidays I was doing some updating and upgrading on the family systems. One problem I continually encounter on their system is pause in internet applications due to Debian enables IPv6 by default and my family&#8217;s ISP does not support IPv6. I had to try a combination of things before having [...]]]></description>
			<content:encoded><![CDATA[<p>When visiting family for the holidays I was doing some updating and upgrading on the family systems. One problem I continually encounter on their system is pause in internet applications due to Debian enables IPv6 by default and my family&#8217;s ISP does not support IPv6. I had to try a combination of things before having successes disabling IPv6 on Debian.
</p>
<p>comment out in /etc/hosts</p>
<blockquote><p>
#fe00::0 ip6-localnet<br />
#ff00::0 ip6-mcastprefix<br />
#ff02::1 ip6-allnodes<br />
#ff02::2 ip6-allrouters</p></blockquote>
<p>edit /etc/modprobe.d/aliases.conf and add to end</p>
<blockquote><p>alias net-pf-10 off<br />
alias ipv6 off</p></blockquote>
<p>edit /etc/modprobe.d/blacklist.conf</p>
<blockquote><p>blacklist ipv6</p></blockquote>
<p>edit /etc/sysctl.conf</p>
<blockquote><p>net.ipv6.conf.all.disable_ipv6=1</p></blockquote>
<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/01/06/disable-ipv6-in-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
