kittenroar

joined 2 years ago
[–] kittenroar@beehaw.org 11 points 16 hours ago

An immutable distro would be a good choice. They are distros designed to be more resilient against failure. For a gamer, bazzite is a solid choice; otherwise, silverblue.

[–] kittenroar@beehaw.org 2 points 2 weeks ago

Check out gold warden -- I will install it also. It's a general improvement on the official bitwarden desktop application.

[–] kittenroar@beehaw.org 1 points 2 weeks ago

That's not true though. A browser running in a Linux desktop shows ads just like any other OS, and ad blocker browser extensions are platform agnostic.

[–] kittenroar@beehaw.org 3 points 2 weeks ago (2 children)

That looks super frustrating.

[–] kittenroar@beehaw.org 2 points 2 weeks ago

Very nice; I will use this. Thanks!

[–] kittenroar@beehaw.org 2 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Here's the code:

#!/bin/bash
cmd=$@
if echo $cmd | grep '/$'
then
    xargs -rd '\n' -I {} $cmd{}
else
    xargs -rd '\n' -I {} $cmd {}
fi

Usage is like:

ls *zip | iter shasum

or

ls *zip | iter shasum ../zipfile_archive/

The second one would get the shasum of zip files that have the same name as ones in the cwd

This assumes, of course, that the input files have sane names, ie, no spaces, etc

[–] kittenroar@beehaw.org 3 points 3 weeks ago (4 children)

Great minds, lol. I have almost the exact same command set up as a little script. Mine has an extra modification for my use case, and I named mine iter, but foreach is a good name for it too.

[–] kittenroar@beehaw.org 8 points 1 month ago

tmsu is pretty cool - it creates a little db and uses that to track tags on your files without ever touching them. It also has it's own little tag based filesystem.

[–] kittenroar@beehaw.org 2 points 1 month ago

Mine ravencoin instead.

[–] kittenroar@beehaw.org 1 points 1 month ago

Some other commands you might like:

Ctrl+c

Ctrl+z

Bg

Jobs

Ctrl+u

Ctrl+w

Ctrl+l

[–] kittenroar@beehaw.org 1 points 1 month ago (1 children)

Thunderbird, and probably betterbird, is too bloated for my taste.

[–] kittenroar@beehaw.org 1 points 3 months ago* (last edited 3 months ago)

Lubuntu

My first foray into unix-likes was oprnbsd with fluxbox. I eventually moved to openbox. Lubuntu with lxqt gives a nice simple openbox experience with a menu and stuff. I customize it to have openbox present the mouse menu instead of the whole pcmanfm desktop thing.

view more: next ›