- 0 Posts
- 28 Comments
dafta@lemmy.blahaj.zoneto
Technology@lemmy.world•RAM prices soar, but popular Windows 11 apps are using more RAM due to Electron, Web componentsEnglish
5·6 months agoThose are called Progressive Web Apps (PWA). You can use firefox to add the website to your desktop like this: https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Installing
Once you do, when you open the app it should have just the website without the tabs and everything else firefox does.
Significantly better than several hours od most of the internet being down.
dafta@lemmy.blahaj.zoneto
Technology@lemmy.world•ICE to Buy Tool that Tracks Locations of Hundreds of Millions of Phones Every DayEnglish
4·8 months agoNot affiliated, just discovered this amazing app relatively recently.
This isn’t foolproof. A lot of malware these days is resistant to analysis because they can detect that they’re running in a sandbox and refuse to run the malicioua code.
dafta@lemmy.blahaj.zoneto
Games@lemmy.world•Has the live-service dream crashed back down to earth? | OpinionEnglish
2·11 months agoAdventureQuest Worlds my beloved
dafta@lemmy.blahaj.zoneto
Technology@lemmy.world•In 2025, Apple still makes it hard to play your own MP3s, so I wrote my own appEnglish
3·1 year agoMy GF has an iphone, and on KDE I can just connect it via USB and it’s visible in the file manager.
There’s also this.
dafta@lemmy.blahaj.zoneto
Technology@lemmy.world•In 2025, Apple still makes it hard to play your own MP3s, so I wrote my own appEnglish
3·1 year agoMy GF has an iphone, and on KDE I can just connect it via USB and it’s visible in the file manager.
There’s also this.
dafta@lemmy.blahaj.zoneto
Technology@lemmy.world•VMware perpetual license holders receive cease-and-desist letters from BroadcomEnglish
1·1 year agoYeah but GTK
dafta@lemmy.blahaj.zoneto
Technology@lemmy.world•VMware perpetual license holders receive cease-and-desist letters from BroadcomEnglish
11·1 year agoVirt-manager is a GUI for libvirt, which can use several hypervisors, including KVM/QEMU, and it works great.
There’s several other clients for libvirt, including GNOME Boxes, Cockpit (web based), and virsh (CLI).
dafta@lemmy.blahaj.zoneto
Linux@lemmy.ml•Is this video a legitimate way to get Linux on LineageOS via Termux or is there a better recent method?English
2·1 year agoYou just go into Settings > System > Developer options > Linux development environment, and enable it.
dafta@lemmy.blahaj.zoneto
Linux@lemmy.ml•Is this video a legitimate way to get Linux on LineageOS via Termux or is there a better recent method?English
4·1 year agoI updated to LineageOS 22.2 yesterday. It has the option, I enabled it and it works. I’m on a Pixel 8, tho. Might have something to do with it.
dafta@lemmy.blahaj.zoneto
Technology@lemmy.world•Firefox, VLC, Gimp, KeePass, LibreOffice among open source software endorsed by French GovernmentEnglish
2·1 year agoWhat are you referring to?
Sorry, my bad, I forgot that the setup script isn’t part of the default repo and is something I added in my own fork. But yeah, if there’s no systemd, it’s no use.
I can whip up a quick script that should work, I’ll test it out on my own hardware, and post it here for you sometime tomorrow.
You should definitely try with the systemd-gadgets I linked earlier. It makes all the configuration really easy, you just need to enable the relevant services, so in your case
usbgadget-func-uvc.serviceandgadget-start.service. You also need to copy them beforehand to/etc/systemd/system, includinggadget-init.service, and you need to copygadgetto/etc/default/gadget, and the scriptsgadget-start.shandgadget-init.shto/etc/systemd/scripts. Edit/etc/default/gadgetto edit the configs and names of the gadget, and then startgadget-start.service. No need to enablegadget-init.service, it’s called as a dependency from other services.There’s an install script in the repo that you can use as well,
setup.sh, and a PKGBUILD so you can create an Arch package. After installing with either method, just change/etc/default/gadget, enable the uvc and gadget start services, and then just start the gadget start service.
Hey, if you ever create that, give me a shoutout, I’d love to see it.
No, unfortunately not :/
That’s just the “name” of the configuration, for instance in my USB ethernet gadget I use both c.1 and c.2 as config names, and not a.1.
Ah yes, the first last update.