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
81
Configuring Manila services for High Availability - OpenInfra Summit 2022
vkmc
0
90
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
340
OpenShift in a Nutshell - LinuxChixAR
vkmc
0
390
Other Decks in Programming
See All in Programming
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
22
5.9k
Testing Trophyは叫ばない
toms74209200
0
900
1から理解するWeb Push
dora1998
7
2k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
150
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
180
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
11
4.5k
アセットのコンパイルについて
ojun9
0
130
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.4k
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
180
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
6.5k
半自動E2Eで手っ取り早くリグレッションテストを効率化しよう
beryu
2
330
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Fireside Chat
paigeccino
39
3.6k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
How to Ace a Technical Interview
jacobian
279
23k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
A Tale of Four Properties
chriscoyier
160
23k
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]