linux Download a certificate from a web page via CLI I wanted to download the Certificate from a Kubernetes API Server, so I thought to download it from the https page, but then I have to use it in the CLI, so I searched a way to do it all from bash, this is what I found: openssl s_client
talos Resize additional disks in Siderolabs Talos Linux "Talos will automatically resize the system disk partition(s) if the underlaying block size changes, but not user-managed disks. You would need to schedule a privileged pod with the host /dev/ mounted (kubectl debug node/<name> can do this for you) and use xfs_growfs to expand
kb Copy ssh GPG keys from Windows to a remote Linux machine In Linux you have ssh-copy-id which is quick and useful: ssh-copy-id [email protected] But how do you copy you ssh keys from your Windows machine to a remote Linux machine? It's a bit more convoluted but you can use: type .ssh\keyfile.pub | ssh user@hostname.