ajout un site et commandes shell pour paritionner usb stick
This commit is contained in:
16
shell.txt
16
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
|
||||
|
||||
|
||||
|
||||
51
sites.txt
51
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
|
||||
|
||||
Reference in New Issue
Block a user