Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AL
Posts
5
Comments
130
Joined
1 yr. ago

  • 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
    
    
      
  • I'm sure I'll regret asking this, but what is it she has actually done? Every time I've asked people seem to spout off how she's pure evil, said evil things, and then backed it up with nothing. The only thing I think I've ever seen from her is that she wants to protect woman.

  • 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 don't want to be a pain, but it's not "basically Mint running on an M1 iMac." it's Asahi/Fedora running Cinnamon. Also, you've connected an external monitor for an M1 iMac? Do you mean it's an M1 Macbook instead?