Didn’t something similar just happen with RustDesk? ChatGPT response from author in an hours old account.
Didn’t something similar just happen with RustDesk? ChatGPT response from author in an hours old account.
Similar here. I used to have 2 screens that if they turned off for powersaving only 1 of them would wake up. So I had a script on the desktop to do a reset and move them correctly.
#!/bin/bash
xrandr --output HDMI2 --off
xrandr --output HDMI2 --auto --same-as HDMI1
xrandr --output HDMI1 --right-of HDMI2
exit
Wasn’t there some controversy about this that it wasn’t entirely open-source?
I had to upgrade some OL6 VMs to OL7 VMs running Oracle DBs and Apps (on OVMM no less). There was no appetite for buying additional storage, or restoring the environments with RMAN. Luckily, everything had been installed under /u01 which was on its own virtual disk.
So I built a new VM as OL7 (same hostname, etc.), installed the pre-req RPMs for Oracle DB, disconnected the virtual disk from the OL6 and attached it to the new OL7, synced users and home dirs - and it only bloody worked.
I’m out of the loop. What’s going on?
Worse how? Jellyfin was forked from Emby, and since then has continued to improve in my eyes.