And Symbian
- 5 Posts
- 23 Comments
jim3692@discuss.onlineto
Linux@lemmy.ml•What are some of your most useful or favorite terminal commands?
1·3 months agodocker run --rm -it --privileged --pid=host debian:12 nsenter -a -t1 "$(which bash)"If your user is in the
dockergroup, and you are not running rootless Docker, this command opens a bash shell as root.How it works:
docker run --rm -itcreates a temporary container and attaches it to the running terminal--privilegeddisables some of the container’s protections--pid=hostattaches the container to the host’s PID namespace, allowing it to access all running processesdebian:12uses the Debian 12 imagensenter -a -t1enters all the namespaces of the process with PID 1, which is the host’s init since we use--pid=host"$(which bash)"finds the path of the host’s bash and runs it inside the namespaces (plainbashmay not work on NixOS hosts)
jim3692@discuss.onlineto
Technology@lemmy.world•Mozilla’s Betrayal of Open Source: Google’s Gemini AI is Overwriting Volunteer Work on Support MozillaEnglish
1·4 months agoNo, there is only one definition for open source:
My parents wouldn’t even notice that their computer decided to encrypt their files. And they will blame the service guy for not being able to recover their photos, in case of hardware failure.
I think they want you to only use Windows and pay for cloud storage.
By enforcing BitLocker and Secure Boot, they are trying to eliminate dual-booting (you don’t need to dual-boot Windows/Linux anyway, as you can just use WSL2 /s).
By enforcing disk encryption, in general, they try to force the use of cloud storage, by making data recovery nearly impossible. Most people are probably too lazy to buy external storage, and manually copy their files over.
This guarantees 2 money streams. One from Windows’s tracking/advertising and the other from OneDrive subscriptions.
Which version of Win 10 are you using? My girl’s Win 10 Pro laptop is still unencrypted.
TL;DR: Do not sell the app, sell the service
After reading all the comments, I am a bit confused.
Based on my understanding, this a self-hostable, privacy friendly app, that does not contain a libre license, as you plan on monetizing it.
First of all, the primary reasons of opting for libre software are privacy and freedom. So, the lack of such license can be considered a red flag.
Second, a lot of privacy conscious Android users download their apps from services like F-Droid, that have strict rules against closed-source. So, trying to sell a privacy solution on Play Store does not sound like a good business model.
Tips for monetizing a libre service:
- The client should have a libre license. You code running on the user’s device should be verifiable.
- Charge for your STUN/TURN server.
- Sell the server blob. Sandboxing apps on a Linux system is far easier (to prevent them from accessing the internet and potentially leak data).
There are apps that are even available on F-Droid, and are similarly monetized. Some examples, that I use, are: Bitwarden, Mullvad, Telegram and Tailscale.
jim3692@discuss.onlineto
Technology@lemmy.world•EU: These are scary times – let's backdoor encryption!English
1·1 year agoMy question is: even if EU manages to apply laws for backdooring encryption, wouldn’t cybercriminals just use different tools? They may force Signal to backdoor its encryption, but what about Briar? Will they backdoor the Tor network? Will they ban it entirely? What about Matrix? They can’t prevent offshore encrypted instances.
jim3692@discuss.onlineto
Lemmy Shitpost@lemmy.world•I am untethered and my rage knows no bounds!
2·1 year agoSkibidi TCL
jim3692@discuss.onlineto
Technology@lemmy.world•Europe bets on RISC-V for homegrown supercomputing platformEnglish
5·1 year agoThere is no reference to it, but most semiconductors-making equipment is manufactured by a Dutch company named ASML. However, I don’t know how useful this will be for EU to transition to RISC-V.
jim3692@discuss.onlineto
Linux@lemmy.ml•Firefox Beta 136 enables hardware accelerated video decode for AMD on Linux
4·1 year agoI do. When I watch Odysee.
jim3692@discuss.onlineto
Linux@lemmy.ml•Firefox Beta 136 enables hardware accelerated video decode for AMD on Linux
2·1 year agoHave you tried Fennec?
jim3692@discuss.onlineto
Linux@lemmy.ml•Debian is Ditching X (Twitter) Citing These Reasons
4·1 year agoIt’s not loading for me. Is that instance up?
Distrobox is a better fit for this meme. Without it, one needs to manually configure devices and namespaces. Which is not that difficult, but
distrobox createmakes it trivial.
Flatpak provides similar sandboxing capabilities and you can use TopGrade to manage all updates.










Did you know that Ubuntu actually started as a Hannah Montana Linux spinoff?