Yep. And you could even be ‘extra’ and do cool effects with compiz et all. Fancy got noticed by others.
Bit-breaker working in cybersecurity/IT. Only languages I know are English and Programming ones.
Sometimes I write things about technology.
If I told you the SHA256 for this sentence starts with 'c, 5, four, a, and a', would you believe me?
Yep. And you could even be ‘extra’ and do cool effects with compiz et all. Fancy got noticed by others.
The most used one I have is Kill-Sticky. Works well but annoying to have to click my bookmarklet every time I visit a stackexchange site now with the google login crap AND the cookie banner. Else I can’t read the actual damn content of the site.
Old school here, I use mutt. :P on android I use FairEmail and really like it.
it can’t really be that bad.
LoL; you say that… But
I concur.
they only attack people
Ironic.
Attack the problem, not the person. Yet here we are. YEET.
Usenet here. 4 paid indexers and the Usenet sub. Still cost less in a year than cable or streaming services cost in a month. Get everything I want and look for easily.
Horizon Zero Dawn is amazing, gameplay and story.
Amazing list, thanks for sharing.
Seconded. Weechat and Gomuks for matrix chat.
Ouch… I am happy you were able to share such a defining moment of happiness with your kiddo.
this game. One of his most recent meltdowns
I try to help my kids understand it’s a game for fun. If you’re no longer having fun, you stop playing.
An OS can be restored. Backup your data, so /home
for sure and maybe any custom configs for /etc
, like your wireguard configs. So anything you specifically edited/added for /etc
directory.
Always has been…
Btop is pretty. Htop tells me what I want to know. I prefer htop and it’s my goto.
All I’m saying is that aur has more stuff.
Sure, but that does not equate to the premise you made that Arch is easier to use than Debian.
There’s a lot more going on with restic aside from just that, but yes. So with an rsync of your home dir (for example), it’s reliant on the FS to do compression and deduplication (ZFS,btrs), and/or it will still take up a lot of wasted space. Say you got ransom-wared. It’s okay you have that rsync backup, but oh crap it got ransom-wared to. No more backups to try? Restic gives you snapshots for whatever increment you set and just handles it simply. You can then restore one file from any of the snaphots (history) or every single file. Restoreing 250kb vs 400TB is quite a difference. The benefits of this, are huge even beyond the fire and forget capability.
I mean, rsync handling everything via mirroring and pushed to a ZFS FS, would be sort of the same thing.
Because that serve different purposes. rsync is for moving data around, synchronization of such. It has no concept of point in time restoration, or snapshots (etc) that really define a backup solution. I use restic because its the proper tool for the job.
Clonezilla has its place, but not as a main backup and restoration tool. I personally don’t see it as a backup tool, especially that it operates at partition level for such. What you want is you base install system and file level backups for your data (/home/) etc. For the file level backups, use something like restic. Backup what you need to go from a fresh install to a system with your data back on it. Packages can be reinstalled.
Restic is my primary backup for all my devices. If I need something more than fresh iso -> my data system, I use packer.
As a home user I’d recommend btrfs. It has main line kernel support and is way easier to get operational than zfs. I’d you don’t need the more advance raid types of zfs or deduplication, btrfs can do everything you want. Also btrfs is a lot more resource friendly. Zfs, especially with deduplication, takes a ton of RAM.
I recommend Aegis as well. Does what it needs without shadiness going on.