If you hold shift when you boot your Mac it will boot in safe mode. When you’re logging in hold shift and your apps that normally open at start-up won’t be opened automatically.
Tag Archives: mac
Protecting TimeMachine backups from itself
Today I bumped into Protecting TimeMachine backups from itself. A good article, covers various TimeMachine Mac things including `tmutil`.
Fixing meta-keys in Vim via Mac OS X Terminal.app
So I configured Terminal.app to use Option (Alt) as Meta key: Terminal => Preferences => Profiles => Keyboard => Use Option as Meta key
But
nmap <M-j> mz:m+<cr>`z nmap <M-k> mz:m-2<cr>`z
So I found this article: Fix meta-keys that break out of Insert mode and ended up with the following snippet for my .vimrc which fixed my Meta-key problem:
let c='a' while c <= 'z' exec "set <M-".tolower(c).">=\e".c exec "imap \e".c." <M-".tolower(c).">" let c = nr2char(1+char2nr(c)) endw
Everything is easy when you know how!
Change a user’s User ID on Mac OS X
Did this. Hope I haven’t fucked my computer!
Edit /etc/auto_master on Max OS X to disable /home auto mount
I had a problem creating files/directories in /home on my Mac.
To fix the problem I edited /etc/auto_master and commented out the /home line.
Then I rebooted and was able to use /home.
I heard on the grape vine that Time Machine doesn’t backup /home, which is no problem for me…
Stop the iPhone from opening iPhoto
Read about how to stop the iPhone from opening iPhoto…
Basically: Applications / Image Capture / Select iPhone / click up-arrow bottom left / set Connecting this iPhone opens: No application
Restarting sshd on Mac OS X
Found this article which said:
sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist sudo launchctl load /System/Library/LaunchDaemons/ssh.plist
Run sshd on Mac OS X
Found this article which said: open System Preferences, click Sharing and check Remote Login.
Opening drive root on Mac OS X
Everything is easy when you know how!
Command+Shift+G