ajout un site et commandes shell pour paritionner usb stick

This commit is contained in:
hugogogo
2021-06-04 11:56:20 +02:00
parent bce3c54677
commit 6d7b6c5562
2 changed files with 42 additions and 25 deletions

View File

@@ -26,3 +26,19 @@
**sass --watch name.scss:name.css** make the transformations of scss in css file **sass --watch name.scss:name.css** make the transformations of scss in css file
**'tree' like :** **'tree' like :**
find | sort | grep -ve "node_modules/" -e ".git/" | sed 's#[^/]*/#|__ #g;s#__ |# |#g;s#| # #g;s#\(node_modules\|.git[ignore]*\)#\1 ...#;$a\ ' 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

View File

@@ -1,28 +1,29 @@
tools www.preparetocode.io **create a live usb with partition** https://theartofmachinery.com/2016/04/21/partitioned_live_usb.html
design http://www.dailyui.co/ **tools** www.preparetocode.io
js https://github.com/myjinxin2015/Katas-list-of-Training-JS-series **design** http://www.dailyui.co/
js https://www.javascript.com/ **js** https://github.com/myjinxin2015/Katas-list-of-Training-JS-series
js https://github.com/mrdavidlaing/javascript-koans **js** https://www.javascript.com/
js http://exercism.io/ **js** https://github.com/mrdavidlaing/javascript-koans
jquery http://try.jquery.com/ **js** http://exercism.io/
secu https://www.root-me.org/?/lang=en **jquery** http://try.jquery.com/
secu https://www.hackerone.com/ (si tu resouds des bugs tu es payé) **secu** https://www.root-me.org/?/lang=en
secu https://bountyfactory.io/en/index.html (payé pour resoudre des bugs) **secu** https://www.hackerone.com/ (si tu resouds des bugs tu es payé)
script https://codecombat.com/ **secu** https://bountyfactory.io/en/index.html (payé pour resoudre des bugs)
script https://screeps.com/ **script** https://codecombat.com/
script https://repl.it/repls/PuzzlingSugaryWrenchbird **script** https://screeps.com/
script http://gamejam.toxicode.fr/ **script** https://repl.it/repls/PuzzlingSugaryWrenchbird
script http://www.toxicode.fr/learn **script** http://gamejam.toxicode.fr/
shell https://explainshell.com/ **script** http://www.toxicode.fr/learn
shell http://overthewire.org/wargames/bandit/bandit7.html **shell** https://explainshell.com/
shell https://cmdchallenge.com/ **shell** http://overthewire.org/wargames/bandit/bandit7.html
git https://try.github.io/levels/1/challenges/1 **shell** https://cmdchallenge.com/
git https://learngitbranching.js.org/?demo **git** https://try.github.io/levels/1/challenges/1
git https://github.com/jlord/git-it-electron **git** https://learngitbranching.js.org/?demo
css https://flukeout.github.io/ **git** https://github.com/jlord/git-it-electron
css http://flexboxfroggy.com/#fr **css** https://flukeout.github.io/
css http://www.flexboxdefense.com/ **css** http://flexboxfroggy.com/#fr
css http://cssgridgarden.com/#fr **css** http://www.flexboxdefense.com/
**css** http://cssgridgarden.com/#fr
npm init npm init
backpack-core backpack-core