Did you take a little journey into the BIOS yet? Is definitely firmware, the question is if you can just change a setting there. Otherwise, somebody already mentioned dummy HDMI plugs.
Did you take a little journey into the BIOS yet? Is definitely firmware, the question is if you can just change a setting there. Otherwise, somebody already mentioned dummy HDMI plugs.
Relied on an AUR package for building and signing my unified kernel image… one day it was outdated and geberating the image failed, I noticed that by the fact that the system refused to boot my OS. Fixing it was done in a few minutes but boy, that was a shock :D
Guess who also checks the exact output of the kernel rebuild now before rebooting!
Might be the case but is this really a problem to solve? To my knowledge, all modern boards support wol.
My bad, I just looked up what a CUV is and you are totally right. I’d go even further and say that there are barely any real “SUVs” around from European car makers, seems like the CUV label fits pretty much all of them (with few exceptions, usually the big ones like Audi Q5+, BMW X5+, VW Touareg). So I learned sth today, thanks!
Similar reason for me. Although, as long as I could get a car without internet connectivity, I would even be fine with non-free software but even that is too much to ask nowadays. This also applies to gas or diesel powered cars though, so I will stick with my sedan from 2015 too, might even have the engine redone completely in a few years if there are no proper options by then.
Is this a US take? Serious question because in Europe, I see primarily SUVs being sold when it comes to EVs. Small and shitty ones yes, but still aiming to resemble at least the SUV look. E.g. VW ID3, ID4; these I see a lot on the streets over here. Big exception seem to be hybrids, they usually are sedans or hatchbacks.
This will help: https://wiki.archlinux.org/title/Dual_boot_with_Windows
Applies to PopOS the same way, except for installation steps involving pacman. I’d revommend going with systemd-boot instead of grub, not sure what Pop ships.
Not just Dell… bought an HP Elite x360 in 2018 and it had to go back twice too; first time because they jammed a physical blocker for non-LTE models into my sim slot (then sent it back after removing it and putting the same blocker back in, afterwards gave me free on-site repair for this issue, fucked up my board during that and came back next day with a replacement board) and second time because the keyboard died after a year. Solid ever since, still running perfectly but these initial issues should not happen with a 2500€ device.
Yes, have it running and it works well. Nextcloud setup is sth that I will still have to set up but the only problem I see there is certificates.
To debug Nebula, simply try executing it by hand, e.g. nebula --config /path/config.yml
and see what the error message is. Or check your journalctl of course. Share the message here and we can have a look!
For me, two main aspects: I do not have to move my hands from the keyboard and I can pipe things from one tool into others, significantly speeding up many tasks
By that logic, upvoting posts is equally as “repressive” as downvoting as it decreases the relative visibility of all other comments, I hope that angle shows the stupidity of that argument. I think we have a fundamental difference in understanding censorship, freedom of speech and intolerance here. If you want to play the self-victimization game, please do so on Reddit and not in the linux community on this platform.
“Do folks in here are really that needy of self-validation, even if it means seeking such from something completely insignificant like internet points?”
But… is that not exactly the description of somebody who complains about downvotes?? As said by others; they should be considered exactly as valid as upvotes. If you feel like they prohibit you from voicing an opinion, I personally feel like that is a you-problem. Ask yourself of the content you posted is crap, if you feel it is not, simply ignore the downvotes and move on, they are just pixels.
Edit: I checked your posts, most downvoted ones seem to be clickbaity or images that you posted to the linux community. This is not something that vibes with that type of community, I would have downvoted that too. The ones on your technical questions seem unjustified however. Posting a code snippet asking people to execute it… I think that crap should even have been deleted by mods.
Always reminds me of the console wars… people attach their whole identity to all kinds of things nowadays and fight for it like it was a religion. Did not see much good come out of such threads yet.
Let me raise a side concern here since the core questions already seems to be answered; reconsider the Nvidia GPUs. Depending on what you do, you might encounter significant shortcomings at the moment since they do not play perfectly with Wayland yet (which is clearly the future). So do some research in this direction first before you pull the trigger.
Would love to know if this is better at Tidal than at Spotify. After all, that is the main reason I switched.
You can run lineageOS on it though; problem solved
Okay, fair point, so it is relevant for a current issue
This article is from July 2021. Why exactly are you sharing this?
This is one of the reasons why I am very unsure about the whole archinstall thing. On the one hand, it lowers the barrier of entry for less techy people, which is always good. On the other hand, it allows for installing the OS without ever having to use the archwiki, which leads to people making a blog post like this that could be solved by looking for “bluetooth” in the archwiki and following the instructions. To somebody not familiar with the OS, this makes it seem like arch is much more complicated than it actually is. “To run arch, you have to hope that there is a blog post or youtube video for simple things like bluetooth!”
No, you simply go here: https://wiki.archlinux.org/ (Also very useful resource if you are on any other distro btw)
Well yes but I am not sure that this is the main problem with flatpak containers.
I’d rather point out that this approach creates a bigger attack surface since the containers tend to ship with outdated versions of libraries, frameworks and tools that the actual application relies on because it is now that specific app developer’s problem to update them inside of the container. So with this, even an up to date system is not really up to date and might suffer from severe vulnerabilities. I’d say it depends on your application, use case and threat scenario; containerization can make sense but is not the holy grail.