Eclectic Technology
  • Home
  • About
Sign in Subscribe

linux

Things about Linux
Download a certificate from a web page via CLI
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
Aug 29, 2024 1 min read
Resize additional disks in Siderolabs Talos Linux
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
Aug 23, 2024 1 min read
Copy ssh GPG keys from Windows to a remote Linux machine
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.
Aug 13, 2024 1 min read
Page 1 of 1
Eclectic Technology © 2025
  • Sign up
Powered by Ghost