Rails Script shortcuts
Some great shortcuts for script generation. I always try to start by building scaffold for any new entity, then remove…
Achieving Developer Excellence with Automated Testing
Some great shortcuts for script generation. I always try to start by building scaffold for any new entity, then remove…
Passenger is a great thing because it makes Rails apps able to be deployed on Apache. The installation is pretty…
Type this in terminal: defaults write com.apple.Finder AppleShowAllFiles TRUE KillAll Finder To hide the hidden files again: defaults write com.apple.Finder…
Setup the working copy of the repository svn checkout First navigate to the root of your working copy. svn status…
When connecting over AFP using Mac OS X Client (Go Menu > Connec to Server…) to Mac OS X Server…
If you have Windows clients, choose an ID mapping method. Note: To use ID mapping, Windows clients must be running…
ssh to the remote machine sudo installer -pkg /tmp/Install_Package_Name.mpkg -target / Or, if you want to watch the progress of…
scp -r /Volumes/MyVolume/Install_Package_Name.mpkg user@remotehost:/tmp/ this will put the package into the /tmp folder on the remote machine
If you set up a LUN that is larger than 2 terabytes (TB), be aware that older clients (those running…
If you create users and groups individually on each SAN computer, be sure that each user or group name is…