From ee6717526745dca5fd979e2c9066d3299799e521 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sat, 9 Aug 2025 06:20:14 +0200 Subject: [PATCH] fun with json --- setup/ssh_to_lxc.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup/ssh_to_lxc.md b/setup/ssh_to_lxc.md index 932ce48..30a77b9 100644 --- a/setup/ssh_to_lxc.md +++ b/setup/ssh_to_lxc.md @@ -27,3 +27,10 @@ pct enter 112 - Don't tell people to type 'pct enter', or they will type `pct`, and hit the enter key I TOLD YOU ALL THE KEY SHOULD BE CALLED RETURN. - Now you're in the container. + +## Just for Fun + +```sh +pct list | grep -v VMID |\ + column -J -N vmid,state,current,name | less -R +```