SymbolicLinker - A Symbolic Link Service for the Finder

SymbolicLinker is a tiny contextual menu plugin (for Puma through Leopard users) and software service (for Snow Leopard and later users) that, once installed, allows any user to create symbolic links to files inside the Finder.

Fixing Snow Leopard (10.6) to use a Local Leopard (10.5) DNS Server

After updating my computer from Mac OS X Leopard 10.5 to Mac OS X Leopard 10.6 I had an issue with using the local DNS server which has not been updated. I was able to use the external Open DNS servers for normal domain name resolution and the network configuration listed the correct IP address for the local DNS server which responded normally as well as the configured services but only when using the IP address instead of the private/custom top level domain name.

diskutil

diskutil manipulates the volume-level structure of local disks. It provides information about, and allows the administration of, the partitioning scheme of disks, optical discs, and AppleRAID sets.

launchctl

launchctl interfaces with launchd to load, unload daemons/agents and generally control launchd. launchctl supports taking subcommands on the command line, interactively or even redirected from standard input. These commands can be stored in $HOME/.launchd.conf or /etc/launchd.conf to be read at the time launchd starts.

Installing Django for Leopard with MySQL Support

I was following along with the instructions from Chapter 2 of the Django Book, an online reference for learning and using Django a Python web framework when I hit a small snag in adding a database for my project. My initial experience with Mac OS X Leopard (10.5) and adding open-source software has been a pleasure.

Methods of Showing and Hiding files in Mac OS X

There are a number of methods used to hide files in the Finder.app and from the end user in Mac OS X. I would only suggest using two: Unix style ‘preceding dot’ naming system and setting the invisible attribute in the file’s meta information.

netstat - Show network status

The netstat command symbolically displays the contents of various network-related data structures. There are a number of output formats, depending on the options for the information presented. The first form of the command displays a list of active sockets for each protocol. The second form presents the contents of one of the other network data structures according to the option selected. Using the third form, with a wait interval specified, netstat will continuously display the information regarding packet traffic on the configured network interfaces. The fourth form displays statistics for the specified protocol or address family. The fifth form displays per-interface statistics for the specified protocol or address family. The sixth form displays mbuf(9) statistics. The seventh form displays routing table for the specified address family. The eighth form displays routing statistic

hdiutil - Mac OS X disk images manipulate tool

This is a very dense tool for making and modifying disk images within Mac OS X. Here is one example of the simple syntax for creating a disk image using the default HFS file system:

syslogd - Mac OS X system Log server

It is HIGHLY recommended to learn about all of the process logging and 'watch dog' style programs on any system that is important to maintain system functionality or is publicly accessible. The system logs are often the best source for beginning a "bug hunt", performance improvements, and preventing your system from becoming a drone in the bot army. Ellis Jordan Bojar has a nice write-up on Enable Remote System Logging with syslogd over at his site MakeMacWork.com.

launchd.plist - Mac OS X launchd XML item example

Apple’s Getting Started with launchd document has an excellent description of what launchd is:

About RSS Feed Search