Sorry for derailing… But what was the workaround? Was the issue they used Play Integrity API and you managed to circumvent it?
Sorry for derailing… But what was the workaround? Was the issue they used Play Integrity API and you managed to circumvent it?
Pride (2014), maybe? So hard to pick one. But I do love this one. Two very different communities comming together and supporting each other in the worst of times. Filled with love and laughs.
Lesbians and Gays Support the Miners!
I was always “This movie is such a typical Terry Gilliam piece” thinking the book would be so different. But nope! Terry Gilliam was just the perfect match for that book.


Ok. What exactly is not working with the network? Are you on wired or wireless? If you do run ip a, does your interfaces show up?
Another thing to look at is journalctl -b. Look for errors, lines in red, anything about the network. If you can roll back to a functioning boot (or run journalctl -b -1 should show the previous boot) and compare to that is probably a good idea, journald (displayed by that command) may contain errors that are not relevant, so comparing to a functioning boot may be good.
Also, depending on how old your computer it, there may be another hdmi output which uses the GPU integrated to your CPU. If that is the case, you could switch to it if the nvidia card stops working just to troubleshoot, take a look at journalctl -b and look for errors again. If the screen just goes black, and does not boot, this may also give you some messages as to why the nvidia graphics is not coming up.


To the menu to the left, there is one item called “secure boot”, and sometimes “fast boot” is there. However, if your computer is booting at all, I’m not sure this is it. But try it, it will not hurt.


GTX 580? Maybe you have to install an older driver, like the 470-series of the driver appears to support it: https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/ Ubuntu has a bunch of older series of nvidia driver you can install for this purpose.
That would not explain your networking though. Unless that is also some older hardware too… But, a common thing to do as a new user in linux may be to find posts which answer “how do I install x in ubuntu” and they usually involve editing files under /etc/apt/sources.d/. This can wreck your system in this kind of way, so: have you done that? Or this is pure ubuntu, just regular apt update/upgrade and some apt installs?


To an enormous extent are todays data centers, cloud providers, and all the techology the whole world use today based on open source. Without linux, curl, ffmpeg, and so on nothing in todays high tech society would work. Google, as it is today, would not exist if it was for all the open source they leech of.


I hope Sweden and more Erupoean contries does the same


Then migration will take years if they already are established in US cloud services
Still, huh? Yeah, that is why I stopped using it too.
How does OTR work on it nowadays, or have XMPP moved to some other encryption?


This is such an important thing to learn when using linux. If you want to be able to rescue your setup and not just reinstall: live usb!
To do a rescue on a system that does not boot, then you may also have to enter your environment and fix things, you do that by chroot. I always forget what steps are necessary, so I always look it up in the gentoo handbook: https://wiki.gentoo.org/wiki/Handbook:AMD64/Full/Installation#Chrooting It is the same principle with any live media.
Look into a distro that you might like, and find a “live usb” of it, often it is the installation media itself. How it works is basically it is a linux already installed on a disk image you transfer to the usb, and tell the computer to boot from it. Instructions on all this usually comes with the live usb media. Then you usually get a “try it out” or “install” option, or it just leaves you at a pre-configured desktop. Click around, install stuff, browse the web, get a feel for it.


The sun is in the cloud(s)?


Do you really see this? In what country? Like most of Sweden may dislike Trump, but more than half wants his politics here; isolationist, racist, nationalist, deregulation, privitization. The party leaders sometimes call out Trump and their dislike for him, and people eat it up and still vote for the same politics. I see nothing changing here.
I don’t use .desktop files that much… But I guess xfce is X and not wayland. Check the DISPLAY env var for your user and set the same in your script there or run the binary with that env var.
If you use debian, since it is a libre distro, they have anarchism to install instead
apt install anarchism
from the default repo https://packages.debian.org/trixie/anarchism
How long since you ran ‘apt update’? I have envountered issues where the local apt cache is stale, causing it to contain packages which are old and removed from the upstream repo. You need to update your cache and try to install again.
I suppose it is a very effective approach to attack a lot of IT infrastructure. Like how much CI and build systems rely on you being able to pull an ubuntu image and run some apt on it. You halt build systems, cloud deployment, and probably much more.