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
200
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
26
Your ReadWriteMany (RWX) Storage in k8s with Manila CSI - OpenInfraSummit 2022
vkmc
0
54
Configuring Manila services for High Availability - OpenInfra Summit 2022
vkmc
0
42
Evitá (tantos) bugs en tu código: Zuul CI al rescate
vkmc
0
180
Un dia trabajando en infra
vkmc
0
120
Easy multi-tenant k8s RWX storage with cloud provisioner OpenStack and Manila CSI
vkmc
0
120
OpenShift libre de humo
vkmc
0
95
CephFS on OpenStack Manila
vkmc
0
300
OpenShift in a Nutshell - LinuxChixAR
vkmc
0
330
Other Decks in Programming
See All in Programming
シェーダーで魅せるMapLibreの動的ラスタータイル
satoshi7190
1
480
3rd party scriptでもReactを使いたい! Preact + Reactのハイブリッド開発
righttouch
PRO
1
600
【Kaigi on Rails 2024】YOUTRUST スポンサーLT
krpk1900
1
330
Figma Dev Modeで変わる!Flutterの開発体験
watanave
0
110
What’s New in Compose Multiplatform - A Live Tour (droidcon London 2024)
zsmb
1
470
Amazon Qを使ってIaCを触ろう!
maruto
0
410
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
330
Outline View in SwiftUI
1024jp
1
330
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
430
型付き API リクエストを実現するいくつかの手法とその選択 / Typed API Request
euxn23
8
2.2k
Realtime API 入門
riofujimon
0
150
聞き手から登壇者へ: RubyKaigi2024 LTでの初挑戦が 教えてくれた、可能性の星
mikik0
1
130
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Thoughts on Productivity
jonyablonski
67
4.3k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
The Pragmatic Product Professional
lauravandoore
31
6.3k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
370
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]