Removed by mod
Visionary disruptor igniting paradigmatic shifts through AI-powered, omnichannel innovation that fuels exponential scalability & maximum impact.
- 0 Posts
- 4 Comments
kaki@sh.itjust.worksto
Linux@lemmy.ml•What is the supposed workflow for vanilla Gnome for keyboard users?English
5·8 months agoThere’s hotkeys for workspace navigation, I use them all the time: Super+Alt+Left/Right will navigate to the next/previous workspace (Super+PageDown/Up also works). If you go in Settings -> Keyboard shortcuts -> Navigation you’ll find more, notably to move windows between workspaces.
As for the fullscreen by default, there’s extensions for that I guess, though personally it doesn’t bother me since after the window is maximized once it should restore its maximized state the next time it’s opened. With Super+Arrow keys to position the window, I personally barely use the mouse for window management.
kaki@sh.itjust.worksto
Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?English
23·9 months agoQalculate!, the calculator I use every time I need to do a calculation, especially if it involves units or currency conversion. Does everything I’ve ever needed out of an everyday calculator (even symbolic calculation and exact results), while keeping the usual simple calculator interface.
kaki@sh.itjust.worksto
Self Hosted - Self-hosting your services.@lemmy.ml•[Question] Why does a Docker container have access to a directory on my system not explicitly mounted as volume?English
13·10 months agoThe Nextcloud AIO container itself doesn’t have access to the backup directory, but it has access to the docker socket (
/var/run/docker.sock). Having access to the docker socket means it can perform any docker operation on the host system, in this case starting a separate backup container with the backup directory mounted.

I setup BTRFS RAID1 on my NAS recently, here’s what I gathered on BTRFS RAID levels:
In your case, I’d probably use RAID1 or RAID10 for data, and RAID1c3 for metadata.
EDIT: just saw that you don’t care that much about losing the data. In that case you don’t need any fancy RAID thing, as someone else said just add all your disks in single mode (the default), way simpler and you don’t lose any disk space.