Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
MuleSoft Open House - Introducción a Bash
Search
vkmc
March 09, 2016
Programming
0
210
MuleSoft Open House - Introducción a Bash
vkmc
March 09, 2016
Tweet
Share
More Decks by vkmc
See All by vkmc
Teaching padawans to chop wood and carry water in their open source journey - OpenInfra Summit 2022
vkmc
0
38
Your ReadWriteMany (RWX) Storage in k8s with Manila CSI - OpenInfraSummit 2022
vkmc
0
83
Configuring Manila services for High Availability - OpenInfra Summit 2022
vkmc
0
93
Evitá (tantos) bugs en tu código: Zuul CI al rescate
vkmc
0
190
Un dia trabajando en infra
vkmc
0
130
Easy multi-tenant k8s RWX storage with cloud provisioner OpenStack and Manila CSI
vkmc
0
160
OpenShift libre de humo
vkmc
0
120
CephFS on OpenStack Manila
vkmc
0
350
OpenShift in a Nutshell - LinuxChixAR
vkmc
0
390
Other Decks in Programming
See All in Programming
チームの境界をブチ抜いていけ
tokai235
0
160
技術的負債の正体を知って向き合う / Facing Technical Debt
irof
0
160
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
1k
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
150
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
710
Devoxx BE - Local Development in the AI Era
kdubois
0
120
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
0
230
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
300
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
220
開発生産性を上げるための生成AI活用術
starfish719
3
440
CSC305 Lecture 06
javiergs
PRO
0
220
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
470
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
620
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Done Done
chrislema
185
16k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
How to train your dragon (web standard)
notwaldorf
96
6.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Designing for humans not robots
tammielis
254
26k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Site-Speed That Sticks
csswizardry
11
890
Speed Design
sergeychernyshev
32
1.2k
Making Projects Easy
brettharned
119
6.4k
Transcript
$ INTRODUCCIÓN A BASH
¡HOLA! Victoria Martinez de la Cruz Ingeniera de Software en
Red Hat Co-coordinadora de LinuxChix Argentina @vkmc @linuxchixar 2
3 LINUXCHIX ARGENTINA LinuxChix Argentina - 20 miembros activos -
Reuniones (todos los meses) - Charlas, talleres, difusión - FLISOL 2016 (23/04) - Nerdear.la - PyConAR 2016 - Ayer cumplimos un año!
GNU/LINUX 4 Qué es y por qué me conviene usarlo
5 GNU/LINUX WINDOWS OS X
6 POR QUÉ USAR GNU/LINUX ▶ Es libre y abierto
▶ Todos pueden contribuir ▶ Seguro ▶ Eficiente ▶ Compatible (¡ahora más!)
7 POR QUÉ USAR GNU/LINUX ▶ Opciones para todos los
gustos ▶ Acceso a configuraciones del OS
INTERFACES 8 GUI vs CLI
9 GUI vs CLI
10 GUI ▶ Curva de aprendizaje menor ▶ Familiar (para
nuestra generación) ▶ Más cómodo de usar ▶ Más información en menos espacio
11 CLI ▶ Acceso a más funcionalidades ▶ Automatizar tareas
▶ Usualmente la única opción en accesos remotos :)
BASH 12 #!/bin/bash
13 UNIX SHELLS SHELL Interfaz para los servicios del sistema
operativo UNIX SHELL Interfaz de usuario tradicional de sistemas UNIX- based - Wildcards - Piping - Command sub - Vars - Control structures
14 BASH BASH (Bourne Again Shell) ▸ Default de varias
distros ▸ ¡Mucha documentación! ▸ Sintaxis poco intuitiva (para algunas cosas)
15 BASH BASICS Basics ▸ BASH autocomplete → ▸ Acceso
a último comando → ↑ ▸ Búsqueda invertida → ▸ Directorio actual → ▸ Limpiar shell → ▸ Mostrar texto → ▸ Cancelar ejecución →
16 BASH MANUALS Manuals ▸ ▹ ▹ ▸ Secciones ▸
Navegación ▹ Ayuda → ▹ Navegación → ↑↓ ▹ Buscar → ▹ Salir →
17 BASH FS RELATED Filesystem ▸ → ▸ → ▹
▸ → ▸ → ▸ → ▸ → ▹ ▹ ▹
18 BASH GREP & FIND Grep ▸ ▸ ▸ Find
▸ ▸ ▸
19 BASH PIPES & I/O REDIRECTION Redirection ▸ → ▸
→ ▹ ▸ → ▹ ▹ ▹
Q&A 20 ¿Preguntas? ¿comentarios?
21 Q&A Si te quedaron dudas, ¡escribinos! Nos pueden encontrar
en ▸ @vkmc ▸
[email protected]
▸ @linuxchixar ▸
[email protected]