To burn a CD from the command line is very easy on a Mac. Just type the command below: hdiutil burn image.iso
If you get the svn error “svn: Aborting commit: abc remains in conflict”, there are a few things you can do to...
If you’re running an Apache webserver, a redirect like this should do the trick: RewriteCond %{HTTP_USER_AGENT} “Windows CE” [NC,OR] #Windows CE and...
To list the processes listening on a specific port, you can use lsof. lsof -i : So for example, to see what’s...
To list all of the perl modules installed, you can run the command below: perl -MFile::Find=find -MFile::Spec::Functions -Tlwe ‘find { wanted =>...
If you’re running a newer Red Hat version like RHEL5, you may encounter an error like the following: 500 AUTH not understood...
To list files in a tarball (tar.gz or tgz): tar -tvzf or a tar file (.tar) tar -tvf These commands will list...
In GnuPG, if you get an error stating “There is no assurance this key belongs to the named user” when trying to...
Time Machine is a very simple tool to use on your Mac. It backs up your whole hard drive onto an external...
When using Tivoli Storage Manager (TSM), you can query the status of your tape drives using the command below: tsm: TSMSERV> query...