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
575 posts
 
71%
+3 −0
Q&A Disable transient symbols for compose and dead keys in GTK programs

This is originally Ibus' (an input method) behavior. It provides some facilities to extend the basic "input by typing". Examples: Ctrl+Shift+U for hex Unicode input. Ctrl+. for emoji selector. ...

posted 2y ago by Quasímodo‭  ·  edited 1y ago by Quasímodo‭

Answer
71%
+3 −0
Q&A Disable transient symbols for compose and dead keys in GTK programs

An article in the GTK blog explains the situation very well, but here is my go at it. In my keyboard layout, accents are handled as dead keys, so to insert "ë", first I type ¨ and then e. Nothing ...

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

71%
+3 −0
Q&A Close all desktop notifications

While there doesn't seem to be a general command like notify-send to hide all notifications, we can use features of our specific notification daemon, like mako in this case, to hide all notificatio...

posted 2y ago by Matthias Braun‭  ·  edited 2y ago by Matthias Braun‭

Answer
71%
+3 −0
Q&A Docking station block playing of audio on laptop

Use pavucontrol-qt It can be used to investigate configuration of output - in my case comparing what pavucontrol shown with and without docking station indicated that dock was recognized as "USB h...

posted 2y ago by Runaway_from_you_know_what‭

Answer
71%
+3 −0
Q&A What does capital T mean in the output of 'ls -l'?

I had a nightly cronjob start throwing errors about "inappropriate permissions..." rsync: [generator] failed to set permissions on "/data2/home/redacted/alsoredacted/opt/dell/srvadmin/var/log/open...

2 answers  ·  posted 2y ago by re89j‭  ·  last activity 2y ago by Quasímodo‭

Question linux coreutils ls
71%
+3 −0
Q&A how to determine from the command line whether a DVD is encrypted

I am currently ripping a bunch of DVDs. Some are encrypted, and some are not. My method for ripping a DVD depends on whether or not it is encrypted, so I am looking for a command-line method to det...

0 answers  ·  posted 2y ago by Trevor‭  ·  last activity 9mo ago by Mithical‭

Question dvd
71%
+3 −0
Q&A Why is libvkd3d1 not upgrading on my system? (lubuntu 20.04 LTS)

Why is libvkd3d1 not upgrading on my system? (lubuntu 20.04 LTS) When I run sudo apt update, apt flags libvkd3d1 and libvkd3d1:i386 as upgradable, but sudo apt upgrade does nothing and reports tha...

1 answer  ·  posted 2y ago by Darth_Muldoon‭  ·  last activity 2y ago by Canina‭

71%
+3 −0
Meta Who should the temporary moderators be?

As we have set up communities here on the Codidact network we've been appointing temporary moderators. Ultimately, of course, we want each community to choose its own moderators; we've been doing ...

2 answers  ·  posted 2y ago by Monica Cellio‭  ·  edited 2y ago by Monica Cellio‭

71%
+3 −0
Q&A How do I safely replace brew on Big Sur?

Since asking this question I've updated to 12.2 (Monterey), but it's the same problem on either. I was nervous about blowing away my existing brew installation, even if I first captured a list of ...

posted 2y ago by Monica Cellio‭

Answer
66%
+2 −0
Q&A How to make vi-mode bindings in terminal copy to clipboard

If I want to yank my last command I can UP yy, but this does not copy to the system clipboard. How do I configure my terminal to copy to the system clipboard so I can paste into other programs? ...

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

Question bash zsh vi-mode
66%
+2 −0
Q&A Docking station block playing of audio on laptop

How can I manually set default audio device? I connected docking station and Lubuntu is somehow convinced that it can play audio. I want to continue using laptop speakers. Detaching docking stati...

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

66%
+2 −0
Q&A Substituting text in a sed like manner but with a richer format

Perl 5's /x modifier ignores whitespace in the regex, but it doesn't seem to ignore whitespace in the replacement (and I don't know enough perl to fix this). However, if you want to match whitespac...

posted 2y ago by user53100‭

Answer
66%
+2 −0
Q&A Capture separate _and_ combined stdout/stderr

Each file descriptor can only point to a single file. File descriptors can be duplicated such that both point to a single file, but a file descriptor cannot point to two files. Hence, you have ...

posted 2y ago by Quasímodo‭

Answer
66%
+2 −0
Q&A Which Linux system to use?

Beginner: Assuming you have experience with Windows, my vote for best beginner Linux is the quaintly named Puppy Linux. It is a LiveCD distro. You just stick it on a CD or thumb drive, and boot ...

posted 2y ago by mcalex‭  ·  edited 11d ago by Michael‭

Answer
66%
+2 −0
Q&A Bind brightness/volume and other special Fn keys in a tty

The special Fn keys typically trigger ACPI events, for which the ACPI daemon can trigger actions. Install ACPI daemon (apt install acpid) and make sure it is started and enabled. If it isn't, sy...

posted 2y ago by Quasímodo‭

Answer
66%
+2 −0
Q&A Bind brightness/volume and other special Fn keys in a tty

I am running Debian stretch on a Lenovo laptop with only a window manager (i.e. no desktop). Out of the box, this configuration of Debian ignores the keys with special Fn functions, such as volum...

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

66%
+2 −0
Q&A Quickly increase virtual console ("TTY") font size on the fly

To double the font size: setfont -d. To revert to the default font: setfont. From the manual page: -d Doubles the size of the font, by replicating all of its pixels vertically and ho...

posted 2y ago by Quasímodo‭

Answer
66%
+2 −0
Q&A Scalable fonts are not loaded into the X server database

I have some old X11 applications complain that they cannot find a ISO8859-2 font. So I executed grep -r 8859-2 /usr/share/fonts/ and, to my surprise, found many matches, for example ==> /us...

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

Question x11 fonts
66%
+2 −0
Q&A I deselected a package and changed my mind. How to select it without re-emerging?

I executed emerge --deselect xournalpp , which means "I don't need the xournalpp package anymore", so it can be removed by a future --depclean action in case Portage figures xournalpp is not a ...

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

Question gentoo emerge
66%
+2 −0
Q&A How do I safely replace brew on Big Sur?

Brew's deps command might help: brew deps --installed will list out top-level packages and their installed dependencies. Note that some of the top-level packages might be dependencies for other t...

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

Answer
66%
+2 −0
Q&A Unpacking .zst files on Ubuntu

unzstd yourfilename.zst works fine sudo apt-get install zstd or similar is likely to be needed

posted 2y ago by Runaway_from_you_know_what‭

Answer
66%
+2 −0
Q&A Set compose key to Shift + AltGr

I have upgraded Xubuntu from 20.04 to 22.04 and my compose key, which defaulted to Shift + AltGr, was disabled. It is no longer available in the keyboard settings GUI either. How can I set the com...

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

66%
+2 −0
Q&A Quickly increase virtual console ("TTY") font size on the fly

I just want to "zoom in/out" in the text console, is there a straightforward command to do that? I have found various sources (1, 2, 3) that either suggest permanent changes (e.g. modifying config...

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

Question console
66%
+2 −0
Q&A Run command with Key Combination in Gnome

Gnome should have a Settings app with a Keyboard shortcut section. Here you can click Add Custom Shortcut which will let you bind any key to any shell-style command. source Unless you are very sur...

posted 7mo ago by matthewsnyder‭

Answer
66%
+2 −0
Q&A Are NixOS and Guix analogous projects?

From what I can tell, both NixOS and Guix are built around a package manager which, instead of installing package into the "common environment" as is traditional, isolates them to mitigate issues a...

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