Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Rename a LVM Volume Group

Steps I used to rename a volume group which had the root and swap partitions on it. This was on CentOS 6.4 # display your volume groups # make note of the name you want # to change vgdisplay # check your options vgrename --help # backup your fstab cp /etc/fstab...

Booklet Printing in Linux

The Dream I want to create a booklet from a PDF file, like so:   I've been having trouble when I try to print Booklet format under Linux so I thought I would try to capture the settings I used in a blog post. Configure for Booklet in Adobe Reader & Print to...