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
760 posts
 
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 4mo ago by Andreas witnessed the end of the world today‭  ·  last activity 4mo ago by Andreas witnessed the end of the world today‭

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

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 4mo ago by matthewsnyder‭  ·  edited 4mo 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 4mo ago by GeraldS‭  ·  edited 4mo 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 4mo ago by mcp‭  ·  last activity 3mo ago by Quasímodo‭

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 3mo ago by Iizuki‭  ·  edited 3mo 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‭

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 1y ago by AdminBee‭  ·  edited 1y 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 1y 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 1y 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 1y ago by nteodosio‭  ·  last activity 7mo 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%
+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‭

66%
+2 −0
Q&A How do I use Proton without Steam?

I can easily run Windows games with wine by running: wine game.exe However, if I want to use Proton I have to run Steam, add the game as a non-Steam game, and run it that way. Since Proton is ...

1 answer  ·  posted 1y ago by matthewsnyder‭  ·  edited 1y ago by matthewsnyder‭

Question wine games
66%
+2 −0
Q&A How to install mysql-server on Debian?

With Debian 12, it seems that mysql-server is not available in the "default" package distribution and thus, cannot be installed with sudo apt install mysql-server or sudo apt-get... (I know that ma...

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

Question debian mysql-server
66%
+2 −0
Q&A How to convert Flac to Mp3 with FFmpeg?

I see that this is self-answered, but I disagree that the answer provided is the best way. The best way is to properly utilize the Unix philosophy, by decomposing the problem into simpler sub-probl...

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

Answer
66%
+2 −0
Q&A Where does GtkFileChooserDialog store bookmarks?

I have some bookmarked folders in GtkFileChooserDialog. I want to add these to my dotfiles. Where are the bookmarks stored?

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

Question dotfiles
66%
+2 −0
Q&A How to get a new IP address from DHCP?

Restarting NetworkManager should be enough: sudo systemctl restart NetworkManger

posted 1y ago by matthewsnyder‭

Answer
66%
+2 −0
Q&A Run a command *later*

How can I run a command later? I'm looking for a CLI way to schedule a command to be run later. I know that I could create a systemd timer, install it, activate it... That is too much work. I want...

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

Question cli scheduling
66%
+2 −0
Q&A How do I find files?

How can I search for files on my system? Ideally, I would like to search by various criteria, like date, name, extension, etc.

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

Question shell file
66%
+2 −0
Q&A How do I find files?

The ancient utility find should come installed on the majority of distributions. Technically, find recursively locates all files and directories under a path, and prints their full paths. It is of ...

posted 1y ago by matthewsnyder‭

Answer
66%
+2 −0
Q&A Highlight regions in an image with CLI

I have an image (a photo) and I want to highlight certain parts of this. I want to do this from the CLI. I am planning to store the pixel coordinates of polygon vertices in a file, and when I run ...

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

66%
+2 −0
Q&A Starts systemd service and follow log

Assuming that systemctl start $SERVICE.service returns right away (some [poorly] written StartExec commands do not), you can run this: systemctl start $SERVICE.service & journalctl -f -u $SERV...

posted 1y ago by bgstack15‭  ·  edited 1y ago by AdminBee‭

Answer
66%
+2 −0
Q&A How do I tweak the start parameters of GUI apps?

tl;dr: Find the .desktop file that you are currently running It is probably in a system location, so copy it to a user location Modify the file contents The normal way to create icons for...

posted 1y ago by matthewsnyder‭

Answer