Skip to main content
11
results
Andrew Fletcher
Creating a bash script Bash scripts are files containing code that tell your computer to do something.  In this instance, I want to rename a batch files in a directory.  Such as changing:   37351001 - BlueSpotted.jpg 37351008 -SpangledEmporer _ 0133A.jpg 37353003 -Black-Bream_3481 .jpg 37353004   -35 - Yellowfin.jpgInstead having these files appear as: 37351001.jpg 37351008.jpg 37353003.jpg 37353004.jpgHowever, I don't have four files.  Wouldn't be worth my time...
Andrew Fletcher
A recent attempt to run an update composer (regular activity for many of...
Andrew Fletcher
I'm writing these steps primarily for myself as a reference.  However, if...
Andrew Fletcher
I need to set the default php-version of a subscription to php7.3.  The...
Andrew Fletcher
Attempting to load changes in a staging site and the bountiful error page...
Andrew Fletcher
(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server Set up: Plesk Obsidian 18.0.28 Centos 7 Like any error that pops up, the real check is how do you react? Keep and calm and investigate - even if colleagues are stressed out;  Grab a stress ball and work on it hard; or Join and stressed out party and lose perspective. I haven't seen this one before.  A quick search through Google and I discovered a solution on Virtualmin.  However, they write about...
Andrew Fletcher
This page shows a growing list of common commands for viewing and managing your...
Andrew Fletcher
Whilst updating nodejs and npm on a Centos 6 or 7 server running Apache, I...
Andrew Fletcher
Images For some time, when looking for images online for your app or site I have...
Andrew Fletcher
Installing Laravel on an Apache server was going to be a no fuss process said no...
Andrew Fletcher
We had an issue recently where saving a page in the admin area produced one of the following outcomes: The page would reload and not save the selections that were made; or Save the page and the input box area would be a white screen and the front end of the site would not be show any more. The page we are referring to holds a matrix of 18,079 input box items.  What how did it get that big?  The page layout is show well organised and visually easy to view that we hadn't assessed...