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 »
Q&A

General Q&A about Linux and Unix-like operating systems

Filters (None)
57%
+2 −1
How to view a TLS certificate from the command line?

I have a TLS certificate, let's say codidact.pem (downloaded as in https://linux.codidact.com/posts/292251/292257#answer-292257). But when I view it the file it appears to be base64 encoded: $ cat...

2 answers  ·  posted 8mo ago by matthewsnyder‭  ·  edited 8mo ago by matthewsnyder‭

cli tls
60%
+1 −0
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‭

cli tls
66%
+2 −0
Command to display remote certificate information

How to display details about a site's certificate using CLI tools?

2 answers  ·  posted 8mo ago by Iizuki‭  ·  edited 8mo ago by Iizuki‭

cli certificate tls
75%
+4 −0
Is it a bad idea to pipe a script from curl to your shell?

Online, I often see someone tell people to run a command like /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" (example from https://brew.sh/). The g...

2 answers  ·  posted 8mo ago by matthewsnyder‭  ·  last activity 8mo ago by Stephen Kitt‭

security shell-scripting best-practices
60%
+1 −0
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 10mo ago by gmcgath‭  ·  edited 8mo ago by matthewsnyder‭

ubuntu dns
71%
+3 −0
How do you play Windows games on Linux?

A lot of games are made for Windows, and don't have an official Linux version. Can you play these on Linux? Asking specifically about games, not all programs, because games have a lot of additiona...

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

windows games
50%
+0 −0
Fix broken EGL installation

According to a post on the Nvidia forums, my EGL installation is broken, as eglinfo should say the vendor is Nvidia; on my system it returns: EGL API version: 1.5 EGL vendor string: Mesa Project ...

0 answers  ·  posted 8mo ago by Andreas demands justice for humanity‭

nvidia PopOS egl
60%
+1 −0
Change device name that shows up in pactl

I use pipewire. When I list devices with pactl, I see some ugly device.name values. Some of these I changed in the past, but forgot how. I want to change some more. How?

0 answers  ·  posted 8mo ago by matthewsnyder‭

audio pipewire
75%
+4 −0
Get notified when there are unmerged changes from origin

Sometimes I work with Git repos that have some changes fetched but not yet merged to the local branch. Occasionally I make commits without noticing this, which necessitates rebase/conflict resoluti...

1 answer  ·  posted 8mo ago by matthewsnyder‭  ·  edited 8mo ago by Michael‭

git convenience automation
50%
+0 −0
How do I customize the output format of `apt search`?

I'm fond of the one-line tabular-like output of aptitude search, but not all systems have aptitude installed. How do I customize the output of apt search (or apt-cache or whatever default tool is a...

1 answer  ·  posted 8mo ago by ajv‭  ·  last activity 8mo ago by alx‭

debian apt ubuntu
75%
+4 −0
Forbid concurrent runs of a process

Suppose I have some hypothetical CLI program. It is important that only one instance of this program runs at any given time. When multiple instances run concurrently, bad things happen. Normally, ...

2 answers  ·  posted 9mo ago by matthewsnyder‭  ·  last activity 8mo ago by Canina‭

cli concurrency
71%
+3 −0
How to delay systemd unit at boot/login?

I have a systemd unit that runs hourly, but when the computer has just booted/logged in it will "catch up" on the previous run, so it ends up firing right after I log in. Is there a way to make it...

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

systemd
60%
+1 −0
Journalctl - how to restrict search to only certain boot IDs?

It seems like systemd labels every boot with some ID. Suppose I have some sporadic issue that happens only on some boots. I want to search logs for only the boots that have the issue, not all boot...

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

systemd journalctl
71%
+3 −0
Can you tell Linux to ignore a device until it finished booting?

I have a crappy USB hub. I connect some devices to this, like a USB microphone, which don't matter at all until I've booted successfully. Sometimes these devices cause an issue and my boot gets stu...

0 answers  ·  posted 8mo ago by matthewsnyder‭

boot kernel systemd troubleshooting
66%
+2 −0
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 9mo ago by matthewsnyder‭

systemd hibernate journalctl
50%
+0 −0
Terminal: Continuously check mail, but not too often

I have a command check_mail that checks my mail. I have it configured to run hourly because I don't want to hammer the server too much. But, sometimes I am really at the edge of my seat for a resp...

1 answer  ·  posted 9mo ago by matthewsnyder‭  ·  last activity 9mo ago by Canina‭

