<?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>A Better Geek</title>
	<atom:link href="http://blog.abettergeek.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.abettergeek.com</link>
	<description>Helping you be a better geek, one post at a time.</description>
	<lastBuildDate>Thu, 21 Jul 2011 13:34:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mounting CIFS/SMB Shares in CyanogenMod 7.0.3 on the ViewSonic gTablet</title>
		<link>http://blog.abettergeek.com/hardware/mounting-cifssmb-shares-in-cyanogenmod-7-0-3-on-the-viewsonic-gtablet/</link>
		<comments>http://blog.abettergeek.com/hardware/mounting-cifssmb-shares-in-cyanogenmod-7-0-3-on-the-viewsonic-gtablet/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 13:34:14 +0000</pubDate>
		<dc:creator>fenwayjay</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.abettergeek.com/?p=249</guid>
		<description><![CDATA[I have been waiting a long time for a mature, stable build of CyanogenMod for the ViewSonic gTablet, and I have to say that I am quite pleased with the effort that the CyanogenMod team has put into the version 7.0.3 build. In fact, the only complaint I have is about the lack of built-in [...]]]></description>
			<content:encoded><![CDATA[<p>I have been waiting a long time for a mature, stable build of CyanogenMod for the ViewSonic gTablet, and I have to say that I am quite pleased with the effort that the CyanogenMod team has put into the version 7.0.3 build. In fact, the only complaint I have is about the lack of built-in CIFS support on the gtab build. This is a guide on how to mount CIFS/SMB shares on your gTablet running CM7.</p>
<p>The reason the gTablet build of CM7 doesn&#8217;t allow mounting CIFS/SMB shares is because the cfis.ko kernel module was left out of the ROM. Fortunately, this is a fairly easy fix. On the official CM 7.0.3 gTablet build, the running kernel is Linux 2.6.32.39, and the correct module can be found on DroidBasement in the following lib package:</p>
<p><a title="http://droidbasement.com/gtab/kernels/2632/37/lib-2632.39_gb.tar.gz" href="http://droidbasement.com/gtab/kernels/2632/37/lib-2632.39_gb.tar.gz" target="_blank">http://droidbasement.com/gtab/kernels/2632/37/lib-2632.39_gb.tar.gz</a></p>
<p>If you are running a different version of CM7 (or perhaps another ROM that is likewise lacking cfis support), you will want to run &#8220;uname -a&#8221; from a terminal emulator or adb to determine the correct kernel lib package to get from DroidBasement, and make sure you get the correct package for your device.</p>
<pre>$ uname -a
Linux localhost 2.6.32.39-cyanogenmod #1 SMP PREEMPT Sun Apr 24 22:06:49 EDT 2011 armv7l GNU/Linux</pre>
<p>Anyway, there&#8217;s only one file in that archive that you should be concerned with at the moment:</p>
<pre>lib-2632.39_gb.tar\lib\modules\2.6.32.39-cyanogenmod\kernel\fs\cifs\cifs.ko</pre>
<p>Once you have located this file, extract it and copy it to the internal storage of your ViewSonic gTablet using a micro-USB cable or the microSD card. Once you have it loaded onto your tablet, open the Market on your device and install CifsManager. Load the CifsManager app, click Add New Share&#8230;, enter the server IP and share name as instructed, enter the mount point, username and password (if applicable), then click on Save Share. Be sure your mount point exists in a location that is writable so that CifsManager can create it.</p>
<p>Before you mount the share, you have to tell CifsManager how to load the cifs.ko kernel module. Click on Menu, Settings, then check Load cifs module, and Load via insmod. Finally, enter the full path to the location of cifs.ko, then hit back and attempt to mount the share. If all goes well, you will see a message that reads, &#8220;The share has been mounted successfully.&#8221;</p>
<p>Unfortunately the version of CifsManager I had installed failed to set the permissions correctly when it created my mount point. Particularly, it left out the execute bit for everyone except the owner. In order to fix this, open up your terminal emulator, ssh client or adb, and type:</p>
<pre>$ su
# chmod a+rwx /mnt/cifs/mountpoint</pre>
<p>Replace /mnt/cifs/mountpoint with the actual name of the mountpoint you are using for your share.</p>
<p>And that&#8217;s it! You can now access files on your smb share directly from your gTablet within any Android app. I use it to access my music library as well as pictures and video files.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abettergeek.com/hardware/mounting-cifssmb-shares-in-cyanogenmod-7-0-3-on-the-viewsonic-gtablet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare &#8211; Installing a virtual machine on a physical disk in Windows 7</title>
		<link>http://blog.abettergeek.com/software/vmware-installing-a-virtual-machine-on-a-physical-disk-in-windows-7/</link>
		<comments>http://blog.abettergeek.com/software/vmware-installing-a-virtual-machine-on-a-physical-disk-in-windows-7/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 23:37:24 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.abettergeek.com/?p=240</guid>
		<description><![CDATA[We recently started working on an old Unisys Aquanta EN (which is a rebranded Acer AcerNote Pro 950cx) for the lulz. However, since the thing won&#8217;t boot off any external disks and we have no internal floppy or CD-ROM module for it, it turned out that getting an operating system onto it wasn&#8217;t so easy. [...]]]></description>
			<content:encoded><![CDATA[<p>We recently started working on an old Unisys Aquanta EN (which is a rebranded Acer AcerNote Pro 950cx) for the lulz. However, since the thing won&#8217;t boot off any external disks and we have no internal floppy or CD-ROM module for it, it turned out that getting an operating system onto it wasn&#8217;t so easy. After several hours of fiddling with USB sleds and other possible solutions, we gave up on doing it directly to the hardware.</p>
<p>Enter virtual machines. We first tried VirtualBox, but it turns out that there&#8217;s not any easy way to install an operating system directly to a physical hard drive attached to the host OS. We decided to try VMWare Workstation.</p>
<p>Trying to install was a little disconcerting &#8211; we could get it booted and going, and the Windows 98 SE installer saw our 4GB IDE hard drive attached to my computer over USB, but as soon as the installer tried to format the hard drive or write files to it, it choked and VMWare gave us a &#8220;could not write to the disk&#8221; error.</p>
<p>It turns out that, unsurprisingly, UAC in newer versions of Windows prevents software like VMWare from directly accessing a hard drive and writing to it &#8211; even though VMWare presented a UAC prompt requesting elevated privileges to access the physical disk. After a little swearing and a bit more Googling, it turns out that you need to manually unmount the hard drive and set it as writable. This isn&#8217;t all that hard, but it does require a few minutes of command line work.</p>
<p>Open up a command prompt, type <span class="code">diskpart</span>, and hit enter. Once diskpart launches, type <span class="code">list disk</span> and hit enter to view a list of attached physical drives. You&#8217;ll now need to identify which of the drives listed is yours. Once you&#8217;re certain you&#8217;ve got the right disk, type <span class="code">select disk $n</span> (where <span class="code">$n</span> is the number of your disk). To take the disk offline (unmount), just type <span class="code">offline disk</span>. Once you&#8217;re sure the disk is unmounted (you can double-check by looking in Explorer), type <span class="code">attribute disk clear readonly</span> to make the disk writeable. Type <span class="code">rescan</span> to wrap up, and you can now exit diskpart.</p>
<p>Open up VMWare, start your virtual machine, and now you can format your disk normally.</p>
<p>VMWare is a great way to get an operating system on to a disk when you&#8217;re unable to do so from the real host computer. VirtualBox is a good free alternative, although it&#8217;s a little rough around the edges in a few places. If you have problems or need a more advanced configuration, you can find an in-depth article on this issue on <a href="http://communities.vmware.com/docs/DOC-10455">VMWare&#8217;s website here</a>.</p>
<p>Happy geeking!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abettergeek.com/software/vmware-installing-a-virtual-machine-on-a-physical-disk-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Microsoft System Center Configuration Manager when it saves a bad server name</title>
		<link>http://blog.abettergeek.com/software/windows/fixing-microsoft-system-center-configuration-manager-when-it-saves-a-bad-server-name/</link>
		<comments>http://blog.abettergeek.com/software/windows/fixing-microsoft-system-center-configuration-manager-when-it-saves-a-bad-server-name/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 21:41:16 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Server Management]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.abettergeek.com/?p=234</guid>
		<description><![CDATA[I&#8217;m a big scary IT contractor now, working for a relatively small Texas-based company on a contract for the USDA. It&#8217;s pretty awesome, and I&#8217;ve learned all kinds of things since I started here. One of the cooler tools made available to us is Microsoft System Center, which allows for a single application to manage [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big scary IT contractor now, working for a relatively small Texas-based company on a contract for the USDA. It&#8217;s pretty awesome, and I&#8217;ve learned all kinds of things since I started here. One of the cooler tools made available to us is Microsoft System Center, which allows for a single application to manage a huge variety of tasks, including pushing updates to users, working with virtual servers, and installing software remotely. It also has an awesome remote control feature that allows working on a customer&#8217;s machine <strong>without</strong> having to log them out and use regular RDP (remote desktop).</p>
<p>I had the client console installed, but it never worked, mostly because my user account wasn&#8217;t in the right domain group, so I didn&#8217;t have access rights to connect to the MSC server. Then it turned out that I had a typo in my server hostname, which was causing the SCCM application to crash every single time I loaded it.</p>
<p>Since I couldn&#8217;t get the application to stay open long enough to rename the server it was connecting to by default, I figured I&#8217;d just uninstall it, which would (theoretically) wipe out any settings that had been created for the application.</p>
<p>Not so.</p>
<p>I mean, really, Microsoft, <em>really</em>? It&#8217;s just good manners to take any registry edits and config files with you when your application&#8217;s uninstaller is used.</p>
<p>It turns out that I had to search through the registry for the bad server name, rename it, and presto! My client console works perfectly. If you&#8217;re having a similar issue, the server string is located in <span class="code">HKCU\Software\Microsoft\ConfigMgr\Admin UI\MRU\DefaultSite</span>. Change <strong>ServerName</strong> to whatever the correct name is, and you should be back in business.</p>
<p>Maybe the System Center 2012 client uninstaller will actually, you know, <em>uninstall everything<strong>.</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abettergeek.com/software/windows/fixing-microsoft-system-center-configuration-manager-when-it-saves-a-bad-server-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh Apple&#8230;you could&#8217;ve had class, you could&#8217;ve been a contender&#8230;</title>
		<link>http://blog.abettergeek.com/personal-stuff/oh-apple-you-couldve-had-class-you-couldve-been-a-contender/</link>
		<comments>http://blog.abettergeek.com/personal-stuff/oh-apple-you-couldve-had-class-you-couldve-been-a-contender/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 02:26:40 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Personal Stuff]]></category>

		<guid isPermaLink="false">http://blog.abettergeek.com/?p=226</guid>
		<description><![CDATA[On December 12, 2010, I was fired for being a girl. On March 14, 2011, Apple &#8211; my former employer &#8211; reaffirmed that I deserved to be fired. For being a girl. It’s probably not that easy, but it makes for a nice opening statement. See, I was employed at a retail Apple Store in [...]]]></description>
			<content:encoded><![CDATA[<p>On December 12, 2010, I was fired for being a girl. On March 14, 2011, Apple &#8211; my former employer &#8211; reaffirmed that I deserved to be fired. For being a girl.</p>
<p>It’s probably not that easy, but it makes for a nice opening statement. See, I was employed at a retail Apple Store in Arlington, Virginia for ten months. I worked as a Genius, which is Apple’s fruity name for Tier II tech support. We saw customers, handled software and hardware issues, and repaired machines. I loved my job.<span id="more-226"></span></p>
<p>Let me clarify that – I really, really, really loved my job. I looked forward to going to work every day. I adored working with customers, and getting to spend half my shift neck-deep in computer hardware was a dream come true.</p>
<p>Unfortunately, I worked on an all-male team that didn’t take too kindly to a girl joining their secret club. In fact, they hated it, and my teammates went out of their way to antagonize and harass me on a daily basis in order to make me look bad to management. The slightest mistake on my part was immediately reported, behind my back, to the manager on duty. My coworkers would deliberately ask me questions or set me up for situations that would allow them to go to management with more dirt on me.</p>
<p>And, stunningly, the lead manager of my former store fell for it, hook, line, and sinker. Only three and a half months after I started working there, at the beginning of July 2010, I was put on a month-long “documented coaching” period, which basically meant  that I was given a list of goals to achieve or else I’d lose my job.</p>
<p>I successfully completed that month, and it put me on probation for a year. The others on the Genius team at my former store started being nicer to me once they realized I wasn’t going to lose my job. Unfortunately, that didn’t last very long, and before I knew it, they were once again looking for the tiniest slip-up so that management would realize how much I deserved to be fired.</p>
<p>A Genius from a store in Maryland transferred to the Clarendon location. He was funny, sarcastic, and had a loud personality – just like me. But as a male, the team adapted to his presence much more easily than myself.</p>
<p>Then I made a fatal mistake – I inadvertently violated an undocumented policy regarding alcohol. I brought a bottle of gin into the store to give as a gift to a Genius who had previously caused a lot of problems for me. Someone told management, and it was added to the list of reasons why I deserved to be fired, even though Apple had absolutely no documented policy on alcohol &#8211; which isn&#8217;t surprising, considering that Cupertino holds company-sponsored &#8220;beer bashes&#8221; on a regular basis, where free alcohol is provided to employees. <strong>In fact, Apple&#8217;s retail employee handbook specifically directs employees to the corporate policy on alcohol, which essentially says &#8220;no underage drinking at company-sponsored events&#8221; and &#8220;you&#8217;re responsible for your behavior while drinking&#8221;.</strong></p>
<p>I told my store manager that I was facing a hostile work environment. He told me it was “just teasing” and “boys being boys”. When I reiterated this exchange with the HR representative who would later tell me I did indeed deserve to be fired, her response was <strong>“Well, I wasn’t there for that specific incident, so I can’t say anything about it”</strong>.</p>
<p>Oddly, though, while she wasn’t present for the six months of silence from fellow Genius Sho, who literally ignored me in front of customers rather than look in my direction or speak to me when spoken to, she managed to twist that into something that was my doing. <strong>This particular individual is the same person who said to me, verbatim (during a meeting with two managers), &#8220;I hate everything about you.&#8221;</strong> I was causing all the problems for a team that was victimized by being forced to work with a girl.</p>
<p>I sat at my dining room table tonight, listening to this HR representative, in her fifth year at Apple, explaining to me that all protocols and precedence had been followed and, with that in mind, she had no choice but to uphold the decision to terminate my employment with Apple. The fact that I was harassed and antagonized by my coworkers didn’t matter – it was my responsibility to put up with it and tolerate it without reacting to it, even though management continually did nothing to put an end to it. The fact that I flat-out told my manager that the environment in the genius room was hostile to my presence didn’t matter, and the fact that he discounted my concerns really didn’t matter – she wasn’t there, so she couldn’t possibly comment on it. <strong>The concept of a hostile work environment was completely absent from the conversation I had with this woman.</strong></p>
<p>Then the real blow came. I found out that within a week of HR deciding to uphold my termination, a full-blown investigation was launched at my former store against senior management because of evidence that they were playing favorites, deliberately launching crusades to fire specific employees, and generally were making incredibly poor management decisions.</p>
<p>A senior manager with five years’ tenure at Apple was fired at the end of the investigation. His supervisor, the very same store manager who fired me, managed to lie and weasel his way into keeping his job. The fact that this investigation happened had no influence on the decision to uphold my termination. <strong>The fact that the leadership at my store was formally called into question for poor managerial behavior had absolutely no bearing on HR’s decision.</strong></p>
<p>In the end, I was fired from a supposedly liberal, pro-employee, open-minded corporation because an all-male team couldn’t deal with an intelligent, outspoken woman working with them. I was fired by a supervisor who was going out of his way to find reason to fire me, and who was investigated by HR for that very behavior. I was fired for being unwilling and unable to continue to tolerate hostile, antagonistic behavior from my coworkers.</p>
<p>Is Apple really the kind of company you want to work for? Until tonight, I was convinced that Apple would make the right decision, and I would get my job back – or at least clear my name. Now it’s impossible for me to have any faith in a company I lauded as “a great company to work for”. Even post-termination, I told people that Apple was still a great company and that I wanted to go back.</p>
<p>I could file a discrimination suit purely on principle, but in the end, I can’t support working for a company that has no interest in doing right by its employees.</p>
<p>Don&#8217;t get me wrong &#8211; I don&#8217;t expect everyone to like me or want to be my friend. I know that I have my own personality flaws, just like everyone else. <strong>But at the end of the day, each employee in any work environment must absolutely be held responsible for their own behavior and actions, particularly when it is negative or damaging behavior directed at coworkers, customers, or subordinates.</strong> This, to be frank, did not happen. I was clearly blamed in full for the behaviors of my coworkers who, when it came down to it, were not ever chastised for their actions and held to the same behavioral standard.</p>
<p>Sorry, Steve Jobs. I gave you a fighting chance, and you failed me in the worst way possible. It’s a shame, because I sure loved that job.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abettergeek.com/personal-stuff/oh-apple-you-couldve-had-class-you-couldve-been-a-contender/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Maximizing Windows : Getting the most out of your Windows Media Center remote</title>
		<link>http://blog.abettergeek.com/maximizing-windows/maximizing-windows-getting-the-most-out-of-your-windows-media-center-remote/</link>
		<comments>http://blog.abettergeek.com/maximizing-windows/maximizing-windows-getting-the-most-out-of-your-windows-media-center-remote/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 14:43:31 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Maximizing Windows]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.abettergeek.com/?p=216</guid>
		<description><![CDATA[There&#8217;s no doubt about it, Microsoft Windows Media Center is a pretty fantastic product. There are competitors out there (Boxee, Front Row, and MythTV come to mind), but WMC is undeniably an amazing piece of software. It has continued to evolve and improve since Microsoft created its Media Center Edition of Windows XP, and now [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s no doubt about it, Microsoft Windows Media Center is a pretty fantastic product. There are competitors out there (Boxee, Front Row, and MythTV come to mind), but WMC is undeniably an amazing piece of software. It has continued to evolve and improve since Microsoft created its Media Center Edition of Windows XP, and now most home computers come with Media Center &#8211; it&#8217;s a standard component in Windows 7 Home Premium and Ultimate.</p>
<p>Combined with a good codec pack, Windows Media Center can handle pretty much anything you throw at it &#8211; I have no problems playing many different video formats, from the popular XviD and DivX to the slightly-less-common MKV format (which is frequently found as uncompressed 1080P video). However, as I started using WMC more and more with my little Acer L310 HTPC, I discovered I wanted a little more out of my MCE remote.</p>
<p>I&#8217;d had the good fortune to come across a used Microsoft MCE Remote v2, which undeniably offers the best support for MCE, seeing as it&#8217;s a Microsoft device made specifically for Microsoft hardware. Shortly after acquiring this remote and its accompanying USB receiver, I ended up getting a refurbished Logitech Harmony 550 universal remote for even more awesome control of my home theatre system.</p>
<p>I was disappointed to find out that the Harmony remote and its software can&#8217;t easily accept keyboard shortcuts (e.g. Ctrl+C) as remote commands. This makes sense, I suppose, since the remote uses standard IR commands for the many devices it supports. I was stuck with only the buttons that my MCE remote had, and I wanted more. There are handy keyboard shortcuts to access the media sections of WMC &#8211; pictures, videos, and music (the DVD menu button will take you to the movies section if a DVD isn&#8217;t currently playing). I wanted to program these shortcuts to the multi-function buttons around the LCD on my Harmony remote.</p>
<p>I first tried an older solution with an application called HIP, which theoretically could have let me reprogram the buttons on my MCE remote. Unfortunately, HIP relies on a modified driver for the USB IR receiver&#8230;which isn&#8217;t 64-bit compatible. I knew that Microsoft used to market an MCE keyboard that used IR, so if I could get my hands on one of those, I could teach my Harmony remote all the IR commands I was looking for. However, this particular keyboard is no longer sold, so I&#8217;d be stuck searching for one on eBay and elsewhere &#8211; not to mention that I really don&#8217;t need yet <em>another</em> keyboard floating around my apartment.</p>
<p>Finally, I happened upon a post on Logitech&#8217;s customer forums that mentioned the Microsoft MCE IR keyboard is in the Harmony software&#8217;s hardware database &#8211; you just have to know how to get to it! Instead of adding your HTPC as its own device, use the keyboard itself &#8211; it&#8217;s under Computer &gt; Computer &gt; Microsoft. Enter <strong>MCE Keyboard</strong> as the device, and presto! You have access to all 104 keys of a standard keyboard, plus some extra shortcut keys and MCE controls present on the original Microsoft hardware! With the Harmony software&#8217;s ability to enter key sequences in the &#8220;additional buttons&#8221; section, you can make your remote do anything you want &#8211; you can even further extend its ability with something like AutoHotKey, and assign a simple two-key shortcut to whatever scripting needs you might have.</p>
<p>With this discovery, I have exactly what I need to get the most out of my Harmony remote and my Windows Media Center experience. Keep in mind, however, that this solution will only work with Microsoft MCE-specific eHome IR receivers. Third-party MCE remotes use different receivers and IR commands; the keyboard&#8217;s IR codes will only work with an original Microsoft receiver.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abettergeek.com/maximizing-windows/maximizing-windows-getting-the-most-out-of-your-windows-media-center-remote/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adobe Creative Suite 5 Folder Icons</title>
		<link>http://blog.abettergeek.com/software/adobe-creative-suite-5-folder-icons/</link>
		<comments>http://blog.abettergeek.com/software/adobe-creative-suite-5-folder-icons/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:50:50 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.abettergeek.com/?p=199</guid>
		<description><![CDATA[I recently won a copy of Adobe Creative Suite 5 Design Premium&#8230;only to find out that there is no custom folder icon in OS X for containing all the different applications that are part of the suite. I decided to make my own icons, and they turned out so well that I&#8217;m releasing them here [...]]]></description>
			<content:encoded><![CDATA[<p>I recently won a copy of Adobe Creative Suite 5 Design Premium&#8230;only to find out that there is no custom folder icon in OS X for containing all the different applications that are part of the suite. I decided to make my own icons, and they turned out so well that I&#8217;m releasing them here for the world to use &#8211; there are different icons depending on which suite you own (or which icon you prefer). Enjoy!</p>
<p style="text-align: center;"><a href="http://blog.abettergeek.com/wp-content/uploads/2010/07/cs5-icons.zip"><img class="aligncenter size-full wp-image-200" title="screenshot" src="http://blog.abettergeek.com/wp-content/uploads/2010/07/screenshot.jpg" alt="screenshot" width="512" height="512" /></a><a href="http://blog.abettergeek.com/wp-content/uploads/2010/07/cs5-icons.zip"></a></p>
<p style="text-align: center;"><a href="http://blog.abettergeek.com/wp-content/uploads/2010/07/cs5-icons.zip">Download here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abettergeek.com/software/adobe-creative-suite-5-folder-icons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Server 2008: Enabling network discovery for a home network</title>
		<link>http://blog.abettergeek.com/software/windows/server-2008-enabling-network-discovery-for-a-home-network/</link>
		<comments>http://blog.abettergeek.com/software/windows/server-2008-enabling-network-discovery-for-a-home-network/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 01:25:31 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://blog.abettergeek.com/?p=194</guid>
		<description><![CDATA[I run a Windows Server 2008 R2 box at home, primarily for hosting small multiplayer online games and various websites. While Server 2008 is built on the same foundation as Windows 7, there are quite a few differences. I finally upgraded my main desktop to Windows 7 Ultimate tonight and discovered that my server was [...]]]></description>
			<content:encoded><![CDATA[<p>I run a Windows Server 2008 R2 box at home, primarily for hosting small multiplayer online games and various websites. While Server 2008 is built on the same foundation as Windows 7, there are quite a few differences.</p>
<p>I finally upgraded my main desktop to Windows 7 Ultimate tonight and discovered that my server was no longer showing up under the &#8220;Network&#8221; view in Windows Explorer. It turns out that in Windows 7, that view (which used to be called Network Neighborhood in the Windows NT/98 days and My Network Places in Windows XP) depends on a service called Network Discovery to find machines attached to your network. For the multiple machines on my LAN running Windows 7, they display in my Homegroup and Network views perfectly fine. Server 2008, however, has Network Discovery disabled by default, likely as a security precaution.</p>
<p>Of course, when I remoted into my server and tried to enable Network Discovery, imagine my surprise when it kept re-disabling itself! A little googling revealed in <a href="http://www.computing.net/answers/windows-vista/network-discovery-problem/1381.html">this forum post</a> that Network Discovery relies on several Windows Services to function properly. Getting everything set up is surprisingly easy.</p>
<p>The following services should be set to Automatic (some may be set to Manual; others may be entirely Disabled):</p>
<ul>
<li>Function Discovery Resource Publication</li>
<li>SSDP Discovery</li>
<li>UPnP Device Host</li>
</ul>
<p>Once you&#8217;ve set up these services to start automatically (and made sure they&#8217;re started!), you can enable Network Discovery in the Network and Sharing Center&#8217;s advanced sharing settings view. Once you save your changes, your Server 2008 machine should show up in the Network view of your Windows 7 computers.</p>
<p><a href="http://blog.abettergeek.com/wp-content/uploads/2010/07/enabling-network-discovery1.png"><img class="aligncenter size-full wp-image-196" title="enabling-network-discovery1" src="http://blog.abettergeek.com/wp-content/uploads/2010/07/enabling-network-discovery1.png" alt="enabling-network-discovery1" width="716" height="602" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abettergeek.com/software/windows/server-2008-enabling-network-discovery-for-a-home-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X : Replacing the BSOD icon for SMB shares</title>
		<link>http://blog.abettergeek.com/software/os-x-replacing-the-bsod-icon-for-smb-shares/</link>
		<comments>http://blog.abettergeek.com/software/os-x-replacing-the-bsod-icon-for-smb-shares/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 20:17:14 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.abettergeek.com/?p=184</guid>
		<description><![CDATA[Since the launch of OS X Leopard &#8211; 10.5, the default icon for SMB (aka Windows/Samba) shares is a CRT monitor with a Windows 98-era BSOD on its display. I prefer the more innocuous generic LCD icon that&#8217;s buried in OS X&#8217;s system files. It&#8217;s not hard to fix, but as I&#8217;ve been using Macs [...]]]></description>
			<content:encoded><![CDATA[<p>Since the launch of OS X Leopard &#8211; 10.5, the default icon for SMB (aka Windows/Samba) shares is a CRT monitor with a Windows 98-era BSOD on its display. I prefer the more innocuous generic LCD icon that&#8217;s buried in OS X&#8217;s system files. It&#8217;s not hard to fix, but as I&#8217;ve been using Macs at home more and more recently, and I got tired of having to manually remove it every single time I reinstalled (or updated) OS X. So, I made a super easy shell script that lets you fix the icon with one click. You can either download it at the end of this entry or make one yourself.</p>
<p>Making bash shell scripts in OS X is easy &#8211; open up TextEdit to get started. Either go up to the Format menu and select <strong>Make Plain Text</strong> or use the Command+Shift+T keyboard shortcut to convert your new file into plain text.</p>
<p><img class="size-full wp-image-186 alignnone" title="plaintext" src="http://blog.abettergeek.com/wp-content/uploads/2010/04/screen-shot-2010-04-19-at-40843-pm.png" alt="plaintext" width="285" height="258" /></p>
<p>Then, all you need are the commands, one on each line, that are used to replace the BSOD icon with the generic OS X computer icon (which looks like an Apple Cinema Display):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>CoreServices<span style="color: #000000; font-weight: bold;">/</span>CoreTypes.bundle<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>Resources<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> public.generic-pc.icns public.generic-pc_lame.icns
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> com.apple.mac.icns public.generic-pc.icns
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;script complete.&quot;</span>
<span style="color: #7a0874; font-weight: bold;">exit</span></pre></div></div>

<p>This script copies the original BSOD icon to a backup file, and makes a copy of the generic Mac icon and gives it the appropriate file name. Save this file as something like <strong>BSODfix.command</strong>.</p>
<p>In order to make it executable, you need to set the correct file permissions. Open up Terminal and navigate to the directory where you saved your script (I keep my shell scripts in <span class="code">Users/Claire/Scripts</span>), and run <span class="code">chmod 755 BSODfix.command</span> to set global execute permissions on the file. Now you can double-click the file in Finder to run it. Terminal will open up and prompt you for the password for your current user account (assuming you are currently logged in as an administrator), execute the script, and exit.</p>
<p>Quit terminal, restart your computer (for some reason, killing and restarting the Finder doesn&#8217;t always make the change take effect), and map to an SMB share to see the change.</p>
<p>If you don&#8217;t want to write the script yourself, you can download it below:</p>
<p><a href="http://blog.abettergeek.com/wp-content/uploads/2010/04/bsodfix.command">BSODfix.command</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abettergeek.com/software/os-x-replacing-the-bsod-icon-for-smb-shares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2, SMTP, and Gmail for Domains (or How I learned to let go and love smart hosts)</title>
		<link>http://blog.abettergeek.com/server-management/windows-server-2008-r2-smtp-and-gmail-for-domains-or-how-i-learned-to-let-go-and-love-smart-hosts/</link>
		<comments>http://blog.abettergeek.com/server-management/windows-server-2008-r2-smtp-and-gmail-for-domains-or-how-i-learned-to-let-go-and-love-smart-hosts/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 02:21:38 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Server Management]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://blog.abettergeek.com/?p=154</guid>
		<description><![CDATA[I&#8217;ve been gone for awhile. I mean, not really, just from A Better Geek. I met a special someone, so that took up a lot of my time. Then said Special Someone got a job with IBM in Virginia, and we packed up and moved 700 miles to Fairfax from Lafayette back in mid-September 2009. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been gone for awhile. I mean, not really, just from A Better Geek. I met a special someone, so that took up a lot of my time. Then said Special Someone got a job with IBM in Virginia, and we packed up and moved 700 miles to Fairfax from Lafayette back in mid-September 2009. I&#8217;m looking for work and spending my time being a server administrator, because we decided to go for Verizon Business FiOS and are hosting everything (including our websites) from our home.</p>
<p>Let me tell you, this has been one huge educational experience that never seems to <strong>end</strong>. My server is now running my LAN&#8217;s internal DHCP and DNS. It&#8217;s also a game application server, an internal samba file server, and an internal and external web server.</p>
<p>One of the things apps like WordPress, PunBB, and other content systems use is email. I&#8217;ve already discussed in the past how to make sendmail in Linux play nicely with Apache and PHP, but I realized that things were changing as I started migrating our websites and projects to an entirely different environment &#8211; Windows Server 2008 R2 Enterprise and IIS 7.0. There are some growing pains, but at least it gives me a lot to write about!</p>
<p>Anyhow, I realized shortly after the migration of Dan&#8217;s game servers (and related websites) that the server wasn&#8217;t sending mail. Since, you know, I hadn&#8217;t set up an SMTP service in Windows. &#8220;So what?&#8221; I thought to myself, &#8220;I&#8217;ll just install it and everything will be hunky-dory, right?&#8221;</p>
<p>Wrong.</p>
<p>It turns out that in 2009, every large mail service provider on the Internet really hates relaying email that comes from suspicious locations, including IP addresses that are part of residential ISPs. Even though we have a static IP address through Verizon Business, it&#8217;s still part of Verizon&#8217;s greater IP pool &#8211; which includes all their dynamic IPs for residential FiOS and DSL services.</p>
<p>Google blacklisted me the second I tried to send a message to an @gmail.com address. It was just downhill from there. I found out from some people on IRC that I needed a reverse DNS entry if I wanted anyone to relay my email, so I called up Verizon and got that taken care of. Yahoo, MSN, and AOL started relaying my mail, but Google kept delaying delivery, claiming that an &#8220;unusual amount of unsolicited email&#8221; was coming from my IP address.</p>
<p>After many hours on IRC and doing additional research on Google, I decided it probably wasn&#8217;t worth it to keep wrestling to make the big mail servers of cyberspace deem my rinky-dink little server worthy of their approval. It was time to look for other solutions.</p>
<p>I decided right from the start that I did not want to deal with hosting mail. I have no interest in trying to mitigate mass quantities of spam. My friend Julie over <a title="The Gadgeteer" href="http://www.the-gadgeteer.com">The Gadgeteer</a> got on the Gmail Apps boat and moved her own email over to Google. It seemed appealing enough, so I decided to give it a shot. Google Apps offers a free version to cheapskates like me who can&#8217;t or don&#8217;t want to pay yet another monthly fee. The free version includes Google mail, calendar, sites, chat, and docs. Works for me!</p>
<p>Google was brilliant about the whole thing. I signed up, and when I clicked in the web-based control panel to set up email, it automagically discovered that my domain (polatrite.com, in this case) was registered with 1and1.com, so it directed me to a 1and1-specific how-to on setting up the MX records for my domain. About 18 hours later, 1and1 and Google had both updated their servers and records, and I was in business. Now it was time to figure out how to make my web server send email through Google&#8217;s SMTP servers.</p>
<p>Which is why we&#8217;re here today. If you&#8217;re still paying attention, that is. As always, this is a little screenshot-heavy, so hit the jump to carry onward.</p>
<p><span id="more-154"></span>First off, if you haven&#8217;t already, you need to install the SMTP service in Windows. Start by opening up your Server Manager. Click on Features in the lefthand pane, and then &#8220;Add Features&#8221;:</p>
<p><img class="size-full wp-image-157 alignnone" title="01" src="http://blog.abettergeek.com/wp-content/uploads/2010/01/01.png" alt="01" width="653" height="509" /></p>
<p>Make sure that both <strong>SMTP Server</strong> and <strong>SMTP Server Tools</strong> are checked. Windows, being the wizard-happy operating system that it is, will walk you through the steps to install SMTP, including installing any dependent services you may need. Once that&#8217;s done, we can continue to actually making your mail route through Google&#8217;s servers.</p>
<p>The SMTP standard allows for something called smart hosting. Essentially, an SMTP service set up with a smart host actually sends its mail to another SMTP server, which then relays the mail from there into the scary unknowns of cyberspace. This is exactly what I needed &#8211; by relaying my mail through Google&#8217;s servers, the outside world would see my mail as Google-sent, and nobody in their right mind is going to block Google mail (theoretically).</p>
<p>Before we can set up our server, we need enable IMAP in Gmail. Login to the Gmail web interface, and click <strong>Settings</strong> in the top right corner of your browser window. Select the <strong>Forwarding and POP/IMAP</strong> settings tab, and make sure <strong>Enable IMAP</strong> is selected. If it&#8217;s not, select it and save your changes.</p>
<p><img class="size-full wp-image-159 alignnone" title="02" src="http://blog.abettergeek.com/wp-content/uploads/2010/01/02.png" alt="02" width="646" height="464" /></p>
<p>Now that we have permission to access our mail outside of Google&#8217;s web interface, we can set up the server.</p>
<p>The SMTP service available in Windows Server 2008 is actually managed through IIS 6.0, not 7.0. Fire up the IIS 6.0 manager by going to <strong>Start &gt; Administrative Tools &gt; Internet Information Services (IIS) 6.0 Manager</strong>. Under your server, you&#8217;ll see a little hideous 16-color envelope icon. This is your SMTP virtual server, which IIS uses to send mail. Right-click on it and select <strong>Properties</strong>.</p>
<p>Click the <strong>Delivery</strong> tab, and then the <strong>Outbound Security&#8230;</strong> button. We want Basic Authentication. Enter your Google account credentials, and make sure <strong>TLS Encryption</strong> is enabled, since Google&#8217;s SMTP servers require SSL.</p>
<p><img class="size-full wp-image-160 alignnone" title="03" src="http://blog.abettergeek.com/wp-content/uploads/2010/01/03.png" alt="03" width="653" height="509" /></p>
<p style="text-align: left;">Click <strong>OK</strong>, then the <strong>Advanced&#8230;</strong> button on the same tab. Here&#8217;s where we set up our smart host that our own SMTP service will use to relay email. Enter the domain of your site under <strong>Fully-qualified domain name</strong>, and use smtp.gmail.com as the smart host.</p>
<p style="text-align: left;"><img class="size-full wp-image-161 alignnone" title="04" src="http://blog.abettergeek.com/wp-content/uploads/2010/01/04.png" alt="04" width="653" height="509" /></p>
<p style="text-align: left;">Click <strong>OK</strong>. Now we&#8217;re going to enable logging, which will be critically important to ensure that your email is being accepted by receiving SMTP servers. Click the <strong>General</strong> tab. Make sure the <strong>Enable logging</strong> box is selected, and choose your log format. I&#8217;m not all that well-versed on what the different formats are. &#8220;Microsoft IIS Log File Format&#8221; has been working fine for me. Click <strong>Properties&#8230;</strong> next the log format drop-down to choose where your logs are going to reside. Click <strong>OK</strong>.</p>
<p style="text-align: left;"><img class="size-full wp-image-162 alignnone" title="05" src="http://blog.abettergeek.com/wp-content/uploads/2010/01/05.png" alt="05" width="653" height="509" /></p>
<p style="text-align: left;">Double-check everything, and click <strong>OK</strong> to apply your new settings. I went ahead and restarted the SMTP service, just to make sure that everything was working correctly.</p>
<p style="text-align: left;">Now you can test your server and see if everything is working. I made a simple ColdFusion page that sent a test message to Gmail, AOL, Yahoo, and MSN (just to double-check!). It worked perfectly.</p>
<p style="text-align: left;">But&#8230;wait! Even though I had set the &#8220;from&#8221; parameter of the <span class="code">cfmail</span><strong> </strong>tag to come from my Gmail address, Google overrode this and used my polatrite.com email address as the &#8220;from&#8221; address in the message header. I don&#8217;t want all my websites sending mail from this one address! A Better Geek and Polatrite Gaming are two completely different entities, so I needed to remedy this right away.</p>
<p style="text-align: left;">Never fear, Google is here to save the day! Gmail has this neat feature, available in normal Gmail accounts and Google Apps accounts, that allows you to send mail from other mail accounts right from inside the Gmail web interface. It&#8217;s easy to set up, and it works well.</p>
<p style="text-align: left;">Log back in to your Gmail web interface, and go back to your settings. Navigate to the <strong>Accounts </strong>settings page. Select <strong>Add another email address you own</strong> in the <strong>Send mail as</strong> section, which will pop up a new window. Enter the name and email address you want to display on mail sent from this account.</p>
<p><img class="size-full wp-image-163 alignnone" title="06" src="http://blog.abettergeek.com/wp-content/uploads/2010/01/06.png" alt="06" width="461" height="406" /></p>
<p style="text-align: left;">On the next page, select to send the mail through the secondary address&#8217;s SMTP servers. It&#8217;s important to keep in mind that this will only work for email accounts that have given you permission to send mail externally (e.g. not through the webmail interface) &#8211; Yahoo and MSN/Live do not provide this functionality for free email accounts. However, all Gmail accounts and Google Apps accounts allow for external SMTP access. Enter <strong>smtp.gmail.com</strong> as the SMTP server, select port 465 or 587, and make sure <strong>Always use a secure connection (SSL)</strong> is enabled. Enter the username and password for this secondary email account, and click <strong>Add Account</strong>.</p>
<p><img class="size-full wp-image-164 alignnone" title="07" src="http://blog.abettergeek.com/wp-content/uploads/2010/01/07.png" alt="07" width="461" height="406" /></p>
<p style="text-align: left;">After you&#8217;ve added your account, Google will email that address with a confirmation message. Click the link in that email to validate that you are authorized to use it, and Google will enable that account in Gmail. Once your second account is activated, you can send mail from your websites with this second email address as the &#8220;from&#8221; address, and Google will send it accordingly.</p>
<p style="text-align: left;">Google does have some limitations on what is allowed with the free version of Google Apps, and it&#8217;s important to keep this in mind for your websites. A single message can have a maximum of 100 recipients. Additionally, you can send mail to a total of 500 recipients per day. If you have a very active server, you&#8217;re probably going to be better off running your own mail server or paying for a larger-scale male service (Google Apps Premier allows up to 2000 recipients daily), but for small-time stuff like I&#8217;m managing, this is going to work just fine. I&#8217;ll still try to get my server off Google&#8217;s mail blacklist so that I can eventually use my own SMTP server, but in the meantime, this is a fast and easy way to get Windows ready to go for sending mail through web applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abettergeek.com/server-management/windows-server-2008-r2-smtp-and-gmail-for-domains-or-how-i-learned-to-let-go-and-love-smart-hosts/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>I swear I&#8217;m not dead!</title>
		<link>http://blog.abettergeek.com/personal-stuff/i-swear-im-not-dead/</link>
		<comments>http://blog.abettergeek.com/personal-stuff/i-swear-im-not-dead/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 03:08:00 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Personal Stuff]]></category>

		<guid isPermaLink="false">http://blog.abettergeek.com/?p=147</guid>
		<description><![CDATA[It&#8217;s a good thing I&#8217;m not trying to make a living off blog-writing, or else I&#8217;d be living in a cardboard box by now. Life is busy, work is extra busy, things are moving at a fast pace&#8230;so ABetterGeek has gone by the wayside a bit. Don&#8217;t worry; I&#8217;ll post soon. Before the end of [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a good thing I&#8217;m not trying to make a living off blog-writing, or else I&#8217;d be living in a cardboard box by now.</p>
<p>Life is busy, work is extra busy, things are moving at a fast pace&#8230;so ABetterGeek has gone by the wayside a bit. Don&#8217;t worry; I&#8217;ll post soon.</p>
<p>Before the end of 2009, at least.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abettergeek.com/personal-stuff/i-swear-im-not-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

