<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mac on Holyarmy.org</title>
		<link>https://holyarmy.org/tags/mac/</link>
		<description>Recent content in Mac on Holyarmy.org</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
		
			<lastBuildDate>Wed, 18 Sep 2013 23:28:52 +0000</lastBuildDate>
		
			<atom:link href="https://holyarmy.org/tags/mac/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Odd Git Licensing Message on OSX</title>
				<link>https://holyarmy.org/2013/09/odd-git-message-on-osx/</link>
				<pubDate>Wed, 18 Sep 2013 23:28:52 +0000</pubDate>
				<guid>https://holyarmy.org/2013/09/odd-git-message-on-osx/</guid>
				<description>&lt;p&gt;Today,IOS 7 dropped to the general public. As usually comes with the release, there was an Xcode update. I updated.&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;p&gt;For some time, I’ve been using the git bundled in Xcode as it makes it simpler to get updates as they come with Xcode. Today, that yielded an amusing message.&lt;/p&gt;&#xA;&lt;p&gt;I use git via an alias in my .bashrc&lt;/p&gt;&#xA;&lt;pre&gt;alias git=&#39;xcrun git&#39;&lt;/pre&gt;&#xA;&lt;p&gt;A simple version check reveals all:&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;p&gt;git –version&lt;/p&gt;&#xA;&lt;img class=&#34;alignnone size-medium wp-image-424&#34; alt=&#34;xcode-git-message&#34; src=&#34;https://holyarmy.org/files/2013/09/cl167_sphbb.png&#34; /&gt;&#xA;&lt;p&gt;Oops… git is apparently subject to Apple’s licenses.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Killing “find” Errors</title>
				<link>https://holyarmy.org/2009/11/killing-find-errors/</link>
				<pubDate>Mon, 09 Nov 2009 05:46:53 +0000</pubDate>
				<guid>https://holyarmy.org/2009/11/killing-find-errors/</guid>
				<description>&lt;p&gt;I’ve used the unix filesystem search utility &lt;strong&gt;find&lt;/strong&gt; for many years. Though, like most things, until forced to learn its deeper secrets, I generally get by with only the most basic knowledge.&lt;/p&gt;&#xA;&lt;p&gt;One of the cool things about &lt;strong&gt;find&lt;/strong&gt; is that you can specify a search and then execute an action on the results, all in one command.&lt;/p&gt;&#xA;&lt;p&gt;This example is probably my most common use of &lt;strong&gt;find&lt;/strong&gt;:&lt;/p&gt;&#xA;&lt;pre&gt;find . -type d -name .svn -exec rm -fr {} \;&#xA;&lt;/pre&gt;&#xA;&lt;p&gt;This means: find, in the current directory (.), a directory (-type d), named .svn (-name .svn), and for every result (-exec) remove that directory (rm -fr {}) .  The “{}” represents the matched path string, and the “;” is required to end the “-exec” command.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Mac Mini DVI-HDMI on LCD HDTV</title>
				<link>https://holyarmy.org/2009/06/mac-mini-dvi-hdmi-on-lcd-hdtv/</link>
				<pubDate>Sun, 14 Jun 2009 21:26:49 +0000</pubDate>
				<guid>https://holyarmy.org/2009/06/mac-mini-dvi-hdmi-on-lcd-hdtv/</guid>
				<description>&lt;p&gt;I recently purchased a Mac Mini to be my home media computer. I plan to blog more about that later. For now, the only tricky thing about using a Mini has been using my TV for a monitor.&lt;/p&gt;&#xA;&lt;p&gt;There’s a lot of noise on the web (or Google at least) when trying to search for a solution to using a Mini’s DVI output on LCD TV’s. Typically they recommend using DisplayConfigX  or SwitchResX to tweak your display modelines, timing, resolution, and just generally dive deeper than I like  into display configuration. My solution was MUCH simpler.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Foxmarks: Bookmark Synchronization Heaven</title>
				<link>https://holyarmy.org/2009/02/foxmarks-bookmark-synchronization-heaven/</link>
				<pubDate>Sat, 21 Feb 2009 22:19:25 +0000</pubDate>
				<guid>https://holyarmy.org/2009/02/foxmarks-bookmark-synchronization-heaven/</guid>
				<description>&lt;p&gt;Long have I searched for the magic bullet solution to my bookmark synchronization woes.  I’ve wanted a simple plugin that would synchronize my bookmarks between multiple installations of &lt;a href=&#34;http://www.getfirefox.com&#34;&gt;Firefox&lt;/a&gt; and &lt;a href=&#34;http://www.apple.com/safari/&#34;&gt;Safari&lt;/a&gt;, thus making it simple to access said bookmarks from any computer, or between the two commonly used browsers on my Mac.  I’ve looked at many options, but always the solution only allows me to sync one browser or the other, leaving me looking for some secondary sync tool to get between Firefox and Safari on my Mac itself, not via network or a proper sync.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Building a Hackintosh Successful Attempt #1</title>
				<link>https://holyarmy.org/2009/02/building-a-hackintosh-successful-attempt-1/</link>
				<pubDate>Tue, 17 Feb 2009 05:32:39 +0000</pubDate>
				<guid>https://holyarmy.org/2009/02/building-a-hackintosh-successful-attempt-1/</guid>
				<description>&lt;p&gt;Since getting a Mac Book Pro for work, I’ve become quite the fan of OS X. As a unix/software guy, I really enjoy having the power of a BSD/Unix system readily available, without having to install some hack like &lt;a href=&#34;http://cygwin.org/&#34;&gt;cygwin&lt;/a&gt;. (I’m not knocking cygwin, it’s a really nice Windows add-on, but I prefer not to run Windows, in general.) I also like the OS X user interface, and lately, that it runs the very cool &lt;a href=&#34;http://boxee.tv/&#34;&gt;boxee&lt;/a&gt; media center software. So, I wanted to build a boxee box. My options were AppleTV, Mac Mini, or Hackintosh. The Mac Mini was more money than I wanted to spend for an untested solution. The AppleTV would probably be a good solution, especially now that it’s getting more testing from the boxee community, but I wasn’t sure about it. Finally, I thought that a Hackintosh would be a cool project, give me not just boxee but a full OS X system, and I could buy the parts for $235 from &lt;a href=&#34;http://newegg.com&#34;&gt;newegg&lt;/a&gt;. That’s a cheap computer, and especially a cheap Mac.&lt;/p&gt;&#xA;&lt;p&gt;I went with an Intel D945GCLF2 motherboard. It’s a mini-ITX board with built in dual Atom 330 processors, the kind of CPU’s used in the new and inexpensive NetBook computers. It’s a very low power solution, but with the dual processors most of the research I did suggested it should do 720p HD content. It has a S/PDIF header for digital audio out, but requires an extra cable and I have yet to test it. VGA out is less preferable than DVI, but again, this is cheap, and my Samsung 46″ LCD has VGA-input, so it certainly works. Also, it’s limited to a single 2GB DIMM, so max out that RAM early. 🙂&lt;/p&gt;&#xA;&lt;p&gt;I bought the following from newegg:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;D945GCLF2 motherboard – $80&lt;/li&gt;&#xA;&lt;li&gt;Any old PATA (SATA should work, too) DVD Burner – $25&lt;/li&gt;&#xA;&lt;li&gt;2GB Kingston 240-pin DDR2 667 SDRAM – $21&lt;/li&gt;&#xA;&lt;li&gt;APEX MI-100 Black/Silver Mini-ITX Case w/ 250w PSU – $56&lt;/li&gt;&#xA;&lt;li&gt;80GB Western Digital SATA Hard Drive – $37&lt;/li&gt;&#xA;&lt;li&gt;Shipping/Handling + rush processing – $15&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Total cost: $234&lt;/p&gt;&#xA;&lt;p&gt;Full disclosure: I later bought a cheap USB bluetooth dongle ($25) and Apple’s Bluetooth keyboard and mouse (full retail, ouch) as that was the best wireless control solution, but any USB keyboard and mouse combo should work fine for normal usage.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;INSTALL GUIDE FOR RETAIL OS X on D945GCLF2&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;hr&gt;</description>
			</item>
			<item>
				<title>Bonjour Avahi Addendum</title>
				<link>https://holyarmy.org/2008/11/bonjour-avahi-addendum/</link>
				<pubDate>Thu, 06 Nov 2008 16:23:53 +0000</pubDate>
				<guid>https://holyarmy.org/2008/11/bonjour-avahi-addendum/</guid>
				<description>&lt;p&gt;A while back I wrote about &lt;a href=&#34;https://holyarmy.org/2008/01/advertising-linux-services-via-avahibonjour&#34;&gt;advertising Linux services via Avahi/Bonjour&lt;/a&gt;. Since then I’ve made a few changes to my setup.&lt;/p&gt;&#xA;&lt;p&gt;First, I nixed netatalk for direct AFP support. My primary reason for using it was to gain a more Mac-like network filesystem which would make Time Machine happier. Well, Time Machine uses a sparse bundle disk image on it’s target; after learning about that, using AFP seemed a bit unnecessary. Also, Samba CIFS/SMB seemed to perform better. I don’t have solid benchmarks for this, but simple file copies seemed to be consistenly faster with Samba. One of the biggest annoyances about netatalk was all the extra hidden files and folders it created. I run a hybrid network, I have more Mac machines, but also Windows, plus I browse file systems on the command line quite often; and those excess files pushed me over the edge.&lt;/p&gt;&#xA;&lt;p&gt;Second, I nixed Time Machine. Just when I thought everything was working perfectly, it completely blew up and could no longer access its data store. Not good for a backup solution. I plan to write about my new home backup solution sometime, but it’s basically rsync with a few key points.&lt;/p&gt;</description>
			</item>
			<item>
				<title>A Project Idea: iPhoto to WordPress [gallery] Export</title>
				<link>https://holyarmy.org/2008/10/a-project-idea-iphoto-to-wordpress-gallery-export/</link>
				<pubDate>Thu, 23 Oct 2008 05:52:02 +0000</pubDate>
				<guid>https://holyarmy.org/2008/10/a-project-idea-iphoto-to-wordpress-gallery-export/</guid>
				<description>&lt;p&gt;I’ve been spending some time getting my &lt;a href=&#34;https://holyarmy.org/beaumin/&#34;&gt;son’s blog&lt;/a&gt; setup. In doing so, I discovered that as of WordPress 2.5, there is built-in [ gallery ] functionality.  Though it isn’t full featured, it’s pretty nice, and perfectly integrated with WordPress, since, well, it IS WordPress.&lt;/p&gt;&#xA;&lt;p&gt;Currently the process to put photos into a gallery is:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Choose photos in iPhoto&lt;/li&gt;&#xA;&lt;li&gt;Export chosen files to disk&lt;/li&gt;&#xA;&lt;li&gt;Create new WordPress post&lt;/li&gt;&#xA;&lt;li&gt;Add media via WordPress uploader&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;This isn’t too bad, especially for a geek who’s used to lots of arcane workarounds to accomplish simple goals. But… for my wife or others who don’t want the hassle, this is basically annoying.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Beating the Cisco VPN Client Error 51 On Leopard</title>
				<link>https://holyarmy.org/2008/07/beating-the-cisco-vpn-client-error-51-on-leopard/</link>
				<pubDate>Tue, 22 Jul 2008 16:10:01 +0000</pubDate>
				<guid>https://holyarmy.org/2008/07/beating-the-cisco-vpn-client-error-51-on-leopard/</guid>
				<description>&lt;p&gt;I had this error popup today on my Mac OS X Lepopard 10.5.4 machine.&lt;/p&gt;&#xA;&lt;img class=&#34;alignnone size-medium wp-image-309&#34; title=&#34;vpnerr51&#34; src=&#34;https://holyarmy.org/files/2008/07/vpnerr51.png&#34; alt=&#34;Cisco VPN Client Error 51&#34; /&gt;&#xA;&lt;p&gt;This is not cool as, well, I NEED MY VPN TO WORK!&lt;/p&gt;&#xA;&lt;p&gt;Thankfully google came to my rescue. The solution is to execute the following in Terminal:&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;sudo /System/Library/StartupItems/CiscoVPN/CiscoVPN restart&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;Thanks for the answer, &lt;a href=&#34;http://virtuallyshocking.com/2008/06/26/cisco-vpn-client-error-51-after-leopard-1053-upgrade/&#34;&gt;VirtuallyShocking.com&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Plainview: presentations ala web</title>
				<link>https://holyarmy.org/2008/06/plainview-presentations-ala-web/</link>
				<pubDate>Thu, 05 Jun 2008 09:18:11 +0000</pubDate>
				<guid>https://holyarmy.org/2008/06/plainview-presentations-ala-web/</guid>
				<description>&lt;p&gt;I just stumbled onto the coolest little app for Mac. &lt;a href=&#34;http://www.barbariangroup.com/software/plainview_app_1_0&#34;&gt;Plainview&lt;/a&gt; is a web browser based on WebKit (also the guts of the &lt;a href=&#34;http://www.apple.com/safari/&#34;&gt;Safari&lt;/a&gt; browser). What’s unique is it’s intended to NOT have chrome (the name for all tose fancy navigation bars, address text boxes, menus etc). It’s slim… so slim the chrome is non-existent. This is a full-screen mode web browser, intended to utilize the full screen real estate for presentations! Essentially, instead of having to take screenshots of websites and put them into power point or something, you can just demo the site. It’s awesome… and i’m not even explaining it as well as they did… but I am tired. 🙂&lt;/p&gt;</description>
			</item>
			<item>
				<title>Using Microsoft Entourage on my Mac</title>
				<link>https://holyarmy.org/2008/03/using-microsoft-entourage-on-my-mac/</link>
				<pubDate>Wed, 26 Mar 2008 11:01:30 +0000</pubDate>
				<guid>https://holyarmy.org/2008/03/using-microsoft-entourage-on-my-mac/</guid>
				<description>&lt;p&gt;I’m not really a Microsoft fan, nor do I consider myself a Microsoft hater. I generally like Linux and free Open Source software, and as a network and software engineer type I really like the power and flexibility of Unix-like operating systems. I made the switch to Mac because I wanted to see what all the fuss was about, and if I would benefit from a “Unix like system that just works.” Though there were a few bumps in the road, I’m pretty happy overall. Sometime maybe I’ll post about my Mac experience and thoughts in a broader sense.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Advertising Linux Services via Avahi/Bonjour</title>
				<link>https://holyarmy.org/2008/01/advertising-linux-services-via-avahibonjour/</link>
				<pubDate>Sun, 27 Jan 2008 22:20:42 +0000</pubDate>
				<guid>https://holyarmy.org/2008/01/advertising-linux-services-via-avahibonjour/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; &lt;em&gt;most of this information is still correct but an update for combining service definitions into one file and setting an icon is available here: &lt;a href=&#34;https://holyarmy.org/2008/11/bonjour-avahi-addendum&#34;&gt;bonjour-avahi-addendum&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;In my last post I outlined how I followed others’ directions to enable netatalk on Linux and Time Machine backups to a shared AFP folder. Originally, I also described how to put all your shares on netatalk. I suppose if only have Mac clients or you REALLY want to use AFP, you can do so. As I worked with files over AFP shares, I started noticing that the performance seemed to be quite bad. No, I didn’t benchmark, but copying large video files to a shared folder over my gigabit network was substantially slower over AFP (netatalk) than over CIFS/SMB (samba). I use my network shares pretty heavily, so this was a concern. Also, netatalk tries very hard to replicate an HFS filesystem complete with resource fork support. This means that your shared directories end up with lots of extra folders named “.AppleDouble”(and a few others) containing Mac specific info. (Note: even on CIFS you’ll get the “.AppleDB” folders unless you disable a setting in Finder. I can deal with .AppleDB better than .AppleDouble AND .AppleDB) So, because of these two issues I decided to try using CIFS and samba again.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Time Machine backup to Linux via Netatalk</title>
				<link>https://holyarmy.org/2008/01/time-machine-backup-to-linux-via-netatalk/</link>
				<pubDate>Thu, 24 Jan 2008 07:26:49 +0000</pubDate>
				<guid>https://holyarmy.org/2008/01/time-machine-backup-to-linux-via-netatalk/</guid>
				<description>&lt;div&gt;&#xA;  So, when I got the upgrade from Tiger to Leopard on my MacBook Pro, I was looking for a good backup solution. I&amp;#8217;ve used &lt;a href=&#34;http://samba.anu.edu.au/rsync/&#34; target=&#34;_blank&#34;&gt;rsync&lt;/a&gt; in the past, but when I saw that Apple had a new &lt;a href=&#34;http://www.apple.com/macosx/features/timemachine.html&#34; target=&#34;_blank&#34;&gt;Time Machine&lt;/a&gt; backup tool, I was curious to give it a shot. The catch is you basically needed an external USB or Firewire drive, until they recently came out with the &lt;a href=&#34;http://www.apple.com/timecapsule/&#34; target=&#34;_blank&#34;&gt;Time Capsule&lt;/a&gt;. Anyway, tonight I got the itch to really see if I could make Time Machine work without buying extra hardware. I mean, seriously, I&amp;#8217;ve got a good hunk of mirrored disk sitting on my home server; that seems like a good place to do backups.&#xA;&lt;/div&gt;&#xA;&lt;div&gt;&#xA;  Some googling found me this &lt;a href=&#34;http://www.fey.ca/blarchives/2007/11/18/time_machine_and_netatalk.html&#34; target=&#34;_blank&#34;&gt;link&lt;/a&gt; to a blogger who&amp;#8217;d done it!&#xA;&lt;/div&gt;&#xA;&lt;div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div&gt;&#xA;  I&amp;#8217;ll make my own version of this post, since I had a few differences from the original I where I found the info.&#xA;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Safari Session Save &amp; Restore with ForgetMeNot</title>
				<link>https://holyarmy.org/2007/11/safari-session-save-restore-with-forgetmenot/</link>
				<pubDate>Fri, 09 Nov 2007 14:46:12 +0000</pubDate>
				<guid>https://holyarmy.org/2007/11/safari-session-save-restore-with-forgetmenot/</guid>
				<description>&lt;p&gt;My foray into the Mac OS X world is fraught with daily challenges as I try to learn my way around this new environment.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://mozilla.com/&#34; title=&#34;Firefox&#34; target=&#34;_blank&#34;&gt;Firefox&lt;/a&gt; has long been my browser of choice on Windows and Linux. So now, I’ve used it on Mac, and while I still like it, I’ve felt the urge to try out “Mac native” apps such as the bundled &lt;a href=&#34;http://www.apple.com/safari/&#34; title=&#34;Safari&#34;&gt;Safari&lt;/a&gt; web browser. For the most part, switching to Safari meant learning new keyboard shortcuts, but one thing that was really killing me is that if I closed Safari or it crashed, I lost all my tabs. I am a pretty heavy user of the auto session save in Firefox.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Tabbing to HTML Form Elements in Mac Web Browsers</title>
				<link>https://holyarmy.org/2007/10/tabbing-to-html-form-elements-in-mac-web-browsers/</link>
				<pubDate>Wed, 31 Oct 2007 20:33:18 +0000</pubDate>
				<guid>https://holyarmy.org/2007/10/tabbing-to-html-form-elements-in-mac-web-browsers/</guid>
				<description>&lt;p&gt;So, I’m a MacOS newbie, just switched over from Windoze / Linux. I figured, it’s cool, things “just work”, and it’s got a Un*x/BSD core. What else is there? Hehe, the interface has definitely been a challenge.&lt;/p&gt;&#xA;&lt;p&gt;So, the first huge problem that drove me nutz was that in Firefox, I couldn’t tab to checkboxes, some buttons, multi-select boxes, etc. I asked around, but found others with the same problem.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
