Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unix workshopper #2

Open
linclark opened this issue Jul 12, 2014 · 1 comment
Open

unix workshopper #2

linclark opened this issue Jul 12, 2014 · 1 comment

Comments

@linclark
Copy link
Contributor

Copied from @timoxley's issue, nodeschool/discussions#284


Just jotting this thought down while I have it.

Would be good to have a workshopper that covers the basic unix stuff you need to nodejs effectively. There is heaps of stuff out there already that teaches this content but would be nice to have all the required knows for node under the one roof. Maybe we need a nodepreschool to load people up with the prerequisite knowledge. The fabled "intro to js workshopper" could go in there.

Proposed curriculum:

ls
cd
cat
. and ..
echo
~ and $HOME
mkdir
rmdir
pico/nano
cp
unlink
rm -rf
chmod a+x

! for scripts

pipe & less/more
grep/awk
cmd > file
which and $PATH
ln -s
top
pgrep/ps
kill/pkill
ctrl+c, ctrl+z, and ctrl+d
fg/bg
tail
I think this is most of everything people need to get started without any fancy fluff.

Purposely avoiding sudo/chmod/chown as they're not easy and are dangerous… you shouldn't need to mess with those when doing regular node stuff.

@ghost
Copy link

ghost commented Jul 20, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant