Table of Contents

MacOS/Apple Links

Official Mac

Other Mac

Magic Mouse

Mac types

Mac Mini

Ik heb: 
Apple Mac mini "Core 2 Duo" 2.0 Specs (MB139LL/A)

Apple TV

Mac App Store

Open Source MacOS

Samba with MacOS

Apple stuff bought

Apple TV

iPod Shuffle

apple-ipod-shuffle-2g-color-2007.jpg

iPod nano

apple_ipod_nano.jpg

MacBook Pro

Specific products affected

MacBook Pro JDG-NCBV-2008

MacBook Pro JDG-NCBV-2011

MacBook Pro JDG-TWSNET-2013

MacBook Air JDG-DGT-2015

MacBook Pro (ex-JAA) JDG-DGT-2016

Mac Mini TWS

Mac Mini JDG-DGT sep-2015

Apple iPad mini JDG-2014

Apple iPad Air 2 Wi-Fi 64GB gold 2015

Apple iPad Mini 4 Wi-Fi 32GB gold okt-2016

Apple iPad Pro 2 Wi-Fi 64GB gold 2017

Apple iMac 27 inch retina 5k (aug-2018)

Apple MacBook Pro Touchbar 15 inch retina 2017

Apple MacBook 12-inch aug-2018

MBP19-jdg71nl -- Apple MacBook Pro 13-inch 2019

iPad for the girls

iMac19-jdg71nl

iP11pro-jdg71nl

MacBook Pro 16-inch -- MBP16-jdg71nl

Other stuff

Mac Manuals

Mac OS

SSD

Scanner

LAN / IP Scanner

Copy DVD

Burn DVD

IE4OSX

File Eplorer

Tips

Create New File in Finder

Bittorrent for MacOS

Convert CHM to PDF

Disk Dir File Size Usage du tool

Enlarge size Bookmark Bar in Firefox for Mac

