<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Schlunix.org</title>
	<link>http://schlunix.org</link>
	<description>endeavors in *nix</description>
	<lastBuildDate>Sat, 16 Jan 2010 08:31:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Oops, I updated Windows and overwrote the MBR</title>
		<description><![CDATA[I just updated to Windows 7 on my dual-boot laptop, and of course, Windows is greedy, and with its brain-dead installation process it just assumes I would like to overwrite the MBR. Here&#8217;s how I got GRUB working again: I downloaded the latest ArchLinux Live distro from http://arch-live.isawsome.net/iso/ which at the time of writing was [...]]]></description>
		<link>http://schlunix.org/archives/37</link>
			</item>
	<item>
		<title>Cannot Connect to Hidden Wireless Network</title>
		<description><![CDATA[I don&#8217;t know if this is Arch Linux specific or not. After a recent kernel upgrade, 2.6.28, I was not able to connect to hidden wireless networks. This could either be fixed by unhiding the SSID, or by the steps below. Install the &#8220;crda&#8221; package: # pacman -S crda Uncomment your region in the &#8220;wireless-regdom&#8221; [...]]]></description>
		<link>http://schlunix.org/archives/31</link>
			</item>
	<item>
		<title>Lock mythtv frontends from updating video metadata</title>
		<description><![CDATA[I wanted to lock certain mythtv frontends from updating my precious video metadata. Just to ensure my hours of hard work are not wasted. Yes I have database backups, but this is a better solution.]]></description>
		<link>http://schlunix.org/archives/12</link>
			</item>
	<item>
		<title>Arch Linux Package Mirror</title>
		<description><![CDATA[I finally get a chance to give something back to the Linux community that has been so good to me over the past few years. I started a package mirror for Arch Linux, sure there are plenty of other ones to chose from. But this is a way I can at least do a little [...]]]></description>
		<link>http://schlunix.org/archives/10</link>
			</item>
	<item>
		<title>Solaris 10 DNS Server for LAN</title>
		<description><![CDATA[I finally got a DNS server up and running for my computers. Thanks to http://www.logiqwest.com/dataCenter/Demos/RunBooks/DNS/DNSsetup.html with a great little script that turns your hosts file into DNS entries for BIND. Basically it came down to: Editing the /etc/hosts file to have all the records I wanted Create /var/named directory Place the h2n script in the [...]]]></description>
		<link>http://schlunix.org/archives/8</link>
			</item>
	<item>
		<title>Solaris 10 NTP Setup</title>
		<description><![CDATA[The config file is in /etc/inet/ntp.conf Setup the file based on instructions here http://www.itworld.com/Comp/3380/nls_unixntp3041028/ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; The top 50 lines or so of this prototype file are comments that provide information on the syntax of the operative lines. The most important line of this file is the server line. The initial server line will look like [...]]]></description>
		<link>http://schlunix.org/archives/7</link>
			</item>
	<item>
		<title>Solaris 10 Networking Setup</title>
		<description><![CDATA[With all I&#8217;ve been doing getting the server up and running with apache and everything else I never realized it could not connect to the internet. blastwave.org to the rescue: http://www.blastwave.org/docs/step-152.html To get the networking setup to be able to access the internet I needed to edit /etc/defaultrouter and put my router&#8217;s IP in there. [...]]]></description>
		<link>http://schlunix.org/archives/6</link>
			</item>
	<item>
		<title>C Shell in Solaris 10</title>
		<description><![CDATA[I forget where I found the instructions on to do this, but I simplified them to make it easier for me next time&#8230; Anyway here it is. I set up C shell on the Sun server. Much nicer than Bourne. It has history and a nice looking prompt and everything. Can even use the arrow [...]]]></description>
		<link>http://schlunix.org/archives/5</link>
			</item>
	<item>
		<title>More on redirects with apache</title>
		<description><![CDATA[Okay I got the redirects working finally (correctly), to redirect domain.com to www.domain.com. I tried a simple RedirectMatch but that was directing everything with &#8220;sunfire.mydomain.home&#8221; to &#8220;www.sunfire.mydomain.home&#8221;. So &#8220;blog.sunfire.mydomain.home&#8221; was redirecting to &#8220;www.sunfire.mydomain.home&#8221;. Just had to put this in my .htaccess: RewriteEngine On #Options +FollowSymlinks RewriteCond %{HTTP_HOST} ^sunfire\.mydomain\.home RewriteRule ^(.*)$ http://www.sunfire.mydomain.home [R=permanent,L] Notice I don&#8217;t [...]]]></description>
		<link>http://schlunix.org/archives/4</link>
			</item>
	<item>
		<title>Getting redirects working in apache</title>
		<description><![CDATA[Been down for a while, reconfiguring apache. I got the automatic domain thing working now so I can make all the subdomains I want and apache will automatically redirect to them. Of course I managed to screw it up somehow and had some sort of redirect loop going on. I just redid everything and it [...]]]></description>
		<link>http://schlunix.org/archives/3</link>
			</item>
</channel>
</rss>
