Hi, I want to start coding Java again and to get a nice project I'd like to get certified (again). Some years ago I got my OCA certification for Java 8 and now I might want to...
Then why not use a Docker container? 😂
Has anyone ever worked with unRAID, if yes, any thoughts? I have wanted to try this out for a while but I see they're introducing a new pricing model on the 27th or March wher...
I currently have a share set up on my unRAID server and I'd like to sync files from and to my laptop. For one off tasks it's fine to rsync file changes but ideally I would lik...
Didn't they also try mobile operating systems?
Isn't that the operating system that was never finished due to a lack of kernel?
Some people just want to watch the world burn. Why not let them? 😂
Ah, so no real deal breakers to you in that case?
Can you guys take this to the offtopic chat?
Btw, did you guys watch the Linus Tech Tips video about their switch to Linux yet? I love it how Linus does not read and fucks up his Pop!_OS install in a matter of minutes.
Does anyone have experience with virtual machine software that supports secure boot in an intuitive way? From my own research I found that KVM supports this but I am not sure ...
Which distribution are you running?
It is probably just me; but does anyone else feel like a god when they get a printer working with their Linux desktop in just a few minutes?
If you want to have bleeding edge packages you'd have to go with Arch for example. Funnily enough people tend to whine about "unstable or untested packages" in Arch. They want...
I mean, if you can't do a simple thing like googling a question on your own how on earth do you survive?
How did you get back to the first time I joined here though?
Any other opinions?
A friend of mine wants to encrypt his existing Arch installation. I was thinking this should be possible if he uses dd to make an image of his system root on some backup drive...
You did not get the joke did you? I was making fun of Microsoft's incompetence because their bot does not know the difference between Linux and a Linux distro.
Hmm, this seems to work: import { Response } from 'express-serve-static-core'; declare module 'express' { export interface Request { body?: unknown; } }