<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>T'Krin's Realm</title>
	<link>http://www.tkrin.net</link>
	<description>My yammerings...</description>
	<lastBuildDate>Sun, 01 Jun 2008 02:55:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Dean Kamen&#8217;s Robot Arm Grabs More Publicity &#124; Gadget Lab from Wired.com</title>
		<description><![CDATA[Dean Kamen showed some video of the impressive, mind-controlled prosthetic robot arm he&#8217;s invented today at D6 in Carlsbad.
Dean Kamen&#8217;s Robot Arm Grabs More Publicity &#124; Gadget Lab from Wired.com
This is absolutely fantastic, especially for the those who have lost limbs in Iraq!
]]></description>
		<link>http://www.tkrin.net/44/</link>
			</item>
	<item>
		<title>Vsftpd + SSL on CentOS 5</title>
		<description><![CDATA[Sweet and Simple.  Should be OK on CentOS 4, I&#8217;d imagine too.
The following will force SSL for ftp connections.  Also, passive connections will be required as well.
1 - Add the following to your vsftpd.conf file:
pasv_address=192.168.1.1
pasv_min_port=40000
pasv_max_port=40100
ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
force_local_logins_ssl=YES
ssl_tlsv1=NO
ssl_sslv2=NO
ssl_sslv3=YES
rsa_cert_file=/etc/ssl/your_cert.pem

Restart vsftpd:  service vsftpd restart
2 - If you have iptables setup on your box add the following to [...]]]></description>
		<link>http://www.tkrin.net/40/</link>
			</item>
	<item>
		<title></title>
		<description><![CDATA[This was actually made using Google Docs.  Pretty neat!
]]></description>
		<link>http://www.tkrin.net/39/</link>
			</item>
	<item>
		<title>Finally&#8230; WP 2.0</title>
		<description><![CDATA[Upgraded and surprisingly, no issues.  w00t
]]></description>
		<link>http://www.tkrin.net/28/</link>
			</item>
	<item>
		<title>Sun X2100 + VGA monitor = 0</title>
		<description><![CDATA[Sun assumes the X2100s are going to be run headless, and therefore, configures it output via the serial console.  If you plugin a monitor into the video port on this nice little pizza box, you&#8217;ll end up w/ a blinking underscore.  So, some safe advice&#8230;  make sure you have access to a [...]]]></description>
		<link>http://www.tkrin.net/27/</link>
			</item>
	<item>
		<title>Antivirus solutions from Symantec, McAfee and TrendMicro are not all they are cracked up to be.</title>
		<description><![CDATA[I&#8217;ve not been willing, as with many of my peers, to install solutions from the big three AV vendors.  Read on and come to your own conclusion. 
Why popular antivirus apps do not work
]]></description>
		<link>http://www.tkrin.net/26/</link>
			</item>
	<item>
		<title>Airport support in Ubuntu Dapper on a PowerBook G4</title>
		<description><![CDATA[It was surprisingly easy to get the Airport card working.  First download and install the firmware files in a deb package format from:
http://ubuntu.cafuego.net/dists/dapper-cafuego/bcm43xx/
It puts firmware files in /lib/firmware.
Next create a little script such as:
#!/bin/bash
interface=eth0 #interface of your wireless card
#Turning off wired network&#8230;
ifconfig eth1 down
modprobe bcm43xx
#Starting up wireless network&#8230;
ifconfig $interface up
iwconfig $interface essid MY_ESSID
iwconfig $interface [...]]]></description>
		<link>http://www.tkrin.net/25/</link>
			</item>
	<item>
		<title>Some consultants are pathetic!</title>
		<description><![CDATA[We get a call from a new client, which is always nice.  He proceeds to describe that the company he hired to create a new website for his company hosed his web server, SBS 2003 running IIS, which is sad by itself.    I&#8217;m told that the company develops on either Linux [...]]]></description>
		<link>http://www.tkrin.net/24/</link>
			</item>
	<item>
		<title>Tool to help recover from a broken RAID5</title>
		<description><![CDATA[Raid5 image reconstruction]]></description>
		<link>http://www.tkrin.net/23/</link>
			</item>
	<item>
		<title>Howto: Samba 3 Authenticating to Windows 2003 Active Directory</title>
		<description><![CDATA[A quick and dirty howto for CentOS 4.

Make sure system is completely updated.
yum update

Make sure Kerberos packages are installed.
krb5-server krb5-workstation

Edit /etc/krb5.conf to work with the 2003 AD server.  It should look similar to below.  The line in bold are what needs to be chanaged and entries are CASE sensitive!

[logging]
 default = FILE:/var/log/krb5libs.log
 kdc [...]]]></description>
		<link>http://www.tkrin.net/22/</link>
			</item>
</channel>
</rss>
