Categories
Links
Tags
2009 Al AlexHaken BassRock Ben BenCowgill Bryan ChannelIsles Chris Christine CliveWood DaveCrampton disks Diving Dom Egypt Gee Holiday Iceland isle-of-may Jen JosieChaplin Kev Linux Lise maldives MattWood Niall Nitrox Oban Ocean-Diver OwenDavies Redsea Robert Russ Russell Sailing SandraCastro SarahForbes SarahPeal Skye Sports-Diver SysAdmin TedFrancis ZoeDavies
Monthly Archives: September 2007
Ethernet Teaming / Bonding
Link aggregation (also known as “Ethernet trunk”, “NIC teaming”, “port teaming”, “port trunking”, etc) allows you to use multiple NICs in parallel to increase the link speed beyond the limits of any one single cable or port, and to increase … Continue reading
Posted in Linux
Comments Off
Using EPEL (Extra Packages for Enterprise Linux)
EPEL (Extra Packages for Enterprise Linux) is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages that complement Red Hat Enterprise Linux (RHEL) and its compatible spinoffs, such as CentOS.
Using dmidecode to read the BIOS
Dmidecode reports information about your system’s hardware as described in your system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details … Continue reading
How to fix a failed RAID-1 array
Problem: One of the disks in your software RAID-1 array has failed.
Converting from Ext2 to Ext3 filesystems
The tune2fs program can add a journal to an existing ext2 file system without altering the data already on the partition.