Category: github.com
-
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: https://github.com/mnuessler/jira-markup-mode
-
jira-markup-mode: Emacs major mode for JIRA-markup-formatted text files
https://github.com/mnuessler/jira-markup-mode 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: https://github.com/jrblevin/markdown-mode http://melpa.org/#/markdown-mode
-
the tool that analyses my “fetchmail log file” is now able to alert me, when “fingerprints do not match”
https://github.com/JochenHayek/misc/blob/master/fetchmail–extract_fingerprints.pl 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 …