What’s this about? I didn’t hear anything about it.
What’s this about? I didn’t hear anything about it.
Course it’s down, they didn’t ask me for the survey this time!
Just joining the discussion, because this happens to me too, and it’s very frustrating.
I didn’t watch the rest after the first episode… It felt so… Forced.
People start contributing usually after they have used it successfully a few times. I understand “make yourself your own map” might not sound as the most appealing solution here.
I’m not sure what’s your pain point then? With Aurora you can install and automatically update proprietary apps. You can use anonymous accounts so you are not officially logged in (does this still work?). If you want FOSS, then fdroid. There’s more updating tools such as unobtanium, but seems what you want is Aurora.
I have a PPP rotting somewhere… How’s the state of things these days? What works and what doesn’t? What’s battery like these days?
The good news are on RISCV. ARM has even more closed source bootloader and binary driver blobs than x86 architecture. It’s supposed to be good power efficiency over Intel for a laptop, but not so sure about amd.
Does the index support any wireless contraption?
So how does it render to screen? Because the biggest nag on any of these previous implementations came when I needed to use VNC to remotely connect to the desktop…
Thanks! Never heard of them before. I’ll keep themi on my radar now.
Qualcomm? Not… Arm in general?
Trust me… The writing is very much with the same dark/silly humor as the game. You even get characters ignoring their main quests and going to clear side quests.
apt-get download $(dpkg -I rescuezilla_2.4.2-1_all.deb)
Thanks a lot! While it wasn’t as simple as that, it did indeed point me onto the right direction. This command did the trick for me:
apt download $(dpkg -I rescuezilla_2.4.2-1_all.deb | grep -oP '(?<=Depends: ).*' | tr -d ',')
The grep goes there to list only what comes after “Depends:”. The -oP enables the python command to remove the string matching itself, so it leaves the whole list after the match… otherwise it also tries to download a package named “Depends:”. And the tr -d ‘,’ is to remove the commas separating each package, otherwise it fails to find them.
…but it can’t run both in your phone and in your computer, right? For that you need the desktop app (which is Windows only) or the web app, which linux apps encapsulate right?