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
 
57%
+2 −1
Q&A 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 10mo ago by matthewsnyder‭  ·  edited 10mo ago by matthewsnyder‭

Question cli tls
55%
+3 −2
Q&A init process play a role in the booting of Linux

How does the init process play a role in the booting of Linux?

1 answer  ·  posted 1y ago by trueframe‭  ·  last activity 1y ago by Mithical‭

Question linux boot
50%
+0 −0
Q&A Albert with compositor surrounded by ghost of other windows

On Arch Linux, I installed albert (from AUR) and picom as the compositor. I am using i3 as the window manager. When I bring up the albert window, it is surrounded by the ghost of a window in the b...

0 answers  ·  posted 1y ago by matthewsnyder‭

Question arch-linux i3wm compositor picom albert
50%
+0 −0
Q&A How to check spam headers of EML file from command line?

If I have an email in EML format, how can I determine its spam status from the terminal? My mail provider appears to insert a X-Acme-Spam-Status header. It looks like X-Acme-Spam-Status: v=1; e=b...

0 answers  ·  posted 1y ago by matthewsnyder‭

Question terminal cli email spam
50%
+0 −0
Q&A How do I safely replace brew on Big Sur?

You can try to search your shell's history for brew install. Every shell has its own history command, but for example on fish I can do history | rg brew install. (rg is https://github.com/BurntSush...

posted 1y ago by matthewsnyder‭  ·  edited 1y ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A How to find user's id (UID)?

How to lookup user-id with the user's name? E.g. What's the UID of user linus?

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

Question uid
50%
+0 −0
Q&A How to find user's id (UID)?

With the id command: $ id --user linus

posted 1y ago by Iizuki‭

Answer
50%
+0 −0
Q&A What is Kmail running in the background?

When I run Kmail on i3, and then close it, it appears to continue running some stuff in the background. For example, I periodically get notifications about new mail from dunst, even though I have c...

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

Question kmail
50%
+1 −1
Q&A An alternative to pacman sudo nag?

You don't. sudo is for there for security purposes. If you alias it as sudo pacman than you can mess up without knowing. You can login as root su - to execute consecutive commands.

posted 1y ago by brew‭  ·  edited 1y ago by brew‭

Answer
50%
+0 −0
Q&A ldapsearch: how to ignore certificate?

How to ignore server certificate when using ldapsearch command-line tool? Of course this isn't something you should be doing regularly, but it would be a handy asset for troubleshooting.

1 answer  ·  posted 1y ago by Iizuki‭  ·  edited 1y ago by Iizuki‭

Question ldap certificate
50%
+0 −0
Q&A How to add a new drive to a BTRFS filesystem?

BTRFS is capable of spanning over multiple drives. How to add one more to an existing filesystem?

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

Question btrfs
50%
+0 −0
Q&A How to add a new drive to a BTRFS filesystem?

Add a new drive with the device command: # btrfs device add /dev/new-device /path/to/the/filesystem/youre/adding/to Then you probably want to balance the filesystem so that some data will actua...

posted 1y ago by Iizuki‭

Answer
50%
+0 −0
Q&A Solr crashes on startup with segmentation fault

I upgraded to WSL 2 because I discovered several instances online where people had run into issues with WSL and Solr together. This fixed the problem of Solr not starting. However, it triggered a n...

posted 1y ago by tarhalda‭

Answer
50%
+0 −0
Q&A How to get remote container image digest with skopeo?

How to get the (index) digest of a remote container image with skopeo? So this would be your normal container image in a container registry. E.g. in docker.io

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

Question container skopeo
50%
+0 −0
Q&A How to get remote container image digest with skopeo?

With the inspect subcommand, and you probably want to set a format to filter out all the other clutter: $ skopeo inspect --format='{{ .Digest }}' docker://docker.io/snipe/snipe-it:v6.3.4 sha256:...

posted 1y ago by Iizuki‭  ·  edited 1y ago by Iizuki‭

Answer
50%
+0 −0
Q&A Get notifications to dunst when systemd units fail

How can I get notifications to dunst when systemd units fail?

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

Question systemd dunst
50%
+0 −0
Q&A Pacman list files installed by a package

How to show a list of files belonging to a package with pacman?

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

Question arch-linux pacman
50%
+0 −0
Q&A Pacman list files installed by a package

$ pacman --query --list package-name Or the short version: $ pacman -Ql package-name Source: pacman manpage

posted 1y ago by Iizuki‭

Answer
50%
+0 −0
Q&A How do I migrate my main filesystem to a new drive?

I'll add a specific, simple way that worked for me: Create some kind of Linux Live USB Boot into Live OS Use lsblk and blkid to figure out which drive exactly is the old and new one. Stay in t...

posted 1y ago by matthewsnyder‭

Answer
50%
+0 −0
Q&A Moving the filesystem root to a different partition and booting from it

Disclaimer: I'm not a Mint (or Ubuntu) user. Using your distro's live image: Do your partition stuff Mount the new root to the live system at /mnt[1] Mount your other partitions to the new ro...

posted 1y ago by Iizuki‭

Answer
50%
+0 −0
Q&A Systemd service status if ExecStop or ExecStopPost fails?

Will the overall unit status be failed if either ExecStop or ExecStopPost fail? I would expect it to be so, but the documentation isn't very explicit about it.

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

Question systemd
50%
+0 −0
Q&A Systemd service status if ExecStop or ExecStopPost fails?

Yes, the unit will enter the failed state if either one of those failed. You verify this with a test unit like this: [Unit] Description=ExecStop failure test [Service] ExecStart=echo I might...

posted 1y ago by Iizuki‭

Answer
50%
+0 −0
Q&A Nerf an SSH login outside expected IP range

authorized_keys You can make restrictions, but it's clunky and not well-standardized. A command stanza on an authorized key works like the ForceCommand on SSHD Config. It runs the one specified co...

posted 1y ago by Michael‭  ·  edited 1y ago by Michael‭

Answer
50%
+0 −0
Q&A What unexpected things can happen if a user runs commands expecting a text file on input lacking a file-final newline?

I’ve had some tools drop the last incomplete line on some OSes. For example: $ printf 'foo\nbar\nbaz' | sed 's/x/y/' foo bar $ _ I don’t recall which systems exactly these were, but I know ...

posted 1y ago by mirabilos‭

Answer
50%
+2 −2
Q&A Calculate the SHA1 checksum of a file

How to calculate the SHA1 digest of a file in a shell?

2 answers  ·  posted 1y ago by Iizuki‭  ·  last activity 1y ago by Iizuki‭

Question checksum sha1