Skip to content

Instantly share code, notes, and snippets.

View muthhukumar's full-sized avatar
🏠
Working from home

Muthukumar muthhukumar

🏠
Working from home
View GitHub Profile
@muthhukumar
muthhukumar / docker-aliases.sh
Created March 11, 2021 12:31 — forked from jgrodziski/docker-aliases.sh
Useful Docker Aliases
############################################################################
# #
# ------- Useful Docker Aliases -------- #
# #
# # Installation : #
# copy/paste these lines into your .bashrc or .zshrc file or just #
# type the following in your current shell to try it out: #
# wget -O - https://gist.githubusercontent.com/jgrodziski/9ed4a17709baad10dbcd4530b60dfcbb/raw/d84ef1741c59e7ab07fb055a70df1830584c6c18/docker-aliases.sh | bash
# #
# # Usage: #
@muthhukumar
muthhukumar / tmux-cheatsheet.markdown
Created November 25, 2020 03:04 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname