news
GNU/Linux Leftovers
-
Server
-
Kubernetes Blog ☛ Kubernetes v1.35: Job Managed By Goes GA
In Kubernetes v1.35, the ability to specify an external Job controller (through
.spec.managedBy) graduates to General Availability.This feature allows external controllers to take full responsibility for Job reconciliation, unlocking powerful scheduling patterns like multi-cluster dispatching with MultiKueue.
-
-
Instructionals/Technical
-
HowTo Geek ☛ I ran the one command in Linux you should never run. Here's what happened
This was intended just as an experiment. I've been using Linux long enough that I know not to run dangerous commands like rm without a plan. I wanted to see what would happen on a modern Linux system if I tried this. I would have a degree of safety since I was only running this in a throwaway Linux virtual machine in VirtualBox. I wouldn't attempt something like this on a daily driver.
I also wanted to see how well I could actually recover if the worst ever happened to a Linux machine. I would take advantage of VirtualBox's abilities to clone a virtual machine and roll back to earlier snapshots.
On a regular system, this could include restoring from backups.
-
-
Free, Libre, and Open Source Software
-
Programming/Development
-
Rust
-
Linux Links ☛ csc – command-line scientific calculator
csc is a command-line scientific calculator that's written in the Rust language.
-
-
-