• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: August 26th, 2024

help-circle


  • Have you tried RTFM? :P

    Jokes aside afaik you could do everything you mentioned with sort, find (with -type f, -printf and -mtime) and grep (filtering via regex with the -e flag).

    Alternatively you could try KDE’s file explorer dolphin (or even just its search utility kfind) as a graphical alternative.

    My point is switching to linux is not quick or easy, but there are few really impassable roadblocks (games with shitty kernel level anticheat for example) and there is a high likelyhood someone in this community has encountered your problems aswell and migjt even know a solution.


  • Went down the same route as you until coming to the same conclusion.

    The only advice I can offer is to be consistent while configuring across your tools, find something that works for you and stick to it.

    For example In my dwm+tmux+nvim dotfiles I use plain hjkl for cursor movement and if i want to move windows/panes i use <shift>, if i want to resize i use <crtl>, Mod keys in tmux and nvim are the function keys (if anyone knows how to get dwm to accept <F1> as modkey let me know lol), etc.

    Edit: And oh yes, try to stick to KISS :P I threw away my first set of dotfiles because i used so may useless plugins/patches for nvim and dwm i could not keep trak of all the keybinds in my head.


  • exfat or fat32 is great for interoperability between linux and windows but has limited functionality under linux.

    If you’re using your external drive only under linux, I suggest switching to a filesystem that works better with unix like permissions and special bits.

    Also, like others, depending on your use-case I would suggest something with journaling like ext3 or ext4. If you happen to power of your system while writing something to that drive, the fs does not get corrupted/can automatically recover.

    For backups with rollback maybe a FS with copy on write and automatic compression like btrfs or zfs would be better.

    With btrfs borg backups allows you to create incremental backups of btrfs subvolumes. I use it to backup my home, etc and /subvolumes on my “backup server” (old pc with two raid1 hdds).

    I have a friend who administeres backups for his company (afaik ~100-200GB delta per week) and he swears by zfs. I found btrfs simpler though.


  • We still here for you though. After all linux is love, linux is live. We’re definetly not a cult. Just give it a try. Linux Mint is super beginner friendly, trust me. Just once, you’ll feel better afterwards.

    Jokes aside, learning or doing something new (can be, but doesnt have to be linux) won’t make anything better, but maybe make the drudgery of everyday more bearable, imo.

    Also even though I hate it, talking about stuff that is on your mind with people irl is like super important and can be really cathartic.