TIL You can use `systemd-analyze plot > plot.svg` to plot the service startup time to find bottlenecks
Apparently the reason my computer has been taking 2 minutes to boot was a faulty network mount
You are viewing a single comment
Apparently the reason my computer has been taking 2 minutes to boot was a faulty network mount
If you go far enough, everything is.
But SVGs are one of the few image types that can be human readable and editable
No, SVG are text files, it's XML. You can write an SVG file representing a square using only a text editor relatively easily.