SSH 18 Aug 2022 · 1 min read How to choose an SSH key for a specific host Choose an SSH key instead of the default value to connect to a specific remote server. ~/.ssh/id_rsa Read more
JavaScript 17 Aug 2022 · 1 min read How to use window.confirm() How to use the confirm() method offered by browsers to allow the user to confirm Read more