-
Updated
May 4, 2021 - Shell
ssh
Here are 4,097 public repositories matching this topic...
-
Updated
Mar 4, 2022 - Go
-
Updated
Mar 12, 2022 - Markdown
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Mar 15, 2022 - Go
Have you checked borgbackup docs, FAQ, and open Github issues?
Yes.
Is this a BUG / ISSUE report or a QUESTION?
Improvement
Improvement idea
borg delete confirmation prompt should contain repository information.
tl;dr
export BORG_REPO="user@borgbackup.example.net:~/backups/test1"
# borg info ::
Repository ID: 793cb3842d5d59f3a10277d33edb26a8378b2f408dc-
Updated
Feb 15, 2022 - Shell
-
Updated
Mar 11, 2022 - C#
-
Updated
Mar 4, 2022
The recommendation is to set Cache-Control: private, no-store on any endpoint with sensitive information. Because while you can protect the traffic with TLS, you also need to keep sensitive information out of a client's (unencrypted) HTTP cache. I'm not sure how relevant this is to the API context of step-ca though—I've never seen an HTTP client library that caches content. But I guess the poi
I have created a dracula theme for this awesome terminal:
Is there a way to push it into the repo?
-
Updated
Mar 15, 2022 - Python
Localization
-
Updated
Mar 15, 2022 - Java
-
Updated
Apr 6, 2021 - Go
-
Updated
Mar 11, 2022 - C#
-
Updated
Mar 1, 2022 - Python
Improve this page
Add a description, image, and links to the ssh topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssh topic, visit your repo's landing page and select "manage topics."
We've been using markers more and more in xterm.js and found that every case so far looks like
registerMarker(0)We should make the argument optional and have it imply 0 (same line as the cursor).
https://github.com/xtermjs/xterm.js/blob/6c18b7f2cc91b923e765b03e572f9038e294d368/typings/xterm.d.ts#L860-L866