Weekly Shaarli
Week 29 (July 17, 2017)
#Ajoutez à votre fork le remote du projet d'origine
$ git remote add projet_original_master git://github.com/repo/projet_original.git
#Mettez à jour votre fork en local
$ git fetch projet_original_master
#Fusionnez (merge) maintenant votre copie locale
# avec le projet d'origine
$ git checkout master
$ git merge projet_original_master/master
#Validez vos changements
$ git commit -a -m "Synchronisation avec le projet original"
#Envoyez vos changements sur github
$ git pushVous souhaitez revendre votre ordinateur ? Mais vous aimeriez pouvoir garder votre licence Windows pour l'installer sur un autre ordinateur ?
Lancez un terminal administrateur
slmgr /dlv
Dé-enregistrez
slmgr /upk ID-ACTIVATION
Enregistrez
slmgr /ipk CLEF-DE-LICENCE
Activez
slmgr /ato
Redémarrer
Seashells lets you pipe output from command-line programs to the web in real-time, even without installing any new software on your machine. You can use it to monitor long-running processes like experiments that print progress to the console. You can also use Seashells to share output with friends!
