Can the Mac OS X clipboard hold more than one item?

What if you want to copy several items, and then paste those items later? You can’t do it with the standard clipboard, but thanks to some free programs, you can bring the Mac’s copy-and-paste functionality into the 21st century. While there are many clipboard enhancement tools available for Mac, I like to use one of […]

Get your external IP address – TEXT ONLY

There are a lot of useful services online where you can quickly and easily get your external IP address, however they are almost all laden with a bunch of other crap, like ads and stuff. For a clean, simple text only view of your external IP address go to https://secure.internode.on.net/webtools/showmyip?textonly=1 I created a shortened URL. […]

Linux Upgrade Password Hashing Algorithm to SHA-512

The default algorithm for storing password hashes in /etc/shadow is MD5. I was told to use SHA-512 hashing algorithm. How do I set password hashing using the SHA-256 and SHA-512 under CentOS or Redhat Enterprise Linux 5.4? You need to use authconfig command to setup SHA-256/512 hashing. This command provides a simple method of configuring […]

Microsoft SSL Diagnostics

A common problem for administrators of IIS servers is configuring and troubleshooting SSL enabled websites. To assist in administrators efforts, Microsoft has designed a tool – SSL Diagnostics – to aid in quickly identifying configuration problems in the IIS metabase, certificates, or certificate stores. This tool allows users to review configuration information in a easy […]