- 24 Posts
- 31 Comments
testman@lemmy.mlOPto
Linux@lemmy.ml•Should there be something that installs Linux to disk directly from Windows?
51·5 months agoYes, this is something that should be taken into account when designing this software.
Set dual-boot as a default / design UI in a way that offers dual-boot as a preferred option.
And many other technical issues will probably appear that will have to be figured out.
But I think that at least even thinking about this is a good start.
Also, this reminds me of 2013, when people accidentally nuked their Windows installs with Linux because they wanted to get the Tux in Team Fortress 2 (Valve gave it to people who played Linux version of TF2).
and this year Android also surpasses Ubuntu for personal use (29% vs. 28%).
lol why bother with same OS category when you can just compare across whichever fields you want
testman@lemmy.mlto
Selfhosted@lemmy.world•ISO Opensource, Selfhosted, Web Trends MonitorEnglish
5·6 months agoApparently not good enough lol. Still marked as bot.
testman@lemmy.mlto
Linux@lemmy.ml•Can kids under 10 be possibly taught coding, without even mentioning the word syntax to them ??
1·7 months agoI’m sure that there are games (either video games or IRL physical games) designed for this. Some simple “here are some possible instructions, use them to achieve some goal” thing.
Something like described here:
https://wiredme.com/blog/active-coding-games-for-kids/
But I am interested in knowing more examples of such games. Is there any Wikipedia article for this category of games? Is there any list with more of them described?
testman@lemmy.mlto
Linux@lemmy.ml•What problems does Linux have to overcome to get more users
71·10 months agololwat. can you explain the reasoning in your second paragraph?
Also I’m not sure that your definition of Enshittification is correct.
testman@lemmy.mlto
Selfhosted@lemmy.world•What OS should I use for self-hosting that doesn't require extensive terminal knowledge?English
10·1 year agoYUNOHost iso is basically just Debian, but the one-click-install for various self-hosted things is it’s primary purpose. All done through web interface.
testman@lemmy.mlto
Linux@lemmy.ml•Is this video a legitimate way to get Linux on LineageOS via Termux or is there a better recent method?
3·1 year agoIt does work, I have been using it for a long time now in context of my interest of using a phone as a PC.
https://xdaforums.com/t/phone-as-a-pc.4633441/Thing is that with just termux, you get just the android/termux environment.
There is a way to get more familiar Linux environments running on your phone by using proot from within termux.
https://wiki.termux.com/wiki/PRoot
For example, using that you can install ARM version of Manjaro, which is basically the same thing that you would run on Raspberry Pi.
But everything in there runs a bit slower, because Proot is some layer that takes up a bit of performance.
Benefit of that is that you can run some Linux software that is not found within Termux packages, but is available in the repositories of other distros. Libreoffice is one such example.
testman@lemmy.mlto
Linux@lemmy.ml•Is this video a legitimate way to get Linux on LineageOS via Termux or is there a better recent method?
2·1 year agoLineageOS 22.2 (on FP4) does not seem to have that option yet.
At least, it is not listed in the developer options.
You can find it if you tap on the search button within developer options (or just general settings, as that also includes results from developer options) and type “terminal” or “linux”.
The(Experimental) Run Linux terminal on Androidresult shows up.
But after you tap on that, you see that toggle is greyed out. Can’t be enabled.I am interested in getting that to work, so any help is appreciated.
There is hopefully some ADB command or something that forcefully enables Linux environment.
StackOverflow says that it can be done by editing xrdp.ini:
https://askubuntu.com/questions/133343/how-do-i-set-up-xrdp-session-that-reuses-an-existing-session#360835Is there a specific reason for choosing RDP?
VNC is the most common protocol in Linux. And RustDesk is also a good, more advanced alternative.
While others already pointed out the similarity to persistent LiveUSB, I would argue that this also feels a bit like Android desktop modes, like Samsung Dex.
yes, valid point, thank you for the correction
As jet points out, QEMU for actual hardware virtualisation.
There is one relevant thing, which is not exactly in the same category, but does somewhat similar thing:
containers
most popular example being Docker
https://en.wikipedia.org/wiki/Containerization_(computing)
containers don’t emulate whole hardware stack like virtual machines do, they just run the guest OS on top of host OS.
so because they don’t put resources towards emulating hardware, they are much more resource efficient.
so if your problem is “I’m running Fedora but I want to run something that for some reason runs just on Ubuntu”, then you could use containers for that.
containers are mostly used in headless environments (as in servers, no GUI), so running and displaying desktop Linux inside them is a bit tricky, but it can be done.
Lemmy is not like Reddit, you can edit the title even after the post was made.
Also, the latest release of Linux Mint is Xia:
https://www.linuxmint.com/download_all.php
https://en.wikipedia.org/wiki/Linux_Mint#Release_history
doesn’t Steam Hardware Survey report way higher percentage of Linux users?
(Statista, Blackdown)
wouldn’t Valve’s numbers be more reliable?
Funny how people tend to quote Linus Torvalds on technical issues in order to prove a point. I hear the guy barely made it through college.
Actually, I lied about even that. I was thrown out of fourth grade because I couldn’t write my own name, and it’s been all downhill from there. I had to lie about getting into college just so that I’d have better chances of making a career here at McDonalds - if you have a college degree (or you lied about having one), they don’t make you scrape the burger pans.
heh, he had good sense of humour already back in 1999
there is a bridge, but some parts of the fediverse got very mad about it
https://github.com/snarfed/bridgy-fed/
https://fed.brid.gy/
testman@lemmy.mlMto
Self Hosted - Self-hosting your services.@lemmy.ml•Most promising "self-hosting for the masses" projects?
3·2 years agoOther comments already pointed to some very good software solutions.
But I would argue that absolutely the biggest barrier to entry for the masses is hardware.
Restoring an old PC or making some cable spaghetti with some SBC is currently too advanced for average person.
Self-hosting for the masses would require some new form of home servers.
Something modular, where adding new components would be as easy as playing with Lego bricks.
testman@lemmy.mlto
Selfhosted@lemmy.world•Predirect: A manifest v3 web extension with minimal permissions to automatically redirect popular sites to privacy friendly frontendsEnglish
0·2 years agoso this is similar to LibRedirect?
https://github.com/libredirect/browser_extension
https://libredirect.github.io/
check out this list of privacy frontends and see if you can implement any of them in PredirectAlso, I see that you only handle one instance for redirect. Either the default instance or custom instance.
Consider implementing multiple instances. Here is list of instances that LibRedirect uses:
https://raw.githubusercontent.com/libredirect/instances/main/data.json
Here is a list of instances that Farside.link uses:
https://raw.githubusercontent.com/benbusby/farside/master/services-full.jsonBoth LibRedirect and Farside still have to deal with the rate-limiting problem with Youtube and Reddit and I assume other sites as well. Invidious instance or Teddit instance can be rate-limited, resulting in video not playing or post not showing up.
If your extension does not distribute user traffic across multiple instances, then I assume that your chosen instances will get hammered into ratelimit even faster than other instances.
So consider thinking about solution for this.
One of suggestions that I like is to allow user to provide an URL to a list of instances.
That way, someone or some automated system can periodically compose a list of instances and users can “subscribe” to that list.Also some useful links:
https://github.com/digitalblossom/alternative-frontends
https://github.com/pluja/awesome-privacy#social-networks-and-platforms
https://github.com/mendel5/alternative-front-ends
https://matrix.to/#/#alternative-frontends:tchncs.de















Yes, and so is a virtual machine. I’m thinking install Linux to disk so that it can then run directly on hardware.