-
Mac OSX DHCP debuging
-
USB-to-Serial console for Mac (OSX)
Here are some notes for those of us working with Macs, who also have to deal with networking gear that usually have a serial console for local control. I recently purchased a IOGEAR USB 1.1 to Serial Converter Cable that uses the PL2303 chipset (pretty much any brand of these usb to serial converters use this…
-
OSX Webmaster special: Shared webserver, bad umask settings, group permissions and filenames with spaces…
Okay so this all started with our users not being able to share files on our webserver. We use SSH only for upload/download and interactive access (ie: no ftp). Through trial and error we found out that the default umask (under OSX Server) for sftp uploaded files are 0033 (ie: rwxr–r–) and directories are 0022…
-
screen…it’s not just for nerds anymore.
-
Couple of cool remote ssh commands for your UNIX arsenal
Here is a easy way to copy an entire directory tree from one Unix machine to another, while retaining the permisssions and ownership, using ssh as the middle man. Assuming that you want to copy everything under source_directory to destination_directory on another machine here is the command you would issue on the source machine (first…
-
Immediate delete for USB drives under OSX
-
Find your Mac’s Serial number from CLI
-
Couple of quick shell tips
Okay these are bash goodies, so they’ll work in any environment. If you’re in a situation where you’re switching between two different directory paths over and over again, here is a quick tipcd – Another little annoyance that I’ve gotten around is when you want to edit a system file and you type in the…
-
Quickway to check your DNS settings under OSX
-
OSX Directory Services from Command-line
New day, new command. dscl is the command in question. It gives you access to Mac OSX’s Directory Services Command Line interface. Very powerful stuff for those of us who like the command line and hate to do the same task a million times. A useful example is the ability to grant Administrator privileges to…