(for practical needs, not building blocks)
See also: https://github.com/sarnobat/unix
(e.g. using antec) From host that doesn't have ssh:
autossh -M0 -p 222 -R 9001:localhost:22 [email protected]
(for practical needs, not building blocks)
See also: https://github.com/sarnobat/unix
(e.g. using antec) From host that doesn't have ssh:
autossh -M0 -p 222 -R 9001:localhost:22 [email protected]
(this layout might be better: https://github.com/dylanaraps/pure-sh-bible?tab=readme-ov-file#default-value ) 2025-03-15: improve on this: https://gist.github.com/ClementNerma/1dd94cb0f1884b9c20d1ba0037bdcde2
!:0
!:1
!:1-3
!:1-
!#1
(as a stepping stone to creating index.html for each site)
TODO: using the noun-verb grammar (https://irian.to/blogs/mastering-vim-grammar), systematically show the 7 different types of commands
TODO: 2025-03-15 - add lots and lots and lots of examples like perl (https://catonmat.net/introduction-to-perl-one-liners). Start with g// and v// commands for example; or g- commands and z- commands; combos, not individual letters like cheat sheets and manpages do, the power is in composability.
:2,10s/pick/squash/g
:,10s/pick/squash/g
TODO
https://github.com/sarnobat/chrome_extension
{
"name": "Close Tab",
"version": "1.0",
---
title: Raw Asseets to Published Products
---
flowchart TB
n1[apple notes]
n2[new.mwk]
n3[snippets/.../snpt_*.mwk]
n4[microlearning.git/*.md]
Plaintext
See also:
~/mwk.git/2021/tex_via_pandoc/unix_multimedia_tools_cms.mwk
ffmpeg
~/computers.git/2022/mac/bin/2022/mac_install_new_profile.sh
$''
- verbatim string, no interpretting (useful if you have filenames with non ASCII characters)
$""
- verbatim string, no interpretting (except locale)