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
 
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 2mo 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 2mo ago by matthewsnyder‭  ·  edited 2mo ago by matthewsnyder‭

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 3mo 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 3mo ago by Iizuki‭  ·  last activity 3mo 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 3mo 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 3mo 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 3mo 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 3mo ago by mcp‭  ·  edited 3mo 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 3mo ago by GeraldS‭  ·  edited 3mo ago by Andreas witnessed the end of the world today‭

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 3mo 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 3mo ago by matthewsnyder‭  ·  last activity 3mo 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 6mo 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 6mo ago by Andreas witnessed the end of the world today‭  ·  last activity 6mo 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 6mo 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 6mo ago by matthewsnyder‭  ·  last activity 6mo ago by matthewsnyder‭

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 6mo 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 6mo ago by matthewsnyder‭  ·  last activity 6mo ago by GeraldS‭

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 6mo ago by GeraldS‭  ·  edited 6mo 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 5mo ago by Andreas witnessed the end of the world today‭  ·  last activity 5mo ago by Andreas witnessed the end of the world today‭

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

It seems as if there's an issue with the DBus connection. It's likely a bug in the software, so the solution for now is a workaround. When the application is restarted in Lutris, it leaves a backgr...

posted 5mo ago by Andreas witnessed the end of the world today‭

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

I have multiple systems, each of which has two different hard drives: one fast SSD and my good old spinning rust. Originally, I had set up the drives to have my root directory / on the SSD and my ...

1 answer  ·  posted 5mo ago by mr Tsjolder‭  ·  last activity 5mo ago by Iizuki‭

60%
+1 −0
Q&A How can I put my home directory on a different partition?

Suppose you currently use the partition /dev/sda1 for everything, and you create a new partition /dev/sda2 to use for /home. It doesn't matter if the partition is on a different physical drive, sam...

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

Answer
60%
+1 −0
Q&A Ubuntu system has lost DNS access

At the most embarrassing time, Firefox on my Ubuntu laptop wouldn't connect to any websites. I've narrowed it down to a DNS issue. I can ping IP addresses, sftp to the computer, etc. The problem af...

1 answer  ·  posted 5mo ago by gmcgath‭  ·  edited 3mo ago by matthewsnyder‭

Question ubuntu dns
60%
+1 −0
Q&A Adding mount points to an existing partition that already has one

I have / mounted on a relatively small partition and /home on a larger one taking up most of the rest of the drive (as seems to be common practice). I'd like to move certain other parts of the file...

1 answer  ·  posted 5mo ago by Karl Knechtel‭  ·  last activity 5mo ago by Canina‭

Question filesystem mount
60%
+1 −0
Q&A How to open documentation in qch format in Debian based systems?

I wanted to download C++ documentation and found cppreference-doc-en-qch in Debian's archive: Description: C and C++ standard library reference (English, Qt Help variant) A version of online C ...

2 answers  ·  posted 5mo ago by Quasímodo‭  ·  last activity 5mo ago by Quasímodo‭

Question debian qt