<?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"
	>

<channel>
	<title>Deep Fried Tech</title>
	<atom:link href="http://www.lockergnome.com/deepfriedtech/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lockergnome.com/deepfriedtech</link>
	<description>Technology with a southern taste.</description>
	<pubDate>Mon, 13 Aug 2007 22:32:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Further Progress Using A Dell Open Source PC</title>
		<link>http://www.lockergnome.com/deepfriedtech/2007/08/13/further-progress-using-a-dell-open-source-pc/</link>
		<comments>http://www.lockergnome.com/deepfriedtech/2007/08/13/further-progress-using-a-dell-open-source-pc/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 18:47:40 +0000</pubDate>
		<dc:creator>yakk0dotorg</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/deepfriedtech/2007/08/13/further-progress-using-a-dell-open-source-pc/</guid>
		<description><![CDATA[Recompiling everything again after changing my use tags in Gentoo. I&#8217;ve decided to go with a GUI on this system, even though it&#8217;s a server. I figure being able to VNC into it might be useful, and I eventually want to play with MythTV on it. I&#8217;ve also installed Avahi, which is a zeroconf mDNS [...]]]></description>
			<content:encoded><![CDATA[<p>Recompiling everything again after changing my use tags in Gentoo. I&#8217;ve decided to go with a GUI on this system, even though it&#8217;s a server. I figure being able to VNC into it might be useful, and I eventually want to play with MythTV on it. I&#8217;ve also installed Avahi, which is a zeroconf mDNS app. Works great with my Mac for things like ssh on my local network at home. Most of the other apps I need have been installed but not configured yet. Verlihub is the main program, and I&#8217;ve imported the MySQL database from the old server and it looks like everything moved OK. Samba and Apache will come tonight.</p>
<p>The one thing that worries me about this system is that it doesn&#8217;t boot consistently. Actually, it is consistent, but only in its lack of booting. If it is on and running for longer than a few minutes and I reboot it won&#8217;t come back up. It goes through the Grub selection screen, then after a kernel is selected I get a screen with information on my CPU then it reboots. I can&#8217;t find that it&#8217;s logging anything at this point, so I&#8217;m not sure exactly what&#8217;s going on. I suspect it&#8217;s heat-related. I&#8217;m able to get it to boot if I let it sit powered off for a few minutes then power it back on. I&#8217;ve been hoping it was something I&#8217;ve done, but it does the same thing with the stock 2.6.19 kernel the Gentoo install put on the system as it does with the 2.6.22 one I&#8217;m using. Calling Dell about a computer that uses Linux scares the crap out of me.</p>
<p>[tags]dell, gentoo, home server[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/deepfriedtech/2007/08/13/further-progress-using-a-dell-open-source-pc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dell Open Source PC As Home Server</title>
		<link>http://www.lockergnome.com/deepfriedtech/2007/08/11/dell-open-source-pc-as-home-server/</link>
		<comments>http://www.lockergnome.com/deepfriedtech/2007/08/11/dell-open-source-pc-as-home-server/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 03:37:31 +0000</pubDate>
		<dc:creator>yakk0dotorg</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/deepfriedtech/2007/08/11/dell-open-source-pc-as-home-server/</guid>
		<description><![CDATA[I took advantage of Tennessee&#8217;s tax free weekend and got a Dell Inspiron 530s desktop system with FreeDOS (and without a monitor) to replace my home server with one that is much more powerful, and hopefully more power-efficient. My current system is a Dell OptiPlex GX400, with a Pentium 4 1.4Ghz with 768MB ram and [...]]]></description>
			<content:encoded><![CDATA[<p>I took advantage of Tennessee&#8217;s tax free weekend and got a Dell Inspiron 530s desktop system with FreeDOS (and without a monitor) to replace my home server with one that is much more powerful, and hopefully more power-efficient. My current system is a Dell OptiPlex GX400, with a Pentium 4 1.4Ghz with 768MB ram and about 500GB total storage. The new system has a Core 2 Duo 2.13Ghz processor, 1GB of RAM (more to be added later), and has a 320GB hard drive. I&#8217;ll be moving the 400GB drive from my current server to a USB enclosure to use with this system as well.</p>
<p>The old server is running Gentoo Linux, and I&#8217;m planning on running Gentoo on the new one as well. My first problem with the system was the Intel gigabit network card. It&#8217;s the e1000 driver in Linux, and although the Gentoo LiveCD detected it, the module wouldn&#8217;t load. I booted to a Ubuntu CD with the same results, and found a <a href="http://ubuntuforums.org/showthread.php?t=502058&amp;highlight=530+network+card">thread</a> that mentioned downloading a more current driver from Intel and loading that. I put it on a USB drive, and it worked in Ubuntu. However, when I tried it in the Gentoo LiveCD it didn&#8217;t work. Apparently the Ubuntu disc has the Linux kernel headers available, but the Gentoo CD doesn&#8217;t. I was eventually able to get Gentoo installed by using the LiveCD&#8217;s networkless install then chrooting into the install from within the Ubuntu CD where I had network support. After getting a base system up, I was able to load the new network driver in Gentoo, and after 24 hours I had a working system.</p>
<p>I am currently doing an &quot;emerge -e world,&quot; which will recompile the entire system. Because I had done a networkless install, I had a bunch of applications that needed updating. Remembering back to the many times I have been through this process on the P4, it&#8217;s nice to have a dual-core system. It&#8217;s taking hours instead of days to get things done. Tomorrow when the emerge is finished I will install Apache, Samba, and all the other apps I need before I move the data over.</p>
<p>[tags]dell, linux, gentoo, ubuntu, server, inspiron, 530s, inspiron 530s, freedos[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/deepfriedtech/2007/08/11/dell-open-source-pc-as-home-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iTunes Goes DRM Free!</title>
		<link>http://www.lockergnome.com/deepfriedtech/2007/05/30/itunes-goes-drm-free/</link>
		<comments>http://www.lockergnome.com/deepfriedtech/2007/05/30/itunes-goes-drm-free/#comments</comments>
		<pubDate>Wed, 30 May 2007 19:14:29 +0000</pubDate>
		<dc:creator>yakk0dotorg</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/deepfriedtech/2007/05/30/itunes-goes-drm-free/</guid>
		<description><![CDATA[The iTunes Store now has DRM free songs! If you don&#8217;t know what DRM is, it&#8217;s what prevents you from using your legally purchased music on another device, like the Microsoft Zune can play the AAC format that music from iTunes comes in, but the Zune can&#8217;t play the music that&#8217;s been encrypted with Apple&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>The iTunes Store now has DRM free songs! If you don&#8217;t know what DRM is, it&#8217;s what prevents you from using your legally purchased music on another device, like the Microsoft Zune can play the AAC format that music from iTunes comes in, but the Zune can&#8217;t play the music that&#8217;s been encrypted with Apple&#8217;s DRM. If you buy the from iTunes designated as &#8220;iTunes Plus,&#8221; it&#8217;s DRM free, so you&#8217;re free to play it with anything that can understand the file format. The songs are also double the quality of the standard songs purchased, but they&#8217;re also $0.30 more. I can live with the price increase for the benefits of being able to play my music wherever.</p>
<p>Right now the songs are only from EMI&#8217;s catalog. If you go to the iTunes Plus section in iTunes, you can see how many songs in your library can be converted. It can then download and replace the songs in your library, giving you the nice option to delete the replaced files or place them in a folder on your desktop. I don&#8217;t think the original songs even have to be on your computer either. I am on a new computer and most of my songs are on my iPod and not on my computer and it&#8217;s getting songs I know I hadn&#8217;t copied over. The store seems to be getting hit hard, so it will take some patience. I&#8217;m getting &#8220;error 504&#8243; a lot, but the songs are coming down slowly.</p>
<p>Maybe now I can get that streaming server going for my home that I wanted to set up a while back. I abandoned it because most of my music was DRMed.</p>
<p>[tags]iTunes, DRM, AAC, EMI, music, iPod[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/deepfriedtech/2007/05/30/itunes-goes-drm-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Insert Random Title About MacBook Here</title>
		<link>http://www.lockergnome.com/deepfriedtech/2007/04/30/11/</link>
		<comments>http://www.lockergnome.com/deepfriedtech/2007/04/30/11/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 20:23:09 +0000</pubDate>
		<dc:creator>yakk0dotorg</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/deepfriedtech/2007/04/30/11/</guid>
		<description><![CDATA[Somehow I&#8217;ve managed to get my work to provide me with a MacBook Pro. I&#8217;ll be chronicling my journey from using a Windows PC almost exclusively to using the Mac for my day-to-day computing. I have a G5 at my desk and I&#8217;ve been using Macs for years, so it&#8217;s going to be fun.
[tags]mac, windows, [...]]]></description>
			<content:encoded><![CDATA[<p>Somehow I&#8217;ve managed to get my work to provide me with a MacBook Pro. I&#8217;ll be chronicling my journey from using a Windows PC almost exclusively to using the Mac for my day-to-day computing. I have a G5 at my desk and I&#8217;ve been using Macs for years, so it&#8217;s going to be fun.</p>
<p>[tags]mac, windows, move[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/deepfriedtech/2007/04/30/11/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Update</title>
		<link>http://www.lockergnome.com/deepfriedtech/2007/04/23/update/</link>
		<comments>http://www.lockergnome.com/deepfriedtech/2007/04/23/update/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 15:03:40 +0000</pubDate>
		<dc:creator>yakk0dotorg</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/deepfriedtech/2007/04/23/update/</guid>
		<description><![CDATA[I&#8217;m still alive, but it&#8217;s a busy time for me right now between working full time and taking nine hours at night trying to finish my degree. After exams are over next week I&#8217;m planning on getting something up here of substance.
To at least make this tech related, I&#8217;d like to post a link to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still alive, but it&#8217;s a busy time for me right now between working full time and taking nine hours at night trying to finish my degree. After exams are over next week I&#8217;m planning on getting something up here of substance.</p>
<p>To at least make this tech related, I&#8217;d like to post a link to Rob Dunn&#8217;s site, <a href="http://www.vbshf.com/vbshf/forum/index.asp">VBSHF.com</a>. It&#8217;s got a lot of useful scripts for windows administration. I use an older script of his that installs windows updates (either from a WSUS server or from MS) whenever I have a new PC to set up. It saves so much time not having to go to Windows Update after every reboot.</p>
<p>[tags]site update[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/deepfriedtech/2007/04/23/update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back on XP</title>
		<link>http://www.lockergnome.com/deepfriedtech/2007/03/26/back-on-xp/</link>
		<comments>http://www.lockergnome.com/deepfriedtech/2007/03/26/back-on-xp/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 23:44:08 +0000</pubDate>
		<dc:creator>yakk0dotorg</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/deepfriedtech/2007/03/26/back-on-xp/</guid>
		<description><![CDATA[Much like someone else, I&#8217;m back on XP. Vista completely blew up on me last week, and it was the latest frustration in a string of problems I&#8217;ve had. I was using my laptop fine at home one morning, and when I packed up to go to work, I actually shut down rather than hibernated [...]]]></description>
			<content:encoded><![CDATA[<p>Much like <a href="http://chris.pirillo.com">someone else</a>, I&#8217;m back on XP. Vista completely blew up on me last week, and it was the latest frustration in a string of problems I&#8217;ve had. I was using my laptop fine at home one morning, and when I packed up to go to work, I actually shut down rather than hibernated (which is what I usually do). When I started up after getting to work, I had a black background and all my applications treated themselves as new installs. Something was seriously wrong with my AppData folder. Between that, the &#8220;<a href="http://blogs.technet.com/markrussinovich/archive/2006/11/27/532465.aspx">open dialog</a>&#8221; problem, and a few other issues I had, I&#8217;ve decided to go back to XP as my primary OS for a while. I have my system set up to dual boot the two operating systems, but after five months of using Vista I&#8217;m ready to not have to figure out so many things to use my computer the same ways I always have.</p>
<p>In doing all this I also started using <a href="http://www.secondcopy.com/">Second Copy</a>. I&#8217;ve been looking for something easy and out of the way to keep my VP&#8217;s laptop in sync with our server. His primary PC is a laptop, and he docks it when he&#8217;s in the office. He complained when I had XP&#8217;s offline folders setup. It doesn&#8217;t work as well as I&#8217;d like it to. Vista&#8217;s got better offline support, but I don&#8217;t plan on going there for a while. Second Copy does the job nicely. I&#8217;ve got it setup on my laptop to sync my local documents folder with one on our file server every two hours. I&#8217;ve also set up our VPN connection so it&#8217;ll dial that before syncing and hang up when it&#8217;s done, so it works regardless of where I am. It&#8217;s stayed out of the way and I think it&#8217;ll give me peace of mind once I get it installed on the VP&#8217;s laptop.</p>
<p>[tags]vista, XP, laptop, sync[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/deepfriedtech/2007/03/26/back-on-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pinnacle HD Pro Stick</title>
		<link>http://www.lockergnome.com/deepfriedtech/2007/03/17/pinnacle-hd-pro-stick/</link>
		<comments>http://www.lockergnome.com/deepfriedtech/2007/03/17/pinnacle-hd-pro-stick/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 15:47:41 +0000</pubDate>
		<dc:creator>yakk0dotorg</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/deepfriedtech/2007/03/17/pinnacle-hd-pro-stick/</guid>
		<description><![CDATA[[tags]vista, media center, hdtv, pinnacle,[/tags]
This week I got a Pinnacle HD Pro Stick, a USB HDTV over-the-air tuner. It&#8217;s pretty nifty, even though Vista support is (of course) still beta. I installed the drivers that make it work with Vista&#8217;s Media Center from Pinnacle&#8217;s site, and went through the setup process (adding lineups and stuff). [...]]]></description>
			<content:encoded><![CDATA[<p>[tags]vista, media center, hdtv, pinnacle,[/tags]</p>
<p>This week I got a <a href="http://www.pinnaclesys.com/PublicSite/us/Products/Consumer+Products/PCTV+Tuners/PCTV+Analog_Digital+PVR/PCTV+HD+Pro+Stick.htm">Pinnacle HD Pro Stick</a>, a USB HDTV over-the-air tuner. It&#8217;s pretty nifty, even though Vista support is (of course) still beta. I installed the drivers that make it work with Vista&#8217;s Media Center from Pinnacle&#8217;s site, and went through the setup process (adding lineups and stuff). The quality of over the air HD is great, but my Core Duo laptop is choking on it. I don&#8217;t know yet if it&#8217;s the processor or lack of disk space. Reinstalling Vista on this laptop is going to happen soon so I&#8217;ll find out.</p>
<p>I also installed it on a Dell Optiplex 740, with a dual core AMD Athlon64 processor running Vista Ultimate. It worked like a charm on this system with the computer able to keep up with the HD stream with no problems. The Media Center interface is much better than my Comcast DVR at home, and close to Tivo in usability. I was able to easily schedule a NCAA tournament game to record, and the quality was amazing. A 2:45 HD recording was 19.1GB, so you do pay for that quality in disk space.</p>
<p>The major problem I&#8217;ve had with this device is that randomly I&#8217;ll start up Media Center and find there&#8217;s no tuner, when it&#8217;s installed and nothing had changed from the last time I ran it. I&#8217;m blaming the beta Vista drivers on right now, as uninstalling them and reinstalling them (a repair doesn&#8217;t work) fixes the problem. The only other issue is the processing power needed for HD is fairly large. I&#8217;ve been able to play some 720p streams fine on my laptop, but our CBS affiliate here streams in 1080i, and it&#8217;s usually choppy. I&#8217;ll see if a clean Vista install fixes that this week.</p>
<p>All-in-all, if you want a cheap HDTV solution, this is a good one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/deepfriedtech/2007/03/17/pinnacle-hd-pro-stick/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java DST update script</title>
		<link>http://www.lockergnome.com/deepfriedtech/2007/03/01/java-dst-update-script/</link>
		<comments>http://www.lockergnome.com/deepfriedtech/2007/03/01/java-dst-update-script/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 16:22:57 +0000</pubDate>
		<dc:creator>yakk0dotorg</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/deepfriedtech/2007/03/01/java-dst-update-script/</guid>
		<description><![CDATA[In dealing with the upcoming Daylight Savings Time changes, Java is one of the things that needs to be updated. Sun has released a tool that updates the Java instances installed on a system with the new DST information. The problem is that Java doesn&#8217;t ever uninstall itself when it upgrades, and some applications might [...]]]></description>
			<content:encoded><![CDATA[<p>In dealing with the upcoming Daylight Savings Time changes, Java is one of the things that needs to be updated. Sun has released a tool that updates the Java instances installed on a system with the new DST information. The problem is that Java doesn&#8217;t ever uninstall itself when it upgrades, and some applications might have embedded Java.</p>
<p>On my system with a Vista Ultimate clean install that&#8217;s about a month old, here&#8217;s what a search for Java finds:</p>
<blockquote><p><font color="#ff0000">C:\Users\jtdennis&gt;dir c:\ /s /b | find &#8220;\java.exe&#8221;<br />
c:\Program Files\Java\jre1.5.0_11\bin\java.exe<br />
c:\Program Files\Java\jre1.6.0\bin\java.exe<br />
c:\Windows\System32\java.exe</font></p></blockquote>
<p>That&#8217;s for a relatively clean system Since I&#8217;m responsible for multiple computers, it&#8217;s easy to see how much trouble it can be to install the update on every version of Java installed on Windows installs that are older. I have come up with a couple scripts that will find every copy of Java on a system and run Sun&#8217;s updater program against each one. Add it to a login script and the updating is much, much easier. I&#8217;m sure the scripts could be combined into a single one, but I have limited VBScripting abilities and not a lot of time available to work on it.</p>
<p>The script needs to be run as an Administrator, and in Vista it needs to run elevated.</p>
<p>Here are the scripts:</p>
<p>dstjava.cmd</p>
<blockquote><p><font color="#3333ff">@echo off<br />
::if c:\javadst.txt exists, don&#8217;t try and upgrade again.<br />
if exist c:\javadst.txt goto javaend<br />
::find all java locations and save to a text file<br />
dir c:\ /s /b | find &#8220;\java.exe&#8221;&gt;%temp%\java.txt<br />
::run the upgrade with the text file as input<br />
cscript \\server\scriptdir\dstjava.vbs %temp%\java.txt<br />
::save text file to prevent future upgrades.<br />
echo &#8220;java updated for DST changes.&#8221;&gt;c:\javadst.txt<br />
:javaend<br />
</font></p></blockquote>
<p>dstjava.vbs:</p>
<blockquote><p><font color="#3333ff">Set objArgs = WScript.Arguments<br />
Const ForReading = 1<br />
Set objDictionary = CreateObject(&#8221;Scripting.Dictionary&#8221;)<br />
Set objFSO = CreateObject(&#8221;Scripting.FileSystemObject&#8221;)<br />
Set objTextFile = objFSO.OpenTextFile(objArgs(0), ForReading)</font></p>
<p><font color="#3333ff">i = 0<br />
Do While objTextFile.AtEndOfStream &lt;&gt; True<br />
strNextLine = objTextFile.Readline<br />
objDictionary.Add i, strNextLine<br />
i = i + 1<br />
Loop<br />
For Each objItem in objDictionary<br />
strExe = objDictionary.Item(objItem)<br />
Set wshShell = WScript.CreateObject (&#8221;WSCript.shell&#8221;)<br />
wshShell.run &#8220;&#8221;"&#8221; &amp; strExe &amp; &#8220;&#8221;"&#8221; &amp; &#8221; -jar &#8221; &amp; &#8220;\\server\scriptdir\tz\tzupdater.jar&#8221; &amp; &#8221; -u&#8221;<br />
wshShell.run &#8220;&#8221;"&#8221; &amp; strExe &amp; &#8220;&#8221;"&#8221; &amp; &#8221; -jar &#8221; &amp; &#8220;\\server\scriptdir\tz\tzupdater131.jar&#8221; &amp; &#8221; -u&#8221;<br />
set wshshell = nothing<br />
&#8216;test to make sure executed command is correct<br />
&#8216;Wscript.Echo &#8220;&#8221;"&#8221; &amp; strExe &amp; &#8220;&#8221;"&#8221; &amp; &#8221; -jar &#8221; &amp; &#8220;\\server\scriptdir\tz\tzupdater.jar&#8221; &amp; &#8221; -u&#8221;<br />
Next<br />
</font></p></blockquote>
<p>[tags]java, dst, daylight savings time, scripts, windows[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/deepfriedtech/2007/03/01/java-dst-update-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>62 Freaking Gigabytes?</title>
		<link>http://www.lockergnome.com/deepfriedtech/2007/02/28/62-freaking-gigabytes/</link>
		<comments>http://www.lockergnome.com/deepfriedtech/2007/02/28/62-freaking-gigabytes/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 17:05:26 +0000</pubDate>
		<dc:creator>yakk0dotorg</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/deepfriedtech/2007/02/28/62-freaking-gigabytes/</guid>
		<description><![CDATA[I&#8217;ve been a bad admin and it&#8217;s caught up with me. I&#8217;m moving some home directories to a new server and I looked at one of the problem users I have and was floored. I don&#8217;t have quotas on the current server, and this user thinks that disk space is only referring to e-mail quotas. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a bad admin and it&#8217;s caught up with me. I&#8217;m moving some home directories to a new server and I looked at one of the problem users I have and was floored. I don&#8217;t have quotas on the current server, and this user thinks that disk space is only referring to e-mail quotas. His home directory is 69GB, and if that wasn&#8217;t bad in and of itself, 62GB is in his My Pictures folder.</p>
<p>89.5%.</p>
<p>He only has 60GB free on his desktop, so moving there is not an option. I&#8217;m going to tell him to get an external drive and we&#8217;re going to move his pictures there.</p>
<p>I&#8217;ve also learned my lesson. The new server will have quotas.</p>
<p>[tags]quotas, file server, users, work[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/deepfriedtech/2007/02/28/62-freaking-gigabytes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Searching OS Preferences/Control Panel</title>
		<link>http://www.lockergnome.com/deepfriedtech/2007/02/21/4/</link>
		<comments>http://www.lockergnome.com/deepfriedtech/2007/02/21/4/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 04:04:26 +0000</pubDate>
		<dc:creator>yakk0dotorg</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lockergnome.com/deepfriedtech/2007/02/21/4/</guid>
		<description><![CDATA[Figured out the symbol thing. WordPress is set up to add in emoticon icons, and also for words like &#8220;idea.&#8221; That&#8217;s turned off now.
In my previous attempt to do this blog I posted about searching in Vista. I didn&#8217;t realize how similar it was to OS X. I&#8217;d heard it was a lot like Spotlight, [...]]]></description>
			<content:encoded><![CDATA[<p>Figured out the symbol thing. WordPress is set up to add in emoticon icons, and also for words like &#8220;idea.&#8221; That&#8217;s turned off now.</p>
<p>In my previous attempt to do this blog I posted about <a href="http://deepfriedtech.blogspot.com/2007/01/vistas-improved-search.html">searching in Vista</a>. I didn&#8217;t realize how similar it was to OS X. I&#8217;d heard it was a lot like Spotlight, but the other day I noticed the search box in the System Preferences window on my Mac at work (I&#8217;m a guy, being observant is not something I excel at). Searching in that box brings up a list of options and highlights (like a spotlight, now I get it!) the appropriate preference option.</p>
<p>I like some features of each OS&#8217;s take on searching preferences. In OS X you get a drop down list of relevant links as you search. The links take you directly to that particular item. I&#8217;m not as big of a fan of the &#8220;spotlight&#8221; on the icons as you search. I prefer Vista&#8217;s approach of only showing you what it is that matches the query.</p>
<p>[tags]os x,vista,search[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/deepfriedtech/2007/02/21/4/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
