User Tools

Site Tools


linux

This is an old revision of the document!


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 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

Printing

See CUPS

Reminders

I forget how to do shit a lot.

Pausing Terminal

You can pause activity in the terminal with Ctrl+s, and resume again with Ctrl+q, which I find handy sometimes when I'm doing updates.

If you think of it beforehand you can pipe output to less or more or send it to a file, but I never remember.

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

1)
Out-Of-Memory
2)
Memory Management
linux.1641130847.txt.gz · Last modified: 2022/01/03 00:40 by rjt