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 What is system Python and why does it matter?

I've heard people say not to use "system Python", what is this and why not? What am I supposed to do instead?

2 answers  ·  posted 12mo ago by matthewsnyder‭  ·  last activity 11mo ago by Karl Knechtel‭

Question python
66%
+2 −0
Q&A Suitable Linux Distro for a system with 2GB RAM

2 GB is not particularly small for Linux. "Low memory distros" would be things like OpenWRT, which can run on 64 MB of RAM. Linux itself will probably take about 150 MB of RAM so this isn't the is...

posted 12mo ago by matthewsnyder‭  ·  edited 11mo ago by GeraldS‭

Answer
66%
+2 −0
Q&A How to connect to Zigbee devices?

I think I finally found a topic the Arch wiki doesn't cover :) I have a Zigbee USB dongle and some Zigbee-capable wireless devices. The dongle is supposed to create a network to which the devices ...

2 answers  ·  posted 1y ago by matthewsnyder‭  ·  last activity 1y ago by polydact‭

Question arch-linux zigbee
66%
+2 −0
Q&A How to enable SysRq key?

Thanks to the comments, I was able to determine that it is in fact working, I just wasn't looking in the right place for output. For anyone else with the same/similar issue, start watching the cor...

posted 2y ago by matthewsnyder‭

Answer
66%
+2 −0
Q&A How to identify which Docker container an overlay is for?

Docker stores data under directories like /var/lib/docker/overlay2/xyz123. These sometimes grow very large, and Docker does not provide good instructions for how to easily manage the space used by ...

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

Question docker
66%
+2 −0
Q&A How to view a TLS certificate from the command line?

Certtool from GnuTLS can do this: certtool --certificate-info --infile=server.crt

posted 2y ago by matthewsnyder‭

Answer
66%
+2 −0
Q&A On a systemd distro, how to find out which boots were resume from hibernate?

If I run journalctl --list-boots I get a list of my previous boots. How can I tell which ones of these were resumes from hibernate, and which were booting "from scratch"? I want to do this becaus...

0 answers  ·  posted 2y ago by matthewsnyder‭

Question systemd hibernate journalctl
66%
+2 −0
Q&A How to find all files not part of a package on Arch?

How do I find all actual files (not devices, sockets, etc) on my system that are: Not part of a package Not under /home (I assume that packages are supposed to never put files there) on Arch...

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

Question arch-linux pacman maintenance system-administration
66%
+2 −0
Q&A How do you install Manjaro as LVM on LUKS?

There is a popular partitioning scheme, described in the Arch wiki as LVM on LUKS. The meat of this is: /boot is its own unencrypted partition The rest of the drive is a giant LUKS partition I...

0 answers  ·  posted 2y ago by matthewsnyder‭

Question manjaro LVM partitioning OS-installation luks
66%
+2 −0
Q&A How do I find out the version of a program in a terminal?

If the program was installed with your package manager, the package manager should be able to tell you that. For example: $ pacman --query bash bash 5.2.026-2 If you don't know the package n...

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

Answer
66%
+2 −0
Q&A How do you rotate webcam feed by 90 degrees?

When I view my document camera's feed in guvcview it is in landscape mode. I want it to capture things in portrait mode, since I usually take photos of documents. Currently, I have to rotate all t...

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

Question webcam
66%
+2 −0
Q&A How do I add a shortcut to run a program to my DE?

On Linux, the basic way to run every program is to invoke it through a terminal. The shortcuts in DEs come from ".desktop" files. On a Linux system, there are a couple of directories (system wide,...

posted 2y ago by matthewsnyder‭

Answer
66%
+2 −0
Q&A How do I add a shortcut to run a program to my DE?

My DE has a bunch of programs in the start/applications menu. How can I add my own in there? For example, say I found a terminal command foo --bar --baz that does something I want. But I don't want...

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

Question desktop-environment
66%
+2 −0
Q&A What happens on a modern Linux if you hibernate with less swap than RAM?

On a modern Linux system, what happens if you attempt to hibernate when your swap is smaller than your RAM? For example, say RAM is 16 GB and swap is 8 GB.

0 answers  ·  posted 2y ago by matthewsnyder‭

Question linux swap hibernate
66%
+2 −0
Q&A Systemd unit needs to start at boot but wait for network

I have a systemd unit that does some stuff on the internet. Sometimes this gets fired at startup. I want to make sure it's delayed until the computer is connected to the internet. In my notes I fo...

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

Question systemd
66%
+2 −0
Q&A Why/how can distro support lifetimes exceed the lifetime of their dependencies (such as Python)?

When PSF says Python 3.8 is not supported, they are simply saying they will no longer bother fixing bugs in or adding stuff to that version. It's not like Python 3.8 will start automatically explod...

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

Answer
66%
+2 −0
Q&A ==> WARNING: Possibly missing firmware for module: 'foo'

When I create the initramfs, I sometimes see messages like: ==> WARNING: Possibly missing firmware for module: 'xhci_pci' I get many for different modules. What do they mean? Should I in...

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

Question arch-linux pacman initramfs
66%
+2 −0
Q&A How do you generate arbitrary random numbers from /dev/random?

Suppose I want to get random numbers from /dev/random with basic CLI tools. Is there a way to do it, that's easier to type and read than python -c 'import random; print(100 + 200*random.random())'?...

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

Question cli random
66%
+2 −0
Q&A How do you generate random strings from /dev/random?

/dev/random is a stream of every possible value. You're supposed to filter it to take the ones you want. This is efficient, although if the values you want are such that only, say, 1% of what comes...

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

Answer
66%
+2 −0
Q&A What is synchronization in Wine?

Wine has options for "Synchronization", like "Esync" or "Fsync". What do these actually do? What is the purpose of such an option? What is the impact to normal usage of a Windows program in Wine?

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

Question wine
66%
+2 −0
Q&A How do you remap mouse buttons?

Piper can be used for this. All mice supported by Piper (actually libratbag) are a result of the community reverse engineering the mouse protocol. It will not support all mice, but only selected on...

posted 2y ago by matthewsnyder‭

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

What is a modern and practical way to handle scheduling tasks on a Linux desktop? Modern means basic features should not rely on obscure or convoluted commands and standards Practical means you...

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

Question recommendation scheduling
66%
+2 −0
Q&A Run command with Key Combination in Gnome

Gnome should have a Settings app with a Keyboard shortcut section. Here you can click Add Custom Shortcut which will let you bind any key to any shell-style command. source Unless you are very sur...

posted 3y ago by matthewsnyder‭

Answer
66%
+2 −0
Q&A Are NixOS and Guix analogous projects?

From what I can tell, both NixOS and Guix are built around a package manager which, instead of installing package into the "common environment" as is traditional, isolates them to mitigate issues a...

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

Question guix nixos distributions
66%
+2 −0
Q&A How do I tweak the start parameters of GUI apps?

tl;dr: Find the .desktop file that you are currently running It is probably in a system location, so copy it to a user location Modify the file contents The normal way to create icons for...

posted 3y ago by matthewsnyder‭

Answer