allywilson

joined 1 year ago
[–] allywilson@lemmy.ml 4 points 8 months 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
[–] allywilson@lemmy.ml 25 points 9 months ago (6 children)

Wasn't there some controversy about this that it wasn't entirely open-source?

[–] allywilson@lemmy.ml 3 points 9 months ago (2 children)

South England has a lot of tennis courts for the population

Is it? Isn't it the most densely populated area in Europe?

[–] allywilson@lemmy.ml 1 points 9 months ago (1 children)

Sorry, I disagree. Violence is violence.

[–] allywilson@lemmy.ml 2 points 9 months ago

Thanks for the article(s). A lot to process and check there!

[–] allywilson@lemmy.ml 3 points 9 months ago

Thanks for the article. A lot to process and check there!

[–] allywilson@lemmy.ml 1 points 9 months ago (7 children)

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.

[–] allywilson@lemmy.ml 3 points 9 months ago

Austin Powers 3

[–] allywilson@lemmy.ml 3 points 9 months ago (3 children)

...Why is the parent allowed to think about it? It's illegal for parents to hit their children here.

[–] allywilson@lemmy.ml 9 points 9 months ago

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.

view more: ‹ prev next ›