Problem I wanted to connect to my olimex from my arch linux desktop. ssh is working nicely but after sshing in I could not tmux as xterm-kitty (my terminal is kitty) is not recognized.
olimex@a64-olinuxino:~$ tmux missing or unsuitable terminal: xterm-kitty Solution The solution was to set my local arch TERM variable to something more universally compatible. ChatGPT suggested xterm-256color. I could do something like this and put together a script in my ~/bin folder:
Problem I have 4 monitors. Two of them are ASUS monitors (VS239) that are stacked one above the other on my left side. The issue I’m having is that these two monitors don’t wakeup when I power on my computer.
Exploration Let’s begin by asking ChatGPT for a solution. It recommended I use ddcutil. The rest of the recommendations didn’t work too well but it gave us a nice starting point.