This is so cool!
I did notice the dark background does not extend all the way down across the screen on a 9:21 aspect ratio of my phone.
Calculator Manipulator
This is so cool!
I did notice the dark background does not extend all the way down across the screen on a 9:21 aspect ratio of my phone.
Subbed!
Sorry, this is very much a PEBKAC issue. This is a excerpt from my tmux
config:
# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1
# Use Alt-arrow keys without prefix key to switch panes
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# Shift arrow to switch windows
bind -n S-Left previous-window
bind -n S-Right next-window
# No delay for escape key press
set -sg escape-time 0
# Increase scrollback buffer size from 2000 to 50000 lines
set -g history-limit 50000
# Increase tmux messages display duration from 750ms to 4s
set -g display-time 4000
# Bind pane creation keys to reuse current directory
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
I hope the comments are self explanatory.
Scrolling works with Ctrl+b Page Up/Down
. There are other shortcuts, but this is probably the most obvious. q
to quit scrolling.
Ctrl+b d
to detach from a session. tmux a
to attach. As always, many options are available to have many named sessions running simultaneously, but that is for a later time.
I don’t know the specifics on Fedora’s installer, but normally that question is about disabling root account, not logging into a DE.
Not sure what else to elaborate here. There’s a bunch of code that is not tested to be run as root. A whole class of exploits becomes unavailable, if you stick to an unprivileged user.
Say there’s some exploit that allows some component of KDE to be used to read a file. If it’s running under an unprivileged user - it sucks. Everything in user’s homedir becomes fair game. But if it runs as root - it’s simply game over. Everything on the system is accessible. All config, all bad config, files of all applications (databases come to mind). Everything.
Is it actually dangerous to run Firefox as root?
Yes, very. This is not specific to Firefox, but anything running as root gets access to everything. Only one thing has to go wrong for the whole system to get busted.
usually logged into KDE Plasma as root.
Please don’t do this! DEs are not tested to be run as root! Millions of lines of code are expected to not have access to anything they shouldn’t have and as such might be built to fail quietly if accessing something they shouldn’t in the first place. Same thing applies to Firefox, really.
Glad I could help! Just to make things a bit clearer - this is a btrfs thing. Other FSes behave differently.
Do I need to disable compression on my swap subvolume?
https://wiki.archlinux.org/title/Btrfs#Swap_file
Is there anything else I should keep in mind for fstab if I want to, say, not keep track of my Downloads folder when snapshotting?
Just create a separate subvolume for it. Snapshots do not work recursively, so it will be left alone.
Mount options also only take effect on the first mount of the device. Since it looks like you only have 1 btrfs device - only /
needs the options, really.
This is really cool! Thanks for sharing!
That fix is for another issue. I’ve had to do it once already, other admins - twice. It’s a bug since at least 0.18.4
No idea what it was, sorry. One of the youtube recommendations at the time.
I remember seeing the video of this. The guy was doing it for shits and giggles, but it ended up looking great!
I’ve only got a few years on Gentoo - how has your journey been? You must’ve started with stage 1!
Do yourself a favour and don’t host it, yet. Lemmy is not quality software. You have 3 options here:
Best of luck!
It does, but apt is the only package manager on Debian.
Thank you!
Imgur does not load on VPN connections
There is no installer as such. You copy an archive, extract it and rebuild @world. Anything beyond that is up to you. I’m sticking to openrc - haven’t had any issues since libxcrypt news item. Can’t even recall what it was.
What does based
mean?
While debian is the least offensive, I did explicitly say world. Add your buntus, mints, whathaveyou into the mix and shit hits the fan very quickly. Yes, real world runs that bollocks in prod. No, I do not agree with it.
It’s trickier, but not impossible. Lemmyverse.net is a good starting point for community search