From 6d7b6c556245e60b0499d96216fadf42aca6d42a Mon Sep 17 00:00:00 2001 From: hugogogo Date: Fri, 4 Jun 2021 11:56:20 +0200 Subject: [PATCH] ajout un site et commandes shell pour paritionner usb stick --- shell.txt | 16 ++++++++++++++++ sites.txt | 51 ++++++++++++++++++++++++++------------------------- 2 files changed, 42 insertions(+), 25 deletions(-) diff --git a/shell.txt b/shell.txt index eefc86d..8fcebb9 100644 --- a/shell.txt +++ b/shell.txt @@ -26,3 +26,19 @@ **sass --watch name.scss:name.css** make the transformations of scss in css file **'tree' like :** find | sort | grep -ve "node_modules/" -e ".git/" | sed 's#[^/]*/#|__ #g;s#__ |# |#g;s#| # #g;s#\(node_modules\|.git[ignore]*\)#\1 ...#;$a\ ' + +**format usb** + **sudo fdisk -l** list all disks - find yours (something like /dev/sdx) + **sudo fdisk /dev/sdx** enter in fdisk program + **p** print the partions + **o** create an empty dos table + **n** add a new partition + **p** primary + **1** partition number 1 + **enter** default first selector + **+1G** for 1Gb size or *enter* for default + **a** toogle the flag *bootable* + **n** again if you want more partitions + **w** write and quit + + diff --git a/sites.txt b/sites.txt index df7c226..d10fa69 100644 --- a/sites.txt +++ b/sites.txt @@ -1,28 +1,29 @@ -tools www.preparetocode.io -design http://www.dailyui.co/ -js https://github.com/myjinxin2015/Katas-list-of-Training-JS-series -js https://www.javascript.com/ -js https://github.com/mrdavidlaing/javascript-koans -js http://exercism.io/ -jquery http://try.jquery.com/ -secu https://www.root-me.org/?/lang=en -secu https://www.hackerone.com/ (si tu resouds des bugs tu es payé) -secu https://bountyfactory.io/en/index.html (payé pour resoudre des bugs) -script https://codecombat.com/ -script https://screeps.com/ -script https://repl.it/repls/PuzzlingSugaryWrenchbird -script http://gamejam.toxicode.fr/ -script http://www.toxicode.fr/learn -shell https://explainshell.com/ -shell http://overthewire.org/wargames/bandit/bandit7.html -shell https://cmdchallenge.com/ -git https://try.github.io/levels/1/challenges/1 -git https://learngitbranching.js.org/?demo -git https://github.com/jlord/git-it-electron -css https://flukeout.github.io/ -css http://flexboxfroggy.com/#fr -css http://www.flexboxdefense.com/ -css http://cssgridgarden.com/#fr +**create a live usb with partition** https://theartofmachinery.com/2016/04/21/partitioned_live_usb.html +**tools** www.preparetocode.io +**design** http://www.dailyui.co/ +**js** https://github.com/myjinxin2015/Katas-list-of-Training-JS-series +**js** https://www.javascript.com/ +**js** https://github.com/mrdavidlaing/javascript-koans +**js** http://exercism.io/ +**jquery** http://try.jquery.com/ +**secu** https://www.root-me.org/?/lang=en +**secu** https://www.hackerone.com/ (si tu resouds des bugs tu es payé) +**secu** https://bountyfactory.io/en/index.html (payé pour resoudre des bugs) +**script** https://codecombat.com/ +**script** https://screeps.com/ +**script** https://repl.it/repls/PuzzlingSugaryWrenchbird +**script** http://gamejam.toxicode.fr/ +**script** http://www.toxicode.fr/learn +**shell** https://explainshell.com/ +**shell** http://overthewire.org/wargames/bandit/bandit7.html +**shell** https://cmdchallenge.com/ +**git** https://try.github.io/levels/1/challenges/1 +**git** https://learngitbranching.js.org/?demo +**git** https://github.com/jlord/git-it-electron +**css** https://flukeout.github.io/ +**css** http://flexboxfroggy.com/#fr +**css** http://www.flexboxdefense.com/ +**css** http://cssgridgarden.com/#fr npm init backpack-core