This is an old revision of the document!
−Table of Contents
Linux
Fixes
Memory
Not having a great time with the kernal's OOM1) Killer at the moment; it's not doing the job I expected it to, and I'm getting freezes when I get down to about 1GB of RAM.
There are three userspace solutions I've read about:
- the_early_oom_daemon | rfjakob/earlyoom earlyoom
- nohang | hakavlad/nohang nohang-git
The main memory hog is me having a lot of tabs open in Firefox, which in combination with electron garbage and other hoggy things like a second web browser and Thunderbird 'causes most of the problems. Sometimes I even forget I have all those things up and start playing a game :/
See Also
- OOM Killer on the Linux-mm2) wiki.
Printing
See CUPS
Reminders
I forget how to do shit a lot.
Renaming Multiple Files
For me, mmv has the easiest syntax to remember. You'll probably have to install it.
mmv [options] [from] [to]
You use #[number]
in your [to]
to represent wildcards in your [from]
.
Examples
Rename all files Treme SxxExx.mp4
to SxxExx.mp4
mmv “Treme *” “#1”
See Also
- A usable Linux desktop - Linux setup I mostly jive with.