terminal mail
66%
+2 −0
How to find all files not part of a package on Arch?

How do I find all actual files (not devices, sockets, etc) on my system that are: Not part of a package Not under /home (I assume that packages are supposed to never put files there) on Arch...

1 answer  ·  posted 9mo ago by matthewsnyder‭  ·  last activity 9mo ago by Michael‭

arch-linux pacman maintenance system-administration
66%
+2 −0
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 9mo ago by Andreas demands justice for humanity‭  ·  last activity 9mo ago by Andreas demands justice for humanity‭

debian
60%
+1 −0
Reliably set a wallpaper in i3

Currently I set my wallpaper by having a call to feh in my i3 config. This does set the wallpaper, but it seems buggy. Whenever my monitor configuration changes, the wallpaper gets moved partially ...

0 answers  ·  posted 9mo ago by matthewsnyder‭

arch-linux i3wm xorg
66%
+2 −0
Efficiently determining disk usage of a folder (without starting from scratch every time)

When I use my computer, one question I commonly want to answer for myself is "how much space is being used by the contents of this folder?". Typical file/window managers, IMX, answer this question ...

2 answers  ·  posted 9mo ago by Karl Knechtel‭  ·  last activity 9mo ago by GeraldS‭

filesystem disk-usage caching ext4
60%
+1 −0
How to clean up junk files in my home directory?

After many years of using Arch, and many applications, my home directory is completely cluttered with junk. Of course, much of this is useful and needed for the normal operation of programs. For ex...

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

arch-linux /home maintenance system-administration
60%
+1 −0
Mute sound on boot

When I boot my computer, I want the sound to start out muted, even if it wasn't before. For bonus points: It should also reduce volume to 0% This should also happen when coming out of hibernat...

0 answers  ·  posted 9mo ago by matthewsnyder‭

configuration systemd pipewire
60%
+1 −0
Basic GPU usage monitoring

How do you monitor GPU usage on Linux? I am most interested in a "% GPU usage" and maybe "GPU temp" statistic, not so much very detailed stuff.

3 answers  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 9mo ago by matthewsnyder‭

hardware
50%
+0 −0
How can I check GPU usage? [duplicate]

Linux Mint comes with "System Monitor", a GNOME utility that - among other things - shows my CPU and RAM usage and network transfer rate. It seems intended as the system's alternative to the Task M...

0 answers  ·  posted 9mo ago by Karl Knechtel‭  ·  closed as duplicate 9mo ago by Mithical‭

sensors hardware SystemMonitor
71%
+3 −0
Why don't LTS distros consistently use/offer LTS kernels?

I've noticed that the default kernel selection for Ubuntu 22.04, for example, is Linux 5.15.0. Ubuntu 22.04 is a LTS release, which is supposed to have standard support until April 2027, and Linux ...

0 answers  ·  posted 9mo ago by Karl Knechtel‭

kernel distributions release-cycle
71%
+3 −0
Clarifying terminology related to mounting

I understand that "mounting" in Linux refers to associating some "device" (usually some storage drive or a partition thereof, but it could be a region of RAM, some memory-mapped hardware, etc.) wit...

0 answers  ·  posted 9mo ago by Karl Knechtel‭

mount terminology
71%
+3 −0
Confused about what "Linux" means

I've heard people say that Linux is a misnomer. Supposedly, the operating system is not Linux, Linux is just a part of it called a kernel, and the operating system should be called something else. ...

2 answers  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 10mo ago by Christa‭

linux terminology
60%
+1 −0
Dual booting without rebooting

Suppose you have two Linux distributions installed in a dual boot situation. One issue that can happen is when you need to frequently switch. Rebooting is disruptive if you have a bunch of things ...

2 answers  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 10mo ago by bgstack15‭

dual-boot distro-hopping
50%
+0 −0
How can I fill out PDF forms?

I often need to fill out PDF forms, like government paperwork and stuff for banks. How can I do this on Linux? Best I could find was Foxit, but it has strange limitations in the Linux version, lik...

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

recommendation pdf
77%
+5 −0
What's the "big picture" of how my operating system is put together?

My understanding is that one of the key advantages of Linux is modularity: the actual Linux kernel is quite small, and then what we call Linux is that plus the "rest of the system" - hence "operati...

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

configuration linux packages
71%
+3 −0
Can you reuse your home directory while distro hopping?

I want to install additional Linux distributions on my computer, so I can try some new ones and see if they're better than my current ("old") one. I've been using my current distro for a while. I'...

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

