Questions tagged [debian]
Debian GNU/Linux is a widespread Linux distribution focusing on stability, security, and the free software philosophy.
5 questions from the last 30 days
0
votes
0
answers
44
views
How to unlock an encrypted OpenZFS dataset on Debian user login?
I have a Debian system with Gnome and OpenZFS that I am trying to set up as an NAS for multiple users. I've created a pool, named rpool, and it has a global data set of the same name. For each user I ...
0
votes
0
answers
71
views
Why am I getting slow speeds when a Linux machine as Wi-Fi AP?
I’m using a Raspberry Pi 5 as a Wi‑Fi bridge (AP for my laptop + STA to dorm Wi‑Fi). I expected laptop speeds to approach the Pi’s WAN speed, but there’s a ~40 Mbps gap I can’t explain.
My setup
...
1
vote
0
answers
42
views
Trying to understand ZFS Backup strategy and related snapshot deletion?
I currently use a USB HDD for backing up my main zfs pool using snapshots. The main pool is "zfspool" the backup pool is "backup". The process for the backup is as follows:
# ...
0
votes
0
answers
31
views
Traffic issues from LXC containers with ufw configuration provided by Ansible
We have a Debian 12 server that is configured by an Ansible runbook. Besides other things, the runbook provides configuration for the host firewall, the same runbook installs LXD (via snap). Here is ...
0
votes
0
answers
38
views
Remote desktop in headless aws ec2 instance
How can I connect to a headless instance with fractional GPU (g6f) using grid drivers? I usually install Sunshine after logging in with nomachine.
I tried with Debian 13, following the steps to ...