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 How to extract .tar.gz archive?

.tar.gz is a pretty common archive format. How to extract its contents, "unzipping" it in the command line?

1 answer  ·  posted 7mo ago by Iizuki‭  ·  edited 7mo ago by Michael‭

Question cli tar gzip
60%
+1 −0
Q&A How to identify which Docker container an overlay is for?

You can find that when you run docker inspect $CONTAINER. You can automate this with a simple loop like this: for CONTAINER in $(docker ps -qa); do docker inspect $CONTAINER |grep -q $DIRNAME...

posted 6mo ago by GeraldS‭  ·  edited 6mo ago by GeraldS‭

Answer
60%
+1 −0
Q&A Getting a Module Error When Running Pytest Even Though the Module is Installed in the Current Virtual Environment

Although the system package manager was involved for your setup, this is really just a special case of a pure Python issue. When you run a program like Pytest that is itself written in Python, gen...

posted 6mo ago by Karl Knechtel‭  ·  edited 6mo ago by Karl Knechtel‭

Answer
60%
+1 −0
Q&A How can I use Remote Desktop to connect to a sleeping Ubuntu machine and wake it up?

With the help of some community members in chat (thanks!), I was able to solve this and learned stuff in the process. I'm not the first person to run into this issue; there is a Gnome extension th...

posted 6mo ago by Monica Cellio‭

Answer
60%
+1 −0
Q&A Vanishing menus in KDE core components

Some context menus in my KDE installation show the following problem: When the menu is opened it shows normally. But as soon as I move the cursor over the menu, it becomes transparent and whate...

1 answer  ·  posted 6mo ago by GeraldS‭  ·  last activity 6mo ago by GeraldS‭

Question debian qt kde
60%
+1 −0
Q&A How can I efficiently create a collage of video thumbnails on Linux?

bash does not support floating point operations, so at least for a short video $interval will always be 0. That way you always get the same frame, which by chance probably was black for your video....

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

Answer
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 7mo ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A Running an executable through a symlink, at the target's location

I have this test setup: $ cat first #!./second one two three $ cat second #!/usr/bin/env python import sys for line in open(sys.argv[1]): print(line, end='') After chmod +x on th...

0 answers  ·  posted 6mo ago by Karl Knechtel‭

Question symbolic-links
60%
+1 −0
Q&A strongswan can't find "trusted RSA public key"

I am trying to connect to a VPN server (that I don't control) using IKEv2 and strongswan. The connection fails with [IKE] no trusted RSA public key found for 'xxx.xxx.xxx.xxx'. I downloaded the Sec...

0 answers  ·  posted 6mo ago by filo‭

Question strongswan ipsec vpn
60%
+1 −0
Q&A How to switch between keyboard layouts with a keyboard shortcut in Awesome WM?

Context I can't switch between keyboard layouts with Alt+CapsLock with Awesome WM (v4.3) on Debian 12. I would like to use a French layout and the Programmer Dvorak layout (dvp). I succeed to us...

0 answers  ·  posted 8mo ago by zetyty‭  ·  edited 8mo ago by zetyty‭

Question keyboard-layout awesome-wm
60%
+1 −0
Q&A Where did xterm's ctrl-middle-mouse-button menu go?

I'm using xterm version 395-1, on Arch Linux, with i3 window manager. I like xterm because it's fast, and I can configure things like "what characters are in a word when you double click on a word"...

1 answer  ·  posted 6mo ago by bediger4000‭  ·  last activity 6mo ago by Quasímodo‭

Question x11
60%
+1 −0
Q&A Increase incorrect login attempts before locking account

This appears to be set by the option deny in /etc/security/faillock.conf.

posted 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 Ergonomic way to search man pages

You often have to read man pages to use Linux/Unix software. However, many man pages are not easy to read. They are very long, not always conveniently arranged, and man does not appear to have any ...

3 answers  ·  posted 1y ago by matthewsnyder‭  ·  last activity 1y ago by alx‭

Question man-page
60%
+1 −0
Q&A Ergonomic way to search man pages

Not a real answer, but these days there are some nice LLM models and they're good at summarizing text. If you have the CLI scripts to interact with them, you can submit the man page as the "system ...

posted 1y ago by matthewsnyder‭

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

Typically it is recommended to reboot your machine after a kernel update (because of the issues you mentioned). If you really do not want to reboot, there is a workaround by means of the kexec sys...

posted 2y ago by mr Tsjolder‭  ·  edited 2y ago by mr Tsjolder‭

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

Question partitioning gnome
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 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 1y ago by samcarter‭  ·  edited 1y ago by samcarter‭

Answer
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 1y ago by r~~‭

Answer
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