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

request: unix workshopper #284

Closed
timoxley opened this issue May 4, 2014 · 7 comments
Closed

request: unix workshopper #284

timoxley opened this issue May 4, 2014 · 7 comments

Comments

@timoxley
Copy link

timoxley commented May 4, 2014

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.

@SomeoneWeird
Copy link
Member

+1 - I'm not sure how many you'd be able to do with the current workshopper infrastructure though.

@timoxley
Copy link
Author

timoxley commented May 4, 2014

Also, ideally runs in some kind of remote throw-away environment so they don't accidentally trash their computer.

@ghost
Copy link

ghost commented May 4, 2014

Job control is really handy too. What ctrl+c, ctrl+z, and ctrl+d do trip people up.

@timoxley
Copy link
Author

timoxley commented May 4, 2014

@substack agreed. added.

@timoxley
Copy link
Author

timoxley commented May 6, 2014

Related: #181

@rvagg
Copy link

rvagg commented Jul 5, 2014

@linclark
Copy link

added as an issue in the workshoppers repo.

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

No branches or pull requests

4 participants