Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Posts by matthewsnyder‭

132 posts
50%
+0 −0
Q&A How do you terminate a DHCP lease in OpenWrt?

I am testing some DHCP stuff, and I want to manually end a lease so I don't have to wait hours for them to expire. How can I do this with OpenWrt?

1 answer  ·  posted 9mo ago by matthewsnyder‭  ·  last activity 9mo ago by matthewsnyder‭

50%
+0 −0
Q&A Which Linux system to use?

Most Linuxes are small, and I would consider them for experts by default. This is because you won't be able to just Google problems and copy the solution from some blog. You'll have to actually tro...

posted 2mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A What is Kmail running in the background?

When I run Kmail on i3, and then close it, it appears to continue running some stuff in the background. For example, I periodically get notifications about new mail from dunst, even though I have c...

0 answers  ·  posted 3mo ago by matthewsnyder‭

Question kmail
50%
+0 −0
Q&A How do I safely replace brew on Big Sur?

You can try to search your shell's history for brew install. Every shell has its own history command, but for example on fish I can do history | rg brew install. (rg is https://github.com/BurntSush...

posted 4mo ago by matthewsnyder‭  ·  edited 4mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A How to check spam headers of EML file from command line?

If I have an email in EML format, how can I determine its spam status from the terminal? My mail provider appears to insert a X-Acme-Spam-Status header. It looks like X-Acme-Spam-Status: v=1; e=b...

0 answers  ·  posted 4mo ago by matthewsnyder‭

Question terminal cli email spam
50%
+0 −0
Q&A Albert with compositor surrounded by ghost of other windows

On Arch Linux, I installed albert (from AUR) and picom as the compositor. I am using i3 as the window manager. When I bring up the albert window, it is surrounded by the ghost of a window in the b...

0 answers  ·  posted 5mo ago by matthewsnyder‭

50%
+0 −0
Q&A Looking for a way to sync dotfile content between different machines without introducing security issues

Git is a very good way to sync dotfiles. There are other sync methods, but git also gives you version control, which is the other crucial part of the dotfile approach. Dealing with secrets in git ...

posted 5mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A Modern and practical way to schedule tasks on a Linux machine that is not always on

Airflow is a distributed workflow manager intended for complex cloud computing use. However, it can be used to run tasks locally. You can run Airflow in single-node mode, with LocalExecutor, and w...

posted 6mo ago by matthewsnyder‭  ·  edited 5mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A How to see VRAM with inxi?

What switches do I need to add to see my video RAM (VRAM) with inxi? inxi -G shows my video card model and other info, but not video RAM.

1 answer  ·  posted 7mo ago by matthewsnyder‭  ·  last activity 6mo ago by matthewsnyder‭

Question inxi
50%
+0 −0
Q&A How to list the first x files in each directory

There's three parts to this: Find all directories (in your case, sounds like you want depth=3 only) Print the top 3 files in a single directory Apply 2 to each in 1 1 should be a separate q...

posted 7mo ago by matthewsnyder‭  ·  edited 7mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A Nvidia docker runtime: Failed to create task for container

I found a partial fix. You have to run: sudo nvidia-ctk cdi generate --output=/etc/cdi/nvidia.yaml After this, podman is able to run it: sudo podman run --rm --device nvidia.com/gpu=all ubuntu...

posted 8mo ago by matthewsnyder‭

Answer
50%
+1 −1
Q&A What are the concrete security risks of forcibly terminating a process?

That sounds like bad design on the developers' part. There are many unavoidable ways a program may be terminated unexpectedly: Killed by an OOM killer Program crash Terminated by virus OS cra...

posted 8mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A How do you terminate a DHCP lease in OpenWrt?

There is not a way to do this from the Web UI (LuCI). Instead: SSH into the router Delete the corresponding line from /tmp/dhcp.leases However, note that this is not enough to get a new IP. ...

posted 9mo ago by matthewsnyder‭  ·  edited 9mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A How to change keyboard layout without a DE?

I am running X on Arch Linux without a desktop environment, only i3. Sometimes I need to switch between typing in different languages. How do I switch my keyboard layout?

1 answer  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 10mo ago by mr Tsjolder‭

50%
+0 −0
Q&A Dnsmasq vs. dnscrypt-proxy

I am trying to run a DNS server on my LAN. I set it up where: Dnsmasq is the "initial" server that clients see Dnsmasq resolves internal domains, and handles overrides (such as if I want to blo...

0 answers  ·  posted 9mo ago by matthewsnyder‭

50%
+0 −0
Q&A Internet connection and touchpad not working on Ubuntu 22.04 after a force shut down

This won't be an exact answer. I think with the way it's described, there could be many reasons why the issue manifests. However, the good news is that the live ISO works, therefore the problem is ...

posted 9mo ago by matthewsnyder‭  ·  edited 9mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A Do you still need to update archlinux-keyring before pacman -Syu?

For some time pacman used to have a problem where: Occasionally Arch maintainers introduce new GPG keys They start signing packages with the keys Your local pacman doesn't receive these until ...

0 answers  ·  posted 9mo ago by matthewsnyder‭

Question arch-linux pacman
50%
+0 −0
Q&A Low impact trial installation of Guix to test hardware compatibility

I like how Guix sounds based on what I've read, and I want to try it. However, my partitioning scheme is a bit complicated. With Guix it appears like my biggest concern is hardware (I will regretta...

0 answers  ·  posted 9mo ago by matthewsnyder‭

50%
+0 −0
Q&A How do I make media keys work with PipeWire?

I was able to make this work with: bindsym XF86AudioRaiseVolume exec --no-startup-id wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ bindsym XF86AudioLowerVolume exec --no-startup-id wpctl set-vol...

posted 9mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A How do you eval SSH agent output in fish?

There are three options. I will list them from least practical to most, because I don't want people to stop reading halfway through :) Parse ssh-agent output with your custom script and re-print...

posted 9mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A How do you eval SSH agent output in fish?

SSH agent prints some envar commands for sourcing in a shell. However, these are bash-style, and I use fish. Fish barfs at the bash syntax. How can I fix it?

1 answer  ·  posted 9mo ago by matthewsnyder‭  ·  last activity 9mo ago by matthewsnyder‭

Question fish ssh-agent
50%
+0 −0
Q&A SSH key added to agent, but keeps asking for password

After some digging, I was able to figure out the problem. I actually have multiple keys. In Kwallet, I noticed that one of them has the wrong passphrase. So looks like I put the passphrase of Key X...

posted 9mo ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A SSH key added to agent, but keeps asking for password

I have my key added to ssh-agent and they show up in ssh-add -l. When I try to actually SSH to a host that requires the key, I still get prompted for a password. I enter it again and again and it s...

1 answer  ·  posted 9mo ago by matthewsnyder‭  ·  last activity 9mo ago by matthewsnyder‭

Question ssh-agent
50%
+0 −0
Q&A How to securely erase data from a thumb (solid state) drive

How do you securely erase data from a thumb (USB/flash) drive? With traditional (magnetic/spinny) hard drives, it used to be that you could use various tools to simply overwrite with random data, ...

1 answer  ·  posted 9mo ago by matthewsnyder‭  ·  edited 9mo ago by matthewsnyder‭

50%
+0 −0
Q&A How to let systemd user unit see keys in SSH agent?

I have a script that does git fetch for a repository. When I run this in my shell it works fine. I want to run it in a systemd user unit. However, I am using an SSH url, and the systemd unit fails...

0 answers  ·  posted 10mo ago by matthewsnyder‭