deleted by creator
deleted by creator
pacman in my opinion is the easiest package manager ive used but even so if it is that difficult then they can use a GUI package manager that would come pre installed on most GUI arch based distros
Recognizing that’s your opinion, in my opinion it’s the hardest I’ve used. The commands are all flags, so you have to remember letters instead of “install” or “upgrade” if you want to use any packages outside of the like 4 in the official repos, you have to enable AUR, which is effectively just installing from source from some random person’s GitHub repo, in which any number of things can go wrong. I mean, there’s a reason there exist a bunch of different wrappers for pacman.
I just blame alsamixer for that. There was a solid 6 months that I had to completely uninstall and then reinstall alsamixer on my Lenovo every reboot so I could have sound
You might have some GUI nonsense happen, but for the most part you’ll be okay. I have exclusively used i3 for my Linux stuff over the past few years and have only run into a few problems with misc apps
Then you deal with the fact that zoom is a dumpster fire for those clients
Zoom is an absolute dumpster fire of an application, but that’s your solution. Don’t use zoom.
Seriously though, Google meet, Microsoft teams, discord, all work great. Zoom just barely functions and I don’t get why people want to use it.
No love for folder.bak?
May I introduce you to Nerd fonts you can have your inconsolata and your symbols
Inconsolata is my ride or die font for programming.
IMO, the best distro is going to be whatever you’re most comfortable with (given it’s still getting updates blah blah blah). Some might be easier in the get go but if they do wonky things (compared to what you’re used to) an update might really screw you up and leave you in a situation where you’re doing a lot of research.
For the most part, you can make any distro do whatever you want, but if you understand one much better than the rest, use that.
IBM doesn’t do consumer stuff anymore they sold the entire side of that business to Lenovo.
HP Business stuff is pretty good but it’s gonna run you a pretty penny.
Honestly people over do it with the Nvidia complaints.
Nvidia provides a rock solid driver for Linux. If you are a general consumer it works really really well and it’s easy to install.
Here’s the actual historical issue people have with Nvidia on Linux: it’s a closed source binary which is contradictory to the ethos of Linux.
But he’s the rub, Nvidia open sourced some shit this year, not all of it, but they’re becoming more open about the GPU drivers. But shitting on Nvidia is a hard habit to break lol
HP consumer products are literal garbage. The only good thing that comes out of HP is their commercial server equipment.
Lenovo won’t let you down for Linux. I’ve run Linux on thinkpads for years, multiple generations. I used to work at IBM, so I had em for work. Rock solid machines, I still run with them today (just the newer generations).
Bet. Give me puppies as a service.
People who deploy professionally / on scale / create customs images for other things are tech savvy enough and know how to disable SSH - no need to have it disabled by default.
I think you’ve solved your own problem. The people that are savvy enough to do it know how to enable it and it’s not a real impact to them. But by disabling it, the people that don’t are protected. Which is why this is a standard practice across Linux distros.
None of this forces you to use their imager though… It’s barely a hoop, most people running multiple pi’s as servers will have done this for a reason other than ssh anyway.
And yes one solution to this security problem is to require changing the username and password, the more effective solution is to not have the process running at all, unless specifically enabled. I’m sure that sentence sounds familiar from your company’s security team.
Raspberry pi’s serve a lot of purposes, many of those purposes don’t need ssh. But if you enable it by default that opens the pi up to being a target, which we saw be a huge problem before this change.
Also, this is not the only distribution that has ssh disabled by default. It’s just the only popular distribution I’m aware of that doesn’t have a server image option 🤷♂️ it’s actually standard security procedure.
For example, if you install Ubuntu desktop, it’ll have ssh disabled, because it is standard. Pretty much any distro should do this as well as long as it’s not their “server” ISO.
In any case it’s a good practice to backup your images regardless of what hardware you’re running on, especially if you’re running a cluster, it allows for easy reproduction across the cluster.
I’ve already spoken about the “telemetry” but here’s your ssh login. Literally all the installer is doing is adding a blank file.
Then if you don’t want to do that every time, just create an image for it. That’s your new image to flash onto the SD cards.
There’s nothing stopping you from not using the imager. dd works just fine. There’s no telemetry on the OS itself, so here’s how you personally get what you’re looking for.
Also WRT telemetry: https://forums.raspberrypi.com/viewtopic.php?t=341514
The only telemetry is pertaining to what the imager is burning to the card. So if you don’t use the imager there’s no telemetry, if you use the imager but disable telemetry, there’s no telemetry, if you don’t disable it, it just sends back what you’re installing.
Point of order on the raspberry pi:
Here’s your Debian https://raspi.debian.net/tested-images/
deleted by creator