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
37
Your ReadWriteMany (RWX) Storage in k8s with Manila CSI - OpenInfraSummit 2022
vkmc
0
72
Configuring Manila services for High Availability - OpenInfra Summit 2022
vkmc
0
87
Evitá (tantos) bugs en tu código: Zuul CI al rescate
vkmc
0
190
Un dia trabajando en infra
vkmc
0
120
Easy multi-tenant k8s RWX storage with cloud provisioner OpenStack and Manila CSI
vkmc
0
150
OpenShift libre de humo
vkmc
0
110
CephFS on OpenStack Manila
vkmc
0
330
OpenShift in a Nutshell - LinuxChixAR
vkmc
0
370
Other Decks in Programming
See All in Programming
XSLTで作るBrainfuck処理系
makki_d
0
210
社内での開発コミュニティ活動とモジュラーモノリス標準化事例のご紹介/xPalette and Introduction of Modular monolith standardization
m4maruyama
1
130
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
110
Java on Azure で LangGraph!
kohei3110
0
170
GoのWebAssembly活用パターン紹介
syumai
3
10k
Is Xcode slowly dying out in 2025?
uetyo
1
180
ASP.NETアプリケーションのモダナイズ インフラ編
tomokusaba
1
400
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
490
関数型まつり2025登壇資料「関数プログラミングと再帰」
taisontsukada
2
840
関数型まつりレポート for JuliaTokai #22
antimon2
0
140
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
120
[初登壇@jAZUG]アプリ開発者が気になるGoogleCloud/Azure+wasm/wasi
asaringo
0
130
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
920
How STYLIGHT went responsive
nonsquared
100
5.6k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Embracing the Ebb and Flow
colly
86
4.7k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
RailsConf 2023
tenderlove
30
1.1k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
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]