• Befehlsübersicht: ..ubuntuusers ..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 <file>
  • filesystem
    • clear directory: rm -r *
  • Alias definitions (~/.bash_aliases)
    • alias cdd9='cd /var/www/html/d9'
    • alias cdd0='cd /var/www/html/d10'
meinrechner/shell/main/start.txt · Zuletzt geändert: 2023/02/21 16:19 von 84.255.205.56
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki