

A software developer and Linux nerd, living in Germany. I’m usually a chill dude but my online persona doesn’t always reflect my true personality. Take what I say with a grain of salt, I usually try to be nice and give good advice, though.
I’m into Free Software, selfhosting, microcontrollers and electronics, freedom, privacy and the usual stuff. And a few select other random things, too.
I use KaniDM and configured everything with OAuth2. That was the easiest and most straightforward I could find. But I don’t think they bothered implementing LDAP. Other platforms I tried are Authentik, Authelia, Keycloak, Zitadel… They’re all a bit heavier and have other/more features, but there wasn’t one I really fell in love with.
I’d say use something like zeroconf(?) for local computer names. Or give them names in either your dns forwarder (router), hosts file or ssh config. Along with shell autocompletion, that might do the job. I use scp, rsync and I have a NFS share on the NAS and some bookmarks in Gnome’s file manager, so i just click on that or type in scp or rsync with the target computer’s name.
I’m not sure about anything useful. Best thing would probably be to install Linux and donate them to people in need. For experimentation, sure, set up a Beowulf Cluster, learn FreeBSD, Orchestration, Kubernetes, Ansible… Use them to test your microservice architecture software projects, software-defined networking…
I get a lot of ads everywhere. And trackers. On most of the news sites, social media platforms, my email provider, .places where I look up information, … The majority of the internet is commercial and financed through advertisements. With few exceptions, like personal/indie blogs and places like this one. I mean if you read just blogs and Wikipedia, you might already be alright. But that’s not how 99% of people use the internet.
Yeah, Youtube ads won’t be blocked by a DNS blocker. You need a browser plugin for that. I use Firefox, uBlock and Sponsorblock. That removes most of the ads everywhere, including Youtube.
It means AI can recite information from a domain that PhD-level people are concerned with. This doesn’t mean it can draw correct conclusions, rephrase emails properly or do any heavy-lifting like come up with computer code beyond boilerplate templates and tech-demos. It’s mainly just hype. AI is useful. But not very bright as of today.
Well, it’s a mass-produced, embedded device, designed to do one specific task. I guess lots of the video related stuff is assisted by hardware and they usually strip down the embedded Linux to the minimum needed. Because every Megabyte of storage costs extra and they need to hit some 99,- or 89,- price point. Furthermore, they don’t want it to boot for 20 seconds, so these devices generally don’t contain any extras. Similar things happen on wifi routers, the ones below $100 usually contain similar amounts of memory (or less). At least the last time I bought one.
Google the product name and Linux. If nothing turns up, you need to find the name of the SoC / processor and google that. Find out if it’s supported by Linux and what other people did to install Linux. You might need additional hardware though, like a serial or JTAG adapter and a soldering iron. Plus the required expertise. And I must warn you, that thing has 1 GB of RAM and 256MB(!) of flash storage. You won’t be able to do much with those specs. Like a slow FTP server or one small website or a few other tiny services which don’t use a lot of resources.
Fair enough. I’m a bit unsure whether that happens on Lemmy. My old posts and comments rarely get any votes, interactions or corrections after say two weeks. These people must either be completely passive, or no one reads it after that. With a few minor exceptions. But you’re right. This has happened to me, too. So you have a point here.
I halfway agree, but the issue with that is, that’s not what happens in reality. In reality these things don’t run on renewable energy. And not utilizing datacenters at capacity is just a waste of resources. And they could find people who donate their voices, which would be fair… But they’re not doing that. So I think half the arguments still apply. It is innovation though, we shouldn’t be opposed just for the sake of it. It needs some proper argumentation.
I kind of dislike it. I mean it’s a good thing if they read it. If not, it just takes 5 minutes out of my day if I come up with a good nuanced answer here, and that’s time I’m not going to spend answering other people’s Linux questions. But it’s alright, you made it completely transparent that this is a re-post. And it’s a good thing to diversify. People often just ask in one big community, or even discuss everything in the super big technology communities even we have dedicated ones for certain specific tech topics.
Why re-post this? I hope bpt11 reads the answers here or it’s kind of a waste of time.
SATA is more reliable than USB. And SSDs are faster, but more expensive than a harddrive. In the end all of this is possible. You need to see how much space you need and what you can afford. Unless you need it to be quiet/silent or super fast, a regular harddrive might do.
I think as written, I’d say these words are more FUD (fear, uncertainty and doubt)
And I’ve been running servers for quite some time as well. SearXNG seems rock solid. And it’s tested. And when I had security issues in general, it was because we didn’t do timely updates. I haven’t really ever been affected by zero days in my hobby linux endeavours. Okay, we had a few nasty things in some more fundamental building blocks and sometimes people using slower distributions had been fine… But I don’t think it applies here. With these kinds of things, the latest stable release is your best bet. Not a previous version with bugs in it, which have been fixed since. And especially not an unmaintained project.
They’re likely referring to the sentences outlining the differences between searx and SearXNG in searX README (archived Github repo). I think it was about some feature to report bugs to the project. And NG having a faster pace of development.
I’d say if it’s as power hungry as people say, it’d maybe make a good on-demand backup solution. Install some NAS distribution and power it on once a month, make backups of your *arred collection and your laptop/workstation and shut it off again.
I’m with netcup.com and I’ve been happy. But some people complained their support isn’t the best and they sometimes don’t answer. I’m not sure about the details as I’ve never needed support. Maybe you want to ask someone else. And make sure to choose the correct server location as most of their servers are located in Europe and you don’t want that latency if you’re living in the USA.
I mean you can host anything. It’s just not reachable from the outside. And Fediverse or anything that gets data pushed in, won’t work. The common method to handle all of this is to use some tunnelling solution.
I’d go with the Full Disk Encryption. You can be sure everything is encrypted that way. Any additional complexity adds ways to mess up and compromise security. Entering the password is a bit cumbersome. But that’s part of the deal. I just carry my computer keyboard to my NAS and enter the password each time I need to reboot. Which doesn’t happen that often. There also used to be some tutorial somewhere on how to put a Dropbear SSH server into the initrd so you can enter the password over network.