They still get DDOS'ed now, but Cloudflare stops it before it can reach their own servers.
Ghoelian
Aren't you supposed to not kill cockroaches? i thought it'd attract more or something
That one seems to only do remote streaming over network. Droidcam can be used over a USB connection as well, which works much more reliably (than the wireless version of droidcam, at least) in my experience.
Your script uses gh, which I think is the github cli, to clone a repository.
It would be easier for most people to just do a git clone git@github.com:umlaeute/v4l2loopback
(or git clone https://github.com/umlaeute/v4l2loopback
). I don't really understand why you'd use gh for something as simple as a clone tbh.
Ahh I thought they were just making a service for the normal spotify application, yeah in that case it makes sense to use a service. Didn't know spotifyd is something else
(I don't like this kind of data collection either fwiw, not trying to defend them or anything)
On Android at least, device id's are unique per app, and reset when you reset your phone to factory. In theory they can't use this data to cross-track you personally, since every service that uses a device id has a different one for the same user.
They can probably still build up a pretty accurate profile of you based on other data they collect though.
If you just want it to auto-start at login, you could create a symlink from the .desktop file to ~/.config/autostart
.
Something like ln ~/.local/applications/spotify.desktop ~/.config/autostart
(or ln /usr/share/applications/spotify.desktop ~/.config/autostart
if that's where it installed to).
I believe most DE's will pick this up automatically.
Firefox also has a built-in list of user agent overrides for websites that don't work on Firefox for no reason.
You can create an issue here, and maybe they'll fix it at some point. Not sure what the normal turnaround is for fixes like this though, could take a while.
You can see the list in about:compat
btw
I think the command you're looking for is ujust, which I believe all ublue images have
Just fyi, that is not Fedora workstation, thats a Fedora atomic spin, which is an immutable os. Installing packages and updating works a bit different than a normal distro.
The bootloader thing doesn't happen anymore with UEFI I believe. Each os has its own boot partition now.
All windows can do is make itself the first boot option, which you'd have to reverse in your bios.
That's actually pretty simple to do. I don't know if this is how they did it, but one way is just creating an tag with the href to google.com. that'll show the destination if you hover over it. Then you just add an event listener to the click event, prevent the default event from executing, and manually redirect somewhere else.
Made a quick example: https://codepen.io/Ghoelian/pen/poXeOyo