Drush 9 is finally here with some much-awaited changes. Drush 9 commands are now classes and .inc files are obsolete. Drush commands will now be based on the Annotated Command format. This will change the fundamental structure of custom Drush commands.
By editor, 13 June, 2018
By editor, 11 June, 2018
By editor, 30 May, 2018
Tags
Mount a linux partition encrypted with LUKS using terminal
Install Crypsetup:
sudo apt-get install cryptsetup
To decrypt the volume:
sudo cryptsetup luksOpen /dev/sda1 my_encrypted_volume
By editor, 23 May, 2018