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 Why does $XDG_DATA_HOME default to ~/.local/share?

Why does XDG_DATA_HOME default to ~/.local/share? Why not something less cryptic, like ~/.data? Why did they decide use that path?

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

Question xdg
60%
+1 −0
Q&A How to fix the dark mode after the Gnome 1:44 update?

I recently updated Gnome to 1:44.0 and since the update my dark mode settings seem to be ignored for Gnome applications. When setting the dark style in Settings > Appearance, the desktop backgr...

1 answer  ·  posted 1y ago by mr Tsjolder‭  ·  last activity 1y ago by mr Tsjolder‭

Question dark-theme gnome
60%
+1 −0
Q&A Nvidia docker runtime: Failed to create task for container

I installed the Nvidia container toolkit so I can use GPU acceleration in Docker containers. However, I can't get the containers to work: $ sudo docker run --runtime=nvidia nvidia/cuda:12.2.0-base...

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

Question arch-linux nvidia docker
60%
+1 −0
Q&A How to refresh lvm-backed virtual disk in libvirt

virsh blockresize vmname diskname --size 123b vmname is the name of the "domain" in libvirt parlance. diskname is the name inside /dev int the vm. vda or vdb for instance. 123 should be the exa...

posted 2y ago by re89j‭

Answer
60%
+1 −0
Q&A How to start MariaDB (or MySQL) server on a WSL using systemctl?

When I try to start MariaDB server (same problem with MySQL) on a fresh Debian 11 install in a Windows Subsystem Linux (WSL) I got the following error: $ sudo systemctl start mariadb System has n...

2 answers  ·  posted 2y ago by zetyty‭  ·  last activity 2y ago by matthewsnyder‭

Question debian ubuntu mysql-server mariadb-server wsl
60%
+1 −0
Q&A Postgres 15.3 fails to create new tablespace (could not set permissions)

I am unable to create new tablespaces on a fresh Postgres 15.3 installation on Ubuntu 22.04. I tried the following so far: re-install Postgres fully loosen file system permission disabled SELi...

0 answers  ·  posted 2y ago by Luís de Sousa‭  ·  last activity 2y ago by Mithical‭

Question filesystem postgres
60%
+1 −0
Q&A PipeWire separates the audio of every program, how do I combine them?

I uninstalled PulseAudio and installed PipeWire. It seems like now, every application gets an independent audio configuration. When I go into pavucontrol I see "Spotify" where I configure the volu...

0 answers  ·  posted 2y ago by matthewsnyder‭

Question arch-linux sound
60%
+1 −0
Q&A `nmcli` missing laptop wireless device after everything work right

My device is Thinkpad E40 with openSUSE Leap 15.4. I've use this device under this OS weeks ago and didn't happen this problem. After normally running, wlan0 device not show in nmcli and my wirele...

0 answers  ·  posted 2y ago by Dead_Bush_Sanpai‭  ·  edited 2y ago by Dead_Bush_Sanpai‭

Question networking
60%
+1 −0
Q&A Are there any legitimate uses for newlines in filenames?

Although this would be bad design for other reasons, I can imagine a situation where a field from one file or database can be used as a file name. Imagine something like value="$(mysql -e 'select ...

posted 2y ago by terdon‭

Answer
60%
+1 −0
Q&A How to refresh lvm-backed virtual disk in libvirt

How can I grow a libvirtd VM's LVM-backed virtual disk online, without rebooting the vm. My host has an LVM VG for VMs. Each VM disk is an LV to the host. It's easy to grow the VG by adding a PV...

1 answer  ·  posted 2y ago by re89j‭  ·  last activity 2y ago by re89j‭

Question libvirt virtualization storage
60%
+1 −0
Q&A Simplest way to change cursor to indicate vim mode

You can modify your existing code to use the cursor shape codes for a vertical line (or "I" cursor) and a block cursor instead of the beam cursor shape. Here is an updated version of your code that...

posted 2y ago by GoldenGold‭

Answer
60%
+1 −0
Q&A When should you install windows dlls for wine with winetricks?

Each situation is different. Some programs in Wine/Windows will work better with the Windows dlls, and some will work better with the Wine (builtin) dlls. The best way to learn how which dlls work...

posted 2y ago by bgstack15‭

Answer
60%
+1 −0
Q&A After update, OpenGL does not work until reboot

Whenever I do a big system update, OpenGL stops working until the next reboot. This also prevent OpenGL apps from launching. Example: $ glxgears X Error of failed request: BadValue (integer par...

0 answers  ·  posted 2y ago by matthewsnyder‭

Question arch-linux updates opengl
60%
+1 −0
Q&A Why is there a mono version of Inconsolata?

After installing the InconsolataGo font from the Arch package extra/ttf-inconsolata-go-nerd, I see there is an Inconsolata Nerd Font, Regular and an Inconsolata Nerd Font Mono, Regular. Both are mo...

0 answers  ·  posted 2y ago by matthewsnyder‭

Question fonts
60%
+1 −0
Q&A how to manipulate Gnome's "Top Bar"/"Activities Bar"/"Top Panel" using GDK

I am using Linux and Gnome. Using GDK, I would like to programmatically manipulate the Top Bar (i.e., the bar at the top of the screen with "Activities", the time, etc.). Here is a picture of it: ...

1 answer  ·  posted 2y ago by Trevor‭  ·  last activity 2y ago by r~~‭

Question gnome
60%
+1 −0
Q&A Recursively remove files with the same name as the ones that end in `.part`

I might be inclined to try... find . -type f -name '*.part' -exec sh -c ' [ -f "${1%.part}" ] && rm -i -- "${1%.part}"; for f in "${1%.part}".*; do [ -f "$f" ] && rm -...

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

Answer
60%
+1 −0
Q&A When a command takes filenames as argument, how can I avoid creating temporary files?

Suppose I have a command that takes filenames as arguments, like: diff foo.txt bar.txt What if instead of actual files, I want to use the results of a command in each? I can use temporary files: ...

2 answers  ·  posted 2y ago by matthewsnyder‭  ·  last activity 2y ago by Kamil Maciorowski‭

Question shell-scripting
60%
+1 −0
Q&A How do I fix a "FrankenDebian"?

I'm trying to help fix a Debian installation that has ended up with a mix of Debian release repositories, aka a "FrankenDebian". This one has the bullseye and unstable repositories listed in /etc/a...

0 answers  ·  posted 2y ago by much‭  ·  edited 2y ago by much‭

Question debian packages
60%
+1 −0
Q&A How to get number of files in directory

The obvious way to do it is: Find some way to get a list of the files Pipe it into wc to count Classically, this would be find /path/to/dir | wc. However fd does the same thing with better u...

posted 2y ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A Vim key bindings not working in terminal python interpreter

MWE To reproduce: Add bindkey -v to your ~/.zshrc. Invoke python interpreter: python. Type something into the prompt without hitting ENTER: this = "this" + "that". Press ESC and try any vim ...

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

Question zsh python
60%
+1 −0
Q&A Simplest way to change cursor to indicate vim mode

Question What is the simplest way to change the cursor to indicate vim mode when using zsh? Notes I want it to show as a vertical line in insert mode and a block in normal mode. This is the cur...

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

Question zsh vim terminal cursor
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 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 2y 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 2y 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