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 Where did xterm's ctrl-middle-mouse-button menu go?

To map it to Ctrl+Backspace you can add XTerm*vt100.translations: #override\ Ctrl ~Meta ~Shift <Key> BackSpace :popup-menu(vtMenu) to your Xresources file and reload the X resource ...

posted 6mo ago by Quasímodo‭

Answer
60%
+1 −0
Q&A Check if piped-in process is blocked on input

Suppose I am the author of a shell utility called bar. One common use case is in pipelines like foo | bar, where foo sometimes runs interactively. I want to distinguish situations where interaction...

0 answers  ·  posted 5mo ago by Karl Knechtel‭

Question unix system-calls io-streams
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 5mo ago by matthewsnyder‭  ·  edited 5mo ago by matthewsnyder‭

Question arch-linux nvidia gpu nvidia-ctk
60%
+1 −0
Q&A How do I enable audio access for Flatpak applications?

I'm trying to make OpenRGB display a light show based on the music playing, however, audio device selection is unavailable in the application, and upon checking its permissions with flatpak permiss...

1 answer  ·  posted 4mo ago by Andreas demands justice for humanity‭  ·  last activity 3mo ago by ɯıpɐʌ‭

Question flatpak
60%
+1 −0
Q&A Open Konsole as new tab

I want to issue a command[1] to open a certain folder in a new tab of the currently running Konsole instance (if any). There's a --new-tab option, but konsole --new-tab opens a new instance, even ...

1 answer  ·  posted 3mo ago by Michael‭  ·  last activity 3mo ago by Michael‭

Question kde
60%
+1 −0
Q&A Open Konsole as new tab

It doesn't work unless you open Konsole settings and check the option for "Run all Konsole windows in a single process." From bugs.kde.org: My bad, it happens when you turn off running all konso...

posted 3mo ago by Michael‭

Answer
60%
+1 −0
Q&A how to use chromium's --proxy-server option

I'm trying to use a proxy server with chromium but I can't get it to work. I'm using Arch Linux. Here are the steps I'm following: I find a proxy in the UK on the British Proxy List at proxyno...

1 answer  ·  posted 3mo ago by Trevor‭  ·  last activity 3mo ago by Michael‭

Question google-chrome proxy-server
60%
+1 −0
Q&A How do I enable audio access for Flatpak applications?

To enable access to PulseAudio for OpenRGB (or any Flatpak application for that matter) you need to add --socket=pulseaudio to the finish-args section of the application's manifest. You can test t...

posted 3mo ago by ɯıpɐʌ‭  ·  edited 3mo ago by ɯıpɐʌ‭

Answer
60%
+1 −0
Q&A Partially moving /home to a new partition, leaving some content behind

I have a partition and directory structure that looks like: small partition: / usr var ... # etc. large partition: /home shared other_stuff large_folder ...

2 answers  ·  posted 7mo ago by Karl Knechtel‭  ·  last activity 2mo ago by polydact‭

Question partitioning filesystem
60%
+1 −0
Q&A Disable ability of users to enable lingering in systemd

Can I disable the ability of regular users to enable lingering in loginctl? By default every user on a systemd enabled Linux can run loginctl --enable-linger and have a personal systemd instance s...

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

Question systemd logind
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 7mo ago by GeraldS‭  ·  edited 7mo 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 7mo ago by Karl Knechtel‭  ·  edited 7mo 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 7mo 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 7mo 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 8mo ago by GeraldS‭  ·  edited 8mo 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 8mo 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 List remote container tags

Skopeo is a tool for managing remote containers. It has a list-tags subcommand which does exactly what it sounds like: $ skopeo list-tags docker://docker.io/archlinux Conventional container re...

posted 1y ago by Iizuki‭

Answer
60%
+1 −0
Q&A Install and run Windows applications

How do I install and run Windows applications downloaded from a website? Windows applications do not run natively on Linux, but can be run using Wine. When downloading these applications from a we...

2 answers  ·  posted 12mo ago by Andreas demands justice for humanity‭  ·  last activity 12mo ago by matthewsnyder‭

Question windows wine
60%
+1 −0
Q&A How do I find the code of a keyboard key?

On X, open a terminal and run xev -event keyboard. You'll get a white box. Make sure this is focused and press the key. You should see some output in the terminal about what the key is. Particularl...

posted 12mo ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A Install and run Windows applications

You can use Wine, or a VM. With a VM, it's pretty straightforward - install Windows in the VM, and then run the program as you would normally inside the VM. With Wine, the "basic" way (which you s...

posted 12mo ago by matthewsnyder‭

Answer