Installing Xmap for Joomla

Xmap is a site map plugin for Joomla that generates maps of your sites content and articles.

Joomla tags uses Xmap to generate a tag cloud page of all availabe tags.

Installation instructions are here. The downloaded zip contains two other zips. Unzip the downloaded zip and then use the Module Install link in the Joomla administration to upload and install each of the other zips.

Enabling SMART monitoring for your harddrives

Install: sudo apt-get install smartmontools

List SMART status, whether enabled:
sudo smartctl -i /dev/sda (change drive device here)

Run test for a drive:
smartctl -t long /dev/sda

You can view a drive’s test statistics by typing:
smartctl -l selftest /dev/sda

To display detailed SMART information for an IDE drive, type:
sudo smartctl -a /dev/hda

To display detailed SMART information for a SATA drive, type:
sudo smartctl -a -d ata /dev/sda