GNU/Linux

glabels-3-batch on Fedora 25 segfault

The default glabels-3.4.x install on Fedora 25 through 29 segfaults when using the glabels-3-batch command. The following command fails: glabels-3-batch -o output.pdf -i crossdock-data.csv 150x200-crossdock-labels.glabels I found compiling from source with defaults...

seLinux won’t exec my .pl

This error in httpd error_log [Wed Jul 12 21:39:57.069313 2017] [cgi:error] [pid 16811] [client 127.0.0.1:35330] AH01215: (13)Permission denied: exec of '/home/rupert/Sites/client1-www/cgi-bin/refnum.pl' failed:/home/rupert/Sites/client1-www/cgi-bin/refnum.pl [Wed Jul...

Notes from PHP 5.x to PHP 7.1 Upgrade

PHP Install on Mac I use CakePHP 2 and 3 so they need intl and mcrypt brew install php71 --with-httpd24 brew install php71-imagick brew install php71-intl brew install php71-mcrypt Also I found that calling a function as follows fails # this PHP 5.x code calls a...

CentOS is doing a reverse split with Redhat

Announcement here: http://lists.centos.org/pipermail/centos-announce/2014-January/020100.html I use Redhat because of its being certified for $DAYJOBs QAD Systems ERP software. Elsewhere I use CentOS because I have always liked Redhats system-config-xxxx style of...

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...