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
190
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
460
SSH Can
oursky
1
280
HTTP/2
oursky
0
310
watchOS2
oursky
0
290
Common QA issues
oursky
0
180
Complex is better than complicated
oursky
0
260
Clean code again
oursky
3
340
KiriKiri x O2 x NVLMarker
oursky
0
200
Flux + React
oursky
1
360
Other Decks in Programming
See All in Programming
楽しく向き合う例外対応
okutsu
0
740
Honoとフロントエンドの 型安全性について
yodaka
7
1.5k
良いコードレビューとは
danimal141
9
8.4k
Serverless Rust: Your Low-Risk Entry Point to Rust in Production (and the benefits are huge)
lmammino
1
170
iOSでQRコード生成奮闘記
ktcryomm
2
140
苦しいTiDBへの移行を乗り越えて快適な運用を目指す
leveragestech
0
1.2k
メンテが命: PHPフレームワークのコンテナ化とアップグレード戦略
shunta27
0
320
Domain-Driven Design (Tutorial)
hschwentner
13
22k
[JAWS DAYS 2025] 最近の DB の競合解決の仕組みが分かった気になってみた
maroon1st
0
170
The Clean ArchitectureがWebフロントエンドでしっくりこないのは何故か / Why The Clean Architecture does not fit with Web Frontend
twada
PRO
56
18k
AWS Step Functions は CDK で書こう!
konokenj
5
910
オレを救った Cline を紹介する
codehex
15
14k
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
YesSQL, Process and Tooling at Scale
rocio
172
14k
Writing Fast Ruby
sferik
628
61k
Java REST API Framework Comparison - PWX 2021
mraible
29
8.4k
Navigating Team Friction
lara
183
15k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
660
Six Lessons from altMBA
skipperchong
27
3.6k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
Building a Scalable Design System with Sketch
lauravandoore
461
33k
A Modern Web Designer's Workflow
chriscoyier
693
190k
A Philosophy of Restraint
colly
203
16k
Faster Mobile Websites
deanohume
306
31k
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 !!