Skip to content

Instantly share code, notes, and snippets.

View supertylerc's full-sized avatar

Tyler Christiansen supertylerc

View GitHub Profile
IT'S SHOWTIME
HEY CHRISTMAS TREE isLessThan100
YOU SET US UP @NO PROBLEMO
HEY CHRISTMAS TREE n
YOU SET US UP 0
HEY CHRISTMAS TREE multiple
YOU SET US UP @NO PROBLEMO
STICK AROUND isLessThan100
>>> dev
Device(srx210)
# import the filesystem library and bind it to the device (dev)
>>> from jnpr.junos.utils.fs import *
>>> fs = FS(dev)
# use the 'cat' function to dump the content of the file
>>> print fs.cat('/var/log/dcd')
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 3, 2024 19:09
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname