https://joind.in/10644
*Chris Stone
Black window puts fear in their heart.
Lost Art...
ls,mv,cp,ps,echo
Fish,Screen,Mosh,Vagrant
Fish Shell Script - Chris says look into it, but it wasn't his cup of tea.
Screen - Detach and reattach sessions/sockets
MOSH - The MObile SHell
New, but built by MIT
Roaming
Drop In replacement of SSH
Mac = mobile-shell, Linux = mosh
No Terminal Scrollback
Vagrant
Manage virtualization providers
Support for Docker containers
Gets rid of "works for me"
PHP straight on the CLI
$argv[]
get_options()
SED
Parse and Tranform Text
sed 's/regexp/replacement/g' inputFile > outputFile
Find and replaces string and write to new file
AWK
ps ax | grep Dropbox | awk '{print $1}'
NANO
He doesn't like VI very much. Nano is good for quick and dirty work.
Resources
edx.org - Courses Online
TMUX
No comments:
Post a Comment