From e85d6410af991ec81b847541a48026ae973cde7e Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 29 Jul 2021 23:52:39 +0200 Subject: add navi cheats --- .../share/navi/cheats/robertgzr__cheats/misc.cheat | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .local/share/navi/cheats/robertgzr__cheats/misc.cheat (limited to '.local/share/navi/cheats/robertgzr__cheats/misc.cheat') diff --git a/.local/share/navi/cheats/robertgzr__cheats/misc.cheat b/.local/share/navi/cheats/robertgzr__cheats/misc.cheat new file mode 100644 index 0000000..792bd38 --- /dev/null +++ b/.local/share/navi/cheats/robertgzr__cheats/misc.cheat @@ -0,0 +1,33 @@ + +% rsyncez + +rsyncez '' '' + +$ to: fd --one-file-system -p -t d -d 5 $HOME + + +% cat, EOF + +# cat <<-EOF + +cat <<-EOF > /dev/stdout +hello world +EOF + + +% ubnt, wifi + +# get wifi leases from ubnt router + +ssh ubnt -- ./leases 2>/dev/null + + +% ssh, tunnel + +# tunnel local port to remote machine + +ssh -nNTR : + +# tunnel remote port to local machine + +ssh -nNTL : -- cgit 1.4.1