So I have been using the Divi Template from Elegant Themes and really have paid no attention for a long time. But just today I was looking at the Youtube and discovered the Visual Builder. To describe it I would say it gives you Squarespace style inline editing within...
James McDonald
I have moved to Amazon Web Services
So tonight I moved my websites to AWS. I logged into AWS and created all my DNS zones and records in Route 53 and then logged into multiple DNS registrars they were registered with and pointed them to Route 53 DNS servers. I chose the default Amazon Linux AMI and then...
I wanted a visible paragraph mark and after invoking ‘CTRL + SHIFT + u + b6’ my dreams were fulfilled
I have just installed Fedora 26. I have a PDF that contains a ¶ visible paragraph mark but when I copy it into a Libre Office Writer document an 8 appears. So I have to replace the incorrect 8 with a ¶ visible paragraph character To do this in LibreOffice you click...
seLinux practices the silent treatment – If you would only just tell me what’s wrong I would fix it
I have a html form that posts to a Perl CGI script. The script then loops and creates a CSV that is then piped to glabels-3-batch to create a PDF file of labels which lpr then sends to a printer. I found if I select to create 26 labels the script worked but above 26 I...
Fedora 25 Kernel Upgrade Breaks MacBook Pro WiFi
https://ask.fedoraproject.org/en/question/71227/how-to-keep-fedora-22-updates-from-breaking-broadcom-bcm4312-wireless/ The fix is to boot to the latest kernel and run
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...
CakePHP – SQLSTATE[HY000] [2002] Permission denied
Just saw this error and usually this is due to having a misconfiguration in the database connection options. But I am running Fedora 25 with seLinux enabled by default. First to test if it's seLinux causing an issue If...
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...
Search / Replace in Entire Document with Scribus
Scribus is a great piece of software but there seems to be a missing piece of functionality. You can search and replace in a single text frame but you can't seem to search and replace in the whole document. So if your document has multiple text frames then you can't...
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...
AWS Bucket Policies
Been working towards my Amazon Certified Solutions Architect --- Associate qualification. Created a static website from an S3 bucket and everytime I synced my local files up to it I would get access denied due to the sync removing perms. But that is where bucket...
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 ...
Elegant Themes Visual Builder No Worky on NGINX Server
Symptoms: You are running php-fpm and nginx You can enter the visual builder from the home page https://jamesmcdonald.id.au/?et_fb=1 but not from a another url such as https://jamesmcdonald.id.au/contact?et_fb=1 Problem: The Divi Visual Builder uses ?et_b=1 query...
Cry Havoc and Release the Dogs of War — PHP 7.1.5 Upgrade Gotchas
So just doing a Joomla 3.7.1 to PHP7.1.5 upgrade. I have Chronoforms v5 installed (https://www.chronoengine.com/downloads/chronoforms) which works brilliantly btw. However on upgrade to PHP 7.1.5 and trying to save a form I got "0 Cannot use string offset as an array"...
Why S3-WriteObject Kept the Upload Going When I Control-C’d it
I would recommend just using the AWS Cli for windows instead of powershell Uploading 650MB chunks using S3-WriteObject. Didn't want to choke link during day so CTRL-C'd to exit the powershell script and found in the morning that the upload had happened any way. The...
Notes from a Single 28GB PST Migration from on Premise Exchange to Office 365
OK this is an unstructured post but I'm just going to leave it here for when I forget what I did. I have a site with a Okla Speed up/down rating of around 2Mbps. On that site is an SBS 2011 Box which includes a Exchange 2010 Server with about 11 years of email on it....