<?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>cpradio's tidbits of information &#187; Linux</title>
	<atom:link href="http://cpradio.org/categories/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://cpradio.org</link>
	<description>my life experience and information that may help others find what they need</description>
	<lastBuildDate>Sat, 05 Sep 2009 12:38:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kubuntu 9.04, KDE 4.3 and Quanta Plus 3.5</title>
		<link>http://cpradio.org/personal/kubuntu-9-04-kde-4-3-and-quanta-plus-3-5/</link>
		<comments>http://cpradio.org/personal/kubuntu-9-04-kde-4-3-and-quanta-plus-3-5/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 12:30:49 +0000</pubDate>
		<dc:creator>cpradio</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://cpradio.org/?p=186</guid>
		<description><![CDATA[After upgrading to Kubuntu 9.04 and KDE 4.3, Quanta Plus was removed due to file dependencies not being met.  To resolve the issue, perform the following steps (any 32 bit versions will need to find these packages built for 32 bit systems).
wget http://launchpadlibrarian.net/17069296/kxsldbg_3.5.10-0ubuntu1_amd64.deb
wget http://launchpadlibrarian.net/17069294/kommander_3.5.10-0ubuntu1_amd64.deb
wget http://launchpadlibrarian.net/17069293/klinkstatus_3.5.10-0ubuntu1_amd64.deb
wget http://launchpadlibrarian.net/17069291/kfilereplace_3.5.10-0ubuntu1_amd64.deb
sudo dpkg -i k*.deb
sudo apt-get install quanta
]]></description>
			<content:encoded><![CDATA[<p>After upgrading to Kubuntu 9.04 and KDE 4.3, Quanta Plus was removed due to file dependencies not being met.  To resolve the issue, perform the following steps (any 32 bit versions will need to find these packages built for 32 bit systems).</p>
<p><code style="white-space: nowrap;">wget http://launchpadlibrarian.net/17069296/kxsldbg_3.5.10-0ubuntu1_amd64.deb<br />
wget http://launchpadlibrarian.net/17069294/kommander_3.5.10-0ubuntu1_amd64.deb<br />
wget http://launchpadlibrarian.net/17069293/klinkstatus_3.5.10-0ubuntu1_amd64.deb<br />
wget http://launchpadlibrarian.net/17069291/kfilereplace_3.5.10-0ubuntu1_amd64.deb<br />
sudo dpkg -i k*.deb<br />
sudo apt-get install quanta</code></p>
]]></content:encoded>
			<wfw:commentRss>http://cpradio.org/personal/kubuntu-9-04-kde-4-3-and-quanta-plus-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Printer Support via RDP (Remote Desktop)</title>
		<link>http://cpradio.org/personal/local-printer-support-via-rdp-remote-desktop/</link>
		<comments>http://cpradio.org/personal/local-printer-support-via-rdp-remote-desktop/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 00:39:27 +0000</pubDate>
		<dc:creator>cpradio</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[rdesktop]]></category>

		<guid isPermaLink="false">http://cpradio.org/?p=165</guid>
		<description><![CDATA[For those wanting to support a local printer connected to their Linux system via RDP (Remote Desktop) connecting to a Windows server, here is a quick how-to.

First look up the Printer Name on your Linux box, it is best if it is a single word and under 20 characters.  You can typically find this [...]]]></description>
			<content:encoded><![CDATA[<p>For those wanting to support a local printer connected to their Linux system via RDP (Remote Desktop) connecting to a Windows server, here is a quick how-to.</p>
<ol>
<li>First look up the Printer Name on your Linux box, it is best if it is a single word and under 20 characters.  You can typically find this by opening a document, selecting Print and it should be the name in the drop down.</li>
<li>Next you will have a script that call rdesktop like so:<br />
<code>rdesktop -r printer:&lt;YOUR PRINTER NAME ON LINUX&gt;="WINDOWS DRIVER NAME AS IT APPEARS IN ADD PRINTER" &lt;YOUR SERVER IP ADDRESS&gt;</code></li>
<li>Run the rdesktop script and login</li>
<li>Go to Printers and Faxes</li>
<li>Right-click on the Printer that matches your Linux printer&#8217;s name and choose Properties</li>
<li>Print a test page!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://cpradio.org/personal/local-printer-support-via-rdp-remote-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using rdiff-backup/rsync with your LinkStation Pro Duo</title>
		<link>http://cpradio.org/personal/using-rdiff-backup-with-your-linkstation-pro-duo/</link>
		<comments>http://cpradio.org/personal/using-rdiff-backup-with-your-linkstation-pro-duo/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 03:38:42 +0000</pubDate>
		<dc:creator>cpradio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[linkstation pro duo]]></category>

		<guid isPermaLink="false">http://cpradio.org/?p=150</guid>
		<description><![CDATA[I wanted to use rdiff-backup with my LinkStation Pro Duo as it makes incremental backups and the retrieving of backups just dead easy.  Unfortunately, its a pain in the *** to install rdiff-backup on the LinkStation Pro Duo.  So I wrote a work-around.  
Note: This only works if you are using a [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to use rdiff-backup with my LinkStation Pro Duo as it makes incremental backups and the retrieving of backups just dead easy.  Unfortunately, its a pain in the *** to install rdiff-backup on the LinkStation Pro Duo.  So I wrote a work-around.  </p>
<p><em>Note: This only works if you are using a public/private key for authentication via SSH and on a user by user basis.  To do this read my post titled, <a href="http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/">LinkStation Pro Duo, enabling SSH</a>.</em></p>
<p>To get this to work from a Client machine that runs Linux, you need to install &#8220;sshfs&#8221;.  In short, this allows you to mount a drive/share on your LinkStation Pro Duo onto your client machine.  This in turn gives you the opportunity to run rdiff-backup locally which DOES NOT require rdiff-backup &#8211;server to be installed on the LinkStation.</p>
<p>Once you have sshfs installed, you will need to create a startup script for your username.  Now this will vary depending on the distribution you use, but if you use Ubuntu or one of its derivatives, you can do the following:</p>
<ol>
<li>
<strong>Setup Directory for Mount Detection</strong><br />
We need a directory setup on the NAS so that we can tell if the share has already been mounted.  This is needed because every time you login via SSH, it will try to mount this drive, and if you are like me and you run your PC 24/7, this could be a problem.</p>
<ol>
<li>Remote into your NAS via SSH, using <code>ssh &lt;username&gt;@&lt;nas_ip_address&gt;</code></li>
<li>Create a directory on your NAS that you will put in as the CHECK_FOLDER value in the below script by running<br />
<code>mkdir &lt;path_to_your_new_folder&gt;</code></li>
</ol>
</li>
<li>
<strong>Create a .bash_login script</strong></p>
<ol>
<li>Open your favorite editor (gui, graphical user interface or cli, command line is fine), name it &#8220;.bash_login&#8221;</li>
<li>Copy the following into the file:<br />
<code>#!/bin/bash</code></p>
<p><code>CHECK_FOLDER=/mnt/nas-backup/<username><br />
REMOTE_FOLDER=&lt;username&gt;@&lt;nas_ip_address&gt;:/mnt/array1/Backup<br />
LOCAL_FOLDER=/mnt/nas-backup</username></code></p>
<p><code># Check if the NAS Backup Share has been Mounted, if it hasn't mount it<br />
if [ ! -d $CHECK_FOLDER ]; then<br />
        sshfs $REMOTE_FOLDER $LOCAL_FOLDER<br />
fi</code></li>
<li>Replace the values of CHECK_FOLDER, REMOTE_FOLDER, and LOCAL_FOLDER so it suites your setup.</li>
<li>Save the file</li>
</ol>
</li>
<li><strong>Logout and log back in</strong><br />
Your NAS share should be mounted automatically so long as you have a public/private key authentication setup.</li>
<li><strong>Setting up your rdiff-backup</strong><br />
For rdiff-backup, I simply run<br />
<code>rdiff-backup --exclude-special-files &lt;path_to_directory_to_backup&gt; &lt;mount_location_of_nas_share&gt;</code><br />
<br />
To automate it, I put it as a <a href="http://en.wikipedia.org/wiki/Cron">cronjob that runs every night</a>.</li>
</ol>
<p><em>Note on 12/08/2008: I have now started to use rsync as it does not require me to mount the NAS Shares onto my personal computer.  It also supports public/private keys allowing me to run it via cronjob daily.</em></p>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://cpradio.org/personal/using-rdiff-backup-with-your-linkstation-pro-duo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LinkStation Pro Duo, enabling SSH</title>
		<link>http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/</link>
		<comments>http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 21:31:20 +0000</pubDate>
		<dc:creator>cpradio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[linkstation pro duo]]></category>

		<guid isPermaLink="false">http://cpradio.org/?p=145</guid>
		<description><![CDATA[What I did to enable SSH on my LinkStation Pro Duo:
IMPORTANT NOTE:  I made a few corrections to the below by adding item 3.6, and updating items 4.4, 5.11, and 5.12.  Please read those items over again.  If you needed to perform items 5.11 and 5.12 for two PCs, it is important [...]]]></description>
			<content:encoded><![CDATA[<p>What I did to enable SSH on my LinkStation Pro Duo:</p>
<p><em>IMPORTANT NOTE:  I made a few corrections to the below by adding item 3.6, and updating items 4.4, 5.11, and 5.12.  Please read those items over again.  If you needed to perform items 5.11 and 5.12 for two PCs, it is important that you use the updated commands.</em></p>
<ol>
<li>
<strong>Enable Telnet (temporarily)</strong></p>
<ol>
<li>Download the <a href="http://buffalo.nas-central.org/index.php/Open_Stock_Firmware">acp-commander</a></li>
<li>Run the .jar file by running<br />
<code>java -jar acp_commander.jar -t &lt;IP ADDRESS&gt; -o</code></li>
<li>Login to your LinkStation Pro Duo using (username and password are found on the above link)<br />
<code>telnet &lt;IP ADDRESS&gt;</code></li>
</ol>
</li>
<li>
<strong>Enable SSH at Startup</strong></p>
<ol>
<li>Create an SSH Startup script by typing <code>vi /etc/init.d/sshd.sh</code></li>
<li>Type &#8216;i&#8217; to enter Interactive Mode (this enables you to type), then proceed to type the following code:<br />
<code>#!/bin/sh<br />
test -f /usr/local/sbin/sshd || exit 0</code></p>
<p><code>ACTIVE_FILE=/var/run/active_sshd</code></p>
<p><code>case "$1" in<br />
start)   echo -n "Start services: sshd"<br />
                 /usr/local/sbin/sshd -f /etc/sshd_config 2>/dev/null &#038;<br />
                 touch $ACTIVE_FILE<br />
                 ;;<br />
stop)    echo -n "Stop services: sshd"<br />
                 killall sshd<br />
                 rm -f $ACTIVE_FILE<br />
                 ;;<br />
restart) $0 stop<br />
         $0 start<br />
         ;;<br />
*)       echo "Usage: $0 start | stop | restart"<br />
         exit 1<br />
         ;;<br />
esac<br />
exit 0</code></li>
<li>Press the ESC key and type &#8220;:wq&#8221; to Save and Exit</li>
<li>Make the file executable by running<br />
<code>chmod +x /etc/init.d/sshd.sh</code></li>
<li>Backup the original script startup file by running<br />
<code>cp /etc/init.d/rcS /etc/init.d/rcS.bak</code></li>
<li>Modify the rcS file to contain the SSH startup script by typing the following:<br />
<code>vi /etc/init.d/rcS</code></li>
<li>Press &#8220;i&#8221; to enter Interactive Mode</li>
<li>Page Down till you see<br />
<code>echo "** step3 **"</code></li>
<li>At the end of the next line, add<br />
<code> sshd.sh</code></li>
<li>Your change should now look similar to the following:<br />
<code>for cmd in diskmon.sh drivecheck.sh ftpd.sh atalk.sh httpd.sh smb.sh clientUtil_servd.sh bonjour.sh lsprcvd.sh daemonwatch.sh logrotate_init.sh cron.sh checkconfig.sh ups.sh pwrmgr.sh sshd.sh</code></li>
<li>Save your changes and exit by pressing the ESC key and typing <code>:wq</code></li>
<li>Add your SSH script to the Daemon Watch, so if it crashes/closes, it will be started again automatically.  Run the following code to edit the list<br />
<code>vi /etc/daemonwatch.list</code></li>
<li>Type &#8220;i&#8221; to enter Interactive Mode</li>
<li>Add the following line to the file<br />
<code>/var/run/sshd.pid               /var/run/active_sshd            /etc/init.d/sshd.sh restart</code></li>
<li>Save your changes and exit bt pressing the ESC key and typing <code>:wq</code></li>
</ol>
</li>
<li>
<strong>Configure SSH</strong></p>
<ol>
<li>Backup your original sshd_config file by typing<br />
<code>cp /etc/sshd_config /etc/sshd_config.bak</code></li>
<li>Modify the sshd_config file by typing<br />
<code>vi /etc/sshd_config</code></li>
<li>Press &#8220;i&#8221; to enter Interactive Mode</li>
<li>Remove the # in front of the following lines (you need to use the backspace key to do this; you may also need to change some of the &#8216;no&#8217; values to &#8216;yes&#8217;)<br />
<code>Port 22<br />
Protocol 2,1</code></p>
<p><code>HostKey /etc/ssh_host_key<br />
HostKey /etc/ssh_host_rsa_key<br />
HostKey /etc/ssh_host_dsa_key</code></p>
<p><code>PermitRootLogin yes<br />
StrictModes yes</code></p>
<p><code>RSAAuthentication yes<br />
PubkeyAuthentication yes</code></li>
<li>Save the file by pressing the ESC key then typing <code>:wq</code></li>
<li>Start the SSH Server by running <code>/etc/init.d/sshd.sh start</code></li>
</ol>
</li>
<li>
<strong>Create new Home folders for each user</strong><br />
<em>You will need to do the following for every user you have created!</em></p>
<ol>
<li>Create the users via the Web Interface first, once the users are created, start Step 2 for each user</li>
<li>Create a directory for the user by typing (replace &lt;username&gt; with the actual username)<br />
<code>mkdir /home/&lt;username&gt;</code></li>
<li>Give the user permission to that folder by typing<br />
<code>chown &lt;username&gt;.&lt;group&gt; /home/&lt;username&gt;</code><br />
Now this is a bit tricky, depending how you setup the groups.  You want to give the permission to a valid user and a group the user is part of.  For example, if you have a user named &#8220;matt&#8221; and a group named &#8220;contributor&#8221;, then your command would be<br />
<code>chown matt.contributor /home/matt</code></li>
<li>Finally, make sure the directory has the correct permissions by running the following command<br />
<code>chmod 0755 /home/&lt;username&gt;</code></li>
<li>Set the user&#8217;s home directory by running<br />
<code>usermod -d /home/&lt;username&gt; &lt;username&gt;</code></li>
</ol>
</li>
<li>
<strong>Create public/private key pairs for each user</strong><br />
<em>You will need to do the following for every user you have created!</em><br />
I am only going to go over the commands you would use in Linux as I haven&#8217;t tried this with PuTTY yet.  You will need to do these steps as &#8220;each user&#8221;.  In other words, you will have to logout on your PC, login as the next user and repeat the commands (advanced users can use su &lt;username&gt; to login as an additional user without logging out as their own).</p>
<ol>
<li>Run the following command in Terminal or Konsole on YOUR PC<br />
<code>ssh-keygen</code></li>
<li>Leave the file name as &#8220;id_rsa&#8221;</li>
<li>If you want a passphrase enter it here, otherwise, leave it blank (I left mine blank)</li>
<li>Next run the following command to generate a SSH 2 key<br />
<code>ssh-keygen -t dsa</code></li>
<li>Leave the file name as &#8220;id_dsa&#8221;</li>
<li>If you want a passphrase enter it here, otherwise, leave it blank (I left mine blank)</li>
<li>Next copy the files to your LinkStation by running<br />
<code>scp .ssh/*.pub &lt;username&gt;@&lt;IP ADDRESS&gt;:/home/&lt;username&gt;</code></li>
<li>Next login to the LinkStation via SSH using<br />
<code>ssh &lt;username&gt;@&lt;IP ADDRESS&gt;</code></li>
<li>Once login run the following command to create your SSH key directory<br />
<code>mkdir .ssh</code></li>
<li>Make sure the permissions are set properly by running<br />
<code>chmod 0700 .ssh</code></li>
<li>Load the public key for SSH 1 by running<br />
<code>cat id_rsa.pub &gt;&gt; .ssh/authorized_keys</code></li>
<li>Load the public key for SSH 2 by running<br />
<code>cat id_dsa.pub &gt;&gt; .ssh/authorized_keys2</code></li>
<li>Make sure the public key entries for SSH have the correct permissions by running<br />
<code>chmod 0600 .ssh/authorized_keys*</code></li>
<li>Exit out of the LinkStation by typing &#8220;exit&#8221;</li>
<li>Try step 8 again and make sure it did not ask for your password this time (if you entered a passphrase, you will be prompted for your passphrase)</li>
</ol>
</li>
</ol>
<p>Download the <a href='http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/attachment/sshd_config/' rel='attachment wp-att-171'>sshd_config.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cpradio.org/personal/linkstation-pro-duo-enabling-ssh/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Backup a Hard Drive over the Network</title>
		<link>http://cpradio.org/linux/backup-a-hard-drive-over-the-network/</link>
		<comments>http://cpradio.org/linux/backup-a-hard-drive-over-the-network/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 00:52:30 +0000</pubDate>
		<dc:creator>cpradio</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cpradio.org/linux/backup-a-hard-drive-over-the-network/</guid>
		<description><![CDATA[This is a technique I constantly forget when I absolutely need it, and so I am going to post it for future reference as I hate trying to figure out over and over again.
So here is the big secret.  First get a Linux distrobution that allows you to use a Live CD.  Boot [...]]]></description>
			<content:encoded><![CDATA[<p>This is a technique I constantly forget when I absolutely need it, and so I am going to post it for future reference as I hate trying to figure out over and over again.</p>
<p>So here is the big secret.  First get a Linux distrobution that allows you to use a Live CD.  Boot up the computer you wish to backup with the Live CD.  While that is happening, get on your primary PC (that is hopefully running Linux) and type the following command and run it:<br />
<code>netcat -l -p 1234 | dd of=backup.img bs=16065b</code></p>
<p>Once the Live CD is booted, start up the terminal/konsole and run the following (must be ran after the prior command):<br />
<code>sudo dd if=&lt;hard drive partition to backup&gt; bs=16065b | netcat &lt;linux PC's IP Address&gt; 1234</code></p>
<p>That&#8217;s it!  It will now backup the hard drive partition you selected on the PC running the Live CD.  So easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://cpradio.org/linux/backup-a-hard-drive-over-the-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disk Full</title>
		<link>http://cpradio.org/linux/disk-full/</link>
		<comments>http://cpradio.org/linux/disk-full/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 02:49:06 +0000</pubDate>
		<dc:creator>cpradio</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cpradio.org/linux/disk-full/</guid>
		<description><![CDATA[For anyone who uses Linux, especially Ubuntu or Kubuntu, you will want to read this!  I personally hate how Ubuntu and Kubuntu setup my partitions.  They typically setup two partitions, the swap, and the rest of the hard drive.  I personally prefer to have a partition for the following: / /boot /usr [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone who uses Linux, especially Ubuntu or Kubuntu, you will want to read this!  I personally hate how Ubuntu and Kubuntu setup my partitions.  They typically setup two partitions, the swap, and the rest of the hard drive.  I personally prefer to have a partition for the following: / /boot /usr /var /tmp swap.</p>
<p>Now, the reason I hate how Ubuntu and Kubuntu do this, is it is very easy to fill up the entire drive and not know where the bulk of the data is.  With separate partitions, when one fills, you know what caused it, or more specifically, what folder is growing too large.  I use several development packages and pull down the source to a lot of packages for experimental use, and so a 160 GB drive can fill up fast.  With that said, partitioning things out allows me to quickly identify where I need to allocate more storage, and put in a new drive to handle it.</p>
<p>I wish Ubuntu and Kubuntu would allow the Guided Partioning that Debian allows under expert mode to create a multi-partition setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://cpradio.org/linux/disk-full/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remote Access in KDE</title>
		<link>http://cpradio.org/personal/remote-access-in-kde/</link>
		<comments>http://cpradio.org/personal/remote-access-in-kde/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 00:44:35 +0000</pubDate>
		<dc:creator>cpradio</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cpradio.org/2007/01/14/remote-access-in-kde/</guid>
		<description><![CDATA[I have been looking for a way to login to my other PCs which have no monitors, and for the most part SSH works fine, but lately I have found myself wanting to create more of a testing environment setup without using a Virual Machine.  Enter &#8216;Remote Connection using XDMCP&#8217;. 
There are a few [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking for a way to login to my other PCs which have no monitors, and for the most part SSH works fine, but lately I have found myself wanting to create more of a testing environment setup without using a Virual Machine.  Enter &#8216;Remote Connection using XDMCP&#8217;. </p>
<p>There are a few things you have to do to the machine you wish to login to first before you can use this nice feature.  First of all you need to modify the /etc/kde3/kdm/kdmrc file and set make sure you have the following:<br />
[code]<br />
[Xdmcp]<br />
# Whether KDM should listen to incoming XDMCP requests.<br />
# Default is true<br />
Enable=true<br />
# The UDP port on which KDM should listen for XDMCP requests. Do not change.<br />
# Default is 177<br />
Port=177<br />
# File with the private keys of X-terminals. Required for XDM authentication.<br />
# Default is ""<br />
KeyFile=/etc/kde3/kdm/kdmkeys<br />
# XDMCP access control file in the usual XDM-Xaccess format.<br />
# Default is "/etc/kde3/kdm/Xaccess"<br />
Xaccess=/etc/kde3/kdm/Xaccess<br />
# Number of seconds to wait for display to respond after the user has<br />
# selected a host from the chooser.<br />
# Default is 15<br />
#ChoiceTimeout=10<br />
# Strip domain name from remote display names if it is equal to the local<br />
# domain.<br />
# Default is true<br />
#RemoveDomainname=false<br />
# Use the numeric IP address of the incoming connection on multihomed hosts<br />
# instead of the host name.<br />
# Default is false<br />
#SourceAddress=true<br />
# The program which is invoked to dynamically generate replies to XDMCP<br />
# DirectQuery or BroadcastQuery requests.<br />
# If empty, no program is invoked and "Willing to manage" is sent.<br />
# Default is ""<br />
Willing=/etc/kde3/kdm/Xwilling<br />
[/code]</p>
<p>Next you need to modify the /etc/kde3/kdm/Xaccess file.  For ease of use, I made it so any host (&#8216;*&#8217;) can connect and the CHOOSER BROADCAST was set to &#8216;*&#8217;.</p>
<p>Once you have that finished, you then must restart KDM.  From the command line or the TTY login, run &#8220;sudo /etc/init.d/kdm restart&#8221;.</p>
<p>Now you can login to the remote machine using XDMCP.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://cpradio.org/personal/remote-access-in-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard Drive Failure.</title>
		<link>http://cpradio.org/personal/hard-drive-failure/</link>
		<comments>http://cpradio.org/personal/hard-drive-failure/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 03:43:20 +0000</pubDate>
		<dc:creator>cpradio</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://cpradio.org/2007/01/12/hard-drive-failure/</guid>
		<description><![CDATA[Today I found out one of my media center hard drives decided to die.  My media center has been acting strange all week but today was the first evening I was actually able to investigate the problem.
After pulling off the side of my case to first figure out what the popping noise was I [...]]]></description>
			<content:encoded><![CDATA[<p>Today I found out one of my media center hard drives decided to die.  My media center has been acting strange all week but today was the first evening I was actually able to investigate the problem.</p>
<p>After pulling off the side of my case to first figure out what the popping noise was I heard late Monday evening, I really didn&#8217;t see anything unusual.  I then proceeded to investigate the hard drives since two of them disappeared off my computers radar.  Upon investigating and through many tests, I discovered my secondary slave drive (a 120 GB Hitachi Deskstar 7200 RPM P/N 07N9549) died.  This sucked!  I had  a dozen DVDs on that drive in ISO format so I could just quickly play any of them without putting in an actual DVD Disc.</p>
<p>So without any doubt I will be looking for a hard drive to replace my dead one plus a few new fans, as some of them are getting really loud and are annoying the crap out of me.</p>
]]></content:encoded>
			<wfw:commentRss>http://cpradio.org/personal/hard-drive-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lesson Learned &#8211; Just Leave IT Alone!</title>
		<link>http://cpradio.org/personal/lesson-learned-just-leave-it-alone/</link>
		<comments>http://cpradio.org/personal/lesson-learned-just-leave-it-alone/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 01:09:46 +0000</pubDate>
		<dc:creator>cpradio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://cpradio.org/2006/12/17/lesson-learned-just-leave-it-alone/</guid>
		<description><![CDATA[Today, I bought myself a &#8220;Logitech TrackMan Wheel&#8221; mouse and being the bright person I am, I unplugged my old mouse from my machine (while it was powered on) and plugged in the new mouse.  Instantly I could move the cursor across my two desktops at the ease of moving a ball, while my [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I bought myself a &#8220;Logitech TrackMan Wheel&#8221; mouse and being the bright person I am, I unplugged my old mouse from my machine (while it was powered on) and plugged in the new mouse.  Instantly I could move the cursor across my two desktops at the ease of moving a ball, while my hand frantically tried to move the whole mouse.</p>
<p>Then, I decided to browse a few forums I like to visit, and behold I noticed the scroll wheel did not scroll the page up and down&#8230;BLAST!  I then proceeded to assume it was a configuration issue and search the Internet high and low for solutions that all failed.  Using ZAxisMapping of &#8220;6 7&#8243; or &#8220;8 9&#8243;, etc. all of it did not work!  Restarted X Server countless times all to find out my latest changes were doing nothing but annoying my wife (as when GAIM starts and she is logged in, it automatically sends her a message, and so she got half a dozen or more tonight alone).</p>
<p>Finally, I reverted my X configuration back to its normal settings and decided to lose my up-time statistics to see if a reboot would help anything.  TA DA! Everything worked right out of the box.  Why I spent an hour earlier trying 50 dozen things that didn&#8217;t work instead of properly installing the mouse is beyond me, but none the less, I am now a much happier person trying to overcome the frantic need to move the mouse physically to move the cursor.</p>
<p>Let this be a lesson learned, no matter how simple the computer part, it is best to install it with the computer powered off.  Who would have guessed?</p>
]]></content:encoded>
			<wfw:commentRss>http://cpradio.org/personal/lesson-learned-just-leave-it-alone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busy Week</title>
		<link>http://cpradio.org/personal/busy-week/</link>
		<comments>http://cpradio.org/personal/busy-week/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 03:34:49 +0000</pubDate>
		<dc:creator>cpradio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[cpCommerce]]></category>

		<guid isPermaLink="false">http://cpradio.org/2006/12/16/busy-week/</guid>
		<description><![CDATA[This week was really busy for me, I had a lot of tasks to get done this week  at work and just added another big one I would like to have completed before  I go on Vacation next Friday.
Aside from that though, I also had a lot of things going on at home. [...]]]></description>
			<content:encoded><![CDATA[<p>This week was really busy for me, I had a lot of tasks to get done this week  at work and just added another big one I would like to have completed before  I go on Vacation next Friday.</p>
<p>Aside from that though, I also had a lot of things going on at home.  I have  been prolonging fixing my main system as it continuously frustrated me, but  today I decided to give it another try and to get the second power supply to  properly control my hard drives, while my main power supply powered the  motherboard and video card.  FINALLY today it worked!  Now my main system  finally has all its hard drives running which is sitting at a total of 5  right now, in a while, I will be adding more, but 5 is good.</p>
<p>I also got my secondary system (used for development/testing of Linux updates  before preforming them on my main machine) up and running today with a major  overhaul.  I also have two 120 GB drives in there for storage as well and I  am thinking I will mirror them and use it for backups, but that will be  decided later.  Right now, I have it installing Feisty  (<a href="https://wiki.kubuntu.org/FeistyFawn/Herd1/Kubuntu">https://wiki.kubuntu.org/FeistyFawn/Herd1/Kubuntu</a>) as I want to see what eye  candy comes out of it and see if I want it on my main machine.</p>
<p>Also, cpCommerce released v1.0.4 this week!  I re-added the MySQLi support.   It also has several fixes by other members who spent countless hours learning  how to use SVN and contribute to fixing the bugs.</p>
<p>Well, I really do not have anything more to add at this moment.  I am looking  forward to a 4 day work week and then I will be gone for 8 days as I am going  down to TN for Christmas (I may even take Kami &#8211; my wife along&#8230; hehe).</p>
]]></content:encoded>
			<wfw:commentRss>http://cpradio.org/personal/busy-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.396 seconds -->
<!-- Cached page served by WP-Cache -->
