Tag Archives: Linux

NIC bonding (part II)

In the previous  article about NIC bonding the example referred to the "active-backup" bonding mode which ensures redundancy. Another very useful mode in NIC  bonding is "balance-alb", which is the most general mode for load balancing and throughput. Our purpose … Continue reading

Posted in Programming | Tagged , , , , | Comments Off on NIC bonding (part II)

NIC bonding on Ubuntu server 14.04

NIC bonding or port trunking or link aggregation is the process where two or more network ports or NICs are combined, in order to perform as a single port [1]. The process can be applied to servers as well as … Continue reading

Posted in Programming | Tagged , , , , | Comments Off on NIC bonding on Ubuntu server 14.04

Introduction to UNIX BASH shell programming II.

This is the second post of the "Introduction to Unix BASH shell programming" series. Initially, in order to be easier to follow the discussion, some facts concerning the file system structure will be presented. Subsequently,  some directory and other basic … Continue reading

Posted in Programming | Tagged , , | Comments Off on Introduction to UNIX BASH shell programming II.

Introduction to UNIX BASH shell programming I.

UNIX history In this series of posts I shall try to outline some of the most important items of BASH SHELL programming and provide examples and exercises. I have been teaching UNIX & BASH shell scripting in the Academia since  … Continue reading

Posted in Programming | Tagged , , | Comments Off on Introduction to UNIX BASH shell programming I.