* **Befehlsübersicht:** [[https://wiki.ubuntuusers.de/Shell/Befehls%C3%BCbersicht/|..ubuntuusers]] [[https://helmbold.de/artikel/Linux-auf-einem-Blatt.pdf|..auf einem Blatt]] * Switch to the Root User: **sudo su** * **chown:** chown --recursive albin:www-data files * **mount** * **mount /media/albin/gendoas** * needs /etc/fstab: \\ **192.168.2.114:/ /media/albin/gendoas nfs nfsvers=4,rw,noauto,users 0 0** * **drush** * vendor/bin/drush cr (after cd /var/www/html/d88x/) * **drupal** * composer create-project drupal/recommended-project d88x * composer require drupal/devel * **apache** * sudo a2enmod rewrite * systemctl restart apache2 * **mysql** * sudo mysql -u root -p \\ //**mysql>** ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass';// * VERIFY THE INTEGRITY OF FILES * gpg --print-md SHA512 * **filesystem** * clear directory: rm -r * * Alias definitions (~/.bash_aliases) * alias **cdd9**='cd /var/www/html/d9' * alias **cdd0**='cd /var/www/html/d10'