Try Zathura! I’ve been loving it.
Try Zathura! I’ve been loving it.
~500 MB for /boot and the rest is LUKS-encrypted btrfs
Yelling yabadabadoo and sliding down that dinosaur
I think it’s usually invoice in Germany (to patient / insurance). Some psychoanalysts demand to paid in cash which I find hilarious.
It’s not just debatable, it’s beside the point. NixOS is declarative, trivially reproducible and natively container-ready, that’s what makes it so great.
I think you’re spot on: Markdown files with SyncThing. That’s my setup as well, you just can’t beat markdown files as a back-end for flexibility and future-safety in my opinion.
Some things to consider:
Be careful with that stuff! I know somebody who contracted severe isomorphism
The way I understand it, ufw is a frontend for iptables. So no.
You don’t. Even if you’re happy to support the developers of the software you use (which is great!), I think it makes more sense to download and give it the spin first, then donate later.
Where indexing and searching mails is concerned, notmuch is the best I’ve seen. Do note that this is not an e-mail client, it only indexes, tags and searches (following the “UNIX philosophy” of doing one job well).
I personally use it with neomutt as a mail user agent, which is almost certainly not what you want. Notmuch supports other clients but they’re all pretty arcane.
So this is not a recommendation, just a glimpse into advanced e-mail setups I guess.
No need for external programs:
for_window [class="^.*"] inhibit_idle fullscreen
for_window [app_id="^.*"] inhibit_idle fullscreen
I don’t think downgrading the curl library is promising here. curlftpfs seems to be unmaintained. I recommend looking for alternatives or alternative workflows.
Fixed in curl, but not in a curlftpfs, apparently. Look at the comments on the accepted answer.
Seems to be a known bug: https://github.com/curl/curl/discussions/14299
Error setting curl:
That doesn’t seem like a complete error message to me. Is there any more information? Maybe with the -d
(debug) flag?
Just want to point out that, while it’s a mess in practice, there is a correct place for these files and the problem is that many applications ignore it. Configuration files should be written to an aptly named folder in ~/.config/ (or more precisely, in $XDG_CONFIG_HOME which is set to ~/.config/ in most systems). ~/.local/share/ (or $XDG_DATA_HOME, respectively) is for user data, which is different from config.
I should add that Zathura comes with a minimal graphical interface and you sort of need to learn the vi-like keyboard controls (or look them up with
man zathura
). But boy is it fast!