By editor, 31 July, 2016 Mount a LUKS Encrypted partition on Linux boot Tags Linux 1. get THE UUID from blkid Ex /dev/mapper/encrypted-partition: UUID="d62cb037-e5ba-4f49-a92a-69705e4bae2b" TYPE="crypto_LUKS" not /dev/mapper/luks-d62cb037-e5ba-4f49-a92a-69705e4bae2b: UUID="f6d930b6-b75b-440c-9b41-67ed538bdd75" TYPE="ext4"
By editor, 29 July, 2016 Preprocess a Field, Change Theming of a field Tags Drupal 8 Drupal 7 Theming Pre Process For thah you must use an additional process. 1. Create a custom module (Example : Here we use mymodule)
By editor, 27 July, 2016 fstab mount Examples Tags Server Linux Bind #Bind normal www dir and mysql dir to another directory /home/DATA/mysql/ /var/lib/mysql none bind /home/DATA/www/ /var/www none bind
By editor, 26 July, 2016 Internet access via Proxy Tags Server Linux Windows For the examples, IP = 192.168.100.100, Port=3128 Window
By editor, 25 July, 2016 Drupal MySQL Database Import and Export via Drush Tags Drupal 8 Drupal 7 Drush Database Export Drupal 8 MySQL Database via Drush drush cr drush sql-dump > /pathto/mysql-dump-drupal8.sql