-
Latest Raspbian (2017-07-05-raspbian-jessie) dd: /dev/rdiskX: Invalid argument on OSX and other potential issues with “apt-get” post install
-
Get rid of double (triple) entries in Finder’s “Open With” Menu
Does sh*t like this make you wanna smack your mac :-) Here is a quick way to rebuild the Launch Services database and get rid of duplicates in the Open With submenu: /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user This process should take about a minute or two. You should check to see…
-
Turn Your FreeNAS Box Into the Ultimate Anonymous Downloading Machine
-
IOS6 Passbook “Can’t connect to iTunes Store” error fix…..
-
Copying large number of files between two Unix/Linux/OSX Servers
Here are some quick tip(s) for copying a ton of files between unixy machines really fast. You’re probably thinking “why not use rsync?”…..well rsync can be miserably slow if your source or destination cpu is underpowered. You can always do a rsync after these commands to make 100% certain that everything checks out, but try…
-
Flush DNS cache in Lion and Mountain Lion
-
CLI commands that let you access meta data of all files in OSX
Two small commands with huge possibilities: mdls usage: mdls [-name attr] [-raw [-nullMarker markerString]] [-plist file] pathlist the values of one or all the attributes of the specified file -raw: don’t print attribute names before values -nullMarker: substitute this string for null attributes in raw mode -plist: output attributes in XML format to file. Use…
-
Everything you ever needed to know about OSX launchd
-
How to install Office 2010 on Windows XP x64-bit edition
Let me guess…..you tried it and it failed. Well, there is a way (probably not sanctioned by MS) to get this done. I’ve installed it on two separate machines and verified that it works. First you need to download MSXML 6 from Microsofts website. Just go to microsoft.com and search for MSXML. There should be…
-
Map any network drive to Mac OS X that auto mounts after system reboot
Here is a quick recipe for making a network drive auto mount on your OSX machine. This works with pretty much any protocol supported by Finders “Connect to Server” option. Here is how you do it: From the Finder, hit Command+K or select Connect to Server from the Go menu. You’ll see the following window,…