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
Command line Tips you (might) don't know
Search
Oursky Limited
March 24, 2014
Programming
1
200
Command line Tips you (might) don't know
Oursky Limited
March 24, 2014
Tweet
Share
More Decks by Oursky Limited
See All by Oursky Limited
UI Automation
oursky
1
510
SSH Can
oursky
1
320
HTTP/2
oursky
0
360
watchOS2
oursky
0
340
Common QA issues
oursky
0
210
Complex is better than complicated
oursky
0
290
Clean code again
oursky
3
380
KiriKiri x O2 x NVLMarker
oursky
0
250
Flux + React
oursky
1
400
Other Decks in Programming
See All in Programming
ゆくKotlin くるRust
exoego
1
200
組み合わせ爆発にのまれない - 責務分割 x テスト
halhorn
1
180
【卒業研究】会話ログ分析によるユーザーごとの関心に応じた話題提案手法
momok47
0
170
フルサイクルエンジニアリングをAI Agentで全自動化したい 〜構想と現在地〜
kamina_zzz
0
360
dchart: charts from deck markup
ajstarks
3
960
それ、本当に安全? ファイルアップロードで見落としがちなセキュリティリスクと対策
penpeen
7
2.1k
Basic Architectures
denyspoltorak
0
200
CSC307 Lecture 04
javiergs
PRO
0
630
AI時代を生き抜く 新卒エンジニアの生きる道
coconala_engineer
1
530
Patterns of Patterns
denyspoltorak
0
450
從冷知識到漏洞,你不懂的 Web,駭客懂 - Huli @ WebConf Taiwan 2025
aszx87410
2
3.4k
GISエンジニアから見たLINKSデータ
nokonoko1203
0
190
Featured
See All Featured
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
68
BBQ
matthewcrist
89
10k
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
110
Embracing the Ebb and Flow
colly
88
4.9k
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
1
36
Exploring anti-patterns in Rails
aemeredith
2
230
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Prompt Engineering for Job Search
mfonobong
0
140
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
2
79
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.5k
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
49
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.3k
Transcript
5 Command Line Tips you (might) don’t know Ben Cheng,
Oursky Internal Presentation
1. bashstrap https://github.com/barryclark/bashstrap
2. set editing-mode vi ~/.inputrc
Demo http://www.catonmat.net/download/bash-vi-editing- mode-cheat-sheet.pdf
3. byobu
4. pushd / popd
5. ctrl-r
5.5 long command #hash
6. ssh config
Host w User chpapa Hostname hostname.com ServerAliveInterval 30 ServerAliveCountMax 2
ControlPath ~/.ssh/master-%r@%h:%p ControlMaster auto ControlPersist 4h GSSAPIAuthentication no
7. F*ck GFW ssh -c arcfour -D 8080 server.com
8. mkdir -p /what/the/ hell
9. open .
10. pbcopy / pbpaste
11. sudo !!