Conversation
Notices
-
immutable linux have become very popular lately, well I like to have the ability to break my system if I feel like it, but to be honest it's not a bad option for people starting in linux. :zt_think:
I just hope it is not imposed.
-
@Narbray how immutable linux works :wat:
-
@MoeBritannica
Read-only: The primary characteristic of an immutable OS is that the running system cannot be directly modified by users or applications.
Atomic updates: Updates are applied atomically; meaning they’re successfully applied all at once or not at all.
Predictable: Because the core operating system doesn’t change, its behaviour is predictable across devices.
Isolated Applications: Applications are isolated from the core operating system and from each other, usually through containerisation. This ensures that changes made by an application don’t affect the core system or other applications.
I am not sure how to do this but it must be some kind of application container technology.