How to start/stop/restart launchd services from the command line?

launchctl(8) is your friend. Just keep in mind that some of the services (sshd for example) are disabled in the configuration file so you will need to use the -w switch when loading them. Here is a sshd example: $ sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist You can stop the service using the unload subcommand. $ … Read more

Good tools that fit on a thumb drive [closed]

These are the utilities I have on my drive: CurrPorts displays the list of all currently opened TCP/IP and UDP ports on your local computer. ftpserver3lite is an FTP server ftpwanderer2 is an FTP client ipnetinfo answers questions about an IP address: owner, country/state, range, contact info, etc. miranda general messaging solution (supports most P2P … Read more

What are the different widely used RAID levels and when should I consider them?

RAID: Why and When RAID stands for Redundant Array of Independent Disks (some are taught “Inexpensive” to indicate that they are “normal” disks; historically there were internally redundant disks which were very expensive; since those are no longer available the acronym has adapted). At the most general level, a RAID is a group of disks … Read more