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‭

202 posts
71%
+3 −0
Q&A What unexpected things can happen if a user runs commands expecting a text file on input lacking a file-final newline?

I tried to think of some for a while, but couldn't find any good ones. That said, there's plenty of programs I don't know. For reference: $ echo -en "hello\nworld" | tee 1.txt | bat -A ───────┬──...

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

Answer
71%
+3 −0
Q&A How do you play Windows games on Linux?

A lot of games are made for Windows, and don't have an official Linux version. Can you play these on Linux? Asking specifically about games, not all programs, because games have a lot of additiona...

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

Question windows games
71%
+3 −0
Q&A How to delay systemd unit at boot/login?

I have a systemd unit that runs hourly, but when the computer has just booted/logged in it will "catch up" on the previous run, so it ends up firing right after I log in. Is there a way to make it...

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

Question systemd
71%
+3 −0
Q&A Can you tell Linux to ignore a device until it finished booting?

I have a crappy USB hub. I connect some devices to this, like a USB microphone, which don't matter at all until I've booted successfully. Sometimes these devices cause an issue and my boot gets stu...

0 answers  ·  posted 10mo ago by matthewsnyder‭

Question boot kernel systemd troubleshooting
71%
+3 −0
Q&A Run programs of normal OS from a live USB

It sounds like what you want is: There is a program installed in the regular OS on my hard drive, but I am booted into a live OS. How do I run that program? The common way to do this is to us...

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

Answer
71%
+3 −0
Q&A Confused about what "Linux" means

I've heard people say that Linux is a misnomer. Supposedly, the operating system is not Linux, Linux is just a part of it called a kernel, and the operating system should be called something else. ...

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

Question linux terminology
71%
+3 −0
Q&A Adding new entries to Grub with alternate kernel parameters

I installed Grub in the normal way and now I have entries in the Grub menu for linux, linux-lts, and the fallback versions of them. I want to add more entries to this. For example, I want to add l...

1 answer  ·  posted 12mo ago by matthewsnyder‭  ·  last activity 12mo ago by GeraldS‭

Question grub
71%
+3 −0
Q&A Can you reuse your home directory while distro hopping?

I want to install additional Linux distributions on my computer, so I can try some new ones and see if they're better than my current ("old") one. I've been using my current distro for a while. I'...

1 answer  ·  posted 12mo ago by matthewsnyder‭  ·  last activity 12mo ago by GeraldS‭

Question /home dual-boot distro-hopping
71%
+3 −0
Q&A How do I send console output to the clipboard?

On X, echo hi | xsel -ib seems to work. I can then paste with Ctrl+V. Sometimes I have to repeat it a few times for it to "stick".

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

Answer
71%
+3 −0
Q&A How do I keep track of configuration changes?

I think there are three general strategies: Take notes. Configure everything through some utility that keeps track of it. Learn the default state and diff the system vs. it. Taking notes ...

posted 12mo ago by matthewsnyder‭

Answer
71%
+3 −0
Q&A How do I send console output to the clipboard?

Suppose I have a command that prints to the standard output, like: $ echo hi hi How can I send this to the clipboard instead, as if I selected the output and did Ctrl+C?

3 answers  ·  posted 12mo ago by matthewsnyder‭  ·  last activity 12mo ago by r~~‭

Question terminal clipboard
71%
+3 −0
Q&A How do I keep track of configuration changes?

Occasionally I ask how to do some configuration, and people tell me to do stuff like edit some config file in an XYZ directory. But if I configure everything this way, it will turn into a mess, and...

2 answers  ·  posted 12mo ago by matthewsnyder‭  ·  last activity 2mo ago by mcast‭

Question configuration best-practices
71%
+3 −0
Q&A What are non-POSIX shells and what's the point of them?

I've been learning some Linux and I finally feel like I can find my way around the command line. But now I hear people say there are other, "non-POSIX" kinds of shell, with different semantics. Wha...

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

Question shell posix cli
71%
+3 −0
Q&A How do I diagnose TLS errors?

For reasons of my own, I have services on my LAN which use HTTPS and I create my own certificates for these. Over the years, the usage of TLS has evolved considerably. Many features that were once...

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

Question home-server tls
71%
+3 −0
Meta Suggestion: Basic Linux skills compendium

My thoughts on the matter are clear from the question, but I'll add some example topics that could be covered by this "basics compendium": A "curriculum" of sorts that lists all the basic topics...

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

Answer
71%
+3 −0
Q&A How to get a new IP address from DHCP?

How do I make my computer request a new IP from DHCP? I am using Arch with NetworkManager.

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

Question arch-linux networking dhcp NetworkManager
71%
+3 −0
Q&A Increase incorrect login attempts before locking account

When I enter the login password incorrectly 3 times, my computer locks me out from attempting a login for 10 minutes. How can I increase the number of attempts?

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

Question arch-linux password
71%
+3 −0
Q&A Why do many Windows games fail when the network is sandboxed?

I run Windows games with Wine, and use bwrap to sandbox them. I've noticed that passing --unshare-net to disable the network breaks many, many games (they fail to start with no obvious error messag...

0 answers  ·  posted 2y ago by matthewsnyder‭  ·  last activity 2y ago by Mithical‭

Question networking wine
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 1y ago by matthewsnyder‭  ·  last activity 1y ago by Iizuki‭

Question arch-linux pacman initramfs
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 1y ago by matthewsnyder‭  ·  edited 1y 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 1y ago by matthewsnyder‭  ·  last activity 1y ago by matthewsnyder‭

Question wine
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 1y ago by matthewsnyder‭

Answer
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 1y 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 2y ago by matthewsnyder‭  ·  last activity 2y 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 2y ago by matthewsnyder‭  ·  last activity 2y ago by Canina‭

Question cli scheduling