Month: April 2023
-
Install `strings` command in debian/linux
That’s a difficult one to search for. To get the strings command working in Debian 11 / Linux, for example in your bash scripts, install the binutils package!
-
SSH jump host config
My remote hosts are on srvXX.remote.com. I have a jump host jump.remote.com. I want to be able to type ssh srv42.remote.com and connect, without first having to ssh to jump.remote.com. My .ssh/config:
-
Wireguard site-to-site (proxmox to mikrotik/routeros)
I wanted to connect my dedicated hetzner proxmox box (“remote“) to my home IP. Networks: At home I created on my mikrotik: Then at the remote side, first make keys: We need config: Start interfaces and it works! References
-
Masquerade ip forward for Proxmox on hetzner (single IP)
This works for me: Then open SSH and edit /etc/network/interfaces: Then when creating a container: All traffic is routed properly out of br1 to br0 (world). I can connect to this host on :2222.
-
Fix “Cannot remove image, a guest with VMID ‘xxx’ exists!”
Get this error? Cannot remove image, a guest with VMID ‘1070’ exists!You can delete the image from the guest’s hardware pane Then on your node/host, do Disks will now show up in the vm pane :)