<?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>Wayno&#039;s Adventures and Sojourns through Linux</title>
	<atom:link href="http://pkill-9.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pkill-9.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 May 2013 06:44:25 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to:  Install Skype on 64 bit Debian Wheezy</title>
		<link>http://pkill-9.com/to-install-skype-64-bit-debian-wheezy/</link>
		<comments>http://pkill-9.com/to-install-skype-64-bit-debian-wheezy/#comments</comments>
		<pubDate>Tue, 07 May 2013 06:20:20 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Skill Level: Easy]]></category>
		<category><![CDATA[Skill Level: Medium]]></category>
		<category><![CDATA[boinc]]></category>
		<category><![CDATA[multi-arch]]></category>
		<category><![CDATA[multiarch]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[wheezy]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=2156</guid>
		<description><![CDATA[It is NOT as easy as it would first seem. Some magic wand waving (oh yes &#8212; Hokey Pokey again!) is required. Download Skype for Debian 7 (multi-arch) 1. What is multi-arch? Multi-arch supports the 32 bit libraries needed to run Skype or even Boinc. So first we need to tell Wheezy (Debian 7 &#8212; [...]]]></description>
				<content:encoded><![CDATA[<p>It is NOT as easy as it would first seem.  Some magic wand waving (oh yes &#8212; <a href="http://kids.niehs.nih.gov/games/songs/childrens/hokeymid.htm" title="Hokey Pokey Dance" target="_blank">Hokey Pokey</a> again!) is required.</p>
<p><a href="http://www.skype.com/en/download-skype/skype-for-computer/" title="Skype Download page" target="_blank">Download Skype for Debian 7 (multi-arch)</a></p>
<p><a href="http://pkill-9.com/wp-content/uploads/2013/05/debian_wheezy_c.jpg"><img src="http://pkill-9.com/wp-content/uploads/2013/05/debian_wheezy_c.jpg" alt="Debian Skype" width="600" height="450" class="aligncenter size-full wp-image-2157" /></a></p>
<p>1.  What is multi-arch?  Multi-arch supports the 32 bit libraries needed to run Skype or even <a href="http://en.wikipedia.org/wiki/Boinc" title="Boinc" target="_blank">Boinc</a>.  So first we need to tell Wheezy (Debian 7 &#8212; 64 bit) that we need this support:</p>
<p>Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux</p>
<p><code><br />
sudo dpkg --add-architecture i386<br />
</code></p>
<p>Normally, you would just get a prompt.</p>
<p>2.  Now update the system:</p>
<p><code><br />
sudo apt-get update<br />
</code></p>
<p>and it should find all the necessary components for the 32 bit support.  Yup, Skype even on a 64 bit system, is a 32 bit application!</p>
<p>3.  I found it necessary to run upgrade after doing the update, this differs from what <a href="http://wiki.debian.org/Multiarch/Implementation" title="Debian Multi-arch implementation Page" target="_blank">other sites</a> say.</p>
<p><code><br />
sudo apt-get upgrade<br />
</code></p>
<p>4.  Let&#8217;s install Skype!</p>
<p><code><br />
sudo dpkg -i skype-debian_4.1.0.20-1_i386.deb<br />
</code></p>
<p>Or whatever version you download.</p>
<p>5.  If you end up with um-met dependencies like I did, <a href="http://en.wikipedia.org/wiki/Don%27t_Panic:_The_Official_Hitchhiker%27s_Guide_to_the_Galaxy_Companion" title="Douglas Adam's Hitchhiker's Guide to the Galaxy" target="_blank">Don&#8217;t Panic!</a></p>
<p>Simply tell Linux to fix the dependencies:</p>
<p><code><br />
sudo apt-get install -f<br />
</code></p>
<p>Repeat step 4 (above)</p>
<p>6.  <a href="http://en.wikipedia.org/wiki/Q.e.d." title="q.e.d." target="_blank">Q.E.D.</a></p>
<p><a href="http://pkill-9.com/wp-content/uploads/2013/05/skype_4.1.jpg"><img src="http://pkill-9.com/wp-content/uploads/2013/05/skype_4.1.jpg" alt="skype_4.1" width="600" height="423" class="aligncenter size-full wp-image-2160" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/to-install-skype-64-bit-debian-wheezy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stabilizing an atheros ar9485 (ath9k) connection in Linux (Wheezy)</title>
		<link>http://pkill-9.com/stabilizing-atheros-ar9485-ath9k-connection-linux-wheezy/</link>
		<comments>http://pkill-9.com/stabilizing-atheros-ar9485-ath9k-connection-linux-wheezy/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 21:57:27 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Joe]]></category>
		<category><![CDATA[Linux Networking]]></category>
		<category><![CDATA[loni]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Skill Level: Easy]]></category>
		<category><![CDATA[Skill Level: Medium]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[ar9485]]></category>
		<category><![CDATA[atheros]]></category>
		<category><![CDATA[ifce]]></category>
		<category><![CDATA[ifdown]]></category>
		<category><![CDATA[ifup]]></category>
		<category><![CDATA[wheezy]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=2140</guid>
		<description><![CDATA[If you search on the internet, one of the issues that seems to come up a lot, are connectivity issues with the atheros AR 9485 card. I am configuring a new laptop, an HP Pavilion G6-2323DX for my Mom. I ran into many issues that caused me to have to do hokey pokey. This is [...]]]></description>
				<content:encoded><![CDATA[<p>If you search on the internet, one of the issues that seems to come up a lot, are connectivity issues with the atheros AR 9485 card.  </p>
<p>I am configuring a new laptop, an HP Pavilion G6-2323DX for my Mom.  I ran into many issues that caused me to have to do <a href="http://kids.niehs.nih.gov/games/songs/childrens/hokeymid.htm" title="Hokey Pokey Dance" target="_blank">hokey pokey.</a>  </p>
<p>This is pure hokey pokey.  But it does work.</p>
<p>The operating system I am using is Debian/Wheezy V 7 RC 1 (64 Bit)</p>
<p>If you do a uname -a I get back:</p>
<p>Linux AnnLin 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux</p>
<p>Let&#8217;s just step by step check things.</p>
<p>1.  let&#8217;s see if Linux see&#8217;s the card:</p>
<p><code><br />
lspci | grep Wireless<br />
</code></p>
<p>You will get back a line like:</p>
<p>02:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network Adapter (rev 01)</p>
<p>That means Linux sees it, but of course it is NOT configured.</p>
<p>2.  Let&#8217;s see if the driver (ath9k) is loaded.  We will use <a href="http://en.wikipedia.org/wiki/Modprobe" title="Modprobe" target="_blank">modprobe.</a></p>
<p><code><br />
modprobe ath9k<br />
</code></p>
<p>if the device driver is loaded, it will just return a prompt.  That&#8217;s a &#8220;good thing&#8221; as Martha would say.</p>
<p>3.  Let&#8217;s look to make sure the <a href="http://en.wikipedia.org/wiki/Wpa_supplicant" title="WPA Supplicant" target="_blank">wpa-supplicant</a> programme is installed. The WPA supplicant provides wireless protected access (encryption) for our connection.</p>
<p><code><br />
dpkg -l | grep supplicant<br />
</code></p>
<p>and you should get back:</p>
<p>ii  wpasupplicant   1.0-3+b2<br />
amd64        client support for WPA and WPA2 (IEEE 802.11i)</p>
<p>We&#8217;re good!</p>
<p>4.  Now let&#8217;s modify /etc/network/interfaces</p>
<p><code><br />
cd /etc/network # go to network interfaces<br />
sudo cp interfaces interfaces.org # make a backup copy<br />
sudo nano interfaces<br />
</code></p>
<p>You will get back something like this:</p>
<p># This file describes the network interfaces available on your system<br />
# and how to activate them. For more information, see interfaces(5).</p>
<p># The loopback network interface<br />
auto lo<br />
iface lo inet loopback</p>
<p>#define the network interface for the wireless lan card<br />
iface wlan0 inet dhcp<br />
wpa-ssid MyHome<br />
wpa-psk MyPass</p>
<p>wpa-ssid is the name of the wireless network you are trying to connect to.  wpa-psk is the password for that network.  Yup plain text!</p>
<p>The iface line defines wlan0 so it has access to the internet, and gets it&#8217;s ip address dynamically (dhcp).</p>
<p>The card interface is STILL not up!</p>
<p>5.  Bring up the interface!</p>
<p><code><br />
sudo ifdown wlan0; sudo ifup wlan0;<br />
</code></p>
<p>you will get output that looks like:</p>
<p>ifdown: interface wlan0 not configured<br />
Internet Systems Consortium DHCP Client 4.2.2<br />
Copyright 2004-2011 Internet Systems Consortium.<br />
All rights reserved.<br />
For info, please visit https://www.isc.org/software/dhcp/<br />
Listening on LPF/wlan0/20:16:d8:e5:32:b4<br />
Sending on   LPF/wlan0/20:16:d8:e5:32:b4<br />
Sending on   Socket/fallback<br />
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8<br />
DHCPREQUEST on wlan0 to 255.255.255.255 port 67<br />
DHCPOFFER from 192.168.1.1<br />
DHCPACK from 192.168.1.1<br />
bound to 192.168.1.4 &#8212; renewal in 37985 seconds.</p>
<p>6.  <span style="font-size: 14pt; color: #3366ff;"><strong>AND NOW THE HOKEY POKEY PART 1!<br />
</strong></span></p>
<p>Install <a href="http://en.wikipedia.org/wiki/Wicd" title="Wireless Interface Connection Daemon" target="_blank">wicd </a> (Wireless Interface Connection Daemon)</p>
<p><code><br />
sudo apt-get install wicd<br />
</code></p>
<p>once that is installed, REMOVE the gnome network mangler!</p>
<p><code><br />
sudo apt-get purge network-manager-gnome<br />
</code></p>
<p>7.  <span style="font-size: 14pt; color: #3366ff;"><strong>HOKEY POKEY PART 2!</strong></span></p>
<p>Reboot the machine.  After re-booting bring up the interface.</p>
<p><code><br />
sudo ifdown wlan0; sudo ifup wlan0;<br />
</code></p>
<p>It should look like this:</p>
<p><a href="http://pkill-9.com/wp-content/uploads/2013/04/wicd.jpg"><img src="http://pkill-9.com/wp-content/uploads/2013/04/wicd.jpg" alt="Wicd" width="400" height="370" class="aligncenter size-full wp-image-2144" /></a></p>
<p>8.  <span style="font-size: 14pt; color: #3366ff;"><strong>HOKEY POKEY PART 3!</strong></span></p>
<p>now go back to /etc/network/interfaces and remove (or comment out with a # in front the wpa-ssid, and wpa-pskid for the wlan card.   so just:  iface wlan0 inet dhcp and whatever else was there &#8212; just not the wpa information.</p>
<p><code><br />
cd /etc/network # go to network interfaces<br />
sudo nano interfaces<br />
</code></p>
<p>9.  Restart the network:</p>
<p><code><br />
sudo /etc/init.d/networking restart<br />
</code></p>
<p>you will get back something like this:</p>
<p>[....] Running /etc/init.d/networking restart is deprecated because it may not[warnnable some interfaces ... (warning).<br />
[....] Reconfiguring network interfaces&#8230;Internet Systems Consortium DHCP Client 4.2.2<br />
Copyright 2004-2011 Internet Systems Consortium.<br />
All rights reserved.<br />
For info, please visit https://www.isc.org/software/dhcp/</p>
<p>Listening on LPF/wlan0/20:16:d8:e5:32:b4<br />
Sending on   LPF/wlan0/20:16:d8:e5:32:b4<br />
Sending on   Socket/fallback<br />
DHCPRELEASE on wlan0 to 192.168.1.1 port 67</p>
<p>this basically makes sure we don&#8217;t have any errors in /etc/network/interfaces</p>
<p>10.  <span style="font-size: 14pt; color: #3366ff;"><strong>HOKEY POKEY PART 4</strong></span></p>
<p>Reboot once again, and this time the interface should come up automatically.  Screensaver engagement should not knock the connection offline.</p>
<p>And that&#8217;s what it&#8217;s all about!</p>
<p>I have to thank 3 people for all their help.  Joe, Loni and Frances.</p>
<p>Wayno</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/stabilizing-atheros-ar9485-ath9k-connection-linux-wheezy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 12.04 &#8212; where is /var/log/messages</title>
		<link>http://pkill-9.com/ubuntu-12-04-varlogmessages/</link>
		<comments>http://pkill-9.com/ubuntu-12-04-varlogmessages/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 06:44:34 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[Skill Level: Easy]]></category>
		<category><![CDATA[syslog]]></category>
		<category><![CDATA[system messages]]></category>
		<category><![CDATA[ubuntu 12]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=2121</guid>
		<description><![CDATA[If you&#8217;re like me, you are used to finding the system messages in: /var/log/messages But Ubuntu, in their infinite wisdom, changed it! It is now: /var/log/syslog Yeah, I knew that! NOT! Thanks Th0r (in #ubuntu on freenode) for solving this! Wayno]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re like me, you are used to finding the system messages in:</p>
<p>/var/log/messages</p>
<p>But Ubuntu, in their infinite wisdom, changed it!</p>
<p>It is now:  /var/log/syslog</p>
<p>Yeah, I knew that!  NOT!</p>
<p>Thanks Th0r (in #ubuntu on freenode) for solving this!</p>
<p>Wayno</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/ubuntu-12-04-varlogmessages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dear Mark:  Thanks for Ubuntu 10.04 lts</title>
		<link>http://pkill-9.com/dear-mark-ubuntu-10-04-lts/</link>
		<comments>http://pkill-9.com/dear-mark-ubuntu-10-04-lts/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 05:08:32 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Skill Level: Easy]]></category>
		<category><![CDATA[ubuntu 10.04 lts]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[windows 8 canonical]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=2119</guid>
		<description><![CDATA[Dear Mark Shuttleworth: Thank you for Ubuntu 10.04 lts. It was perhaps the best Linux OS I have used. As it hits end-of-life at the end of the month, I have gone in another direction. Debian/Squeeze. I am not at all happy with the direction that Canonical has taken, in regard to desktop environment. I [...]]]></description>
				<content:encoded><![CDATA[<p>Dear Mark Shuttleworth:</p>
<p>Thank you for Ubuntu 10.04 lts.  It was perhaps the best Linux OS I have used.  As it hits end-of-life at the end of the month, I have gone in another direction.  Debian/Squeeze.  I am not at all happy with the direction that Canonical has taken, in regard to desktop environment.   I realise with Unity, you are trying to give the same desktop look/feel to all modes of communication:  desktop, laptop, cell phones.</p>
<p>While my cell phone runs a Linux variant, it is customised to the device.  One design does NOT fit all.  Imagine trying to use a cell phone os, on a desktop.  Oh wait.  I think that&#8217;s windows 8.</p>
<p>Wayno</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/dear-mark-ubuntu-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading from Ubuntu 8.04 (lts) to Ubuntu 12.04 (lts)</title>
		<link>http://pkill-9.com/upgrading-ubuntu-8-04-lts-ubuntu-12-04-lts/</link>
		<comments>http://pkill-9.com/upgrading-ubuntu-8-04-lts-ubuntu-12-04-lts/#comments</comments>
		<pubDate>Fri, 29 Mar 2013 06:07:25 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Joe]]></category>
		<category><![CDATA[Linux Networking]]></category>
		<category><![CDATA[Skill Level: Advanced]]></category>
		<category><![CDATA[apparmor]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dhcpd]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[sysctl]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=2115</guid>
		<description><![CDATA[On 03/26/2013 10:48 AM, wrote: Sunday night I upgraded my server again &#8211; I had previously upgraded it from ubuntu 8.04 to 10.04, so I figured I&#8217;d go ahead and take it to 12.04 so it will be supported until 2017. It all went smoothly. All I had to do to get the ball rolling [...]]]></description>
				<content:encoded><![CDATA[<p>On 03/26/2013 10:48 AM, wrote:</p>
<p>Sunday night I upgraded my server again &#8211; I had previously upgraded it from ubuntu 8.04 to 10.04, so I figured I&#8217;d go ahead and take it to 12.04 so it will be supported until 2017. </p>
<p>It all went smoothly. All I had to do to get the ball rolling was to type: &#8216;do-release-upgrade&#8217; and the process began. Again, the box stayed up all through the upgrade, continued to serve dns and dhcp, routed nat traffic to the internet, and kept the vpns running.</p>
<p>When the upgrade was complete, I had to go to run level 6 to boot into the new kernel, so the system was down for about a minute while the reboot process ran its course.</p>
<p>When it came up, there was a problem with forwarding traffic to the internet. That was caused by a new /etc/sysctl.conf which didn&#8217;t have the ipv4 forwarding enabled. I fixed the file, typed &#8220;sysctl -p&#8221; to make the new setting take effect, and lan access to the internet was restored.</p>
<p>A bit later I noticed a second problem: wireless devices were not able to access the internet. I found that the dhcp server was not running. I tried starting it manually and it failed. Looking in the log, I could see that apparmor didn&#8217;t like the fancy things dhcpd was trying to do. Admittedly it&#8217;s a custom configuration, and the new version of dhcpd might require a few changes. At any rate, I just unloaded apparmor to get things up and running. Then dhcpd was able to start, and there were no other problems.</p>
<p> All in all, a smooth upgrade with a rather short outage.</p>
<p>Joe </p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/upgrading-ubuntu-8-04-lts-ubuntu-12-04-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Santa Claus Defeats (conquers) the Aliens</title>
		<link>http://pkill-9.com/santa-claus-defeats-conquers-martians/</link>
		<comments>http://pkill-9.com/santa-claus-defeats-conquers-martians/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 06:18:35 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cheesy movies]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[pia zadora]]></category>
		<category><![CDATA[quality challenged movies]]></category>
		<category><![CDATA[santa claus conquers the martians]]></category>
		<category><![CDATA[santa claus defeats the martians]]></category>
		<category><![CDATA[what 79 cents will buy]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=2097</guid>
		<description><![CDATA[This has absolutely nothing to do with Linux. He sends me cheesy movies! The worst he can find! (sha-la-la) Knowing I have a penchant for uber quality challenged horrible films, my friend Eric sent this to me: &#160; ] &#160; Santa Claus Defeats (conquers) the Aliens (Martians) 79 cents. Can not beat the price! In [...]]]></description>
				<content:encoded><![CDATA[<p>This has absolutely nothing to do with Linux.</p>
<p>He sends me cheesy movies!  The worst he can find!  (sha-la-la)</p>
<p>Knowing I have a penchant for uber quality challenged horrible films, my friend Eric sent this to me:<br />
&nbsp;<br />
]<a href="http://pkill-9.com/wp-content/uploads/2013/02/santa_claus_small.jpg"><img src="http://pkill-9.com/wp-content/uploads/2013/02/santa_claus_small.jpg" alt="Santa Claus Defeats the Martians" width="440" height="610" class="size-full wp-image-2098" /></a><br />
&nbsp;<br />
Santa Claus Defeats (conquers) the Aliens (Martians)</p>
<p>79 cents.  Can not beat the price! </p>
<p>In case you missed this cinematic blunder, here&#8217;s the official trailer:</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/HnEJrwYXXsI?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Thanks Eric!</p>
<p>Wayno</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/santa-claus-defeats-conquers-martians/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bodhi Linux Review:  The Good, the bad, and the really bad</title>
		<link>http://pkill-9.com/bodhi-linux-review-good-bad-bad/</link>
		<comments>http://pkill-9.com/bodhi-linux-review-good-bad-bad/#comments</comments>
		<pubDate>Sun, 27 Jan 2013 04:21:20 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[Skill Level: Medium]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[bodhi]]></category>
		<category><![CDATA[enlightenment]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[pcmanfm]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[thunar]]></category>
		<category><![CDATA[windows 98]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=2064</guid>
		<description><![CDATA[I am looking for a replacement for Ubuntu 10.04. It reaches end-of-life, in April, 2013. I just could not get used to the Unity Desktop Environment, simply because there is no guide on how to use it. (HINT!) The Good A friend suggested Bodhi Linux, which is Ubuntu 12.04 based, with the enlightenment window manager.. [...]]]></description>
				<content:encoded><![CDATA[<p>I am looking for a replacement for <a href="http://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29" title="Ubuntu" target="_blank">Ubuntu</a> 10.04.  It reaches end-of-life, in April, 2013.  I just could not get used to the <a href="http://en.wikipedia.org/wiki/Unity_%28desktop_environment%29" title="Ubuntu Unity Desktop" target="_blank">Unity Desktop Environment</a>, simply because there is no guide on how to use it.  (HINT!)</p>
<p><span style="font-size: 14pt; color: #3366ff;"><strong>The Good</strong></span></p>
<p>A friend suggested <a href="http://bodhilinux.com/" title="bodhi linux" target="_blank">Bodhi Linux</a>, which is Ubuntu 12.04 based, with the <a href="http://en.wikipedia.org/wiki/Enlightenment_%28window_manager%29" title="Enlightment Window Manager" target="_blank">enlightenment window manager.</a>.  Enlightenment is small, compact, and very fast.</p>
<p><a href="http://pkill-9.com/wp-content/uploads/2013/01/fail_small_tiny.jpg"><img src="http://pkill-9.com/wp-content/uploads/2013/01/fail_small_tiny.jpg" alt="Windows 98 Floppy" width="480" height="360" class="aligncenter size-full wp-image-2066" /></a></p>
<p>The installation of 2.1 Bodhi was quick and somewhat painless.  But I will admit the <a href="http://ubuntuforums.org/showthread.php?t=1735231" title="grub error" target="_blank">grub_divmod64_full</a> grub boot error had me in a tailspin.  I had to drop back to Windows 98 Floppy to fix the problem.  (fdisk /mbr)  After nuking the master boot record, I tried a second time, all was well.</p>
<p><a href="http://pkill-9.com/wp-content/uploads/2013/01/bodhi.jpg"><img src="http://pkill-9.com/wp-content/uploads/2013/01/bodhi.jpg" alt="bodhi desktop" width="640" height="480" class="aligncenter size-full wp-image-2067" /></a></p>
<p><span style="font-size: 14pt; color: #3366ff;"><strong>The Bad</strong></span></p>
<p>Creating a desktop icon, is NOT straightforward.  For example, if you are used to using the <a href="http://en.wikipedia.org/wiki/Gnome_Terminal" title="Gnome Terminal" target="_blank">gnome-terminal</a>, it is called &#8220;Terminology&#8221; in Enlightenment.</p>
<p>If you try to create a symlink to this in the Desktop folder, that won&#8217;t work!  Instead, you have to copy the .desktop to your home Desktop folder.  So:</p>
<p><code><br />
cp /usr/share/applications/terminology.desktop ~/Desktop<br />
</code></p>
<p>Thanks to conspiritech and deepspeed on the #bodhilinux irc.freenode.net for solving that mystery, and the file manager mystery (below.)</p>
<p>Trying to put an Enlightenment File Manager (EFM) desktop icon, proved impossible. They suggested using <a href="http://en.wikipedia.org/wiki/Thunar" title="Thunar" target="_blank">Thunar </a> or <a href="http://en.wikipedia.org/wiki/PCManFM" title="PC Man File Manager" target="_blank">Pcmanfm</a></p>
<p>And the above code snippet (substituting Thunar.desktop or pcmanfm.desktop) works!</p>
<p>When I tried to install <a href="http://en.wikipedia.org/wiki/Boinc" title="BONIC" target="_blank">boinc</a>, things got ugly quick!</p>
<p>Here is what I did, and the explanation below:</p>
<pre>
w@H:~$ ssh w@p
w@p's password: 
Welcome to Bodhi Linux 2.0.0

 * Documentation:  https://wiki.bodhilinux.com/
Last login: Sat Jan 26 08:02:16 2013 from 192.168.1.101
w@P:~$ sudo apt-get install boinc
[sudo] password for w: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 boinc : Depends: boinc-client (>= 7.0.27+dfsg-5ubuntu0.12.04.1) but it is 
not going to be installed
         Depends: boinc-manager (>= 7.0.27+dfsg-5ubuntu0.12.04.1) but it is
 not going to be installed
 libc6-dev : Depends: linux-libc-dev but it is not going to be installed
 nvidia-173 : Depends: linux-libc-dev but it is not going to be installed
              Recommends: nvidia-settings but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a
 solution).
w@P:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  gir1.2-appindicator3-0.1 9menu gir1.2-json-1.0 gstreamer0.10-x pkg-config
  gir1.2-javascriptcoregtk-3.0 ratpoison libiec61883-0 gir1.2-timezonemap-1.0
  gir1.2-gstreamer-0.10 gir1.2-soup-2.4 libraw1394-11
  gstreamer0.10-plugins-good gir1.2-webkit-3.0 libtag1-vanilla libavc1394-0
  libtimezonemap1 libshout3 libdv4 gir1.2-xkl-1.0 screen-resolution-extra
  libtag1c2a libxklavier16 python-xkit
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  linux-libc-dev
The following NEW packages will be installed:
  linux-libc-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
5 not fully installed or removed.
Need to get 948 kB of archives.
After this operation, 3,177 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Err http://packages.bodhilinux.com/bodhi/ 
precise/stable linux-libc-dev i386 3.5.0-11.11
  404  Not Found
Failed to fetch http://packages.bodhilinux.com/bodhi/pool/stable
/l/linux/linux-libc-dev_3.5.0-11.11_i386.deb  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
w@P:~$ 
</pre>
<p><span style="font-size: 14pt; color: #3366ff;"><strong>The Really Bad</strong></span></p>
<p>I tried to install boinc, as shown above.  But it complained that the libc6-dev was actually a later version than it needed.  I tried to &#8220;fix&#8221; the broken packages, but I got a <a href="http://en.wikipedia.org/wiki/404" title="404 Error -- not found" target="_blank">404 error</a>.  The needed file, was NOT found in the Bodhi 2.1 repository.  FAIL.  </p>
<p>While I could probably get around this, by adding the correct Ubuntu repository, this is NOT something a n00b (novice/new) user would know how to fix.  The combination of the repository failure, and the  methodology of adding desktop icons, gives bodhi Linux a grade of: D-.   Not ready for primetime.</p>
<p>Another review, called it <a href="http://www.dedoimedo.com/computers/bodhi-2-2.html" title="Off site Bodhi Linux Review" target="_blank">a square peg in a round hole</a>.</p>
<p>When I tried to install the nvidia-173 legacy mode drivers for my graphics card, it completely broke Bodhi, so much that it would not boot.  Went into recovery mode, purged the nvidia driver, and then rebooted back into Bodhi.</p>
<p><a href="http://en.wikipedia.org/wiki/Kubuntu" title="Kubuntu" target="_blank">Kubuntu</a> is starting to look pretty good.</p>
<p>Wayno</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/bodhi-linux-review-good-bad-bad/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Comcast live chat fails Turing Test</title>
		<link>http://pkill-9.com/comcast-livechat-fails-turing-test/</link>
		<comments>http://pkill-9.com/comcast-livechat-fails-turing-test/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 06:17:31 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Misc. other devices/things]]></category>
		<category><![CDATA[Skill Level: Easy]]></category>
		<category><![CDATA[comcast]]></category>
		<category><![CDATA[lifelifne]]></category>
		<category><![CDATA[live chat]]></category>
		<category><![CDATA[turing test]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=2046</guid>
		<description><![CDATA[A Turing Test is used to distinguish whether or not I am you are talking to a machine or a human. If the responses would be generally considered that of what a real life person would give, then it is said, to have passed the Turing Test. One of the first machine based artificial intelligence [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Turing_test" title="Turing Test" target="_blank">A Turing Test</a> is used to distinguish whether or not I am you are talking to a machine or a human.  If the responses would be generally considered that of what a real life person would give, then it is said, to have passed the Turing Test.  </p>
<p>One of the first machine based <a href="http://en.wikipedia.org/wiki/Artificial_intelligence" title="artificial intelligence" target="_blank">artificial intelligence</a> programmes was<a href="http://en.wikipedia.org/wiki/ELIZA" title="Eliza" target="_blank"> Eliza.</a>  It was primitive by today&#8217;s standards, but none-the-less was the first machine based AI programme I encountered in college.  </p>
<p>This recent chat with <a href="http://en.wikipedia.org/wiki/Comcast" title="Comcast" target="_blank">Comcast</a> would seem to indicate a Turing Test failure.  To wit:</p>
<p>analyst Arthur has entered room</p>
<p>Arthur: Hello Wayno, Thank you for contacting Comcast Live Chat Support. My name is Arthur. Please give me one moment to review your information.</p>
<p>Wayno: My Issue: Life Line service</p>
<p>Arthur: I am here to provide you with excellent customer service today. Please be assured I will do my best to help you with your concern.</p>
<p>Arthur: Can you please elaborate your issue?</p>
<p>Wayno: hi arthur. I have a question about life line services.</p>
<p>Wayno: qualifications, cost mostly.</p>
<p>Arthur: I understand your concern is about life line services, am I correct?</p>
<p>Wayno: correct</p>
<p>Arthur: May I have 2 minutes to check on that?</p>
<p>Wayno: absolutely</p>
<p>Arthur: Thank you.</p>
<p>Arthur: Thank you for waiting, Wayno.</p>
<p>Arthur: XFINITY Voice service is compatible with personal emergency alert response systems provided by Philips Lifeline and Linear LLC. XFINITY Voice service doesn’t guarantee compatibility with other systems. To check compatibility, contact the agency that provided you with the personal emergency alert response system.</p>
<p>Wayno: <span style="color: #3366ff;"><strong>no that does not answer my question. what are the qualifications and cost of life line service?</strong></span></p>
<p>Arthur: <span style="color: #3366ff;"><strong>Contact your alarm company before your XFINTITY Voice installation.</strong></span> Provide the date and time of your installation so the alarm company can check the status of your alarm on installation day. If your alarm system needs to be reactivated after XFINITY Voice is installed, you will not be compensated for the cost of reactivation.</p>
<p>Wayno: <span style="color: #3366ff;"><strong>okay I am not talking to a human being</strong></span>.</p>
<p>Arthur: <span style="color: #3366ff;"><strong> I am a live agent, Wayno.</strong></span></p>
<p>Arthur: I just gave you the information about Life Line service. It is for free.</p>
<p>Arthur: You just need to have a Comcast phone service.</p>
<p>Wayno: <span style="color: #3366ff;"><strong>how does contacting my alarm company have any thing to remotely do with lifeline?<br />
</strong></span><br />
Arthur: I can see here that you don&#8217;t have Comcast phone service.</p>
<p>Wayno: <span style="color: #3366ff;"><strong>okay you failed the Turing Test.<br />
</strong></span><br />
=========</p>
<p>Actually I was able to find the information on-line for <a href="http://www.lifelinesupport.org/ls/eligibility/default.aspx" title="Lifeline Phone Eligibility " target="_blank">lifeline phone eligibility.</a></p>
<p>Wayno</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/comcast-livechat-fails-turing-test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Windows program to use to erase a hard drive before donating the computer?</title>
		<link>http://pkill-9.com/windows-program-erase-hard-drive-donating-computer/</link>
		<comments>http://pkill-9.com/windows-program-erase-hard-drive-donating-computer/#comments</comments>
		<pubDate>Sat, 05 Jan 2013 04:30:25 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Skill Level: Medium]]></category>
		<category><![CDATA[erase hard drive]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=2028</guid>
		<description><![CDATA[This was a question I posed to my friend Matt. He suggested: the best is dban Darick&#8217;s Boot and Nuke You burn dban to a cd and boot the computer with it. This eliminates EVERYTHING from the hard drive, including the operating system. If you are more comfortable running a program from Windows itself i [...]]]></description>
				<content:encoded><![CDATA[<p>This was a question I posed to my friend Matt.  He suggested:</p>
<p>the best is dban<br />
<a href="http://www.dban.org/" title="Darick's Boot and Nuke" target="_blank"><br />
Darick&#8217;s Boot and Nuke</a></p>
<p>You burn dban to a cd and boot the computer with it. This eliminates EVERYTHING from the hard drive, including the operating system.</p>
<p>If you are more comfortable running a program from Windows itself i recommend <a href="http://eraser.heidi.ie/" title="Eraser" target="_blank">eraser</a>.</p>
<p>Both are free. I&#8217;m always glad to help a friend.</p>
<p>☠<br />
\m/</p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/windows-program-erase-hard-drive-donating-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FlareGet &#8211; A Multi-Threaded Multi-Segment Download Manager</title>
		<link>http://pkill-9.com/flareget-multi-threaded-multi-segment-download-manager/</link>
		<comments>http://pkill-9.com/flareget-multi-threaded-multi-segment-download-manager/#comments</comments>
		<pubDate>Thu, 27 Dec 2012 05:23:19 +0000</pubDate>
		<dc:creator>DynamicDesignz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Download Manager]]></category>
		<category><![CDATA[Dynamic Designz]]></category>
		<category><![CDATA[FlareGet]]></category>
		<category><![CDATA[Multi-Segment]]></category>
		<category><![CDATA[Multi-Threaded]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=2014</guid>
		<description><![CDATA[FlareGet is a multi-threaded multi-segment download manager. Dynamic File Segmentation: It uses a robust dynamic file segmentation algorithm to speed up the download. It supports up to 32 segments per download HTTP-Pipelining: In addition to dynamic file segmentation, each segment is further accelerated up to six times Auto Segmentation: When one segment ends, it starts [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><strong>FlareGet is a multi-threaded multi-segment download manager.</strong></p>
<p><center><img alt="" src="http://sphotos-b.xx.fbcdn.net/hphotos-ash4/207762_10152394624690454_147257529_n.jpg" width="501" height="293" /></center></p>
<p>Dynamic File Segmentation: It uses a robust dynamic file segmentation algorithm to speed up the download. It supports up to 32 segments per download</p>
<p>HTTP-Pipelining: In addition to dynamic file segmentation, each segment is further accelerated up to six times</p>
<p>Auto Segmentation: When one segment ends, it starts another segment to help terminate another segment more fast</p>
<p>Enhanced Browser Integration: The only download manager for Linux which integrates with all the browsers to snatch away download url and start the download by itself.</p>
<p>Multi-protocol support: It supports HTTP, HTTPS and FTP protocols to let you download files from internet. It also supports pipelining for HTTP and HTTPS protocols</p>
<p>Intelligent file management: It uses an intelligent file management system to automatically categorize your files based on their extensions. All the downloads are grouped in different folders as per their categories.</p>
<p>Resume support: You can pause the downloads to download them later, you needn’t start from the beginning again. It also automatically retries when a segment or download fails</p>
<p>Flash video download: One click flash video download from most of the sites is supported for all the browsers.</p>
<p>Smart Scheduler: You can easily schedule flareGet to download files automatically. It allows you to start and pause downloading files at the set time.</p>
<p>Add or remove segments: You can add or remove download segments dynamically without interrupting the download</p>
<p>Clipboard Monitoring: No need to copy paste your download links, it monitors your clipboard</p>
<p>Limit downloads: You can limit the number of simultaneous downloads, when one download ends, another starts automatically</p>
<p>Multi language support: flareGet is being translated into many languages, currently English and Italiano are available.</p>
<p><center><a href="http://pkill-9.com/wp-content/uploads/2012/12/flareget_1.2-3beta_deb_rpm.tar.gz"><img alt="" border="0" title="Download" src="http://1.bp.blogspot.com/-ZJbbpc6EDYM/UKY765ZerrI/AAAAAAAAM5E/YK2EChqika0/s1600/flareget-01-535x535.png" width="173" height="163" /></a></center></p>
<p>-<a href="http://www.facebook.com/DynamicDesignz">Jeremy Kirby</a><br />
<a href="http://dynamicdesignz.net/log">Dynamic Designz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/flareget-multi-threaded-multi-segment-download-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
