what snippet software do you use?

psalm91

Verified User
Joined
Sep 20, 2015
Messages
168
Developers , server admins won't be able to memorize every thing

What snippet software do you use?

Where do you keep your codes , commands etc?
 
Developers , server admins won't be able to memorize every thing

What snippet software do you use?

Where do you keep your codes , commands etc?

I have a google doc I add to with my setup process, c/w links back to sources. Also I use headings to organize various snipers of code and solutions to issues I’ve run into.
 
github - a public repository
gitlab - closed/private repositories
evernote - in-house documentation, how-tos, guides
 
I guess I'm showing my age...

I have a directory named notes that is full of text files with little tidbits of how to do certain tasks or checklists.
 
@sparek,

I still have a directory HOWTOs\Linux in DropBox with my guides. Some years ago I moved them to Evernote.

@psalm91,

The all 3 are used by me in relation with SSH.

github hosts public repository with bash/php scripts which I use, and you can use them too: https://github.com/poralix/directadmin-utils
gitlub hosts private repositories with bash/php scripts which I use
Evernote is used for organizing and easy access to a different kind of short guides, code snippets, instructions, etc.

If you want a SSH client with a support of snippets, then you can use:

- Android: a commercial version of JuiceSSH: https://juicessh.com/
- macOS, Windows and Linux: https://termius.com/
 
Big fan and user of Evernote as well. Evernote webclipper is awesome :)
 
Back
Top