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‭

208 posts
66%
+2 −0
Q&A How do I find files?

The ancient utility find should come installed on the majority of distributions. Technically, find recursively locates all files and directories under a path, and prints their full paths. It is of ...

posted 3y ago by matthewsnyder‭

Answer
66%
+2 −0
Q&A How do I find files?

How can I search for files on my system? Ideally, I would like to search by various criteria, like date, name, extension, etc.

1 answer  ·  posted 3y ago by matthewsnyder‭  ·  last activity 3y ago by matthewsnyder‭

Question shell file
66%
+2 −0
Q&A How to get a new IP address from DHCP?

Restarting NetworkManager should be enough: sudo systemctl restart NetworkManger

posted 3y ago by matthewsnyder‭

Answer
66%
+2 −0
Q&A Where does GtkFileChooserDialog store bookmarks?

I have some bookmarked folders in GtkFileChooserDialog. I want to add these to my dotfiles. Where are the bookmarks stored?

1 answer  ·  posted 3y ago by matthewsnyder‭  ·  last activity 3y ago by Quasímodo‭

Question dotfiles
66%
+2 −0
Q&A Run a command later

How can I run a command later? I'm looking for a CLI way to schedule a command to be run later. I know that I could create a systemd timer, install it, activate it... That is too much work. I want...

2 answers  ·  posted 3y ago by matthewsnyder‭  ·  last activity 3y ago by Canina‭

Question cli scheduling
66%
+2 −0
Q&A Highlight regions in an image with CLI

I have an image (a photo) and I want to highlight certain parts of this. I want to do this from the CLI. I am planning to store the pixel coordinates of polygon vertices in a file, and when I run ...

2 answers  ·  posted 3y ago by matthewsnyder‭  ·  last activity 3y ago by samcarter‭

Question graphics image-processing
66%
+2 −0
Q&A Do I have to update Guix frequently like Arch?

Guix is a rolling release distro. Another well known rolling release distro is Arch Linux. In Arch, you are expected to frequently do system updates. Partial updates are not supported. In my exper...

0 answers  ·  posted 3y ago by matthewsnyder‭  ·  edited 3y ago by matthewsnyder‭

Question updates guix
66%
+2 −0
Q&A What does the "Valid" column mean in the output of "faillock"?

I was looking into unlocking my login after too many incorrect password attempts. I found this post about it. Doing faillock -user $(whoami) --reset did indeed unlock the login. However, what exac...

1 answer  ·  posted 3y ago by matthewsnyder‭  ·  edited 3y ago by AdminBee‭

Question arch-linux password
66%
+2 −0
Q&A How do I set up my own DNS on my LAN, with delegation of public domains?

I want to have a local DNS server on my home LAN, say at 192.168.1.123. All of my machines will use 192.168.1.123 as their only DNS server when connected to my home network. By default, my DNS ser...

1 answer  ·  posted 3y ago by matthewsnyder‭  ·  last activity 3y ago by Canina‭

Question dns
66%
+4 −1
Q&A Simplest way of stripping leading/trailing whitespace from file or program output

What is the simplest shell idiom for stripping leading and trailing whitespace from a file or program output? Ideally I am looking for the equivalent of trim or strip methods in some languages. Th...

3 answers  ·  posted 3y ago by matthewsnyder‭  ·  last activity 3y ago by AdminBee‭

Question text-processing
66%
+2 −0
Q&A How do I make media keys work with PipeWire?

My keyboard has keys for mute, volume up, volume down. In i3wm, I used to have these bound with: bindsym XF86AudioRaiseVolume exec --no-startup-id pulsemixer --change-volume +10 --max-volume 100 ...

1 answer  ·  posted 3y ago by matthewsnyder‭  ·  last activity 3y ago by Mithical‭

Question arch-linux sound i3wm
66%
+2 −0
Q&A How do I use Proton without Steam?

I can easily run Windows games with wine by running: wine game.exe However, if I want to use Proton I have to run Steam, add the game as a non-Steam game, and run it that way. Since Proton is ...

1 answer  ·  posted 3y ago by matthewsnyder‭  ·  edited 3y ago by matthewsnyder‭

Question wine games
66%
+2 −0
Q&A How to convert Flac to Mp3 with FFmpeg?

I see that this is self-answered, but I disagree that the answer provided is the best way. The best way is to properly utilize the Unix philosophy, by decomposing the problem into simpler sub-probl...

