|
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +# Máster en Programación FullStack con JavaScript y Node.js |
| 8 | +### JS, Node.js, Frontend, Backend, Firebase, Express, Patrones, HTML5_APIs, Asincronía, Websockets, Testing |
| 9 | + |
| 10 | +## Clase 56 |
| 11 | + |
| 12 | +### UNIX Shell |
| 13 | +**Terminales más comunes** |
| 14 | + |
| 15 | +- [bash](https://www.gnu.org/software/bash/) - GNU Project's shell (Bourne Again SHell) |
| 16 | +- [elvish](https://elv.sh/) - Friendly, expressive shell features like anonymous functions and data structures |
| 17 | +- [fish](https://fishshell.com) - Smart and user-friendly command line shell |
| 18 | +- [shenv](https://github.com/shenv/shenv) - Simple shell version management |
| 19 | +- [xiki](http://xiki.org) - Makes the shell console more friendly and powerful |
| 20 | +- [xonsh](https://xonsh.org) - Python-ish, BASHwards-looking shell language and command prompt |
| 21 | +- [zsh](http://www.zsh.org) - Powerful shell with scripting language |
| 22 | + |
| 23 | +**Terminales Awesomicas** |
| 24 | +- [Awesome Shell](https://github.com/alebcay/awesome-shell/blob/master/README.md) |
| 25 | +- [awesome-cli-apps](https://github.com/agarrharr/awesome-cli-apps) |
| 26 | +- [awesome-fish](https://github.com/fisherman/awesome-fish-shell) |
| 27 | +- [awesome-zsh](https://github.com/unixorn/awesome-zsh-plugins) |
| 28 | +- [terminals-are-sexy](https://github.com/k4m4/terminals-are-sexy) |
| 29 | + |
| 30 | +**Recursos** |
| 31 | +- [Bash Hackers Wiki](http://wiki.bash-hackers.org/) |
| 32 | +- [Greg Wooledge's (aka "greycat") wiki](http://mywiki.wooledge.org). |
| 33 | + Specifically [Bash Guide](http://mywiki.wooledge.org/BashGuide), [Bash FAQ](http://mywiki.wooledge.org/BashFAQ) and [Bash Pitfalls](http://mywiki.wooledge.org/BashPitfalls) |
| 34 | +- [Google's Shell Style Guide](https://google.github.io/styleguide/shell.xml) |
| 35 | +- [The Linux Documentation Project: Bash Programming - Intro/How-to](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html#toc) |
| 36 | +- [The Linux Documentation Project: Advanced Bash Scripting Guide](http://www.tldp.org/LDP/abs/html/) |
| 37 | +- [WikiBooks: Bash Shell Scripting](https://en.wikibooks.org/wiki/Bash_Shell_Scripting) |
| 38 | +- [Use the Unofficial Bash Strict Mode (Unless You Looove Debugging)](http://redsymbol.net/articles/unofficial-bash-strict-mode/) |
| 39 | +- [The Art of Command Line](https://github.com/jlevy/the-art-of-command-line) |
| 40 | +- [Learn Enough Command Line to Be Dangerous](https://www.learnenough.com/command-line-tutorial) |
| 41 | +- [A guide to learn bash](https://github.com/Idnan/bash-guide) |
| 42 | +- [Bash-Snippets – A Collection Of Useful BASH Scripts For Heavy Commandline Users](https://www.ostechnix.com/collection-useful-bash-scripts-heavy-commandline-users/) |
| 43 | + |
| 44 | +### Lidiando con el sistema |
| 45 | +- [400 comandos que deberias conocer](http://blog.desdelinux.net/mas-de-400-comandos-para-gnulinux-que-deberias-conocer/) |
| 46 | +- [Terminal online](http://www.tutorialspoint.com/unix_terminal_online.php) |
| 47 | +- [Webminal](http://www.webminal.org/) |
| 48 | +- [C9 - Terminal - Documentación](https://docs.c9.io/docs/terminal) |
| 49 | +- [denysdovhan/bash-handbook](https://github.com/denysdovhan/bash-handbook) |
| 50 | +- [Idnan/bash-guide](https://github.com/Idnan/bash-guide) |
| 51 | +- [Wiki de bash-hackers](http://wiki.bash-hackers.org/start) |
| 52 | + |
| 53 | +### [Resumen en 5 minutos](https://learnxinyminutes.com/docs/bash/) |
| 54 | + |
| 55 | +### [Guía completa de referencia](https://devhints.io/bash) |
| 56 | + |
| 57 | + |
| 58 | +### CRON, Programación de tareas |
| 59 | +- [How to remove or delete single cron job using linux command?](https://askubuntu.com/questions/408611/how-to-remove-or-delete-single-cron-job-using-linux-command) |
| 60 | +- [Linux crontab command](https://www.computerhope.com/unix/ucrontab.htm) |
| 61 | +- [Cómo utilizar Cron y Crontab en Linux para programar tareas](https://www.redeszone.net/2017/01/09/utilizar-cron-crontab-linux-programar-tareas/) |
| 62 | +- [Cron & crontab, explicados](https://blog.desdelinux.net/cron-crontab-explicados/) |
| 63 | +- [How To Add Jobs To cron Under Linux or UNIX](https://www.cyberciti.biz/faq/how-do-i-add-jobs-to-cron-under-linux-or-unix-oses/) |
0 commit comments