<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Wayno's Adventures and sojourns through Linux</title>
	
	<link>http://pkill-9.com</link>
	<description />
	<lastBuildDate>Sat, 26 May 2012 05:47:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Pkill-9" /><feedburner:info uri="pkill-9" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Pkill-9</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>de-smurfing youtube (or why are all the people on youtube blue?)</title>
		<link>http://feedproxy.google.com/~r/Pkill-9/~3/QtfDetNvS4U/</link>
		<comments>http://pkill-9.com/de-smurfing-youtube-or-people-youtube-blue/#comments</comments>
		<pubDate>Sat, 12 May 2012 05:09:02 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[loni]]></category>
		<category><![CDATA[Skill Level: Medium]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[adobe flash]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=1614</guid>
		<description><![CDATA[It&#8217;s a Blue World. Thanks to this awesome flashplayer bug! I am running 64 bit Debian Squeeze. And well, when I went to watch an episode of hak5 I had smurf vision! Hey guys. I didn&#8217;t know you drank too much blueberry juice. Who knew? Since Adobe WILL NOT fix this (apparently ever, if you [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a <a href="http://www.youtube.com/watch?v=8a9bfvNuTw0" title="Moody Blues -- Blue World" target="_blank">Blue World</a>.  Thanks to <a href="https://bugbase.adobe.com/index.cfm?event=bug&#038;id=3136745" title="Blue people on youtube -- bug in flashplayer" target="_blank">this awesome flashplayer bug!</a></p>
<p>I am running 64 bit Debian Squeeze.  And well, when I went to watch an episode of <a href="http://www.hak5.org" title="Hak5 -- Trust your technolust" target="_blank">hak5</a> I had smurf vision!</p>
<div id="attachment_1616" class="wp-caption aligncenter" style="width: 600px"><a href="http://pkill-9.com/wp-content/uploads/2012/05/smurfs.jpg"><img src="http://pkill-9.com/wp-content/uploads/2012/05/smurfs.jpg" alt="Darren and Shannon from Hak5 as Smurfs" title="Darren and Shannon from Hak5 (smurfed)" width="590" height="358" class="size-full wp-image-1616" /></a><p class="wp-caption-text">Darren and Shannon from Hak5.org as Smurfs</p></div>
<p>Hey guys.  I didn&#8217;t know you drank too much blueberry juice.  Who knew?</p>
<p>Since Adobe WILL NOT fix this (apparently ever, if you look at the bug), the only solution is to revert back to a previous 64 bit flashplayer.</p>
<p>This is what&#8217;s currently installed:</p>
<p><code><br />
dpkg -l | grep flashplugin<br />
</code></p>
<p>output look like:</p>
<p>ii  flashplugin-nonfree                      1:2.8.2                            Adobe Flash Player &#8211; browser plugin</p>
<p>Yes, that&#8217;s in the <a href="http://www.debian-multimedia.org" title="Debian multmedia repo" target="_blank">Debian 64 bit multimedia repo.</a></p>
<p>I had an old version 10 flashplayer laying around. So I used that.</p>
<p>We&#8217;ll leave it installed, but we&#8217;ll some file fixing, and fix it.</p>
<p><strong>NOTE:  THIS IS NOT FOR A N00B.  DO NOT TRY THIS IF YOU DON&#8217;T KNOW WHAT YOU ARE DOING!</strong></p>
<p>You can get older versions of Flash <a href="http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html#main_Archived_Flash_Player_versions_for_developers" title="old archived versions of flash player" target="_blank">from here.</a></p>
<p>1.  Change to the directory:</p>
<p><code><br />
cd /usr/lib/flashplugin-nonfree<br />
</code></p>
<p>2.  Create a backup.  (Always have a path back to the way it was, before you messed it up!)</p>
<p><code><br />
sudo mv libflashplayer.so libflashplayer.so.badv11<br />
</code></p>
<p>3.  Copy over the old v10.3 flashplayer (64 bit).  </p>
<p><code><br />
sudo cp /home/youruserid/Downloads/libflashplayer.so .<br />
</code></p>
<p>or from where ever it&#8217;s located.  Yes the period at the end IS significant!</p>
<p>4.  Restart your browser.</p>
<div id="attachment_1618" class="wp-caption alignright" style="width: 600px"><a href="http://pkill-9.com/wp-content/uploads/2012/05/de-smurfs.jpg"><img src="http://pkill-9.com/wp-content/uploads/2012/05/de-smurfs.jpg" alt="" title="De smurfed youtube" width="590" height="364" class="size-full wp-image-1618" /></a><p class="wp-caption-text">Darren and Shannon magically de-smurfed</p></div>
<p>Hey guys.  Glad to see you&#8217;re off the blueberry juice!</p>
<p>Thanks Loni, for the title!</p>
<p>Wayno</p>
<img src="http://feeds.feedburner.com/~r/Pkill-9/~4/QtfDetNvS4U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/de-smurfing-youtube-or-people-youtube-blue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://pkill-9.com/de-smurfing-youtube-or-people-youtube-blue/</feedburner:origLink></item>
		<item>
		<title>Monzy kill -9 (Nerdcore)</title>
		<link>http://feedproxy.google.com/~r/Pkill-9/~3/DbKE00mQtnI/</link>
		<comments>http://pkill-9.com/monzy-kill-9-nerdcore/#comments</comments>
		<pubDate>Tue, 08 May 2012 07:15:53 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kill -9]]></category>
		<category><![CDATA[monzy]]></category>
		<category><![CDATA[nerdcore]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=1602</guid>
		<description><![CDATA[Monzy performs kill -9 at Stanford University. From my friend Scott M. at scottlinux This video is Rated &#8220;R&#8221; &#8212; (Language) so if your sensitive, don&#8217;t watch. Kill Dash Nine Lyrics by Monzy Wayno]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.monzy.com/" title="Monzy" target="_blank">Monzy </a>performs <a href="http://en.wikipedia.org/wiki/Kill_%28command%29" title="kill command" target="_blank">kill -9</a> at <a href="http://en.wikipedia.org/wiki/Stanford_University" title="Stanford University" target="_blank">Stanford University.</a></p>
<p>From my friend Scott M. at <a href="http://www.scottlinux.com" title="Scott Linux" target="_blank">scottlinux</a></p>
<p><strong>This video is Rated &#8220;R&#8221; &#8212; (Language) so if your sensitive, don&#8217;t watch.</strong></p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/Fow7iUaKrq4?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span></p>
<p><a href="http://www.seeklyrics.com/lyrics/Monzy/Kill-Dash-Nine.html" title="kill -9 lyrics" target="_blank">Kill Dash Nine Lyrics by Monzy</a></p>
<p>Wayno</p>
<img src="http://feeds.feedburner.com/~r/Pkill-9/~4/DbKE00mQtnI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/monzy-kill-9-nerdcore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pkill-9.com/monzy-kill-9-nerdcore/</feedburner:origLink></item>
		<item>
		<title>Finding and installing 64 bit Firefox and Thunderbird for Debian</title>
		<link>http://feedproxy.google.com/~r/Pkill-9/~3/SMAV4DQloU0/</link>
		<comments>http://pkill-9.com/finding-installing-64-bit-firefox-thunderbird-debian/#comments</comments>
		<pubDate>Sun, 06 May 2012 07:09:02 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Joe]]></category>
		<category><![CDATA[loni]]></category>
		<category><![CDATA[Skill Level: Medium]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[64 bit]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=1582</guid>
		<description><![CDATA[Let&#8217;s face it. Rebranded software (Icedove for Thunderbird and Iceweasel for Firefox) on Debian works, but they are UBER old. And if you are trying to get 64 bit versions of Firefox and Thunderbird. Good luck! IceWeasel (rebranded Firefox Version 3!) is pre-installed. However Icedove does NOT come pre-installed. The programmes on the mozilla site, [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it.  <a href="http://en.wikipedia.org/wiki/Icedove" title="rebranded Mozilla software in Debian" target="_blank">Rebranded software </a> (Icedove for <a href="http://en.wikipedia.org/wiki/Mozilla_Thunderbird" title="Thunderbird" target="_blank">Thunderbird</a> and Iceweasel for <a href="http://en.wikipedia.org/wiki/Mozilla_Firefox" title="Mozilla Firefox" target="_blank">Firefox</a>) on Debian works, but they are UBER old.  And if you are trying to get 64 bit versions of Firefox and Thunderbird.  Good luck!</p>
<p>IceWeasel (rebranded Firefox Version 3!) is pre-installed.  However Icedove does NOT come pre-installed.</p>
<p>The programmes on the mozilla site, are 32 bit critters.  Which don&#8217;t always work in a 64 bit environment.</p>
<p>As a minimum, if you want to use the 32 bit Firefox or Thunderbird off the mozilla site, you will need to have at least the following 32 bit libraries installed on your 64 bit system:</p>
<p><code><br />
sudo apt-get install ia32-libs<br />
sudo apt-get install ia32-libs-gtk<br />
</code></p>
<p>Fortunately, I ran into Diopter on #debian on freenode.org</p>
<p>Here is where the latest stable 64 bit version are stored:</p>
<p>For <a href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/linux-x86_64/en-US/" title="latest stable 64 bit Firefox" target="_blank">the latest stable 64 bit Firefox</a></p>
<p>For <a href="http://mozilla.cdn.leaseweb.com/thunderbird/releases/12.0.1/linux-x86_64/en-US/" title="Latest stable 64 bit Thunderbird" target="_blank">the latest stable 64 bit Thunderbird</a></p>
<p>I have had some issues with the stable releases.  So I use the nightly builds.</p>
<p><a href="http://nightly.mozilla.org/" title="Nightly 64 bit Firefox build (unstable)" target="_blank">Nightly build for 64 bit Firefox (unstable)</a></p>
<p><a href="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/13.0b1-candidates/build1/linux-x86_64/en-US/" title="Nightly 64 bit  Thunderbird build (unstable)" target="_blank">Nightly build for 64 bit Thunderbird (unstable)</a></p>
<p>1.  Once you have them downloaded, lets untar them to the right directory.</p>
<p><code><br />
cd /usr/local<br />
</code></p>
<p>2.  Now <a href="http://en.wikipedia.org/wiki/Tar_%28file_format%29" title="Untar" target="_blank">untar:</a></p>
<p><code><br />
sudo tar -xjvf ~/home/Downloads/(name of file goes here)<br />
</code></p>
<p>-x says we want to extract the tar<br />
-j says it is a <a href="http://en.wikipedia.org/wiki/Bzip2" title="Bzip2" target="_blank">bzip2</a> file<br />
-v says we want verbose (lots of) output<br />
-f says use archive mode</p>
<p>3.  Now create a link.  I want it system wide so we need to create a <a href="]\http://en.wikipedia.org/wiki/Symlink" title="Symlink" target="_blank">symlink</a> in /usr/bin to where the files are stored.</p>
<p>As always the octothorpe (# is a comment and need NOT be coded)</p>
<p>For Firefox:</p>
<p><code><br />
cd /usr/bin   #change to the usr/bin director<br />
sudo ln -s /usr/local/firefox/firefox .<br />
</code></p>
<p>or /usr/local/thunderbird/thunderbird</p>
<p><strong>NOTE:  THE PERIOD AT THE END IS SIGNIFICANT.  IT SAYS PLACE THE PROGRAM (SYMLINK) RIGHT HERE!</strong></p>
<p>4.  to confirm that you have everything right:</p>
<p><code><br />
which firefox<br />
</code></p>
<p>and you will get output that looks like:</p>
<p>/usr/bin/firefox</p>
<p>(or thunderbird)</p>
<p>If you go to /usr/bin and do an ls -l you will see:</p>
<p>lrwxrwxrwx 1 root root 26 May  5 19:01 firefox -> /usr/local/firefox/firefox</p>
<p>(or thunderbird)</p>
<p>Thanks Joe and Loni!</p>
<p>Wayno</p>
<img src="http://feeds.feedburner.com/~r/Pkill-9/~4/SMAV4DQloU0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/finding-installing-64-bit-firefox-thunderbird-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pkill-9.com/finding-installing-64-bit-firefox-thunderbird-debian/</feedburner:origLink></item>
		<item>
		<title>Allowing more then one user to start an X session (pam authentication)</title>
		<link>http://feedproxy.google.com/~r/Pkill-9/~3/0jZKqai3ZSw/</link>
		<comments>http://pkill-9.com/allowing-user-start-session/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 06:13:21 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Skill Level: Easy]]></category>
		<category><![CDATA[pam authenication]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[x]]></category>
		<category><![CDATA[x server]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=1574</guid>
		<description><![CDATA[I had an issue, where I needed to let someone else login to my computer, and peek over my shoulder. But when they tried to start an x11vnc session, they of course got the &#8220;PAM authentication failed, cannot start X server&#8221; error message. It&#8217;s an easy fix, that I found on linuxquestions.org Read this entry [...]]]></description>
			<content:encoded><![CDATA[<p>I had an issue, where I needed to let someone else login to my computer, and peek over my shoulder.  But when they tried to start an x11vnc session, they of course got the &#8220;PAM authentication failed, cannot start X server&#8221; error message.</p>
<p>It&#8217;s an easy fix, that I found on <a href="http://www.linuxquestions.org/questions/linux-general-1/cant-start-remote-x-session-pam-error-120212/" title="Fix x server error message" target="_blank">linuxquestions.org</a>  Read this entry for full details on the &#8220;why it works!&#8221;</p>
<p>So I can&#8217;t claim any credit for this solution.  (BUT it is simple and works wonderfully).  So in my usual step by step approach:</p>
<p>1.  Get to the right directory:</p>
<p><code><br />
cd /var/run/console<br />
</code></p>
<p>2.  Now create an empty file with the user name you want to be able to start an x-session:</p>
<p><code><br />
sudo touch username<br />
</code></p>
<p>Touch will either create an empty (zero length) file, or if the file already exists, it will update the access time stamps.  (might be a &#8220;good thing&#8221; if you want to backup a file!)</p>
<p>We have to become root (use of sudo or you can su -) to do the touch.</p>
<p>3.  I start vnc as:</p>
<p>x11vnc -create -usepw -display :0</p>
<p>-create tells vnc to find the existing x session, or if necessary create it.</p>
<p>-usepw says to use or store a password in ~/.vnc/passwd</p>
<p>- display :0 is the x server display to connect to.</p>
<p>That&#8217;s it!</p>
<p>Wayno</p>
<img src="http://feeds.feedburner.com/~r/Pkill-9/~4/0jZKqai3ZSw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/allowing-user-start-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pkill-9.com/allowing-user-start-session/</feedburner:origLink></item>
		<item>
		<title>First Look:  Ubuntu 12.04 lts</title>
		<link>http://feedproxy.google.com/~r/Pkill-9/~3/i44_GAW75qc/</link>
		<comments>http://pkill-9.com/look-ubuntu-12-04-lts/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 07:28:29 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Skill Level: Medium]]></category>
		<category><![CDATA[first look]]></category>
		<category><![CDATA[Ubuntu 12.04]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=1570</guid>
		<description><![CDATA[I installed the Ubuntu 12.04 beta. Very slow login. Over 2 minutes. There is no way to adjust mouse sensitivity. (even with mouse adjusted as low as it will go, it&#8217;s far too fast.) I tried the gnome-fallback (gnome-panel). Unity was way way too confusing. I will try KDE before totally abandoning Ubuntu, (a 584 [...]]]></description>
			<content:encoded><![CDATA[<p>I installed the Ubuntu 12.04 beta. Very slow login. Over 2 minutes. There is no way to adjust mouse sensitivity. (even with mouse adjusted as low as it will go, it&#8217;s far too fast.) I tried the gnome-fallback (gnome-panel). Unity was way way too confusing.</p>
<p>I will try KDE before totally abandoning Ubuntu, (a 584 meg download!)  but I will be probably be installing Debian Squeeze. Thanks Ubuntu for many years of loyal service. But it is time for us to part ways.</p>
<p>Wayno </p>
<img src="http://feeds.feedburner.com/~r/Pkill-9/~4/i44_GAW75qc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/look-ubuntu-12-04-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pkill-9.com/look-ubuntu-12-04-lts/</feedburner:origLink></item>
		<item>
		<title>Gnome classic (fallback) in Ubuntu 12.04</title>
		<link>http://feedproxy.google.com/~r/Pkill-9/~3/X_HnKOxx3E8/</link>
		<comments>http://pkill-9.com/gnome-classic-fallback-ubuntu-12-04/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 18:40:01 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[Skill Level: Medium]]></category>
		<category><![CDATA[fallback]]></category>
		<category><![CDATA[gnome classic]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=1563</guid>
		<description><![CDATA[Like Ubuntu, but just not convinced that Unity is the next greatest thing since sliced bread? Original article here 1. Simply install the gnome panel: sudo apt-get install gnome-panel Logout, choose gnome at login time, and you are done. Wayno]]></description>
			<content:encoded><![CDATA[<p>Like Ubuntu, but just not convinced that Unity is the next greatest thing since sliced bread?  </p>
<p><a href="http://www.omgubuntu.co.uk/2012/03/gnome-classic-in-ubuntu-12-04-its-like-nothing-ever-changed/" title="Gnome Classic (fallback) in Ubuntu 12.04" target="_blank">Original article here</a></p>
<p>1.  Simply install the gnome panel:</p>
<p><code><br />
sudo apt-get install gnome-panel<br />
</code></p>
<p>Logout, choose gnome at login time, and you are done.</p>
<p>Wayno</p>
<img src="http://feeds.feedburner.com/~r/Pkill-9/~4/X_HnKOxx3E8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/gnome-classic-fallback-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pkill-9.com/gnome-classic-fallback-ubuntu-12-04/</feedburner:origLink></item>
		<item>
		<title>Cat listening to Music</title>
		<link>http://feedproxy.google.com/~r/Pkill-9/~3/3aMCYMt6ppM/</link>
		<comments>http://pkill-9.com/cat-listening-music/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 05:55:07 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Skill Level: Easy]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[picture]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=1556</guid>
		<description><![CDATA[Totally unrelated to Linux.]]></description>
			<content:encoded><![CDATA[<p>Totally unrelated to Linux.  </p>
<p><a href="http://pkill-9.com/wp-content/uploads/2012/03/kitty_love.jpg"><img src="http://pkill-9.com/wp-content/uploads/2012/03/kitty_love.jpg" alt="" title="kitty_love" width="462" height="532" class="aligncenter size-full wp-image-1557" /></a></p>
<img src="http://feeds.feedburner.com/~r/Pkill-9/~4/3aMCYMt6ppM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/cat-listening-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pkill-9.com/cat-listening-music/</feedburner:origLink></item>
		<item>
		<title>How to send broadcast messages to all users in Windows or Linux</title>
		<link>http://feedproxy.google.com/~r/Pkill-9/~3/ZS1PiGwUi2A/</link>
		<comments>http://pkill-9.com/send-broadcast-messages-users-windows-linux/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 05:40:55 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Skill Level: Easy]]></category>
		<category><![CDATA[broadcast message]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wall]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=1542</guid>
		<description><![CDATA[Who knew? For Windows use this method. Of course in Linux Environment &#8212; it&#8217;s even simpler: 1. At a terminal window type: wall 2. Type in your message 3. End it with the End-of-file character (ctrl+d) output looks like: n@H:~$ wall this is a test message (NOTE: I entered ctrl+d to end the message) Broadcast [...]]]></description>
			<content:encoded><![CDATA[<p>Who knew?</p>
<p>For Windows use <a href="http://www.techrepublic.com/article/tech-tip-send-broadcast-messages-the-easy-way-in-windows-xp/5288898" title="Broadcast Messages in Windows" target="_blank">this method.<br />
</a></p>
<p>Of course in Linux Environment &#8212; it&#8217;s even simpler:</p>
<p>1.  At a terminal window type:  wall</p>
<p>2.  Type in your message</p>
<p>3.  End it with the End-of-file character (ctrl+d)</p>
<p>output looks like:</p>
<p>n@H:~$ wall<br />
this is a test message<br />
                                                                     (NOTE:  I entered ctrl+d to end the message)<br />
Broadcast Message from n@H<br />
        (/dev/pts/2) at 22:35 &#8230;<br />
                                                                     this is a test message</p>
<p>n@H:~$ </p>
<p>Wayno </p>
<img src="http://feeds.feedburner.com/~r/Pkill-9/~4/ZS1PiGwUi2A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/send-broadcast-messages-users-windows-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pkill-9.com/send-broadcast-messages-users-windows-linux/</feedburner:origLink></item>
		<item>
		<title>Cox Communications “quality challenged” internet connection (of Cats and Cox)</title>
		<link>http://feedproxy.google.com/~r/Pkill-9/~3/Sjw7-9DR4ms/</link>
		<comments>http://pkill-9.com/cox-communications-quality-challenged-internet-connection/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 01:16:26 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Misc. other devices/things]]></category>
		<category><![CDATA[Skill Level: Medium]]></category>
		<category><![CDATA[cox]]></category>
		<category><![CDATA[cox cable]]></category>
		<category><![CDATA[internet connection]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=1533</guid>
		<description><![CDATA[NOTE: THIS LETTER HAS NOT BEEN SENT, IN HOPE OF RESOLVING THIS ON A LOCAL LEVEL. &#8212;&#8212;&#8212;&#8212;- Patrick J. Esser, President Cox Communications 1400 Lake Hearn Drive Atlanta, Georgia 30319 The Hermitage Cat Shelter is dedicated to the shelter, protection, and care of homeless cats, especially those that are often not considered adoptable by other [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1535" class="wp-caption aligncenter" style="width: 490px"><a href="http://pkill-9.com/wp-content/uploads/2012/02/cox_cat_shelter1.jpg"><img src="http://pkill-9.com/wp-content/uploads/2012/02/cox_cat_shelter1.jpg" alt="Outdoor internet connection provided to Hermitage Cat Shelter, in Tucson, Arizona by Cox Cable" title="Outdoor internet connection provided to Hermitage Cat Shelter, in Tucson, Arizona" width="480" height="640" class="size-full wp-image-1535" /></a><p class="wp-caption-text">Outdoor internet connection provided to Hermitage Cat Shelter, in Tucson, Arizona</p></div>
<p><strong>NOTE:  THIS LETTER HAS NOT BEEN SENT, IN HOPE OF RESOLVING THIS ON A LOCAL LEVEL.</strong></p>
<p>&#8212;&#8212;&#8212;&#8212;-<br />
Patrick J. Esser, President<br />
Cox Communications<br />
1400 Lake Hearn Drive<br />
Atlanta, Georgia 30319</p>
<p><em><a href="http://www.hermitagecatshelter.org/" title="Hermitage Cat Shelter, Tucson, Az" target="_blank">The Hermitage Cat Shelter</a> is dedicated to the shelter, protection, and care of homeless cats, especially those that are often not considered adoptable by other organizations. We are both an adoption facility and long-term sanctuary for those felines who are “adoption-challenged.” including felines who are FIV or FeLV-positive, and other types of chronic health issues. All of our kitties roam free within 8,000 sq ft of outdoor/indoor living space.  (Mission Statement)</em></p>
<p>To that end, we rely heavily upon the internet to carry out our mission.  Approximately a year ago, The Shelter contracted with Cox Communications here in Tucson, Arizona, to install internet access for the shelter.  We have 4 hard wired connections, and a laptop in use, using a central router.  Because the way things we&#8217;re done, we have a cable modem and laptop (wifi) in one building, and the wifi and hardwired router in another.  Because the distance is too great, the laptop cannot connect to the router in the next building, even though it sits a few feet from the cable modem.  All of this goes through a single connection from the outside.</p>
<p>When we often have inclement weather during our monsoon season, or extremes in temperature, we experience frustrating and severe outages.  Why? Because the technician who installed this took several short cuts (see photo, attached) and obviously has no pride in their work.</p>
<p>We are committed to providing the best opportunity available to the cats under our care.  But is Cox committed to doing the right thing and fixing the poor installation quality that was performed?  </p>
<img src="http://feeds.feedburner.com/~r/Pkill-9/~4/Sjw7-9DR4ms" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/cox-communications-quality-challenged-internet-connection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://pkill-9.com/cox-communications-quality-challenged-internet-connection/</feedburner:origLink></item>
		<item>
		<title>Why RTFM is important</title>
		<link>http://feedproxy.google.com/~r/Pkill-9/~3/UoA88kTv3r8/</link>
		<comments>http://pkill-9.com/rtfm-important/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 00:06:52 +0000</pubDate>
		<dc:creator>Wayno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3rd trip]]></category>
		<category><![CDATA[m3a]]></category>
		<category><![CDATA[power supply]]></category>
		<category><![CDATA[read the fine manual]]></category>
		<category><![CDATA[rtfm]]></category>
		<category><![CDATA[vom]]></category>

		<guid isPermaLink="false">http://pkill-9.com/?p=1525</guid>
		<description><![CDATA[Why RTFM is important! The new power supply I got today does NOT have the 4 pin connector I need. Third time&#8217;s a charm? And the new VOM doesn&#8217;t work either. 0 for 2 today. Wayno]]></description>
			<content:encoded><![CDATA[<p>Why <a href="http://en.wikipedia.org/wiki/Rtfm" title="RTFM" target="_blank">RTFM</a> is important!</p>
<p>The new power supply I got today does NOT have the 4 pin connector I need.</p>
<p><a href="http://pkill-9.com/wp-content/uploads/2012/02/asus_mobo_elec.jpg"><img src="http://pkill-9.com/wp-content/uploads/2012/02/asus_mobo_elec.jpg" alt="why rtfm is important" title="Why RTFM is important" width="600" height="450" class="aligncenter size-full wp-image-1526" target="_blank"/></a></p>
<p>Third time&#8217;s a charm?</p>
<p>And the new <a href="http://en.wikipedia.org/wiki/Multimeter" title="VOM" target="_blank">VOM</a> doesn&#8217;t work either.  0 for 2 today.</p>
<p>Wayno</p>
<img src="http://feeds.feedburner.com/~r/Pkill-9/~4/UoA88kTv3r8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pkill-9.com/rtfm-important/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://pkill-9.com/rtfm-important/</feedburner:origLink></item>
	</channel>
</rss>

