Difference between revisions of "MacOS X Tips"

From Briki
Jump to: navigation, search
(Software)
Line 1: Line 1:
== TO DO ==
 
=== Issues ===
 
* Increase font size: http://thedesignspace.net/MT2archives/000196.html / TinkerTool / Silk
 
* British Windows keyboard mapping: http://neuro.me.uk/2009/08/31/getting-the-uk-keyboard-layout-right-in-snow-leopard/
 
* Maximise firefox
 
 
=== Configuration ===
 
* DesktopManager - run at startup: http://forums.mactalk.com.au/showthread.php?t=6873
 
* smb shares - mount at startup: http://www.macosxhints.com/article.php?story=20031022164821984
 
 
 
== Useful Software ==
 
== Useful Software ==
 
* JollysFastVNC
 
* JollysFastVNC
 
* RemoteBuddy
 
* RemoteBuddy
 
* Perian
 
* Perian
 +
 +
== Useful Commands ==
 +
; mdinfo : Mac equivalent to locate (since it seems locatedb isn't periodically updated for OS X)
 +
 +
== WIndows UK Keyboard Mapping ==
 +
http://neuro.me.uk/2009/08/31/getting-the-uk-keyboard-layout-right-in-snow-leopard/
  
 
== VNC ==
 
== VNC ==
Line 19: Line 15:
 
== rsync ==
 
== rsync ==
 
http://maxpowerindustries.com/2009/09/21/how-to-install-the-rsync-daemon-on-mac-os-x/
 
http://maxpowerindustries.com/2009/09/21/how-to-install-the-rsync-daemon-on-mac-os-x/
 
== Useful Commands ==
 
; mdinfo : Mac equivalent to locate (since it seems locatedb isn't periodically updated for OS X)
 
  
 
== Installing from the command line ==
 
== Installing from the command line ==

Revision as of 23:31, 29 December 2010

Useful Software

  • JollysFastVNC
  • RemoteBuddy
  • Perian

Useful Commands

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

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/

Installing from the command line

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

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

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