

No idea, but ArchWiki has some of the best linux documentation around.
No idea, but ArchWiki has some of the best linux documentation around.
But what real-world significance does this have?
None - I don’t know of anyone that parses release names. Versions, yes, absolutely, but silly version release names?
I came into the comments to see what other reason there was, but it seems it’s a non-story.
For a server os, do things like consider stability and ease of upgrading between major versions.
Debian does both of those things extremely well.
If you’re playing around with changing distros and your data is valuable, I’d try and find somewhere to back it up to, myself.
Ok - and what sort of cpu load do they have?
htop will also show the cpu bars and the breakdown of that - whether it’s pure cpu or iowait, which is when the cpu can’t do anything because it’s waiting on disk or network.
And how’s your memory usage looking?
I’m guessing you’ve already turned it off and on again. If not, seriously, do that. It works more time than it doesn’t for random weirdness.
Run ‘htop’ and sort by CPU (it’s a friendlier and better version of ‘top’. That’ll show you what processes are using the most CPU
Whilst you’re in there, check the free memory. If that’s low, or swap usage is high, then use htop to sort by memory usage to find what’s using the most.
If you see processes you don’t recognise, hit google and find out why. It’s very unlikely they’re malicious, but it’s far less common on linux than Windows to have random processes doing unknown stuff. If it’s using a lot of cpu or memory, there’ll be a reason. It might be a dumb reason, but you will be able to find it out.
And then when you know what the guilty process is, if it is that, and it’s not critical - you can stop it with systemctl and narrow down what’s afoot.
Gosh, I wonder what stirred them up?
Before this year, the thought of an entirely arbitrary block to things like American cloud services by America to its European allies would have seemed extremely unlikely. It would make no sense, the damage to America and it’s GDP would far outweigh any any political benefit.
All of those reasons still hold true, but I absolutely assure you, European governments and companies all over have that possibility firmly in their risk portfolio now. America tells microsoft to immediately not only stop selling products in Europe, but disable those already in use? Ditto Google. Ditto Apple. Ditto all the hundreds of IT hardware producers that are American. Want to cripple a foreign government that uses MS Office? Remotely disable it. job done. Sure, it would be illegal, but America’s government has no respect for law.
(Even before this, several European governments were using open source (Germany, France, Austria, Portugal - there’s a list but this is less about idealism and more about protecting themselves from the unpredictable as well as not trusting America with their data any more. Every thing like this can only be seen as non Americans distancing themselves from America every way they can, and with good reason.)
What a rubbish article. Complete non-story.
Debian for about two decades: It would take something pretty major to shift me - probably a hostile takeover, major policy shift or commercialisation, none of which is likely.
At worked we shifted from Centos to Rocky for the obvious reason, and are happy with the choice so far.
What, they’re listening to the courts now?
Good answer. Like a michelin chef working at McDonald’s and having a little secret area of his own.
That sounds like hell.
Sharing filesystems could be useful, I can see that.
I do that with target dev platforms anyway, using things like NFS, samba and sftp, but I do see that it could work well for this.
I too do that, working from a windows vm and writing code for linux - but I push it to a linux vm for testing. Never occurred to me to use WSL and have another environment to configure and maintain for dev that’s different to the target one.
But fair play if that suits you! Each to their own, and I’m sure I do things that make no sense to others.
Thanks - I can kind of see that, as docker on windows is majorly broken. I think I’d just run it in a linux vm, as I do with most of my developing, but I can see some might not want that overhead.
I do know what it is, I just don’t know why you’d use it instead of proper linux, or a vm.
I still don’t know what WSL is for.
deleted by creator
deleted by creator
Pack it into a json or CSV oneline string and shove it in a CLI password manager you can access in a scriptable way from both users. (I use the linux tool, ‘pass’ for this).
Alternatively, save it to a dropfile that only both users can access.