Skip to content

Commit 7a7b224

Browse files
committed
Clase 56
1 parent 99c22a6 commit 7a7b224

File tree

6 files changed

+533
-1
lines changed

6 files changed

+533
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Fecha | Teoría | Recursos | Contenido
9393
04/03/19 | [Clase 53](teoria/clase53.md) | [Clase 53](recursos/clase53.md) | Paradigmas: Programación Reactiva
9494
06/03/19 | [Clase 54](teoria/clase54.md) | [Clase 54](recursos/clase54.md) | NPM Scripts
9595
08/03/19 | [Clase 55](teoria/clase55.md) | clase 55 | Shell Scripting: Ejercicios
96-
96+
11/03/19 | [Clase 56](teoria/clase56.md) | [Clase 56](recursos/clase56.md) | Shell Scripting
9797

9898

9999

Diff for: assets/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -468,3 +468,12 @@
468468
### clase54
469469

470470
- https://raw.githubusercontent.com/samueleaton/design/master/npm-scripts-black.png
471+
472+
473+
### clase55
474+
475+
476+
### clase56
477+
478+
- https://smjtech.files.wordpress.com/2014/04/unix_desktop_1440x900_wallpaper-331531.png
479+
- http://www.framepkg.com/uploads/4/9/7/8/49780617/5870686_orig.jpg
49.8 KB
Loading
89.5 KB
Loading

Diff for: recursos/clase56.md

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
![shieldsIO](https://img.shields.io/github/issues/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed3.svg)
2+
![shieldsIO](https://img.shields.io/github/forks/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed3.svg)
3+
![shieldsIO](https://img.shields.io/github/stars/Fictizia/Master-en-programacion-fullstack-con-JavaScript-y-Node.js_ed3.svg)
4+
5+
![WideImg](http://fictizia.com/img/github/Fictizia-plan-estudios-github.jpg)
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

Comments
 (0)