HOWTO Restore GRUB
# Boot on a live CD and open a console. sda1 is supposed to be the partition containing the OS # 1/ Restore GRUB mount… Read More »HOWTO Restore GRUB
# Boot on a live CD and open a console. sda1 is supposed to be the partition containing the OS # 1/ Restore GRUB mount… Read More »HOWTO Restore GRUB
mysqldump –add-drop-table –extended-insert –force –log-error=error.log -uUSER -pPASS OLD_DB_NAME | ssh -C user@newhost “mysql -uUSER -pPASS NEW_DB_NAME”
# Then open 2 terminals. (I will call them T1 and T2). # In T1, type screen -S toto # A new session of screen… Read More »screen
while read line; do tar -P -c -T – -f archive.tar.gz done < liste_diff.txt Le fichier fourni en paramètre contient une liste de fichiers… Read More »Créer un fichier tar.gz à partir d’un fichier listant un certains nombres de fichiers
Note Great for finding effects of make install find / -cmin -5
#Pour changer les permissions récursivement sur les dossiers sans toucher aux autres fichiers : chmod u-w $(ls -l -R | sed -n ‘/^d/p’ |… Read More »Changer les permissions récursivement sur les dossiers uniquement
#passer en root ifconfig eth0 hw ether AA:BB:CC:DD:EE:FF
# :h Remove a trailing file name component, leaving only the head. # :t Remove all leading file name components, leaving the tail. # :r… Read More »Modifier les arguments d’une commande précédente et les réutiliser