deleted by creator
deleted by creator
Yeah I think hashes in the same folder are only valuable as a check to make sure you downloaded the file successfully. Which isn’t a big issue for at least the around 80% of internet users who have access to broadband. They are only useful for security if the hash is on the website that you click on and then you download and verify it manually.
Not OP, but for me the issue is if you want to override the default and make it opt-out, especially sine the opt-out process isn’t that well documented, then you should realize that support is a necessary part of that process and fix problems as they arise rather than resorting to name calling and hostile behavior when something you published is broken. It’s a responsibility of taking on that kind of project. Either that or make it explicitly opt-in and give users a warning like with beta version opt-in notifications that the packages are not official and issues may not be fixed as quickly as the official releases.
I got an ASUS Zenbook about a year ago for about $1,500: model UX3404VC-BB99T. But it looks like it’s no longer available:
It has pretty decent specs. Intel gen 13 Core i9, nice looking touchscreen, 32GB of RAM, etc., and it all works out of the box with Ubuntu and now Fedora. It did have some issues with plain Debian, but that’s fairly common with Debian and newer hardware.
Although that particular laptop is not around anymore, there might be some other Zenbooks as I have found they tend to be Linux-friendly in general. And ASUS gets a lot of hate for whatever reason, but I’ve always found them to be good for the price.
Anytime there is an update, files are often deleted during that process so they can be replaced with new files or because those files are no longer part of the new version being installed. If an error occurs during this process, it is possible that an application will appear not to be installed because it’s broken.
Anyway, most software does at least partially “uninstall” when it is updating, so if the install fails, then it’s always possible that an update will have uninstalled something. That’s just updates regardless of operating systems, package managers, etc.
I mean, bugs are a part of all software. Stability is about reliability. That if you boot up your computer you are less likely to spend the first hour or two troubleshooting unless you just did a major upgrade. I’m not saying Arch is unstable, just less stable.
Apple hardware is good, but not priced at the same quality to price ratio because there’s no competition. You can get other brands with higher quality at the same price point that better supported by Linux.
I think that was the point there. Not that Apple has bad hardware, but lack of competition and the premium for the product family mean you can get higher specs per dollar with many other manufacturers and you can find hardware that won’t require “jailbreaking” or other workarounds or missing drivers to get it working with Linux.
Mine has those, but it was a different model that had the hardware required to do WiFi. Likely it’s not included and unless the device was designed to modify, it’s likely that the motherboard doesn’t have a way to add it easily and there won’t be much space to do your own WiFi card and soldering if the board does have the connections and support in the firmware/BIOS. Best bet would be a USB WiFi card.
Arch is more cutting edge and thus less stable in very general terms. And is would be a learning curve for someone used to Debian based distros.
Yeah, the system was on a single server at first and eventually expanded to either a docker swarm or Kubernetes cluster. So the single server acts as both a docker host and an NFS server.
I’ve had this happen multiple times, so I use this pattern by default. Mostly these are volumes with just config files and other small stuff that it’s OK if it’s duplicated in the docker cache. If it is something like large image caches or videos or other volumes that I know will end up very large then I probably would have started with storage off the server in the beginning. It saves a significant amount of time to not have to reconfigure everything as it expands if I just have a template that I use from the start.
For what it’s worth, I actually had a lot easier time with NVIDIA graphics on Ubuntu and Fedora than Mint. And Kubuntu with the Plasma desktop was the easiest to get my partner converted from Windows without much tweaking.
You could try the booting the live CD and see if you’re able to get the graphics working more easily. And I’ve never seen that second issue on either Ubuntu or Fedora, so not sure what’s up there.
I’m not too happy with the direction Canonical is taking Ubuntu right now, but it typically has the most documentation for when issues come up and has a very healthy development cycle, so I still recommend it to most people as a starting place. To me, Mint has always been a little too opinionated and catering to the less technical and thus harder to tweak. Ubuntu kind of does it in a way that makes it easier to override the default easy-mode kind of stuff. Just a general observation from decades of Linux use, and may or may not be as true for the current versions.
I use Fedora with Plasma desktop on my other desktop/laptop devices because I prefer RHEL to Debian based stuff, probably just got used to it using CentOS and now Rocky for all my servers over the years.
Unlikely at least in the near future. The remnants of Dodd-Frank and anything that Biden did are high on the list for Trump’s chopping block.
I use NFS shares for all of my volumes so they’re more portable for future expansion and easier to back up. It uses additional disk space for the cache of course, but i have plenty.
When I add a second server or add a dedicated storage device as I expand, it has made it easier to move with almost no effort.
Also Canonical has added a lot of problems to promote their monetization strategies lately. Mostly aimed at business rather than regular users, but still causes problems for home users.
I generally prefer RHEL based distros over Debian based ones, so Rocky Linux for servers is my current go to and Fedora for desktop, though Fedora is heading in a similar direction as Ubuntu I feel…
Yeah, probably best bet is to uninstall and purge settings. Depending on the district you’re using and it’s package manager, you it may be as simple as apt purge vim. And just to be sure remove all vimrc files from all user home folders including root.
Did your keyboard mapping get changed? Try running this to check the current locale:
localectl status
Other settings are generally dependent on the distro you’re using.
I think mailcow only supports Pushover for notifications, but it may have changed.
Yeah, they now no longer censor things like saying that LGBTQ+ people are mentally ill or that women are “household objects” or that all immigrants are criminals (regardless of immigration status). So, yes they stopped censoring hate-speech that far right people don’t consider hate speech because they consider those things as accepted facts.
This issue is more likely about the perception that anyone with an interest in technology is a cyber criminal. Same reason that the Bush administration’s NSA flagged subscribers to the Liinux forums. Knowledge is power and they believe anyone who wants knowledge is a threat to their power. They’d prefer to go back to the dark ages and die of dysentery than accept women as equal, gay people as human, or brown people as neighbors (which is even more ironic when coming from other brown people).
I’d love to see your implementation specs, code, pr any other technical details you’d like to share. I’m setting up home assistant and one of the things I want it to do is replace the functions of my thermostat and add some additional details.
I used to have a Nest Thermostat, but my furnace needed to be replaced a couple of months back and I got a Mitsubishi heat pump, but their thermostat sucks, and it isnt compatible with Nest because it’s all wireless. I installed the WiFi add-on to the furnace so I can use the app, too, but it also sucks pretty bad. Plus I miss the functionality of it turning down the heat when I’m away to save money and turning it back on before I get home.
So I’m planning to implement my own solution and documenting and open sourcing everything. But it’s going to be several months before I get to doing it due to other more urgent projects. So, I’m looking at everything available. I definitely will be setting up a small display to replace the thermostat and having motion detectors to turn on the display when you approach it to see the temperature and such and to supplement the home/away detection.
Anyway, I would love to see your implementation to see how you did this piece of it.
KDE if you want to just configure stuff. Gnome if you want to code or manually style stuff.