-
Updated
Oct 12, 2020 - Shell
ssh
Here are 3,136 public repositories matching this topic...
-
Updated
Oct 11, 2020 - HTML
-
Updated
Oct 7, 2020 - Go
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Oct 12, 2020 - Go
there are frequent questions like "why is borg slow for me, considering all my files modified" when the underlying filesystem has issues with:
- stable inode numbers
- when people do not always have the same full/absolute paths
- when they have ctime issues (like cron scripts running chown -R/chmod -R)
there are quite some related posts on this issue tracker (also see closed issues) and on t
-
Updated
Sep 25, 2020
-
Updated
Oct 9, 2020 - C#
-
Updated
Oct 6, 2020 - Python
-
Updated
Jun 2, 2020 - Go
-
Updated
Aug 2, 2020 - Java
-
Updated
Sep 16, 2020 - Python
What would you like to be added
Add support for a DynamoDB storage backend. Although MySQL is available, it would require to run a RDS Instance for it. Extra costs, backup considerations, etc. Even with Aurora Serverless.
DynamoDB is just there, scales as needed with OnDemand pricing and has fine backup capabilities.
Why this is needed
We plan to run step-ca in AWS ECS on Farga
Localization
-
Updated
Sep 26, 2020 - Perl
-
Updated
Oct 10, 2020 - Go
-
Updated
Oct 5, 2020 - Shell
-
Updated
Feb 13, 2019 - Go
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."
Electron has an API to play the shell bell https://www.electronjs.org/docs/api/shell#shellbeep
To support this with xterm.js we would need to allow
bellSoundto take a() => void:https://github.com/xtermjs/xterm.js/blob/ab63b5168161d5a3a93708f4dc274fadee176801/typings/xterm.d.ts#L47-L50