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
 
66%
+2 −0
Q&A Access host device which bridges a connected device through same eth interface

I got 2 small computers running Linux. One acts as ethernet gadget, connected via USB to the other, the host. I set up a bridge, like so: ip link add name br0 type bridge ip link set dev br0 up...

1 answer  ·  posted 3y ago by sktpin‭  ·  last activity 3y ago by sktpin‭

Question networking
66%
+2 −0
Q&A How to install printer driver for Canon PIXMA TR4522 printer in Arch Linux

I have used printers before in Arch Linux, but I can't figure out how to print with a Canon PIXMA TR4522 printer. More specifically, I am having trouble finding the correct driver. I have installe...

1 answer  ·  posted 3y ago by Trevor‭  ·  edited 2y ago by Trilarion‭

Question arch-linux printer
66%
+2 −0
Q&A Your Ruby version is 2.7.0, but your Gemfile specified 2.6.6.

I think you are working on qpixel. While, working on a big project don't change their version. Just change your ruby version. To change ruby version you have to use rvm rvm install 2.6.6 rvm use ...

posted 3y ago by deleted user

Answer
66%
+2 −0
Q&A Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

For Debian, Manjaro, Arch-Linux (those distributions which doesn’t have service) sudo systemctl enable mysql You can use start instead of enable. Note : Some distributions don't have mysql. Th...

posted 3y ago by deleted user  ·  edited 3y ago by Kevin M. Mansour‭

Answer
66%
+2 −0
Q&A Your Ruby version is 2.7.0, but your Gemfile specified 2.6.6.

In my Ruby project, when I try bundle install, I got: Your Ruby version is 2.7.0, but your Gemfile specified 2.6.6 I don't know how to solve it. I am using Windows Subsystem for Linux (WSL) U...

2 answers  ·  posted 3y ago by Kevin M. Mansour‭  ·  edited 3y ago by deleted user

Question ruby ubuntu
66%
+2 −0
Q&A Is it possible to install .deb file on arch-based Linux?

It is almost always a very bad idea to install a package meant for one distribution on another. It doesn't really matter if they use the same package format or not, but different package formats d...

posted 3y ago by Grove‭

Answer
66%
+2 −0
Q&A With a V4L2-compatible webcam, how to see its video feed for the purpose of adjusting aiming?

I routinely use MPV for that. mpv --profile=low-latency --untimed av://v4l2:/dev/video0 You may need to try other devices, as listed by ls /dev/video*. Thanks to Canina for suggesting the two ...

posted 3y ago by Quasímodo‭  ·  edited 3y ago by Quasímodo‭

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

Answer
66%
+2 −0
Q&A Secondary internal disk is mounted as an external disk

I just installed an SSD into my motherboard's third M.2 slot. After I booted up the computer, the secondary disk is now displayed like an externally connected one. There's an icon for it on the des...

1 answer  ·  posted 8mo ago by Andreas demands justice for humanity‭  ·  last activity 8mo ago by Andreas demands justice for humanity‭

Question gnome disk-usage PopOS pop-22.04
62%
+3 −1
Q&A How to edit file from less

MWE touch d less d # jump to editing d without leaving less Question Is there a way to edit a file from viewing it in less? Jumping straight into Vim would be preferred, but an answer for e...

1 answer  ·  posted 2y ago by mcp‭  ·  last activity 2y ago by celtschk‭

Question less edit vim editor emacs
62%
+3 −1
Meta Decomposing compound questions

The basis of the Unix philosophy is to decompose complex tasks into simple sub-tasks, so that one can easily choose a combination of simple Unix tools to solve the problem in an intuitive way. Oft...

0 answers  ·  posted 2y ago by matthewsnyder‭

Question discussion
62%
+3 −1
Meta sum of received votes (up minus down)

I saw @dsr's user card. As you can see his sum of received votes is 1. But, if you visit his profile than it will show you that he has a question and answer, both of which have 1+1=2 upvotes. He...

0 answers  ·  posted 4y ago by deleted user  ·  edited 3y ago by Trilarion‭

Question bug status-completed vote
62%
+3 −1
Q&A How to find big files and directories?

You've just run df -h and are shocked how little disk space you got left. You'd like to find where all the space has gone. How to find big(est) files and directories on your system? (So that you c...

3 answers  ·  posted 6mo ago by Iizuki‭  ·  edited 6mo ago by Iizuki‭

Question disk-usage maintenance
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 3mo ago by Karl Knechtel‭

Question unix system-calls io-streams
60%
+1 −0
Q&A click and open a URI link from a terminal in Docker

I am using Docker on Windows (from Powershell) to run a container that runs Rocky Linux. I can run GUI applications (e.g., xeyes) from the container by running VcXsrv on Windows, and setting DISPLA...

0 answers  ·  posted 4mo ago by Trevor‭

Question docker mouse uri
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 3mo ago by matthewsnyder‭  ·  edited 3mo ago by matthewsnyder‭

Question arch-linux nvidia gpu nvidia-ctk
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 4mo ago by Quasímodo‭

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

Question strongswan ipsec vpn
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 4mo ago by bediger4000‭  ·  last activity 4mo ago by Quasímodo‭

Question x11
60%
+1 −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 4mo ago by matthewsnyder‭

Answer
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 2mo ago by Andreas demands justice for humanity‭  ·  last activity 22d ago by ɯıpɐʌ‭

Question flatpak
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 5mo ago by Iizuki‭  ·  edited 5mo ago by Michael‭

Question cli tar gzip
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 22d ago by ɯıpɐʌ‭  ·  edited 22d ago by ɯıpɐʌ‭

Answer
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 5mo ago by GeraldS‭  ·  edited 5mo ago by GeraldS‭

Question systemd logind
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 6mo ago by GeraldS‭  ·  edited 6mo ago by GeraldS‭

Answer