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...
GNU/Linux
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...
Installing Fedora 25 on Macbook Pro
My Log of getting Fedora 25 Running on my Macbook Pro After being on a MacOS for about 2 years I've just this week built the courage to blow the install away and install Fedora on the bare metal. What follows are my notes on the things that I have been tweaking as I...
The End of Ye Olde Ugly NGinx Config Files
Install python3. This is for CentOS Download and install nginxfmt.py. The download and the instructions are at https://github.com/1connect/nginx-config-formatter Once installed usage is as follows. [code...
When outbound HTTP and HTTPS is denied you have to get creative with 3proxy and SSH
https://www.digitalocean.com/community/tutorials/how-to-route-web-traffic-securely-without-a-vpn-using-a-socks-tunnel The above link has a how-to on running a socks5 proxy just by using ssh. PS I have used Digital Ocean for 3+ years and except for one instance of...
SeLinux Apache Joomla — No network connect for you!
If you have Apache+PHP+Joomla and are trying to use the Joomla Update feature while seLinux is enabled you will probably see But you can get it to work if you set the correct option in seLinux ...
Windows 7-Zip Chunks, Linux Un-chunk My Heart
Chunking Files with 7-Zip on Windows From windows you can do the whole shebang directions here ==> http://www.techulator.com/resources/6601-How-split-join-files-using-7-zip-free-tool.aspx This is my directions for chunking something on windows and then...
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...
nginx suddenly can’t proxy to non-standard ports – Boolean SeLinux
I did an upgrade recently and suddenly nginx wasn't forwarding requests to remote hosts on non-standard ports.... this was on a CentOS host which had seLinux enabled. Turn seLinux off temporarily setenforce 0 Does nginx now work proxying to non-standard ports? Turn it...
getent passwd username on winbind enabled CentOS returns nothing
Problem: Added a CentOS 6.5 server to a Windows SBS 2011 domain. And discovered that I got an empty reply when running: # where jamesmcd is your Windows domain username getent passwd jamesmcd If this is the case you will not be able to use your domain account and...
kinit: Cannot find KDC for requested realm while getting initial credentials
kinit [email protected] kinit: Cannot find KDC for requested realm while getting initial credentials Changed these [libdefaults] default_realm = DOMAIN.LOCAL dns_lookup_realm = true dns_lookup_kdc = true probably best to use authconfig-tui to modify Kerberos...
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...
pdftk – Usage Examples
For future reference. http://www.pdflabs.com/docs/pdftk-cli-examples/
McDonald’s has Ubuntu
Walked in to the McCafe at Greenhills and the screen had Ubuntu running. McOpen Source - Would you like Fries with That?
Taking Talk Nerdy to Me to Extremes
Linux.fm a constant stream of text to speech taken from the Linux Kernel project. Why? You ask. Because they can.
Fanboy Post Alert – Why can I run a secure modern operating system on a P4?
My home computer is a P4. P4's are like 6+ years old. However it's still suitable for what I use it for. In fact it's performance has been improving of late. Why? Linux is maturing and the people who are designing the entire GNU/Linux eco-system are optimizing. Here...