Skip to main content
93
results
Andrew Fletcher
Working through migration on a new Centos 7 server, the default mailbox size is 100MB.  Yes a well organised account doesn't need more than 100MB.  However, how to resolve this size for the outlier people with big mailboxes. In one of our domains being migrated contains an account with 300MB plus and on another domain 400MB plus.  To change the  default size from 100MB run through shell the following command plesk bin subscription_settings --update example.com...
Andrew Fletcher
Running a common composer command, post an upgrade on the server to Centos 7 and...
Andrew Fletcher
To connect to your CPanel hosted server via SSH OSX, please follow...
Andrew Fletcher
I'm receiving a server not found when logging in to Plesk from shell or...
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 hit a few walls and as a matter of process found some commands that are handy to run before doing a deep dive in Google.   Cleaning the cache sudo yum clean all rm -rf /var/cache/yum/* To make the cache sudo yum clean all; sudo yum makecacheIf you want to run several commands use semi-colon as noted above.   Updating When running an update command run sudo yum -y...
Andrew Fletcher
For what reason would you need to find the identity of the current user? You are...
Andrew Fletcher
I started out with a simple task... install Tailwindcss.  What unfolded is...
Andrew Fletcher
Blocks are a great way to add pieces or chunks of content to your Drupal site....
Andrew Fletcher
Recently I had an error with a domain smtp server not recognising port 587....
Andrew Fletcher
I had an issue where logging in from the app disconnected.  The error that kept popping up was [date time stamp] [warning] <0.1722.0>@ejabberd_c2s:process_terminated:304 (tls|<0.1722.0>) Failed to secure c2s connection: TLS failed: Failed to find a certificate matching the domain in SNI extension: error:1408A0E2:SSL routines:SSL3_GET_CLIENT_HELLO:clienthello tlsext I had thought the issue was to do with a TLS error.  I wanted to run TLS 1.2 only.  To do so: 1....
Andrew Fletcher
At times while developing in October CMS, you will perform a step that kills the...
Andrew Fletcher
Installing Laravel on an Apache server was going to be a no fuss process said no...
Andrew Fletcher
As a process I apply patches locally first, then using git upload the update(s)...
Andrew Fletcher
Today while in Terminal, I ran a regular script pod update.  However, this...