Make composer operations with Drupal way faster and easier on RAM
composer require zaporylie/composer-drupal-optimizations:^1.0
https://www.jeffgeerling.com/blog/2018/make-composer-operations-drupal-…
composer require zaporylie/composer-drupal-optimizations:^1.0
https://www.jeffgeerling.com/blog/2018/make-composer-operations-drupal-…
mysql --silent --skip-column-names --execute "select concat('\'',User,'\'@\'',Host,'\'') as User from mysql.user" | sort | \
while read u
do echo "-- $u"; mysql --silent --skip-column-names --execute "show grants for $u" | sed 's/$/;/'
done
https://dba.stackexchange.com/questions/23265/mysql-show-grants-for-all…
apt purge modemmanager unattended-upgrades apt-listchanges
lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
https://unix.stackexchange.com/questions/16407/how-to-check-which-gpu-i…