/* save in file userChrome.css in profile dir */
/* Mac: ~/Library/Application Support/Firefox/Profiles/ */
/* info from: http://generally.wordpress.com/2006/08/31/multiple-row-toolbar-in-firefox/ */
/* Multi-row bookmarks toolbar for Fx3b5pre*/
#bookmarksBarContent {display:block !important;}
.places-toolbar-items {display:block !important; height: 50px !important; overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator {display:inline !important;}
#bookmarksBarContent .bookmark-item {visibility: visible !important;}
.chevron {height: 0px !important;}

Software

Screenshot (built-in)

Screensaver

VNC

SFTP

Mac Ports

Use Macports on CMDLINE:

export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export MANPATH=/opt/local/share/man:$MANPATH
cat <<HERE >> ~/.profile
export PATH=/opt/local/bin:/opt/local/sbin:\$PATH
export MANPATH=/opt/local/share/man:\$MANPATH
HERE
cat <<HERE >> ~/.bash_profile
export PATH=/opt/local/bin:/opt/local/sbin:\$PATH
export MANPATH=/opt/local/share/man:\$MANPATH
HERE
port -v selfupdate
port upgrade outdated
port list
port search ghost*
port install ghostscript

Extract TNEF winmail.dat

SSHFS

> port install sshfs

VPN on MAC

Remove TUN/TAP:

sudo -i
rm /Library/Extensions/tap.kext
rm /Library/Extensions/tun.kext
rm /Library/StartupItems/tap
rm /Library/StartupItems/tun

Microsoft for Mac

ConceptDraw

Google for Mac

Serial

Dump USB info:

ioreg -c IOSerialBSDClient

Keyspan usa19hs

FTDI UC232R-10

Foto

Firewire / USB / USB2

Although similar in theoretical maximum transfer rate, FireWire 400 tends to have the performance edge over USB 2.0 Hi-Speed in real-world uses, especially in high-bandwidth use such as external hard-drives. The newer FireWire 800 standard is twice as fast as FireWire 400 and outperforms USB 2.0 Hi-Speed both theoretically and practically.

AFP / Apple File Protocol

Itunes DAAP

Adobe Photoshop

Sound recording on Mac

Security

Networking

Start-up scripts

> cat /Library/StartupItems/AddRoutes/AddRoutes 
#!/bin/sh
# Set up static routing tables 
# Roark Holz, Thursday, April 6, 2006
. /etc/rc.common

StartService ()
{ ConsoleMessage "Adding Static Routing Tables"
  route add -net 172.16.0./12 172.24.2.60
}
StopService ()
{ return 0 }
RestartService ()
{ return 0 }
RunService "$1"

> cat /Library/StartupItems/AddRoutes/StartupParameters.plist 
{
        Description     = "Add static routing tables";
        Provides        = ("AddRoutes");
        Requires        = ("Network");
        OrderPreference = "None";
}

chmod 755 AddRoutes StartupParameters.plist

Ruby gems

Mac Apps / iPhone Apps

Scan into PDF

Mac Book Fan Control

Image Resize

SMC

media player Mac

WLAN / Wifi

Snow Leopard

Test if EFI is 64bit

> ioreg -l -p IODeviceTree | grep firmware-abi
    | |   "firmware-abi" = <"EFI64">

Check kernel mode (32/64 bit)

Open “System Profiler” and click “Software” and look at “64-bit Kernel and Extensions”

How to boot into 64-bit mode

Hold down the '6' and '4' keys when the Mac starts up (until the Apple log).

Always boot into 64-bit

Edit this file:

/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

Insert arch=x86_64 into the Kernel Flags field:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
  "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string>arch=x86_64</string>
</dict>
</plist>

Boot Mac OS X

VMware Fusion

Player

Rosetta

M.H.

Solar walk

mac OS Lion 10.7

How to extract the DVD.ISO from the Mac.Apps.Installer
- Navigate to your applications folder
- Right-click (or control-click) on the “Install Mac OS X Lion.app” 
  and select “Show Package Contents”
- Open the “Contents” directory and then go into “SharedSupport”
- Double-click on “InstallESD.dmg” to mount the Lion disk image onto 
  your Mac desktop

X11

Create bootable USB from ISO/DMG

How to install from USB Stick rather than CDROM
Am using a USB Stick to install Ubuntu Server 11 on a Linux machine, 
rather than using CD-ROM. 
(Am using Mac OSX 10.6.7 to download my iso, configure USB stick, 
and then copy .iso to it)

This worked for me
- Insert 4GB USB Stick
- Open Disk Utility, Click ERASE. Format USB using MS-DOS (FAT)
- When Disk appears in Left hand column, right click and get 
  Information (note down the "Disk Identifier : eg disk6") 
- Then right click the Disk and select Unmount. (the drive still 
  shows but the disk unmounts)
- Switching to the Terminal App
- Change to superuser / root, by issuing: sudo su - (then enter your 
  password)
- Change directory to where ever your recently downloaded .iso image 
  is stored, eg: Downloads
- My file iso is called ubuntu-11.04-server-amd64.iso, (approx 
  650mb) so use the following command:

Code:
dd if=ubuntu-11.04-server-amd64.iso of=/dev/disk6 bs=8192

- This will start copying the file to the USB stick. 
- There is no "verbose" or screen "output" of what is happening. But 
  after 15mins you should see something like:


root# dd if=ubuntu-11.04-server-amd64.iso of=/dev/disk6 bs=8192

Create bootable USB from Mac OS ISO/DMG/APP

copy DMG/ISO from macOS installer

> lt "/Applications/Install macOS High Sierra.app/Contents/SharedSupport/"
total 10081840
-rw-r--r--   1 root  wheel   1.3K Sep 21 04:52 InstallInfo.plist
drwxr-xr-x  11 root  wheel   374B Sep 21 07:07 ../
-rw-r--r--@  1 root  wheel   4.3G Sep 26 23:53 InstallESD.dmg
-rw-r--r--@  1 root  wheel   468M Sep 26 23:54 BaseSystem.dmg
-rw-r--r--@  1 root  wheel   1.9K Sep 26 23:54 BaseSystem.chunklist
-rw-r--r--@  1 root  wheel   2.5M Sep 26 23:54 AppleDiagnostics.dmg
-rw-r--r--@  1 root  wheel   328B Sep 26 23:54 AppleDiagnostics.chunklist
drwxr-xr-x   8 root  wheel   272B Sep 26 23:54 ./

Download Youtube etc

Apple ID

Mac OS X encrypted disk image dmg

Firewall

Touch for Mac Finder