<?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>KrazyWorks</title>
	<atom:link href="http://www.krazyworks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krazyworks.com</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Thu, 09 Sep 2010 20:33:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Modifying Solaris Services</title>
		<link>http://www.krazyworks.com/modifying-solaris-services/</link>
		<comments>http://www.krazyworks.com/modifying-solaris-services/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 20:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commands and Shells]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2109</guid>
		<description><![CDATA[Recently I ran into an issue: the sshd service on a Solaris 10 box needed to be used with a custom configuration file. By default, the sshd service will use /etc/ssh/sshd_config. I needed it to use /etc/ssh/sshd_config_custom. I could not just modify the default configuration file. Don't ask why - it's complicated. So here's what I ended up doing and this process is applicable to modifying any other Solaris 10 (and above) service.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/modifying-solaris-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Substitute Commands Depending on User ID</title>
		<link>http://www.krazyworks.com/substitute-commands-depending-on-user-id/</link>
		<comments>http://www.krazyworks.com/substitute-commands-depending-on-user-id/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 18:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commands and Shells]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2104</guid>
		<description><![CDATA[Here is a quick example of how to substitute system commands based on who tries to run them. A customer of mine has recently deployed a security audit application on his servers. The application has a few bugs that the vendor has not yet resolved. For example, the security audit agent looks at the output of the "mount" command to see if any filesystems are mounted without the "nosuid" option.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/substitute-commands-depending-on-user-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3GS OS4 Upgrade</title>
		<link>http://www.krazyworks.com/iphone-3gs-os4-upgrade/</link>
		<comments>http://www.krazyworks.com/iphone-3gs-os4-upgrade/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 21:23:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[3gs]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[itunes for windows]]></category>
		<category><![CDATA[os4]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2081</guid>
		<description><![CDATA[iTunes for Windows must be one of the buggiest, most poorly written applications out there. In terms of wasted months of your life it definitely ranks up there with Lotus Notes and Media Player 12. I don't know how well iTunes works on a Mac (I like computer mice with twenty buttons, so I never was a big Mac fan), but I think I read somewhere that iTunes for Windows is the leading cause of suicides among iPhone owners.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/iphone-3gs-os4-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NFS &#8220;Not Owner&#8221; Error</title>
		<link>http://www.krazyworks.com/nfs-not-owner-error/</link>
		<comments>http://www.krazyworks.com/nfs-not-owner-error/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 03:34:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commands and Shells]]></category>
		<category><![CDATA[Filesystems]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2077</guid>
		<description><![CDATA[The "not owner" error is displayed on the client system (usually Solaris) when attempting to mount an NFS share from a server. This error may appear even though the share is correctly exported and the client system has full access. If you are getting a "permission denied" error, then this article is not for you and you should check here instead.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/nfs-not-owner-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 and 3.0.1 Upgrade Bug</title>
		<link>http://www.krazyworks.com/wordpress-3-0-and-3-0-1-upgrade-bug/</link>
		<comments>http://www.krazyworks.com/wordpress-3-0-and-3-0-1-upgrade-bug/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 20:01:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[hangs]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[maintenance mode]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[stuck]]></category>
		<category><![CDATA[wordpress upgrade]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2069</guid>
		<description><![CDATA[Ignoring my own advice to never install latest WordPress releases as soon as they come out, I upgraded my installation to WP 3.0 and shortly after to 3.0.1. Doing so broke a few things. Automatic ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/wordpress-3-0-and-3-0-1-upgrade-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gadget Review: D-Link DNS-321 NAS</title>
		<link>http://www.krazyworks.com/gadget-review-dlink-dns-321-nas/</link>
		<comments>http://www.krazyworks.com/gadget-review-dlink-dns-321-nas/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 14:51:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Components]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[dlink]]></category>
		<category><![CDATA[dns-321]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[slow]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2054</guid>
		<description><![CDATA[
The D-Link DNS-321 is among the least expensive dual-disk RAID NAS systems currently on the market. This small device offers an impressive array of features such as FTP, Samba, NFS, iTunes, DHCP, HTTP and UPnP ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/gadget-review-dlink-dns-321-nas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gadget Review: Sony PRS-900 eBook Reader</title>
		<link>http://www.krazyworks.com/gadget-review-sony-prs-900-ebook-reader/</link>
		<comments>http://www.krazyworks.com/gadget-review-sony-prs-900-ebook-reader/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 07:37:37 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2041</guid>
		<description><![CDATA[I have a ton of technical documentation in PDF format. Sometimes I need to browse this collection to find some specific piece of information. In other cases I may need to read an entire book ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/gadget-review-sony-prs-900-ebook-reader/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Book Review: CompTIA Linux+ Certification Study Guide</title>
		<link>http://www.krazyworks.com/book-review-comptia-linux-certification-study-guide/</link>
		<comments>http://www.krazyworks.com/book-review-comptia-linux-certification-study-guide/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:06:24 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Books & Certifications]]></category>
		<category><![CDATA[bash shell]]></category>
		<category><![CDATA[brian barber]]></category>
		<category><![CDATA[comptia linux]]></category>
		<category><![CDATA[correct answers]]></category>
		<category><![CDATA[linux certification]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[xzvf]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=2016</guid>
		<description><![CDATA[For all of you hungry certification seekers, today on the menu we have Brian Barber&#8217;s CompTIA Linux+ Certification Study Guide (Syngress, 1st ed., 2009, ISBN: 1597494828). The CompTIA Linux+ certification, as you may or may ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/book-review-comptia-linux-certification-study-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server and Network Monitoring with iPhone</title>
		<link>http://www.krazyworks.com/server-and-network-monitoring-with-iphone/</link>
		<comments>http://www.krazyworks.com/server-and-network-monitoring-with-iphone/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:53:42 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[istat]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[load averages]]></category>
		<category><![CDATA[server monitoring]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[Unix SysAdmin]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1954</guid>
		<description><![CDATA[What is a Unix sysadmin doing with an iPhone, you ask? It was a birthday present, if that&#8217;s all right with you. I know, I should have gotten something odd with a beta version of ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/server-and-network-monitoring-with-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Really Kill Computer Viruses</title>
		<link>http://www.krazyworks.com/how-to-really-kill-computer-viruses/</link>
		<comments>http://www.krazyworks.com/how-to-really-kill-computer-viruses/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 10:34:20 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[bit]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[CREATE]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[destination]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[hard drives]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[ini]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[iso file]]></category>
		<category><![CDATA[iso image]]></category>
		<category><![CDATA[iso images]]></category>
		<category><![CDATA[Knoppix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[system disk]]></category>
		<category><![CDATA[TABLE]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1941</guid>
		<description><![CDATA[How do you know if your computer has a virus? Is it connected to the Internet? Then it has a virus. Many computer viruses and other malicious applications are very resilient and will actively resist any attempts to deactivate and remove them. Some viruses can even delete your antivirus application or prevent it from working properly. Many viruses cannot be effectively removed once they are loaded in memory and active.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/how-to-really-kill-computer-viruses/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forcing Linux to Reboot</title>
		<link>http://www.krazyworks.com/forcing-linux-to-reboot/</link>
		<comments>http://www.krazyworks.com/forcing-linux-to-reboot/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 19:21:35 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Commands and Shells]]></category>
		<category><![CDATA[Filesystems]]></category>
		<category><![CDATA[force reboot]]></category>
		<category><![CDATA[force shutdown]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux reboot]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1935</guid>
		<description><![CDATA[Until I branched out a few years ago from supporting Unix server to working with Linux clusters, I never really encountered this issue: you type "reboot", "init 0", or "shutdown" as root and... nothing happens.  Or the system starts going down but then hangs on unmounting a filesystem or unloading a module. I think this happened once to a colleague of mine who was rebooting a Solaris server, but this is a common problem with Linux.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/forcing-linux-to-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading from Vista to Windows 7</title>
		<link>http://www.krazyworks.com/upgrading-from-vista-to-windows-7/</link>
		<comments>http://www.krazyworks.com/upgrading-from-vista-to-windows-7/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 02:45:24 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Disks and Volumes]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[upgrade failed]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1922</guid>
		<description><![CDATA[Recently I upgraded a client's Vista computer (Toshiba Qosmio, 4Gb, Intel Core Duo P7350, 7200-RPM 200-Gb disk) from Vista Ultimate 64-bit to Windows 7 Ultimate 64-bit. Being a Unix sysadmin this is not something I usually do. How did the experience compare to upgrading HP-UX, Solaris or SLES? In a nutshell: I'd rather walk around all day in wet underwear than attempt to upgrade Vista ever again. ]]></description>
		<wfw:commentRss>http://www.krazyworks.com/upgrading-from-vista-to-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Network Troubleshooting Script</title>
		<link>http://www.krazyworks.com/windows-network-troubleshooting-script/</link>
		<comments>http://www.krazyworks.com/windows-network-troubleshooting-script/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 02:15:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[batch script]]></category>
		<category><![CDATA[connection problem]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network performance]]></category>
		<category><![CDATA[network performance problems]]></category>
		<category><![CDATA[networking issues]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tokens]]></category>
		<category><![CDATA[trace route]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows computer]]></category>
		<category><![CDATA[windows user]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1915</guid>
		<description><![CDATA[I try my best to stay away from Windows. I wish my clients did the same. The usual difficulty of troubleshooting elusive network performance problems is amplified many-fold when there is a Windows computer at the end of the line. With Unix it's relatively simple: run tests "a", "b", "c", etc and follow the familiar process of elimination. With Windows in the picture the number of steps uses up all of the English alphabet and spills over well into the Russian one. And when you finally reach step "я", you have to pull out your Chinese dictionary.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/windows-network-troubleshooting-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NetBackup Command Guide</title>
		<link>http://www.krazyworks.com/netbackup-command-guide/</link>
		<comments>http://www.krazyworks.com/netbackup-command-guide/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 23:17:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[Veritas]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[netbackup]]></category>
		<category><![CDATA[netbackup commands]]></category>
		<category><![CDATA[netbackup troubleshooting]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=816</guid>
		<description><![CDATA[NetBackup is an enterprise-level distributed backup and recovery application. The environment consists of the master server, media server, storage library, networking hardware, and client agents. NetBackup supports a wide variety of Unix, Linux, VMS, and Windows systems. The original backup solution was developed by Control Data Corp., later acquired by Openvision, which gave the product its "NetBackup" name. NetBackup was then bought by Veritas and is currently owned and supported (poorly) by Symantec.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/netbackup-command-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying Data: Are We There Yet?</title>
		<link>http://www.krazyworks.com/copying-data-are-we-there-yet/</link>
		<comments>http://www.krazyworks.com/copying-data-are-we-there-yet/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 23:12:12 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Veritas]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Bonnie]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[hard drives]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[sequential input]]></category>
		<category><![CDATA[storage system]]></category>
		<category><![CDATA[stress]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=898</guid>
		<description><![CDATA[I am sure this will sound familiar: you are copying a large amount of data - either locally or over the network - and you are wondering how long it will take and if there is a way to make things go faster.You may be surprised, but it does matter what type of files you are copying: 1Gb-worth of many small files will take considerably longer to copy than two 500Mb files. The hardware you are using is an important consideration, but it's not the only factor limiting data transfer speed.]]></description>
		<wfw:commentRss>http://www.krazyworks.com/copying-data-are-we-there-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress File Upload Size Limit</title>
		<link>http://www.krazyworks.com/wordpress-file-upload-size-limit/</link>
		<comments>http://www.krazyworks.com/wordpress-file-upload-size-limit/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 01:24:26 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Commands and Shells]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[upload site limit]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress file upload]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1864</guid>
		<description><![CDATA[By default, WordPress will not allow you to upload a file larger than 2Mb. This limit is not set by WordPress itself, but by detaul PHP configuration. This configuration file is usually /etc/php.ini, but normally ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/wordpress-file-upload-size-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Home Theater Computer</title>
		<link>http://www.krazyworks.com/building-a-home-theater-computer/</link>
		<comments>http://www.krazyworks.com/building-a-home-theater-computer/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 11:23:56 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[XBMC]]></category>
		<category><![CDATA[build a home theater]]></category>
		<category><![CDATA[build an htpc]]></category>
		<category><![CDATA[home theater pc]]></category>
		<category><![CDATA[linux htpc]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[video player]]></category>
		<category><![CDATA[windows media center]]></category>
		<category><![CDATA[xbmc on opensuse]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1802</guid>
		<description><![CDATA[Ever wanted to build a kick-ass home theater computer? Here we have some highly detailed instructions for putting together just such a device. It is not a DVR like TiVo or your Verizon HDTV box. ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/building-a-home-theater-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working with Linux Driver Modules</title>
		<link>http://www.krazyworks.com/working-with-linux-driver-modules/</link>
		<comments>http://www.krazyworks.com/working-with-linux-driver-modules/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 22:57:17 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Drivers]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[insmod]]></category>
		<category><![CDATA[kernel module]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lsmod]]></category>
		<category><![CDATA[modinfo]]></category>
		<category><![CDATA[modprobe]]></category>
		<category><![CDATA[rmmod]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1796</guid>
		<description><![CDATA[You just replaced a failed network card, rebooted your server and now network wouldn&#8217;t start and your screen is filled with cryptic error messages about some kernel module doing something it&#8217;s not supposed to do. ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/working-with-linux-driver-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XBMC Home Theater Software</title>
		<link>http://www.krazyworks.com/test-video-post/</link>
		<comments>http://www.krazyworks.com/test-video-post/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 04:51:26 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1779</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.krazyworks.com/test-video-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing from SuSE/SLES to a Windows Printer</title>
		<link>http://www.krazyworks.com/printing-from-susesles-to-a-windows-printer/</link>
		<comments>http://www.krazyworks.com/printing-from-susesles-to-a-windows-printer/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:05:37 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Printers]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[print server]]></category>
		<category><![CDATA[print services for unix]]></category>
		<category><![CDATA[sles]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[YaST]]></category>
		<category><![CDATA[yast2]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1718</guid>
		<description><![CDATA[The following document explains how to configure your SuSE or SLES system to be able to print to a remote printer shared from a Windows server. The first step is to install Unix print support ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/printing-from-susesles-to-a-windows-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reboot Remote Windows Workstation</title>
		<link>http://www.krazyworks.com/reboot-remote-windows-workstation/</link>
		<comments>http://www.krazyworks.com/reboot-remote-windows-workstation/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 13:53:58 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Commands and Shells]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1714</guid>
		<description><![CDATA[When using RDP, sometimes the session may lock up and you may need to reboot your workstation remotely. This can be done using the &#8220;shutdown.exe&#8221; command from your local PC. First, make sure you can ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/reboot-remote-windows-workstation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Duplicate Posts in WordPress</title>
		<link>http://www.krazyworks.com/remove-duplicate-posts-in-wordpress/</link>
		<comments>http://www.krazyworks.com/remove-duplicate-posts-in-wordpress/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 02:28:19 +0000</pubDate>
		<dc:creator>Igor</dc:creator>
				<category><![CDATA[Commands and Shells]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bad]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[ksh]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[TABLE]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.krazyworks.com/?p=1710</guid>
		<description><![CDATA[Below is the SQL script that will attempt to identify and remove duplicate posts in your WordPress database. This script can be useful for autoblogging. If you use plugins like WP-o-Matic to pull full-text RSS ...]]></description>
		<wfw:commentRss>http://www.krazyworks.com/remove-duplicate-posts-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
