More Mac essentials coming up!
- YourSQL - Neat application for manipulating MySQL databases. You might want to get the binary compiled for Intel
- iTerm - Replacement for Terminal.app – supports tabs!
- NetNewsWire Lite - RSS reader
More Mac essentials coming up!
Somehow the netstat of OS X does not have the ability to show the PID of the different open sockets. Instead, use this:
lsof -i -P
Thanks to ynniv for that one.
The default umask on Mac OS X systems is 022; I would like it to be 077. In Mac OS X the umask value must be specified in decimal; the octal value 077 is decimal 63. To change the default umask value:
/usr/bin/sudo /usr/bin/defaults write /Library/Preferences/.GlobalPreferences NSUmask 63
/usr/bin/sudo /bin/chmod 644 /Library/Preferences/.GlobalPreferences.plist
/usr/bin/sudo /usr/bin/defaults write /Library/Preferences/.GlobalPreferences NSUmask 18
Taken from Securing your computer: Macintosh Quick-Click Guide.
Along the way I have found different useful tools and apps for my Mac.
Yesterday my dear, old laptop finally called it a day. First thing I did was to buy a new MacBook; The white 2,16Ghz. It’s absolutely amazing. I have a large wishlist of default settings and other stuff I want to change, so I guess the subject of this blog is now: Mac OS X. More or less.
Enjoy!