Partition and format a disk drive from command line with parted and mkfs ext4.

I have a Debian server and added a new drive to it but it needed to be ext4. In the past I have used Gparted the graphical front end to parted, but now I figured it worth me doing from t
the input device is not a TTY, docker-compose and cron

I run a docker-compose command like this from cron and in the log its says:
composer Error Exception Undefined index: extra

This was a tricky one! So I tried to run composer update and it failed:
composer [ErrorException] Undefined index: extra
Plex: Limit to Airing Time - Always an hour off

I had an issue with Plex where the limit to airing time shown in the drop-down was an hour out, to fix this I had to upgrade to the latest version of Plex as this is a bug, and also I had to fix my
drush cim: Unable to install the module since it does not exist. Drupal 8. But the module is there!

As part of my deployment I use ansible and docker-compose. The ansible script calls drush cim within the docker container via docker compose. It fails everytime I enable a new module an
Generate an admin form in Drupal 8

The easiest way to start is to use the drupal console command to generate the admin form.
Setup basic site search with Drupal 8 Search API

The search module within Drupal 8 is very basic. Best bet is to disable the search core module and enable the Search API module. &
Adding a copy button and language to code snippet, ckeditor in Drupal 8.

I wanted to have a language text and copy button couldn't find this anywhere in the code snippet module. Like to get his added as an option in this module? Maybe when you select th
Get kint debug working in Drupal 8.

I enabled the devel module, but my ksm($var) code just dumps out as normal markup.
Need to install kint library.