Remove and Remake 10.7 Recovery HD
When updating to 10.7.2, there’s a Lion Recovery Update that goes along with it. This is meant to update your Recover HD recovery partition […]
It's all in the Mac magic…
When updating to 10.7.2, there’s a Lion Recovery Update that goes along with it. This is meant to update your Recover HD recovery partition […]
#!/bin/bash # Only for Mac OS 10.7 if [ `sw_vers -productVersion | awk -F. ‘{ print $2 }’` -eq 7 ]; then […]
Those of you who have been editing your login background since 10.7 through to 10.7.3 would have noticed that upgrading to 10.7.4 […]
Q. How do I format date to display on screen on for my scripts as per my requirements? A. You need to […]
sed -n ‘/FOO/,/BAR/p’ test.txt This will extract all text between place holders FOO and BAR from the text file test.txt
Setting up passwordless SSH logins is a great way to speed up connections to regularly accessedremote Macs and unix boxes. Because OS […]
echo `cal` | sed -E ‘1,$’"s/ ($(date +%e))( |$)/ $(echo ‘\033[1;31m’)\1$(echo ‘\033[0m’)\2/" | sed s’/Su Mo Tu We Th Fr Sa//g’ | […]
The following error appears when booting to a NetBoot image: “Startup Disk is Almost Full” Explanation This error occurs when the minimal […]
Netboot is a great invention, allowing you to remotely boot a mac from a server. The problem is the Netboot keeps a […]
[david@Galileo ~]# function version { echo "$@" | awk -F. ‘{ printf("%d%03d%03d%03d\n", $1,$2,$3,$4); }’; } [david@Galileo ~]# ver1=10.1.2.9 [david@Galileo ~]# ver2=10.01.02.008 [david@Galileo […]
MySQL that you download and install from Oracle expect to find its config file in /etc/my.cnf However this file si not there […]
defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1 then kill finder or reboot
Following this apple KB http://support.apple.com/kb/HT3765 Works fine. The problem comes when you delete an update from the master. The slaves will delete […]
Install libpst via MacPorts. Then use the readpst command to convert PST files to mBox
sudo cat /Library/Preferences/com.apple.VNCSettings.txt | perl -wne ‘BEGIN { @k = unpack "C*", pack "H*", "1734516E8BA8C5E2FF1C39567390ADCA"}; chomp; @p = unpack "C*", pack "H*", […]
There are a few options to get Airprint to work Look at http://archlinuxarm.org/support/guides/applications/cups-apple-airprint is one way or you could use Airprint Acttivator […]