holyarmy.org
Killing “find” Errors | holyarmy.org
http://holyarmy.org/2009/11/killing-find-errors
Killing “find” Errors. November 8, 2009. I’ve used the unix filesystem search utility find. For many years. Though, like most things, until forced to learn its deeper secrets, I generally get by with only the most basic knowledge. One of the cool things about find. Is that you can specify a search and then execute an action on the results, all in one command. This example is probably my most common use of find. Find -type d -name .svn -exec rm -fr {} ;. Popup in my build results! Find -type d -name ....
holyarmy.org
ESXi on an Asus Chromebox M004U | holyarmy.org
http://holyarmy.org/2015/05/esxi-on-an-asus-chromebox-m004u
ESXi on an Asus Chromebox M004U. May 23, 2015. I recently stumbled across the ASUS CHROMEBOX-M004U. It’s a Chromebox, which is cool in its own right, but I was interested in using it’s dual-core Celeron Haswell CPU, expandable RAM (up to 16GB), and M2 Sata storage for other purposes. First things first, you’ve got to enable the box to run things other than ChromeOS… Thankfully that’s well documented ( http:/ kodi.wiki/view/ASUS Chromebox. I’ve been using ESXi Customer: https:/ vibsdepot.v-front...And, yo...
holyarmy.org
Have fun RESTing! | holyarmy.org
http://holyarmy.org/2010/01/have-fun-resting
January 8, 2010. Cheesy post titles aside…. I just discovered the very simple but incredibly useful RESTClient. At: http:/ code.google.com/p/rest-client/. It’s a simple Java GUI app for testing out one’s REST services. You can choose your: URL, HTTP method, add any custom headers, add a body for PUT/POST, set auth info, SSL info, and do simple scripting. This is an incredibly useful tool, AND a far cry better than doing it all on the command line with curl. Thanks @subwiz (the project owner)!
holyarmy.org
Coding | holyarmy.org
http://holyarmy.org/category/coding
Odd Git Licensing Message on OSX. September 18, 2013. Today,IOS 7 dropped to the general public. As usually comes with the release, there was an Xcode update. I updated. 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. I use git via an alias in my .bashrc. A simple version check reveals all:. Oops… git is apparently subject to Apple’s licenses. January 8, 2010. Cheesy post titles aside…. I was wa...
holyarmy.org
Life | holyarmy.org
http://holyarmy.org/category/life
Mac Mini DVI-HDMI on LCD HDTV. June 14, 2009. 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. The Mac Mini has a miniDVI output and is packaged with a miniDVI- DVI adapter, so to get a signal into the TV, you’ll need a DVI- HDMI or miniDVI- HDMI adapter. I bought both from Monoprice. As they are very inexpensive and either works fine. Now, on your TV, go to the Menu:.
holyarmy.org
Mac Mini DVI-HDMI on LCD HDTV | holyarmy.org
http://holyarmy.org/2009/06/mac-mini-dvi-hdmi-on-lcd-hdtv
Mac Mini DVI-HDMI on LCD HDTV. June 14, 2009. 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. The Mac Mini has a miniDVI output and is packaged with a miniDVI- DVI adapter, so to get a signal into the TV, you’ll need a DVI- HDMI or miniDVI- HDMI adapter. I bought both from Monoprice. As they are very inexpensive and either works fine. Now, on your TV, go to the Menu:.
holyarmy.org
Odd Git Licensing Message on OSX | holyarmy.org
http://holyarmy.org/2013/09/odd-git-message-on-osx
Odd Git Licensing Message on OSX. September 18, 2013. Today,IOS 7 dropped to the general public. As usually comes with the release, there was an Xcode update. I updated. 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. I use git via an alias in my .bashrc. A simple version check reveals all:. Oops… git is apparently subject to Apple’s licenses. ESXi on an Asus Chromebox M004U →. Here, File File!
holyarmy.org
Here, File File! Nears Release, Gets Attention | holyarmy.org
http://holyarmy.org/2009/12/here-file-file-nears-release
Here, File File! Nears Release, Gets Attention. December 5, 2009. I’m taking time away from adding spit and polish to the exciting Here, File File. Project to say WOO HOO! The whole team ( Adam. And I) are psyched! A few days ago we found out Here, File File is a finalist in the AppsFire Apps Star Awards. And today, The Unofficial Apple Weblog (TUAW) published a great HFF write up. If you haven’t seen our promo video yet, give it a whirl! Killing “find” Errors. Leave a Reply Cancel reply. Here, File File!
holyarmy.org
Fixing Snow Leopard’s broken ‘focus follows mouse’ Terminal behavior | holyarmy.org
http://holyarmy.org/2009/10/fixing-snow-leopards-broken-focus-follows-mouse-terminal-behavior
Fixing Snow Leopard’s broken ‘focus follows mouse’ Terminal behavior. October 21, 2009. Since upgrading to OS X 10.6 (Snow Leopard), I’ve been frustrated by Terminal’s focus follows mouse behavior. I typically like such behavior but it’s broken as of 10.6. I would frequently CMD-Tab to switch to a different application and start typing only to wonder why my keyboard was not working, then realize my input had gone to the Terminal which sometimes was no longer even visible. No more lost input in my Terminal.
holyarmy.org
Web | holyarmy.org
http://holyarmy.org/category/web
January 8, 2010. Cheesy post titles aside…. I just discovered the very simple but incredibly useful RESTClient. At: http:/ code.google.com/p/rest-client/. It’s a simple Java GUI app for testing out one’s REST services. You can choose your: URL, HTTP method, add any custom headers, add a body for PUT/POST, set auth info, SSL info, and do simple scripting. This is an incredibly useful tool, AND a far cry better than doing it all on the command line with curl. Thanks @subwiz (the project owner)! February 21...
SOCIAL ENGAGEMENT