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
4
Comments
83
Joined
1 yr. ago

  • I can't remember specifically, I think it might have just been that the ghost image on the floppy was confirmed to work, and all the desktops were allowed to boot from floppy already and not necessarily via USB.

  • Well, let's see...my work laptop experience (so far).

    • Lenovo: Worked there for 14 years
    • HP: Worked there for 6 months
    • Apple: Worked there for 6 months
    • HP: Worked there for 2.5 years
    • Apple: Worked there for a year
    • Dell: Worked there for 2.5 years--
  • So, I'm being naive here, but why don't people sue when they know this is the case? Like, it's a bit of a stereotype that American's are fairly litigious, but if you know that you're being swindled, can't you take them to court?

  • 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 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?