A collection of system administration hints and tips, tricks and articles for the Linux operating system in all its variants.

Latest posts

LVM Logical Volumes

The use of logical volumes is similar to the use of partitions and is accomplished with the same standard commands (mkfs, mount, fsck, df, ...)

LVM Volume Groups

A volume group (vg) is an abstraction layer between block devices and logical volumes. The commands used to manage a volume group start with vg

LVM Physical Volumes

A physical volume (pv) is any block device (a disk, a partition, a RAID device, an iSCSI device, etc.)

Private and public key pairs for SSH

SSH has a key management capacity and related agents.When configured with public key authentication, your key proves your identity to remote SSH hosts

SSH configuration and security best practices

Here is a list of processes and configurations that you can use to tighten and enhance SSH security with regard to remote host access

How to disable Unity overlay scrollbars in Ubuntu

How to easily restore the classing scroll bar (disable overlay scrolling) or to re-enable it if disabled under Ubuntu 14.04 and 16.04 LTS

SSH related commands

A short article which provides a brief description for ssh related commands