posted 3y ago by matthewsnyder‭  ·  edited 3y ago by matthewsnyder‭

Answer
62%
+3 −1
Meta Decomposing compound questions

The basis of the Unix philosophy is to decompose complex tasks into simple sub-tasks, so that one can easily choose a combination of simple Unix tools to solve the problem in an intuitive way. Oft...

0 answers  ·  posted 3y ago by matthewsnyder‭

Question discussion
60%
+1 −0
Q&A Why does nvidia CTK config need to be manually generated at each boot?

For certain GPU-accelerated tasks, such as Docker containers using GPU, I need to run the following on every boot: sudo nvidia-ctk cdi generate --output /var/run/cdi/nvidia.yaml Without this, G...

0 answers  ·  posted 1y ago by matthewsnyder‭  ·  edited 1y ago by matthewsnyder‭

Question arch-linux nvidia gpu nvidia-ctk
60%
+1 −0
Q&A How to enable SysRq key?

I want my SysRq key to be fully functional. When I look in sudo sysctl -a I see kernel.sysrq = 1 in the output. This tells me it should be working. To test, I run echo h > /proc/sysrq-trigger ...

1 answer  ·  posted 2y ago by matthewsnyder‭  ·  last activity 2y ago by matthewsnyder‭

Question arch-linux sysrq
60%
+1 −0
Q&A How to find big files and directories?

I agree with other answers: Normal TUI way is ncdu Normal CLI way is du Normal GUI way is Baobab aka "Gnome Disk Usage Analyzer" and the like But just for fun, you can build a pipeline such...

posted 2y ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A Supervisor: display, prefix and color output from child programs

I want to run programs foo and bar with supervisord. Both programs produce a continuous stream of occasional output (stdout and stderr) as they run. When I run supervisor with nodaemon=true, I wan...

0 answers  ·  posted 2y ago by matthewsnyder‭  ·  edited 2y ago by matthewsnyder‭

Question configuration logging supervisor
60%
+1 −0
Q&A Command to show GPU model

inxi -G will show this. $ inxi -G Graphics: Device-1: NVIDIA GP107 [GeForce GTX 1050 Ti] driver: nvidia v: 460.39 Display: x11 server: X.Org v: 1.20.10 driver: X: loaded: nvidia reso...

posted 2y ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A Download a TLS certificate from the command line

What command can be used to download the TLS certificate of a site such as https://wikipedia.org?

1 answer  ·  posted 2y ago by matthewsnyder‭  ·  last activity 2y ago by GeraldS‭

Question cli tls
60%
+1 −0
Q&A Change device name that shows up in pactl

I use pipewire. When I list devices with pactl, I see some ugly device.name values. Some of these I changed in the past, but forgot how. I want to change some more. How?

0 answers  ·  posted 2y ago by matthewsnyder‭

Question audio pipewire
60%
+1 −0
Q&A Journalctl - how to restrict search to only certain boot IDs?

It seems like systemd labels every boot with some ID. Suppose I have some sporadic issue that happens only on some boots. I want to search logs for only the boots that have the issue, not all boot...

1 answer  ·  posted 2y ago by matthewsnyder‭  ·  last activity 2y ago by GeraldS‭

Question systemd journalctl
60%
+1 −0
Q&A Reliably set a wallpaper in i3

Currently I set my wallpaper by having a call to feh in my i3 config. This does set the wallpaper, but it seems buggy. Whenever my monitor configuration changes, the wallpaper gets moved partially ...

0 answers  ·  posted 2y ago by matthewsnyder‭

Question arch-linux i3wm xorg
60%
+1 −0
Q&A How to clean up junk files in my home directory?

After many years of using Arch, and many applications, my home directory is completely cluttered with junk. Of course, much of this is useful and needed for the normal operation of programs. For ex...

0 answers  ·  posted 2y ago by matthewsnyder‭  ·  edited 2y ago by matthewsnyder‭

Question arch-linux /home maintenance system-administration
60%
+1 −0
Q&A Mute sound on boot

When I boot my computer, I want the sound to start out muted, even if it wasn't before. For bonus points: It should also reduce volume to 0% This should also happen when coming out of hibernat...

0 answers  ·  posted 2y ago by matthewsnyder‭

Question configuration systemd pipewire