<?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>PKILL-9</title>
	<atom:link href="http://pkill-9.com/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://pkill-9.com/wordpress</link>
	<description>Wayno's sojourn and solutions through Linux</description>
	<lastBuildDate>Mon, 06 Sep 2010 04:58:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Forcing a Web Browser to Save a File instead of Streaming it</title>
		<link>http://pkill-9.com/wordpress/?p=340</link>
		<comments>http://pkill-9.com/wordpress/?p=340#comments</comments>
		<pubDate>Mon, 26 Jul 2010 04:17:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[loni]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[vsftp]]></category>

		<guid isPermaLink="false">http://pkill-9.com/wordpress/?p=340</guid>
		<description><![CDATA[I was having a dickens of a time, trying to force a browser make the user save the file, instead of trying to stream it. Here&#8217;s how to do it. The original article is here. 1. in the directory where the file is located, we need to create a .htaccess file. So using the editor [...]]]></description>
			<content:encoded><![CDATA[<p>I was having a dickens of a time, trying to force a browser make the user save the file, instead of trying to stream it.  Here&#8217;s how to do it.</p>
<p>The original article is <a href="http://www.javascriptkit.com/howto/htaccess9.shtml">here.</a></p>
<p>1.  in the directory where the file is located, we need to create a <a href="http://en.wikipedia.org/wiki/.htaccess">.htaccess file.</a>  So using the editor of your choice, create a filed name <i>.htaccess</i> (yes the period in front is important!  It&#8217;s a <i>hidden</i> file.)</p>
<p><code><br />
AddType application/octet-stream .wma<br />
</code></p>
<p>2.  Now change the permissions on the file.  Read and Write for the owner, and Read access for everyone else.</p>
<p><code><br />
sudo chmod 640 .htaccess<br />
</code></p>
<p>it should like like:</p>
<p>-rw-rw&#8212;- 1 nwayno nwayno 38 2010-07-25 20:48 .htaccess</p>
<p>3.  Restart the ftp server.  If it&#8217;s standalone mode:</p>
<p><code><br />
sudo service vsftpd restart<br />
</code></p>
<p>If vsftpd runs under xinetd (like I do), it will get the changes automatically since each new ftp session is a new process.  (thanks Joe!)</p>
<p>4.  Now when you try to ftp the file, such as:</p>
<p><i> ftp://servername/directory/filename.ext<br />
(substitute your own information)</i></p>
<p>You will be prompted to save the file, instead of trying to stream it.</p>
<p>Thanks Loni</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/wordpress/?feed=rss2&amp;p=340</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Ubuntu 10.04 Video/Audio to work with an Intel 82815 Chipset</title>
		<link>http://pkill-9.com/wordpress/?p=325</link>
		<comments>http://pkill-9.com/wordpress/?p=325#comments</comments>
		<pubDate>Fri, 23 Jul 2010 04:17:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[X11]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[82815]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[x11]]></category>
		<category><![CDATA[xorg.conf]]></category>
		<category><![CDATA[xrandr]]></category>

		<guid isPermaLink="false">http://pkill-9.com/wordpress/?p=325</guid>
		<description><![CDATA[The built in speakers on the compaq desktop pro, while they work with WIN XP, don&#8217;t work with Ubuntu 10.04. However, if you plugin a set of speakers or earphones into the sound output jack on the back (green) works perfectly. After installing the LIVECD onto the Compaq Desktop Pro, when I rebooted, everything looked [...]]]></description>
			<content:encoded><![CDATA[<p>The built in speakers on the compaq desktop pro, while they work with WIN XP, don&#8217;t work with Ubuntu 10.04.  However, if you plugin a set of speakers or earphones into the sound output jack on the back (green) works perfectly.</p>
<p>After installing the LIVECD onto the Compaq Desktop Pro, when I rebooted, everything looked okay.  I run the updates.  Then rebooted AFTER the updates, and then ran into trouble.</p>
<p>Nothing I tried worked!  Then I found the secret!  You need to create at LEAST 2 admin accounts Before doing the updates.  One that you will do the updates after installing the LIVECD, and one that you will use AFTER you do the updates.</p>
<p>Here&#8217;s what&#8217;s going on.  After installing the LIVED CD the monitor resolution is set to 800&#215;600.</p>
<p>However, after installing the updates, the resolution switches to 1024&#215;760.  So that account you did the updates with:  worthless!</p>
<p>If you logon after the updates with the second account, your good to go.  But you need the snippet from <a href="http://threeeighthsspacer.com/blog/2009/09/08/dell-inspiron-2500-with-intel-82815-graphics-xorgconf-for-1024x768/">here</a> </p>
<p>I created the following file in /etc/X11/xorg.conf RIGHT AFTER  DOING THE UPDATES!</p>
<p>DO NOT TRY TO CHANGE THE RESOLUTION TO ANYTHING BUT 1024&#215;768.  IT JUST WON&#8217;T WORK!</p>
<p><code><br />
#<br />
# /etc/X11/xorg.conf<br />
#<br />
Section "Device"<br />
Identifier "Intel Corporation 82815 CGC [Chipset Graphics Controller]"<br />
Driver "intel"<br />
BusID "PCI:0:2:0"<br />
EndSection<br />
#<br />
Section "Monitor"<br />
Identifier "Generic Monitor"<br />
Option "DPMS"<br />
HorizSync 31.5-48.5<br />
VertRefresh 40-70<br />
EndSection<br />
#<br />
Section "Screen"<br />
Identifier "Default Screen"<br />
Device "Intel Corporation 82815 CGC [Chipset Graphics Controller]"<br />
Monitor "Generic Monitor"<br />
DefaultDepth 16<br />
SubSection "Display"<br />
Modes "1024x768" "800x600" "640x480"<br />
EndSubSection<br />
EndSection<br />
</code></p>
<p>If you hose the resolution you can <a href="https://wiki.ubuntu.com/X/Config/Resolution">try this.</a></p>
<p><code><br />
xrandr --output LVDS --mode 1024x768<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/wordpress/?feed=rss2&amp;p=325</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Recovering Ubuntu/Debian Linux after a Windows Install/Hiccup</title>
		<link>http://pkill-9.com/wordpress/?p=314</link>
		<comments>http://pkill-9.com/wordpress/?p=314#comments</comments>
		<pubDate>Fri, 16 Jul 2010 21:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[grub]]></category>
		<category><![CDATA[boot recovery]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pkill-9.com/wordpress/?p=314</guid>
		<description><![CDATA[Courtesy Jordan-U from #ubuntu (freenode.net) Dual booting (Windows/Linux) can cause some unique situations. Windows will try to assert itself as the only game in town, which can cause grub to go into an endless boot loop. Here&#8217;s an easy way to fix grub after a Windows Install/Hiccup. 1. First boot off of a livecd You [...]]]></description>
			<content:encoded><![CDATA[<p>Courtesy Jordan-U from #ubuntu (freenode.net)</p>
<p>Dual booting (Windows/Linux) can cause some unique situations.  Windows will try to assert itself as the only game in town, which can cause grub to go into an endless boot loop.  Here&#8217;s an easy way to fix grub after a Windows Install/Hiccup.</p>
<p>1.  First boot off of a livecd  You can get one <a href="http://www.ubuntu.com/desktop/get-ubuntu/download">here.</a></p>
<p>2.  Go to a terminal window.  Let&#8217;s first mount the Linux Partition.</p>
<p>First do:</p>
<p><code><br />
sudo blkid<br />
</code></p>
<p>You will see output that looks like:</p>
<p>ny@Px:~$ sudo blkid<br />
/dev/sda1: UUID=&#8221;C2B0DA3DB0DA379D&#8221; TYPE=&#8221;ntfs&#8221;<br />
/dev/sda2: UUID=&#8221;0408bd37-4a4d-4dac-a27e-408816aecd1e&#8221; TYPE=&#8221;swap&#8221;<br />
/dev/sda3: LABEL=&#8221;waynolnx&#8221; UUID=&#8221;338b39c2-dd06-4aab-905c-98d9d01a3240&#8243; TYPE=&#8221;ext4&#8243; </p>
<p>NOTE:  If you are running of the livecd, then you will need the sudo infront!</p>
<p>So we&#8217;re looking for /dev/sda3 </p>
<p>NOTE:  YMMV APPLIES! (Your Mileage May Vary).  Mine happens to be sda3, yours might be different!  Your&#8217;s might be sda5.</p>
<p><code><br />
sudo mount /dev/sda3 /mnt<br />
</code></p>
<p>3.  We are going to mount major Linux access points lets do them one at a time.  First the Linux Devices Files.  The &#8211;bind allows us to mount a subtree somewhere else, so it&#8217;s available in both places.</p>
<p><code><br />
sudo mount --bind /dev/  /mnt/dev<br />
</code></p>
<p>4.  Now the proc files.  The proc system allows files to be generated dymanically.</p>
<p><code><br />
sudo mount --bind /proc/  /mnt/proc<br />
</code></p>
<p>5.  Now let&#8217;s mount /sys.  /sys exports information from the kernel to the user space.</p>
<p><code><br />
sudo mount --bind /sys  /mnt/sys<br />
</code></p>
<p>6.  Chroot to the device that we earlier mounted.  Chroot (change root) changes the Linux root to be the device we mounted earlier.  Note the mount point:  <b>/mnt</b></p>
<p><code><br />
sudo chroot /mnt<br />
</code></p>
<p>The prompt MAY change to an # (octothorpe) &#8212; no cause for alarm.</p>
<p>7.  Finally re-install grub into the MBR (Master Boot Record)</p>
<p><code><br />
sudo grub-install /dev/sda<br />
</code></p>
<p>Reboot and all the operating systems, Linux and Windows should be available.</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/wordpress/?feed=rss2&amp;p=314</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure Samba in Ubuntu using a gui</title>
		<link>http://pkill-9.com/wordpress/?p=309</link>
		<comments>http://pkill-9.com/wordpress/?p=309#comments</comments>
		<pubDate>Fri, 09 Jul 2010 05:50:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joe]]></category>
		<category><![CDATA[filesharing]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[gui]]></category>

		<guid isPermaLink="false">http://pkill-9.com/wordpress/?p=309</guid>
		<description><![CDATA[From Joe: How to configure samba using a graphical interface in Ubunbu Thanks Joe!]]></description>
			<content:encoded><![CDATA[<p>From Joe:</p>
<p><a href="http://www.unixmen.com/linux-tutorials/1060-how-to-configure-samba-using-a-graphical-interface-in-ubuntu">How to configure samba using a graphical interface in Ubunbu</a></p>
<p>Thanks Joe!</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/wordpress/?feed=rss2&amp;p=309</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removable USB devices and fstab settings</title>
		<link>http://pkill-9.com/wordpress/?p=297</link>
		<comments>http://pkill-9.com/wordpress/?p=297#comments</comments>
		<pubDate>Fri, 09 Jul 2010 02:32:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fstab]]></category>
		<category><![CDATA[loni]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[uuid]]></category>
		<category><![CDATA[virtual box]]></category>

		<guid isPermaLink="false">http://pkill-9.com/wordpress/?p=297</guid>
		<description><![CDATA[I have a 1 t/b back up drive, which is a USB drive. However, the device names seem to change automagically. Power interruptions, or even things like Virtual Box will cause the drive to dismount and re-mount, changing the device name, and causing havoc elsewhere for things like my music and ftp site which are [...]]]></description>
			<content:encoded><![CDATA[<p>I have a 1 t/b back up drive, which is a USB drive.</p>
<p>However, the device names seem to change automagically.</p>
<p>Power interruptions, or even things like <a href="htthttp://www.virtualbox.org/">Virtual Box</a> will cause the drive to dismount and re-mount, changing the device name, and causing havoc elsewhere for things like my music and ftp site which are stored on this device.</p>
<p>So, what&#8217;s the easy way to fix this?  Well thanks to Loni, here&#8217;s what we did:</p>
<p>1.  Change directory so we can get information by <a href="http://en.wikipedia.org/wiki/Uuid">UUID</a>. (Universally Unique Identifier)</p>
<p><code><br />
cd  /dev/disk/by-uuid<br />
</code></p>
<p>2.  Look at the UUID&#8217;s in the system:</p>
<p><code><br />
ls -l<br />
</code></p>
<p>You will get output that looks like this:</p>
<p>@Homer:/dev/disk/by-uuid$ ls -l<br />
total 0<br />
lrwxrwxrwx 1 root root 10 2010-07-08 00:21 <i>14ff50b3-49c0-4dbb-a392-55fb94a7730f</i> -> ../../sdb2<br />
lrwxrwxrwx 1 root root 10 2010-07-07 17:21 5ed81b0d-ae9a-41b1-b4c7-02b500b94bea -> ../../sda5<br />
lrwxrwxrwx 1 root root 10 2010-07-07 17:21 92569F58569F3C43 -> ../../sda1<br />
lrwxrwxrwx 1 root root 10 2010-07-07 17:21 949CA48C9CA46A86 -> ../../sda3<br />
lrwxrwxrwx 1 root root 10 2010-07-07 17:21 c07c1084-ff98-49dc-87c7-672651dc4d2e -> ../../sda4<br />
lrwxrwxrwx 1 root root 10 2010-07-08 00:21 <i>FC1268B212687414</i> -> ../../sdb1</p>
<p>4.  Now let&#8217;s edit the Linux file structure table, fstab</p>
<p><i><b>Note any thing with a # in it is a comment does not need to be coded!</b></i></p>
<p><code><br />
cd /etc<br />
</code></p>
<p>5.  First let&#8217;s backup the file in case we make mistake (always have a path back to the way it was, before you messed it up!)  More complete details are <a href="http://pkill-9.com/wordpress/?p=9">here</a>.</p>
<p><code><br />
sudo cp fstab fstab.bkup<br />
</code></p>
<p>6.  Now edit the file:</p>
<p><code><br />
sudo nano fstab<br />
</code></p>
<p>OR</p>
<p><code><br />
gksudo gedit fstab # use gedit<br />
</code></p>
<p>7.  add the following similar lines:</p>
<p><code><br />
UUID=14ff50b3-49c0-4dbb-a392-55fb94a7730f	/waynobfd	ext4 rw 0 0<br />
#<br />
UUID=FC1268B212687414	/waynontfs	ntfs rw,nosuid,nodev,allow_other,blksize=4096 0 0<br />
</code></p>
<p>The first line above, mounts an ext4 partition by UUID (from the information we obtained before) and gives it the mount point of <i>/waynobfd</i> (previously created with the mkdir command.)</p>
<p>The second line above mounts an ntfs partition, called <i>waynontfs</i>.  Handy for use with Windows.</p>
<p>By using UUID, if the device changes due to things like VirtualBox or maybe a power hiccup that affects the drive, though the device may change, the mount point will always be correct.</p>
<p>End of Problems!  Thanks Loni!</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/wordpress/?feed=rss2&amp;p=297</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing gnome-typing-monitor in Ubuntu 10.04 (lucid lynx)</title>
		<link>http://pkill-9.com/wordpress/?p=283</link>
		<comments>http://pkill-9.com/wordpress/?p=283#comments</comments>
		<pubDate>Thu, 08 Jul 2010 23:06:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joe]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome-typing-monitor]]></category>

		<guid isPermaLink="false">http://pkill-9.com/wordpress/?p=283</guid>
		<description><![CDATA[For those of us who need to take breaks from our computer (mine for medical reasons), the gnome-typing-monitor is indispensable. However, it does NOT work in Ubuntu 10.04 (lucid). Which for me, was a show stopper. I have Deep Vein Thrombosis and so I can&#8217;t sit for extended periods of time. Ubuntu 10.04 Bug #565757 [...]]]></description>
			<content:encoded><![CDATA[<p>For those of us who need to take breaks from our computer (mine for medical reasons), the <i>gnome-typing-monitor</i> is indispensable.</p>
<p>However, it does NOT work in Ubuntu 10.04 (lucid).  Which for me, was a show stopper.  I have <a href="http://en.wikipedia.org/wiki/Deep_vein_thrombosis">Deep Vein Thrombosis</a> and so I can&#8217;t sit for extended periods of time.</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/565757">Ubuntu 10.04  Bug #565757 (gnome-typing-monitor)</a></p>
<p>This solution, fixes the problem.  You will need to obtain the gnome-typing monitor from version 9.10.  <a href="ftp://wayno.ath.cx/GNOME_FIX/">You can find 32 and 64 bit versions here.</a></p>
<p>Note that you will need to change the permissions (chmod) and ownership (chown) once you have downloaded and moved the file.</p>
<p>it needs to look like:<br />
<code><br />
ls -l  gnome-typing-monitor<br />
-rwxr-xr-x 1 root root 34920 2010-07-07 23:53 gnome-typing-monitor<br />
</code></p>
<p><i><b>note that in the following example &#8216;#&#8217; is the comment character.<br />
You don&#8217;t code that or anything that follows:<b></i></p>
<p>1.  Let&#8217;s go to the directory where the <i>gnome-typing-monitor</i> is stored:</p>
<p><code><br />
cd /usr/bin<br />
</code></p>
<p>2.  Let&#8217;s create a backup copy of the programme.</p>
<p><code><br />
sudo cp gnome-typing-monitor gnome-typing-monitor_10.04<br />
</code></p>
<p>3.  Copy the programme from our home directory (or where ever you downloaded it to, to /usr/bin</p>
<p><code><br />
sudo cp ~/gnome-typing-monitor /usr/bin<br />
</code></p>
<p>4.  Change the owner on the file back to root.</p>
<p><code><br />
sudo chown root gnome-typing-monitor<br />
</code></p>
<p>5.  Change the file permissions.</p>
<p><code><br />
sudo chown 755 gnome-typing-monitor #change the permissions on the file (rwx for root, rx for group and world)<br />
</code></p>
<p>Now we have to fix gconf  we do that by:</p>
<p>1.  Start gconf-editor in the shell</p>
<p><code><br />
gconf-editor<br />
</code></p>
<p>2.  Go to desktop</p>
<p>3. gnome</p>
<p>4. typing break</p>
<p>Click on &#8220;enabled&#8221;<br />
That&#8217;s what worked for me</p>
<p>Joe </p>
<p><img src="http://www.pkill-9.com/wayno/pics/gnome_fix.jpg" alt="gconf editor changes" /></p>
<p>Now I can finally upgrade from 9.10 (karmic) to 10.04 (lucid)</p>
<p>Thanks Joe!</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/wordpress/?feed=rss2&amp;p=283</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting Bookmarks (alphabetically) in Firefox</title>
		<link>http://pkill-9.com/wordpress/?p=280</link>
		<comments>http://pkill-9.com/wordpress/?p=280#comments</comments>
		<pubDate>Fri, 02 Jul 2010 01:52:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[sorting]]></category>

		<guid isPermaLink="false">http://pkill-9.com/wordpress/?p=280</guid>
		<description><![CDATA[Sorting Bookmarks (alphabetically) in Firefox I knew there had to be a way to do this! Wayno]]></description>
			<content:encoded><![CDATA[<p><a href="http://support.mozilla.com/en-US/kb/Sorting+bookmarks">Sorting Bookmarks (alphabetically) in Firefox</a></p>
<p>I knew there had to be a way to do this!</p>
<p>Wayno</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/wordpress/?feed=rss2&amp;p=280</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installing ubuntu-restricted-extras under wubi</title>
		<link>http://pkill-9.com/wordpress/?p=267</link>
		<comments>http://pkill-9.com/wordpress/?p=267#comments</comments>
		<pubDate>Fri, 30 Apr 2010 04:32:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu-restricted-extras]]></category>
		<category><![CDATA[wubi]]></category>

		<guid isPermaLink="false">http://pkill-9.com/wordpress/?p=267</guid>
		<description><![CDATA[From: Jose B 28 April at 01:49 When installing Linux on your Windows machine using Wubi, your Linux installation will not have access through the synaptic package manager to the Ubuntu Restricted Extras; also you will not be able to install them through the web page either. What I did to get around this is: [...]]]></description>
			<content:encoded><![CDATA[<p>From: Jose B    28 April at 01:49</p>
<p>When installing Linux on your Windows machine using Wubi, your Linux installation will not have access through the synaptic package manager to the Ubuntu Restricted Extras; also you will not be able to install them through the web page either.</p>
<p>What I did to get around this is:</p>
<p>1. I opened the terminal (Applications-Accessories-Terminal)<br />
2. At the prompt type: $ sudo aptget ubuntu-restricted-extras<br />
- This will install the restricted extras packages<br />
3. type: sudo /usr/share/doc/libdvdread4/install-css.sh<br />
- This will install dvd support to your linux system that was installed through Wubi</p>
<p>Now you will have a fully functional Linux system. This was tried on a Windows 7 machine. </p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/wordpress/?feed=rss2&amp;p=267</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do Certificate Based ssh Authentication</title>
		<link>http://pkill-9.com/wordpress/?p=252</link>
		<comments>http://pkill-9.com/wordpress/?p=252#comments</comments>
		<pubDate>Wed, 28 Apr 2010 05:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[loni]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[certificate]]></category>

		<guid isPermaLink="false">http://pkill-9.com/wordpress/?p=252</guid>
		<description><![CDATA[THANKS LONI! How to do &#8212; Certificate Based Authentication 1. Go into .ssh directory cd ~/.ssh 2. create a file config with your favourite editor: Host simpsons.com dohnuts User homer hostname simpsons.com port 12345 The first line Host, identifies the domain, and the machine in that domain we which to reach. The second line User, [...]]]></description>
			<content:encoded><![CDATA[<p>THANKS LONI!</p>
<p>How to do &#8212; Certificate Based Authentication</p>
<p>1.  Go into .ssh directory</p>
<p><b>cd ~/.ssh</b></p>
<p>2.  create a file <i>config</i> with your favourite editor:<br />
<code><br />
<b>Host simpsons.com dohnuts<br />
User homer<br />
hostname simpsons.com<br />
port 12345</b><br />
</code></p>
<p>The first line Host, identifies the domain, and the machine in that domain we which to reach.</p>
<p>The second line User, is the username on the host machine.  In this case, <i>homer</i></p>
<p>The third line, is the hostname.</p>
<p>The forth line is the port (usally 22, but for security reasons, we changed it from the default)</p>
<p>3.  now do:</p>
<p><b>ssh-keygen</b></p>
<p>return on all of the prompts (i.e. take all the defaults)</p>
<p>It will look like this:</p>
<p>ssh-keygen<br />
Generating public/private rsa key pair.<br />
Enter file in which to save the key (/home/bart/.ssh/id_rsa):<br />
Enter passphrase (empty for no passphrase):<br />
Enter same passphrase again:<br />
Your identification has been saved in /home/bart/.ssh/id_rsa.<br />
Your public key has been saved in /home/bart/.ssh/id_rsa.pub.<br />
The key fingerprint is:<br />
12:34:56 and so on.<br />
The key&#8217;s randomart image is:<br />
+&#8211;[ RSA 2048]&#8212;-+</p>
<p>4.  Enter the following to copy the certificate to the machine:</p>
<p><b>ssh-copy-id  -i ~/.ssh/id_rsa.pub dohnuts</b></p>
<p>You will get output that looks like:</p>
<p>:~/.ssh$ ssh-copy-id -i ~/.ssh/id_rsa.pub saturn<br />
The authenticity of host &#8216;[simpsons.com]:12345 ([12.34.56.153]:12345)&#8217; can&#8217;t be established.<br />
RSA key fingerprint is ab:59:27:8a.</p>
<p>Are you sure you want to continue connecting (yes/no)? Yes<br />
Warning: Permanently added &#8216;[simpsons.com]:12345,[12.34.56.153]:12345&#8242; (RSA) to the list of known hosts.<br />
<dohnuts><br />
Now try logging into the machine, with &#8220;ssh &#8216;dohnuts&#8217;&#8221;, and check in:</p>
<p>  .ssh/authorized_keys</p>
<p>to make sure we haven&#8217;t added extra keys that you weren&#8217;t expecting.</p>
<p>﻿5.  Now login, using your password to complete.</p>
<p>6.  in the future you would type:</p>
<p><b> ssh dohnuts</b></p>
<p><b><i>Look Ma, no password!</b></i></p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/wordpress/?feed=rss2&amp;p=252</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thunderbird 3.X Performance Enhancement</title>
		<link>http://pkill-9.com/wordpress/?p=250</link>
		<comments>http://pkill-9.com/wordpress/?p=250#comments</comments>
		<pubDate>Sun, 18 Apr 2010 03:22:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://pkill-9.com/wordpress/?p=250</guid>
		<description><![CDATA[From a friend: 1. In Thunderbird, click on: Edit/Preferences/Advanced Tab UNCLICK Enable Global Search and Indexer]]></description>
			<content:encoded><![CDATA[<p>From a friend:</p>
<p>1.  In Thunderbird, click on:</p>
<p>Edit/Preferences/Advanced Tab</p>
<p>UNCLICK Enable Global Search and Indexer</p>
<p><img src="http://www.pkill-9.com/wayno/pics/tbird.jpg" alt="Thunderbird Option" /></p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/wordpress/?feed=rss2&amp;p=250</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
