I’m lucky enough to be in a company where Windows is banned by the CEO. Granted, there are 4 (I believe) exceptions, but the vast majority of employees have an Ubuntu workstation and everyone has a macbook. A bit of a shame this macbook thing, really. A 2 grand thin client to ssh into my desktop when working remotely :D
Hi! My less-than-10-year-old has their own iPad (registered under my apple id) and wants to be able to “text” with the rest of the family. Most of us are not Apple people though: Android phones, using some combo of SMS, Discord, and Signal. The little one doesn’t have a phone, so I think that prevents us from signing them...
I have a few Linux servers at home that I regularly remote into in order to manage, usually logged into KDE Plasma as root. Usually they just have several command line windows and a file manager open (I personally just find it more convenient to use the command line from a remote desktop instead of directly SSH-ing into the...
Sorry, this is very much a PEBKAC issue. This is a excerpt from my tmux config:
<span style="color:#323232;"># Start windows and panes at 1, not 0
</span><span style="color:#323232;">set -g base-index 1
</span><span style="color:#323232;">setw -g pane-base-index 1
</span><span style="color:#323232;">
</span><span style="color:#323232;"># Use Alt-arrow keys without prefix key to switch panes
</span><span style="color:#323232;">bind -n M-Left select-pane -L
</span><span style="color:#323232;">bind -n M-Right select-pane -R
</span><span style="color:#323232;">bind -n M-Up select-pane -U
</span><span style="color:#323232;">bind -n M-Down select-pane -D
</span><span style="color:#323232;">
</span><span style="color:#323232;"># Shift arrow to switch windows
</span><span style="color:#323232;">bind -n S-Left previous-window
</span><span style="color:#323232;">bind -n S-Right next-window
</span><span style="color:#323232;">
</span><span style="color:#323232;"># No delay for escape key press
</span><span style="color:#323232;">set -sg escape-time 0
</span><span style="color:#323232;">
</span><span style="color:#323232;"># Increase scrollback buffer size from 2000 to 50000 lines
</span><span style="color:#323232;">set -g history-limit 50000
</span><span style="color:#323232;">
</span><span style="color:#323232;"># Increase tmux messages display duration from 750ms to 4s
</span><span style="color:#323232;">set -g display-time 4000
</span><span style="color:#323232;">
</span><span style="color:#323232;"># Bind pane creation keys to reuse current directory
</span><span style="color:#323232;">bind % split-window -h -c "#{pane_current_path}"
</span><span style="color:#323232;">bind '"' split-window -v -c "#{pane_current_path}"
</span>
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.
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.
I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all...
No idea about what happened behind the closed doors, if anything; but I feel like compiling your browser with a patchset that removes the restriction on CA removal is going to become a thing. Good thing I’m on Gentoo already.
I think we all draw a line between privacy and convenience and I think I found mine and settled into a comfort zone of sorts. I use Fedora 38. My browser is Mozilla Firefox with it’s “strict” setting. uBlock origin and uMatrix. When I need/want to use a site that doesn’t work due to blocked connections I relax the...
Evolution work fine with a business google account. I couldn’t use gnome online accounts as that’s blocked by policy, but regular imap worked just fine.
Let me start by saying I’m a “floor guy” at a small town hardware store. I am in training to be a manager but not one yet. I do a bunch of stuff around the store. Which leaves me busy a lot of the time....
Is it shallow, or petty, to decide based on name alone? Yeah, pretty much, but there’s probably something, a product or service or site, that the name has made you gloss right over it or jump to it ASAP....
For 3 or 4 seasons I completely ignored Game of Thrones - the name just threw me off. To some extend I’m happy I did - there was a lot of content to catch up to when I finally did give the first episode a shot :)
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask....
BTRFS has a concept called a subvolume. You are allowed to mount it just like any other device. This is an example /etc/fstab I’ve copied from somewhere some time ago.
/efi (or /boot, or /boot/efi, whatever floats your boat) still has to be a separate vfat partition, but all the other mounts are, technically speaking, the same partition mounted many times with a different subvolume set as the target.
Obviously, you don’t need to have all of them separated like this, but it allows you to fine tune the parts of system that do get snapshot.
I think that installation was originally 18.04 and I installed it when it was released. A while ago anyways and I’ve been upgrading it as new versions roll out and with the latest upgrade and snapd software it has become more and more annoying to keep the operating system happy and out of my way so I can do whatever I need to...
I actually think they’re new school enough where Linux to them means a lot less than it does to us. And so they don’t feel at home on a Linux machine and, unfortunately, don’t care to learn.
I could totally be wrong, though. Maybe I’m the moron.
I have noticed that I interact a lot more in Lemmy than I ever did in any social media. Let it be Reddit, Facebook, Instagram, Twitter… I am used to be the lurker, but here for some reason things are different. Wonder if more people feel like I do.
I think I got a double push - I’ve reached a point in my life where I finally have something to say as well as Lemmy not drowning out my posts/comments.
Also hosting a publicly open server drags me in even more; I love that stuff.
Adding services to an existing Docker nginx container
Hi, I’m just getting started with Docker, so apologies in advance if this seems silly....
Linux in the corporate space
I made this post because I am really curious if Linux is used in offices and educational centres like schools....
What non-SMS non-Apple app can I use to "text" my younger kid on their iPad
Hi! My less-than-10-year-old has their own iPad (registered under my apple id) and wants to be able to “text” with the rest of the family. Most of us are not Apple people though: Android phones, using some combo of SMS, Discord, and Signal. The little one doesn’t have a phone, so I think that prevents us from signing them...
Welcome to Short Stories!
cross-posted from: literature.cafe/post/5476023...
Is it actually dangerous to run Firefox as root?
I have a few Linux servers at home that I regularly remote into in order to manage, usually logged into KDE Plasma as root. Usually they just have several command line windows and a file manager open (I personally just find it more convenient to use the command line from a remote desktop instead of directly SSH-ing into the...
What distros have you tried and thought, "Nope, this one's not for me"?
I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move.
How to make sure transmission is using my vpn?
I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all...
Sway-Talisman: Sway – Terminal Application Launcher in Scratchpad, Minimalist And Native (github.com)
A flock of sheep in London, used for keeping the grass in the parks short, 1926 (lemmy.world)
Happy Holidays (lemmy.ml)
deleted_by_author
Privacy wars will be with us always. Let's set some rules (www.theregister.com)
cross-posted from: lemmy.cafe/post/1482289...
How private am I?
I think we all draw a line between privacy and convenience and I think I found mine and settled into a comfort zone of sorts. I use Fedora 38. My browser is Mozilla Firefox with it’s “strict” setting. uBlock origin and uMatrix. When I need/want to use a site that doesn’t work due to blocked connections I relax the...
How to exclude SSH port from VPN so you can remote access while VPN is up
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did....
Is there an easy way to set up an email client so you get system notifications in GNOME once you receive an e-mail?
As simple as the title sounds I’m having huge trouble getting that working....
Am i the a**hole for telling my coworkers no?
Let me start by saying I’m a “floor guy” at a small town hardware store. I am in training to be a manager but not one yet. I do a bunch of stuff around the store. Which leaves me busy a lot of the time....
Which things have you avoided or embraced on the name alone?
Is it shallow, or petty, to decide based on name alone? Yeah, pretty much, but there’s probably something, a product or service or site, that the name has made you gloss right over it or jump to it ASAP....
One single partition for Linux versus using a partition table?
Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask....
HYAAAAAAAAAAAAAAAA! (mander.xyz)
My ubuntu installation broke completely
I think that installation was originally 18.04 and I installed it when it was released. A while ago anyways and I’ve been upgrading it as new versions roll out and with the latest upgrade and snapd software it has become more and more annoying to keep the operating system happy and out of my way so I can do whatever I need to...
Does anybody use Thunderbird on Android a.k.a. K-9
Just recently started using thunderbird to see how it would help managing múltiple Gmail accounts. Has anybody used the app version? Is it good? Bad?
Privacy friendly Ubuntu antivirus ?
Hi, would you know an efficient and privacy friendly Ubuntu antivirus ?
Tech workers - what did your IT Security team do that made your life hell and had no practical benefit?
One chestnut from my history in lottery game development:...
Do you interact more in Lemmy?
I have noticed that I interact a lot more in Lemmy than I ever did in any social media. Let it be Reddit, Facebook, Instagram, Twitter… I am used to be the lurker, but here for some reason things are different. Wonder if more people feel like I do.