╰─❯ infocmp -x | ssh dev@192.168.18.20 -- tic -x -
(dev@192.168.18.20) Password:
"<stdin>", line 2, col 31, terminal 'xterm-ghostty': older tic versions may treat the description field as an aliasJust copy all the command. it's should works
sudo touch /swapfile
# Turn off Copy-on-Write (Crucial if you use Btrfs)
sudo chattr +C /swapfile
# make 4gb swapfile
sudo dd if=/dev/zero of=/swapfile bs=1M count=4096 status=progress