Difference between revisions of "MacOS X Tips"

From Briki
Jump to: navigation, search
(ZJwitMlnEZmHW)
 
(276 intermediate revisions by 70 users not shown)
Line 1: Line 1:
http://lifeins.viviti.com jackson national life insurance company
+
== Useful Software ==
https://launchpad.net/~homeins home owner insurance online quote
+
* Perian
http://www.jordinsparks.com/us/node/13453 whole life insurance explained
+
* Plex
http://community.womansday.com/drbuble/blog/1111/ car insurance groups
+
* MobileMouse
http://bestringtones.viviti.com funny mobile ringtones
+
* BetterTouchTool
http://community.womansday.com/drbuble/blog/1113/ fl homeowners insurance
+
* JollysFastVNC
http://slashdot.org/journal/241994/ automotive insurance
+
* RemoteBuddy
http://affiliate.kickapps.com/_Best-Auto-Insurance-Quotes-Online/blog/1541041/141079.html insurance auto quote
+
 
http://community.womansday.com/drbuble/blog/1114/ fort dearborn life insurance company
+
== Useful Commands ==
http://slashdot.org/journal/242004/ get ringtone
+
; mdinfo : Mac equivalent to locate (since it seems locatedb isn't periodically updated for OS X)
http://www.spreadfirefox.com/user/300516 health and life insurance
+
 
http://drupalhub.org/node/1715 minnesota health insurance
+
== Setup ==
http://www.docstoc.com/docs/18475363/Cheapest-Home-Insurance-Quotes home insurance rate
+
=== Windows UK Keyboard Mapping ===
http://affiliate.kickapps.com/_Best-Home-Insurance-Quotes/blog/1541056/141079.html home care insurance
+
http://neuro.me.uk/2009/08/31/getting-the-uk-keyboard-layout-right-in-snow-leopard/
https://launchpad.net/~ringtones4u hot ringtone
+
 
https://launchpad.net/~healthins employee health insurance
+
=== VNC ===
http://drupalhub.org/node/1717 new york life insurance
+
http://sourceforge.net/projects/osxvnc/
http://www.codeplex.com/site/users/view/carins car insurance quote uk
+
 
http://www.zooomr.com/groups/1456@G01/ auto insurance quotes comparison
+
=== rsync ===
http://affiliate.kickapps.com/_Best-Ringtones-Here/blog/1541062/141079.html game ringtones
+
http://maxpowerindustries.com/2009/09/21/how-to-install-the-rsync-daemon-on-mac-os-x/
http://www.netvibes.com/healthins disability health insurance
+
 
http://www.spreadfirefox.com/user/300515 sr22 car insurance
+
=== SNMP ===
http://slashdot.org/journal/241996/ car insurance young drivers
+
http://scott.wallace.sh/2009/12/04/enabling-snmp-in-mac-os-x-10-6-snow-leopard/
http://www.zooomr.com/groups/1459@G01/ american home insurance company
+
 
http://www.docstoc.com/docs/18475396/Free-Life-Insurance-Quotes-Online life insurance comparisons
+
=== Compiling mythtv ===
https://launchpad.net/~lifeinsurance aetna life insurance company
+
At the time of writing the current (14660) revision of mythtv does not build for Mac OS X. One working build is 14225. To build this:
http://carinsurance4u.viviti.com spencer car insurance
+
 
http://www.jordinsparks.com/us/node/13449 auto rental insurance
+
NB. Ensure you don't have xmms or xmms-shlibs installed via fink/apt-get
http://drupalhub.org/node/1714 alberta car insurance
+
 
http://www.docstoc.com/docs/18475185/Best-Auto-Insurance-Quotes buying auto insurance
+
* svn co -r 14225 http://svn.mythtv.org/svn/trunk/mythtv/contrib/OSX mythtv-14225
http://www.codeplex.com/site/users/view/healthins health insurance job
+
* cd mythtv-14225
http://www.jordinsparks.com/us/node/13450 lowest car insurance rates
+
* ./osx-packager.pl -svnrev 14225
http://www.netvibes.com/autoins auto insurance policies
+
 
http://www.netvibes.com/homeins manufactured home insurance
+
Alternatively, to fix the latest version for an Intel Mac:
http://www.codeplex.com/site/users/view/ringtones4u ringtone ericsson
+
 
http://www.netvibes.com/carins very cheap car insurance
+
* svn co http://svn.mythtv.org/svn/trunk/mythtv/contrib/OSX mythtv
 +
* cd mythtv
 +
* Add "'--arch=pentium4'," to the mythtv args list around line 488 of osx-packager.pl
 +
* ./osx-packager.pl
 +
* You'll get an "ERROR: CPU specific ./configure options failed compile test" warning when osx-packager runs configure for mythtv, but this can be ignored
 +
 
 +
=== Setting the domain name ===
 +
This only seems to work until the next DHCP refresh. Better to set this at the DHCP server so that it hands out the domain with a DHCP request.
 +
<pre>
 +
sudo hostname -s host.domain.com
 +
</pre>
 +
 
 +
=== Backup with timemachine to Ubuntu ===
 +
See: http://www.mike-hughes.net/it/mac/filesharing-for-osx-afp-on-debian/
 +
and for the Ubuntu specific stuff (just the apt-get, since the rest looks incorrect): http://notepad.bobkmertz.com/2010/01/apple-time-machine-backups-to-ubuntu.html
 +
 
 +
 
 +
== Installing from the command line ==
 +
* hdiutil attach ''file''.dmg
 +
* cd /Volumes/''mount''/
 +
* sudo installer -pkg ''install''.pkg -target "/"
 +
 
 +
== Munin ==
 +
* The munin-node process doesn't run properly on Lion, so simply install the snmp plugins on the munin server and add the remote node to /etc/munin/munin.conf on the server
 +
 
 +
== Disable creation of .AppleDouble and .DS_Store files ==
 +
* Run: defaults write com.apple.desktopservices DSDontWriteNetworkStores true

Latest revision as of 15:33, 24 May 2012

Useful Software

  • Perian
  • Plex
  • MobileMouse
  • BetterTouchTool
  • JollysFastVNC
  • RemoteBuddy

Useful Commands

mdinfo 
Mac equivalent to locate (since it seems locatedb isn't periodically updated for OS X)

Setup

Windows UK Keyboard Mapping

http://neuro.me.uk/2009/08/31/getting-the-uk-keyboard-layout-right-in-snow-leopard/

VNC

http://sourceforge.net/projects/osxvnc/

rsync

http://maxpowerindustries.com/2009/09/21/how-to-install-the-rsync-daemon-on-mac-os-x/

SNMP

http://scott.wallace.sh/2009/12/04/enabling-snmp-in-mac-os-x-10-6-snow-leopard/

Compiling mythtv

At the time of writing the current (14660) revision of mythtv does not build for Mac OS X. One working build is 14225. To build this:

NB. Ensure you don't have xmms or xmms-shlibs installed via fink/apt-get

Alternatively, to fix the latest version for an Intel Mac:

  • svn co http://svn.mythtv.org/svn/trunk/mythtv/contrib/OSX mythtv
  • cd mythtv
  • Add "'--arch=pentium4'," to the mythtv args list around line 488 of osx-packager.pl
  • ./osx-packager.pl
  • You'll get an "ERROR: CPU specific ./configure options failed compile test" warning when osx-packager runs configure for mythtv, but this can be ignored

Setting the domain name

This only seems to work until the next DHCP refresh. Better to set this at the DHCP server so that it hands out the domain with a DHCP request.

sudo hostname -s host.domain.com

Backup with timemachine to Ubuntu

See: http://www.mike-hughes.net/it/mac/filesharing-for-osx-afp-on-debian/ and for the Ubuntu specific stuff (just the apt-get, since the rest looks incorrect): http://notepad.bobkmertz.com/2010/01/apple-time-machine-backups-to-ubuntu.html


Installing from the command line

  • hdiutil attach file.dmg
  • cd /Volumes/mount/
  • sudo installer -pkg install.pkg -target "/"

Munin

  • The munin-node process doesn't run properly on Lion, so simply install the snmp plugins on the munin server and add the remote node to /etc/munin/munin.conf on the server

Disable creation of .AppleDouble and .DS_Store files

  • Run: defaults write com.apple.desktopservices DSDontWriteNetworkStores true