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 »

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
 
60%
+1 −0
Q&A Treat underscores as word boundaries in terminal using vim mode

You can't, without patching readline. What counts as a word character is hard-coded in the readline library, as of this writing. See: https://git.savannah.gnu.org/cgit/readline.git/tree/vi_mode...

posted 2y ago by r~~‭

Answer
60%
+1 −0
Q&A What does Gnome Disks "erase" do?

Not quite sure what exactly happens, but the Erase option should do something like overwriting the data that used to be on the disk. When formatting a disk, typically only the partition tables are...

posted 2y ago by mr Tsjolder‭

Answer
60%
+1 −0
Q&A Highlight regions in an image with CLI

Another possibility is to use LaTeX. There are several ways in which you could use it to add a polygon on top of an image, one way is TikZ: % !TeX program = txs:///arara % arara: pdflatex: {synct...

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

Answer
60%
+1 −0
Q&A GUI apps stop working until next boot after some system upgrades

My system occasionally has an issue that looks like this: I run pacman -Syu Many things get updated Many GUI apps (including all display managers and Xorg) start refusing to run and throw up O...

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

Question arch-linux updates nvidia graphics
60%
+1 −0
Q&A How to fix DPI for Spotify

Spotify runs on my computer with higher DPI (bigger UI elements) than I'd like. How can I reduce it?

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

Question configuration hidpi
60%
+1 −0
Q&A How do I globally configure consistent DPI for GUI apps?

How do I configure my system so that all GUI apps use a consistent DPI, without configuring each app individually?

0 answers  ·  posted 1y ago by matthewsnyder‭

Question arch-linux configuration graphics hidpi
60%
+1 −0
Q&A Simplest way of stripping leading/trailing whitespace from file or program output

If I understand you correctly, you want to skip empty lines at the beginning of a file/stream strip leading and trailing whitespace of non-empty lines skip empty lines at the end of a file/str...

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

Answer
60%
+1 −0
Q&A How to start MariaDB (or MySQL) server on a WSL using systemctl?

systemctl is a tool for controlling systemd, the "new" Linux init system (actually it's been widely used for 10 years now). Systemd is the first process that runs at boot, which then brings up all ...

posted 2y ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A How to fix DPI for Spotify

There's multiple, sometimes overlapping ways of altering the DPI globally on Linux. You should first ensure these are properly configured and Spotify is still not using them correctly. However, Sp...

posted 1y ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A How is the IPv6 link-local address calculated?

It's NetworkManager that sets the IPv6 link-local address and per default it doesn't use the conversion from MAC to IPv6 address of that converter, called modified EUI-64. As mentioned in the linke...

posted 2y ago by Matthias Braun‭  ·  edited 2y ago by Matthias Braun‭

Answer
60%
+1 −0
Q&A Starts systemd service and follow log

I can start services with systemctl start. I can see logs with systemctl status or journalctl. But by the time I run the second the process has already started. I'd like to start a service and imme...

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

Question systemd
60%
+1 −0
Q&A How to create ed25519 subkey in GPG?

By using the non-interactive --quick-add-key method. This adds separate signing and encryption subkeys with expiration date one year from now: $ gpg --quick-add-key YOUR-PRIMARY-KEY-ID ed25519 sig...

posted 2y ago by Iizuki‭

Answer
60%
+1 −0
Q&A How to create ed25519 subkey in GPG?

At the moment GPG only offers the following options when generating a new subkey the with the addkey command: gpg> addkey Please select what kind of key you want: (3) DSA (sign only) (...

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

Question security GPG
60%
+1 −0
Q&A What does Gnome Disks "erase" do?

When formatting drives with Gnome Disks, there is an option to "Erase". The help text says this takes longer, but "completely" erases data. What exactly does this option do? Is there a CLI equival...

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

Question partitioning gnome
60%
+1 −0
Q&A Static IP on wired LAN

I have an Arch Linux machine connected to a LAN by ethernet. The router runs OpenWRT. DHCP assigns IPs to this machine like 192.168.1.* - quite typical. I want the IP to always be 192.168.1.10. I...

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

Question arch-linux networking dhcp
60%
+1 −0
Q&A How to change the default app for opening directories in Gnome?

I don't use Gnome, but I'm guessing it relies on xdg-open to figure out what program to use. Your first step would be to do xdg-open ~ to see if it uses the same incorrect program. If so, great - ...

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

Answer
60%
+1 −0
Q&A How to create systemd unit that depends on a website being up?

I'm going to write some systemd services. All of these can only be run if a certain website is up. I thought I could create a ~/.config/systemd/user/website.service this: [Unit] Description=Confi...

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

Question systemd
60%
+1 −0
Q&A What desktop environment am I running?

There will be various clues, but sometimes they can mislead. "I'm on Gnome" means something very different in a modern Ubuntu vs one still hanging around from 10 years ago. (best not to do that) S...

posted 2mo ago by mcast‭  ·  edited 2mo ago by mcast‭

Answer
60%
+1 −0
Q&A Why doesn't System Monitor see Firefox as an application, unlike Chrome?

I am running Debian 12 with KDE, and my Firefox (which is the Firefox ESR version installed via apt) does show up in the Applications list; however, if I run the Zed editor which is installed via F...

posted 4d ago by InfiniteDissent‭

Answer
60%
+1 −0
Q&A greedy capture with sed

I am trying to greedily capture text with sed. For example, I have the string abbbc, and I want to capture all of the repeated b characters, so that my result is bbb. Here's an attempt at a solut...

1 answer  ·  posted 22h ago by Trevor‭  ·  last activity 11h ago by r~~‭

Question sed regex
60%
+1 −0
Q&A greedy capture with sed

The b\+ part of the regex is already greedy. In sed, all repetitions are greedy. Your problem is that the initial .* is also greedy, and so that's gobbling up both the a and as many bs as it can. F...

posted 11h ago by r~~‭

Answer
60%
+1 −0
Q&A How to use several keyboard layouts with Awesome WM?

Have you tried using awful's widget instead: awful.widget.keyboardlayout. It seems to be a switcher that automatically loads the available X11 settings(?). Here's a sample configuration (untested,...

posted 9mo ago by tantan‭

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 9mo ago by matthewsnyder‭  ·  edited 9mo ago by matthewsnyder‭

Question configuration logging supervisor
60%
+1 −0
Q&A How to move a BTRFS filesystem to another drive?

How to migrate a single device BTRFS filesystem to a new drive? I don't want to send individual subvolumes, but instead the entire filesystem with its subvolume layout intact. Changing the filesyst...

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

Question btrfs
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 9mo ago by matthewsnyder‭

Answer