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 Scalable fonts are not loaded into the X server database

Further digging led me to this post on the FreeBSD forum, in which a user says that The functionality of the freetype module is contained in the libXfont library. And sure enough I managed to...

posted 3y ago by Quasímodo‭

Answer
60%
+1 −0
Q&A How do I prevent remote syslog events from printing locally?

I have a GNU/Linux host that I use to aggregate syslog events from a few switches, printers, and generally less versatile hosts on my LAN. I set up rsyslog years ago to listen on UDP:514 and save ...

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

Question rsyslog syslog logging
60%
+1 −0
Q&A Why is libvkd3d1 not upgrading on my system? (lubuntu 20.04 LTS)

In Debian derivatives (of which Ubuntu is one), and more generally those distributions that use the Debian apt package manager tool suite, for packages to be "kept back" during an upgrade means tha...

posted 3y ago by Canina‭

Answer
60%
+1 −0
Q&A I deselected a package and changed my mind. How to select it without re-emerging?

From Selected-packages set (Portage) — Adding an atom without recompilation (yes, embarrassingly the very link in the question, the word "atom" put me off...), emerge --noreplace xournalpp --no...

posted 3y ago by Quasímodo‭

Answer
60%
+1 −0
Q&A How can you create a separate home partition using LVM?

I'm currently using Fedora 34 and want to install Fedora 35 while keeping around just my home folder. Currently I don't have a separate home partition, but I read online that it's easy to make one ...

1 answer  ·  posted 3y ago by true_blue‭  ·  edited 3y ago by true_blue‭

Question Fedora LVM partitioning /home OS-installation
60%
+1 −0
Q&A How can you create a separate home partition using LVM?

I don't use Fedora myself, but from the documentation, it looks like it doesn't use LVM unless you explicitly set that up during installation, but rather Btrfs by default. How your system is actual...

posted 3y ago by Canina‭  ·  edited 3y ago by Canina‭

Answer
60%
+1 −0
Q&A How to use several keyboard layouts with Awesome WM?

Have you tried using awful's widget instead: awful.widget.keyboardlayout. It seems to be a switcher that automatically loads the available X11 settings(?). Here's a sample configuration (untested,...

posted 7mo ago by tantan‭

Answer
60%
+1 −0
Q&A Supervisor: display, prefix and color output from child programs

I want to run programs foo and bar with supervisord. Both programs produce a continuous stream of occasional output (stdout and stderr) as they run. When I run supervisor with nodaemon=true, I wan...

0 answers  ·  posted 7mo ago by matthewsnyder‭  ·  edited 7mo ago by matthewsnyder‭

Question configuration logging supervisor
60%
+1 −0
Q&A How to move a BTRFS filesystem to another drive?

A convenient but a little risky method Don't do this unless you have backups on a separate drive, and are prepared to restore from them. Properties Pros Easy Uses native BTRFS tools Can be ...

posted 7mo ago by Iizuki‭

Answer
60%
+1 −0
Q&A How to move a BTRFS filesystem to another drive?

How to migrate a single device BTRFS filesystem to a new drive? I don't want to send individual subvolumes, but instead the entire filesystem with its subvolume layout intact. Changing the filesyst...

1 answer  ·  posted 7mo ago by Iizuki‭  ·  last activity 7mo ago by Iizuki‭

Question btrfs
60%
+1 −0
Q&A Command to show GPU model

inxi -G will show this. $ inxi -G Graphics: Device-1: NVIDIA GP107 [GeForce GTX 1050 Ti] driver: nvidia v: 460.39 Display: x11 server: X.Org v: 1.20.10 driver: X: loaded: nvidia reso...

posted 7mo ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A Find path to an executable

If you need this in a portable POSIX-compliant script, you should not use which but this instead: command -v find

posted 7mo ago by Ordoviz‭

Answer
60%
+1 −0
Q&A What is the most accurate CLOC (count lines of code) program?

Objectively, the most accurate way would be to actually count the lines. So you would do wc on each file and add them up. This ends up being not a very useful statistic, because it is sensitive to...

posted 8mo ago by matthewsnyder‭

Answer
60%
+1 −0
Meta Should we merge with Power Users?

This is an interesting discussion. I am late but want to give my take. I have definitely struggled with deciding where to post. I think that struggle is part of any organized community though. f~~...

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

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

Open the Disks application. Select the secondary disk and partition, and in the gears menu click on Edit Mount Options... Uncheck User Session Defaults and uncheck Show in user interface. Opt...

posted 8mo ago by GeraldS‭  ·  edited 8mo ago by Andreas demands justice for humanity‭

Answer
60%
+1 −0
Q&A How to view a TLS certificate from the command line?

You can use openssl: openssl x509 -in server.crt -text

posted 8mo ago by GeraldS‭

Answer
60%
+1 −0
Q&A Download a TLS certificate from the command line

What command can be used to download the TLS certificate of a site such as https://wikipedia.org?

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

Question cli tls
60%
+1 −0
Q&A List remote container tags

Skopeo is a tool for managing remote containers. It has a list-tags subcommand which does exactly what it sounds like: $ skopeo list-tags docker://docker.io/archlinux Conventional container re...

posted 10mo ago by Iizuki‭

Answer
60%
+1 −0
Q&A Install and run Windows applications

How do I install and run Windows applications downloaded from a website? Windows applications do not run natively on Linux, but can be run using Wine. When downloading these applications from a we...

2 answers  ·  posted 10mo ago by Andreas demands justice for humanity‭  ·  last activity 10mo ago by matthewsnyder‭

Question windows wine
60%
+1 −0
Q&A How do I find the code of a keyboard key?

On X, open a terminal and run xev -event keyboard. You'll get a white box. Make sure this is focused and press the key. You should see some output in the terminal about what the key is. Particularl...

posted 10mo ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A How do I keep track of configuration changes?

Occasionally I ask how to do some configuration, and people tell me to do stuff like edit some config file in an XYZ directory. But if I configure everything this way, it will turn into a mess, and...

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

Question configuration best-practices
60%
+1 −0
Q&A Install and run Windows applications

You can use Wine, or a VM. With a VM, it's pretty straightforward - install Windows in the VM, and then run the program as you would normally inside the VM. With Wine, the "basic" way (which you s...

posted 10mo ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A How to make changes to logind.conf take effect?

I added IdleAction=hibernate IdleActionSec=30min To my bat /etc/systemd/logind.conf. Then I waited 31 min, but nothing happened. It didn't hibernate. Presumably, the config changes are not loa...

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

Question configuration systemd logind
60%
+1 −0
Q&A How to make changes to logind.conf take effect?

The unit does not support reloading, but restarting the service should do the trick. sudo systemctl restart systemd-logind

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

Answer
60%
+1 −0
Q&A Lutris app or game renders incorrectly

If I have an application such as the EA App running from Lutris, after starting the computer from hibernation, it sometimes doesn't render correctly; the window renders some areas fine, while other...

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

Question gnome Lutris