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 How do I find the code of a keyboard key?

How do I find the exact code of a key on my keyboard?

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

Question keyboard-event x11 keyboard
66%
+2 −0
Q&A How do I add a shortcut to run a program to my DE?

My DE has a bunch of programs in the start/applications menu. How can I add my own in there? For example, say I found a terminal command foo --bar --baz that does something I want. But I don't want...

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

Question desktop-environment
66%
+2 −0
Q&A How do I add a shortcut to run a program to my DE?

On Linux, the basic way to run every program is to invoke it through a terminal. The shortcuts in DEs come from ".desktop" files. On a Linux system, there are a couple of directories (system wide,...

posted 10mo ago by matthewsnyder‭

Answer
66%
+2 −0
Q&A How do you rotate webcam feed by 90 degrees?

When I view my document camera's feed in guvcview it is in landscape mode. I want it to capture things in portrait mode, since I usually take photos of documents. Currently, I have to rotate all t...

1 answer  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 10mo ago by Quasímodo‭

Question webcam
66%
+2 −0
Q&A How do I find out the version of a program in a terminal?

If the program was installed with your package manager, the package manager should be able to tell you that. For example: $ pacman --query bash bash 5.2.026-2 If you don't know the package n...

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

Answer
66%
+2 −0
Q&A How to set up a system with two hard drives?

Keep both your / and /home on the SSD, and then create the /data partition on your HDD. You could link individual directories from home as you say, but I usually create just one link to the HDD ro...

posted 10mo ago by Iizuki‭  ·  edited 10mo ago by Iizuki‭

Answer
66%
+2 −0
Q&A How do you install Manjaro as LVM on LUKS?

There is a popular partitioning scheme, described in the Arch wiki as LVM on LUKS. The meat of this is: /boot is its own unencrypted partition The rest of the drive is a giant LUKS partition I...

0 answers  ·  posted 10mo ago by matthewsnyder‭

Question manjaro LVM partitioning OS-installation luks
66%
+2 −0
Q&A Best practice for splitting data between a fast and slow drive

First, consider your needs. There's a decent chance that everything you want will fit on the SSD anyway, at least if you aren't an enthusiastic multimedia collector. Nowadays a 1TB SSD can be had c...

posted 10mo ago by Karl Knechtel‭

Answer
66%
+2 −0
Q&A Efficiently determining disk usage of a folder (without starting from scratch every time)

When I use my computer, one question I commonly want to answer for myself is "how much space is being used by the contents of this folder?". Typical file/window managers, IMX, answer this question ...

2 answers  ·  posted 9mo ago by Karl Knechtel‭  ·  last activity 9mo ago by GeraldS‭

Question filesystem disk-usage caching ext4
66%
+2 −0
Q&A How to find all files not part of a package on Arch?

How do I find all actual files (not devices, sockets, etc) on my system that are: Not part of a package Not under /home (I assume that packages are supposed to never put files there) on Arch...

1 answer  ·  posted 9mo ago by matthewsnyder‭  ·  last activity 9mo ago by Michael‭

Question arch-linux pacman maintenance system-administration
66%
+2 −0
Q&A Check which version of Debian a distribution is based on

I want to download an application from the internet, but the website is listing versions for "bookworm", "bullseye" and "buster". I do not know which version of these to download, as I don't know w...

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

Question debian
66%
+2 −0
Q&A On a systemd distro, how to find out which boots were resume from hibernate?

If I run journalctl --list-boots I get a list of my previous boots. How can I tell which ones of these were resumes from hibernate, and which were booting "from scratch"? I want to do this becaus...

0 answers  ·  posted 9mo ago by matthewsnyder‭

Question systemd hibernate journalctl
66%
+4 −1
Q&A How do you play Windows games on Linux?

Yes, you can run most Windows games on Linux through Wine. There are some specific caveats when using Wine, such as sandboxing (security), the choice of runner, drivers, video, controllers (gamepad...

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

Answer
66%
+2 −0
Q&A How to delay systemd unit at boot/login?

You can use ExecStartPre= to delay the execution of the systemd unit. Use systemctl edit myunit.service to create a drop in file and add the following lines: [Service] ExecStartPre=/bin/sleep 30...

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

Answer
66%
+2 −0
Q&A How to stop terminal from handling `Super+.`

Problem I have Super+. mapped to Switch to workspace on the right in gnome settings keyboard shortcuts. It works everywhere except when focus is on the terminal. There, it enters an e in the termi...

1 answer  ·  posted 8mo ago by mcp‭  ·  last activity 8mo ago by Quasímodo‭

Question Fedora gnome gnome-terminal wayland keybindings
66%
+2 −0
Q&A Command to display remote certificate information

How to display details about a site's certificate using CLI tools?

2 answers  ·  posted 8mo ago by Iizuki‭  ·  edited 8mo ago by Iizuki‭

Question cli certificate tls
66%
+2 −0
Q&A How to decrease image size from commandline

Problem I'd like to be able to decrease images, particularly jpg and png's, either to a percentage of the original file, or a specified size in bytes. MWE decrease --size=900KB -o image_small....

1 answer  ·  posted 2y ago by mcp‭  ·  edited 2y ago by mcp‭

Question image png jpg compression
66%
+2 −0
Q&A Can I enter raw strings in fish to avoid escaping regexes for sed?

It is not the most elegant solution, but you may be able to use the string escape function of fish, as in: echo abc | sed -E (string escape 's/b+/X/') This would still escape the special charac...

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

Answer
66%
+2 −0
Q&A How to debug NetworkManager issue after suspend/resume in Ubuntu 22.04

Begin with the logs I'd begin with the logs: journalctl -u NetworkManager You may want to create a log config file for this: vim /etc/NetworkManager/conf.d/95-nm-debug.conf # perhaps sudo, to ha...

posted 2y ago by LAFK‭

Answer
66%
+2 −0
Q&A Dynamic IP & lease loss - "callback" mechanism?

It depends on a couple of factors: Whether the interface is directly connected to the internet, or is behind a separate firewall which is forwarding on to your machine What you are using to ass...

posted 2y ago by jimbobmcgee‭

Answer
66%
+2 −0
Q&A <!nocheck> meaning in Build-Depends

Trying to understand what exactly <!nocheck> does next to a package in build-depends (for example, Perl). Debian Wiki says: Terms can be negated by using an exclamation mark as a prefix ...

1 answer  ·  posted 2y ago by nteodosio‭  ·  last activity 11mo ago by mirabilos‭

Question debian packaging
66%
+2 −0
Q&A how to manipulate Gnome's "Top Bar"/"Activities Bar"/"Top Panel" using GDK

That bar is part of GNOME Shell, and user applications don't get to mess around with the shell. You need to look into writing shell extensions to modify that in a general way. One common thing for...

posted 2y ago by r~~‭

Answer
66%
+4 −1
Meta See "works for me" indicator in list of questions?

I do not see a way to tell on the main list of questions which ones have been marked as "works for me" by the OP. I can see the questions which indicate they have zero answers, but I consider any ...

1 answer  ·  posted 2y ago by bgstack15‭  ·  last activity 2y ago by Monica Cellio‭

Question feature-request
66%
+2 −0
Q&A How do I make media keys work with PipeWire?

My keyboard has keys for mute, volume up, volume down. In i3wm, I used to have these bound with: bindsym XF86AudioRaiseVolume exec --no-startup-id pulsemixer --change-volume +10 --max-volume 100 ...

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

Question arch-linux sound i3wm
66%
+2 −0
Q&A How to append commands to startx from console

MWE startx && xrandr-invert-colors Problem It seems that anything after startx does not get issued in the resulting X session. I'd like to make a bash function that sets up my monito...

2 answers  ·  posted 2y ago by mcp‭  ·  last activity 2y ago by celtschk‭

Question console x11 startx bash-function x-session