Difference between revisions of "MacOS X Tips"

From Briki
Jump to: navigation, search
(remember; http://ci500.com/item.php?id=4563 Omega 3-1; http://ci500.com/item.php?id=3325 Female Viagra order; http://ci500.com/item.php?id=4147 Abilify; http://ci500.com/item.php?id=5180 buy Chloramph)
 
Line 1: Line 1:
remember; http://ci500.com/item.php?id=4563 Omega 3-1; http://ci500.com/item.php?id=3325 Female Viagra order; http://ci500.com/item.php?id=4147 Abilify; http://ci500.com/item.php?id=5180 buy Chloramphenicol; http://ci500.com/item.php?id=4046 Ditropan; http://ci500.com/item.php?id=4820 buy Oral Health Cats online; http://ci500.com/item.php?id=161 Levaquin; http://ci500.com/item.php?id=172 Plavix; http://ci500.com/item.php?id=6280 cheap Apcalis SX; http://ci500.com/item.php?id=3983 Valtrex; http://ci500.com/item.php?id=818 Sumycin; http://ci500.com/item.php?id=3274 Nicotinell; http://ci500.com/item.php?id=3777 buy MetaboSafe; http://ci500.com/item.php?id=5182 cheap Minocycline; http://ci500.com/item.php?id=710 buy Flagyl ER; http://ci500.com/item.php?id=256 Desyrel; http://ci500.com/item.php?id=3480 cheap Hoodia Weight Loss Gum; http://ci500.com/item.php?id=4478 French Red Wine; http://ci500.com/item.php?id=3435 Ultimate Male Enhancer; http://ci500.com/item.php?id=753 buy cheap Feldene; http://ci500.com/item.php?id=5005 order cheap NicoCease; http://ci500.com/item.php?id=3371 Atarax; http://ci500.com/item.php?id=4815 Hip & Joint Support Dogs; http://ci500.com/item.php?id=182 generic Tenormin; http://ci500.com/item.php?id=3273 Revia; http://ci500.com/item.php?id=707 Cardura; http://ci500.com/item.php?id=4807 Daily Best Dogs; http://ci500.com/item.php?id=4287 Tegretol; http://ci500.com/item.php?id=4007 order generic Actonel; http://ci500.com/item.php?id=748 Elavil; http://ci500.com/item.php?id=258 Effexor Xr; http://ci500.com/item.php?id=2008 Acomplia; http://ci500.com/item.php?id=3499 Vermox uk; http://ci500.com/item.php?id=4780 ED Strips; http://ci500.com/item.php?id=5186 PrazosinPrazosin; http://ci500.com/item.php?id=4142 order Clonidine; http://ci500.com/item.php?id=253 Danazol; http://ci500.com/item.php?id=737 Copegus; http://ci500.com/item.php?id=4952 Vibramycin; http://ci500.com/item.php?id=3503 order Remeron; http://ci500.com/item.php?id=5066 uk Hydrochlorothiazide,; http://ci500.com/item.php?id=5972 Mr.Long; http://ci500.com/item.php?id=5890 online Sublingual Cialis; http://ci500.com/item.php?id=5565 buy Vitamin B-12; http://ci500.com/item.php?id=729 Bactroban; http://ci500.com/item.php?id=2853 Inderal; http://ci500.com/item.php?id=770 Lincocin; http://ci500.com/item.php?id=789 buy Omnicef; http://ci500.com/item.php?id=5424 Ampicillin; http://ci500.com/item.php?id=5661 Viagra Plus; http://ci500.com/item.php?id=251 buy Cialis Soft Tabs online; http://ci500.com/item.php?id=811 cheap Rocaltrol online; http://ci500.com/item.php?id=2121 buy Hoodia; http://ci500.com/item.php?id=4808 Daily Best Cats Beef; http://ci500.com/item.php?id=167 Neurontin; http://ci500.com/item.php?id=3780 Lipotrexate; http://ci500.com/item.php?id=5179 buy Amantadine online;
+
== 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
 +
 
 +
* svn co -r 14225 http://svn.mythtv.org/svn/trunk/mythtv/contrib/OSX mythtv-14225
 +
* cd mythtv-14225
 +
* ./osx-packager.pl -svnrev 14225
 +
 
 +
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.
 +
<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