- https://www.freecodecamp.org/news/standardize-development-environment-with-devcontainers/
- https://en.wikipedia.org/wiki/GitHub_Codespaces – mentioned there (be aware: Microsoft owns GitHub)
Category: github.com
-
“Dev Container” – a Linux standard established by Microsoft? devcontainer.json
-
GitHub and SSH authentication
- https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/testing-your-ssh-connection
- https://stackoverflow.com/questions/46337566/why-is-github-asking-me-username-password-although-i-setup-ssh-authentication
SSH authentication only works with URL-s like this one: “git@github.com:<user>/<repo>.git“. Username (or anything like that) is not considered, just the public key.
-
Travis CI
- https://en.wikipedia.org/wiki/Travis_CI
- https://travis-ci.org – free services
- https://travis-ci.com – payed services
A nice Travis CI sample project:
-
jira-markup-mode: Emacs major mode for JIRA-markup-formatted text files
Editing Jira markup in a simple browser text pane is a PITA. So I shall give this a try!
-
“Markdown”: further reading
- https://en.wikipedia.org/wiki/Markdown
- https://en.wikipedia.org/wiki/Markup_language
- https://en.wikipedia.org/wiki/Lightweight_markup_language — includes various tables
- http://daringfireball.net/projects/markdown/syntax – where it all began
- http://www.markdowntutorial.com
- http://www.markdowntutorial.com/conclusion/
- https://help.github.com/articles/basic-writing-and-formatting-syntax/
- https://github.github.com/gfm/ – GitHub Flavored Markdown spec
- https://gitlab.com/help/user/markdown – GitLab Flavored Markdown spec (a customer GitLab installation provides (resp. seems to provide) a version with a TOC)
- https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa – Jira and its markup language
- https://en.wikipedia.org/wiki/Creole_(markup)
- http://overapi.com/org-mode – Emacs org-mode and its markup language
Emacs and Markdown:
-
the tool that analyses my “fetchmail log file” is now able to alert me, when “fingerprints do not match”
And it also tells me the new “sslfingerprint” clause for fetchmail’s rc file, so that I can immediately replace the old one in ~/.fetchmailrc .
-
how to structure my stuff on github.com
I need help. Does anybody want to instruct me, how to set up my stuff resp. repositories on github.com? My profile there is this. I created a RELAX-NG schema earlier today, and that’s the first to upload.
- Filesystem
Hierarchy Standard - Linux packagement on sabi.co.uk
- …
- Filesystem