/home dual-boot distro-hopping
71%
+3 −0
Adding new entries to Grub with alternate kernel parameters

I installed Grub in the normal way and now I have entries in the Grub menu for linux, linux-lts, and the fallback versions of them. I want to add more entries to this. For example, I want to add l...

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

grub
60%
+1 −0
What are the most active distros without systemd?

Ever since systemd was adopted by mainstream distros, there's been many reactive projects aiming to provide a distro without systemd. I've often had the impression that a lot of these were motivat...

2 answers  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 10mo ago by matthewsnyder‭

systemd distributions
77%
+5 −0
Best practice for splitting data between a fast and slow drive

If I had a fast drive (SSD) and a slow one (HDD), what parts of my Linux system should go on the fast one?

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

partitioning performance best-practices
66%
+2 −0
How do you install Manjaro as LVM on LUKS?

There is a popular partitioning scheme, described in the Arch wiki as LVM on LUKS. The meat of this is: /boot is its own unencrypted partition The rest of the drive is a giant LUKS partition I...

0 answers  ·  posted 10mo ago by matthewsnyder‭

manjaro LVM partitioning OS-installation luks
60%
+1 −0
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 10mo ago by Quasímodo‭  ·  last activity 10mo ago by Quasímodo‭

debian qt
60%
+1 −0
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 10mo ago by Karl Knechtel‭  ·  last activity 10mo ago by Canina‭

filesystem mount
75%
+4 −0
How do I find out the version of a program in a terminal?

How can I print the version of a program in the terminal, so that I know which one I have installed?

3 answers  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 10mo ago by alx‭

terminal
60%
+1 −0
Enable multiplayer for Titanfall 2 from EA Games with Lutris

I have installed the Flatpak version of Lutris from Pop_Shop in PopOS. From within Lutris, I have installed the EA App, which I have then used to download several games from my library. Unfortunate...

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

Lutris
50%
+0 −0
Initramfs: "triggering uevents" suddenly takes a really long time

Early in boot, after triggering uevents but before the encrypt hook (decrypting drives) my system takes a very long time, over a minute. Actually, I bet it takes 90 seconds which is the typical def...

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

arch-linux initramfs troubleshooting
60%
+1 −0
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 10mo ago by mr Tsjolder‭  ·  last activity 10mo ago by Iizuki‭

filesystem symbolic-links
50%
+0 −0
How to perform a zuluCrypt "Create Encrypted Container in Hard Drive" but as a Linux command line?

I have long been in the process of converting my manual steps to create a new backup disks into an automated script. The only part I have left is the initial "creation" of the disk, meaning whateve...

0 answers  ·  posted 10mo ago by jmari.hendry@floodouts.com‭

scripting linux shell-scripting
50%
+0 −0
HTTPie give SSLError for normal sites

HTTPie complains about TLS certificates ever for sites I know are fine: $ https wikipedia.org https: error: SSLError: HTTPSConnectionPool(host='wikipedia.org', port=443): Max retries exceeded w...

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

python certificate
50%
+1 −1
How can I put my home directory on a different partition?

I want /home to be on a different partition than the rest of my files. How can I do this?

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

partitioning mount
60%
+1 −0
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‭

gnome Lutris
66%
+2 −0
How to export public GPG key?

GPG stores keys inside an internal database of some sort. How to export your public key in the familiar -----BEGIN PGP PUBLIC KEY BLOCK----- format so that it can be imported to other software? E.g...

2 answers  ·  posted 12mo ago by Iizuki‭  ·  last activity 10mo ago by Michael‭

GPG
66%
+2 −0
How do you rotate webcam feed by 90 degrees?

When I view my document camera's feed in guvcview it is in landscape mode. I want it to capture things in portrait mode, since I usually take photos of documents. Currently, I have to rotate all t...

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

webcam
71%
+3 −0
Does Fedora have cutting edge features, and what makes it so?

I saw another post recommend using Fedora if you want cutting edge features. Is Fedora really a "cutting edge" distro? I am not very familiar with Fedora, I know it's a community counterpart to R...

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

Fedora distributions
71%
+3 −0
How do I send console output to the clipboard?

Suppose I have a command that prints to the standard output, like: $ echo hi hi How can I send this to the clipboard instead, as if I selected the output and did Ctrl+C?

3 answers  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 10mo ago by r~~‭

terminal clipboard
60%
+1 −0
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‭

configuration systemd logind