fbpx

Nano Editor Cheat Sheet

I have found the first 8 Nano Editor functions listed in the nano editor cheat sheet below to be the most valuable in the work I’ve done as a DevOps engineer. Ctrl x – Close the file Ctrl o – Save the file Ctrl w – Search for a string in the file you’re editing…

Serious Issues with GoDaddy’s WordPress Hosting

There are 2 primary issues that we have encountered with GoDaddy’s WordPress hosting platform. The first is GoDaddy’s inability to allow any WordPress versions other than the latest. The second issue is GoDaddy’s inability to offer access to PHP logs. These 2 issues are significant and have contributed to why we designed our hosting platform…

How to clean up inline styles for Gutenberg using the javascript spread syntax

In this video we’ll show you how to clean up any inline styling for Gutenberg blocks using the javascript spread syntax.  We’re building Gutenberg blocks for a WordPress theme and we want to give the user control over some CSS properties like padding, border-radius, etc.  Padding alone has four different properties that you’d want to…

Make Laravel S3 Uploads Either Public or Private

You can either make ALL uploaded files in laravel public or private OR you can switch between either public or private. If you want to make all uploaded files public, set the config/filesystem.php files s3 array to the below values (replacing the AWS keys with your own) AWS S3 Array in config/filesystems.php You can remove the…

Fix 500 Error on GoDaddy WordPress Hosting

We had an issue today where my client’s WordPress website hosted on GoDaddy’s managed WordPress hosting platform went down, ie showed a 500 error, after updating several WordPress plugins.   We’re going to show you the quickest way to fix up a WordPress site showing a 500 error on GoDaddy, but, in the meantime, we go…