avant démarrage « e » sur la ligne de Grub * Debian Linux
ajouter init=/bin/bash à la fin de la ligne linux…. ro quiet
ctrl + x
mount -n -o remount,rw / passwd ctrl + alt + supr
avant démarrage « e » sur la ligne de Grub * Debian Linux
ajouter init=/bin/bash à la fin de la ligne linux…. ro quiet
ctrl + x
mount -n -o remount,rw / passwd ctrl + alt + supr
#Exemple: #Enlève, delete tous les csv du répertoire quand rm *.csv renvoi un message trop de fichiers # Argument list too long perl -e 'for(</home/morepertoire/*.csv>){unlink}'
sudo apt install florence -y sudo apt install at-spi2-core -y
cmd -> regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod
clique droit autorisations -> propriétaire -> administrateur (root)
Supprimer la clef L$RTM…
reboot
/etc/init.d/mysql stop /usr/sbin/mysqld --skip-grant-tables mysql> FLUSH PRIVILEGES; mysql> SET PASSWORD FOR root@'localhost' = PASSWORD('votre_nouveau_mot_de_passe'); mysql> FLUSH PRIVILEGES; mysql> exit /etc/init.d/mysql start
// création user grant all CREATE USER [IF NOT EXISTS] 'monadmin'@'%' IDENTIFIED BY 'monpass'; GRANT ALL ON *.* TO 'monadmin'@'%';