Weekly Shaarli

All links of one week in a single page.

Week 29 (July 17, 2017)

Astuce pour réussir un créneau à chaque fois

créneau

Projet DFlinux - Galerie
Synchroniser son fork GITHub avec le projet original | Gerald's Blog
#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 push
Comment enlever une licence Windows pour la remettre sur un autre ordinateur ? - Korben
thumbnail

Vous 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

Raspberry Pi vs Arduino : ce que vous devez savoir
thumbnail
Seashells

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!