Subscribe to RSS Feed

Unix

Storage Tiering is nothing new. We use fast 15K RPM disks for high performance applications, slower 10K RPM disks for less demanding applications, and 7.2K RPM SATA disks for archive storage. Recently, solid state disks (SSDs) have also become more common for really high performance needs. The trick is managing it all. Two or…

Continue Reading »
No Comments

Explain the importance of installing and running portsnap after installing a current version of FreeBSD. Portsnap is a system for securely distributing the FreeBSD ports tree. Approximately once an hour, a “snapshot” of the ports tree is generated, repackaged, and cryptographically signed. The resulting files are then distributed via HTTP. The first time portsnap…

Continue Reading »
No Comments

Recently, I wanted to confirm that I was running the 64 bit version of the MySQL server as opposed to the 32 bit version… one of my admins had made a symlink from the mysql/bin directory to the 64 bit binary directory. On the command line, you could no longer tell if the mysqld…

Continue Reading »
1 Comment

Oracle just announced a new line of Nehalem based x86 servers and they are beasts:

The long and short of it for me seems to be that the machines are beasts but power hungry beasts. None of the lower power Nehalems really seem to be on the table. Until we see prices, it will be…

Continue Reading »
No Comments

You can make the executable search PATH variable persistent in several ways:

  1. On the system level you can …
  2. On a per user level, or for the user root, you can …
Continue Reading »
No Comments