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 Basic GPU usage monitoring

For a TUI solution: https://github.com/Syllo/nvtop Install it and type nvtop in a terminal.

posted 6mo ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A Basic GPU usage monitoring

If you are using KDE/Plasma, there should be a widget for the taskbar that shows GPU usage. Go to the same screen where you normally add widgets and look for a "system monitor" widget. In the confi...

posted 6mo ago by matthewsnyder‭

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

I searched for "what is the most accurate lines of code counter linux", but didn't get relevant results. This tcount CLOC project says that it's somehow better than others ones. I don't really beli...

1 answer  ·  posted 3mo ago by aljustiet‭  ·  last activity 3mo ago by matthewsnyder‭

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

Question cli tls
57%
+2 −1
Q&A Download packages for full system upgrade without installing

I noticed that downloading all the pacman packages for a full system install takes a lot of time, so I want to create a systemd time that will periodically download them for me. That way, most of t...

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

Question arch-linux packages
57%
+2 −1
Q&A How to automatically change to the first matching directory using fuzzy search and cd?

I want the cd command to automatically change to the first directory that matches a fuzzy search, without prompting me to select between multiple options. This is what I've tried: cd() { loc...

1 answer  ·  posted 2y ago by ShadowsRanger‭  ·  last activity 1y ago by jimbobmcgee‭

57%
+2 −1
Q&A How to change resolution of virtual terminal?

How can I rescale the Linux virtual terminals (ctrl + alt + {f1, f2, f3, f4, f5, f6}), so that a high-resolution display doesn't make the letters too small? I'd like to use 1080 or even 720 resolu...

2 answers  ·  posted 1y ago by alx‭  ·  last activity 1y ago by Canina‭

57%
+2 −1
Q&A "A server is already running" error in rails

There's a easiest way to solve the problem that is you have to remove the file /home/istiak/ruby/qpixel/tmp/pids/server.pid. Then, you can run your server again. rm /home/istiak/ruby/qpixel/tmp/pi...

posted 3y ago by deleted user  ·  edited 3y ago by deleted user

Answer
57%
+2 −1
Q&A Is it possible to install .deb file on arch-based Linux?

Yes! It's possible to install debian formatted file in Arch-Based Linux. You have to install dpkg at first. sudo pacman -Sy dpkg Then, you can install any package using dpkg. dpkg -i package.d...

posted 3y ago by deleted user  ·  edited 3y ago by deleted user

Answer
57%
+2 −1
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 3y ago by mcalex‭  ·  edited 7mo ago by Michael‭

Answer
57%
+2 −1
Q&A Unpacking .zst files on Ubuntu

How one may unpack .zst archived on Ubuntu? I received .zst archive file and I am looking for a way to unpack it.

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

Question ubuntu archives
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 10mo ago by trueframe‭  ·  last activity 9mo 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 11mo ago by matthewsnyder‭

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 11mo 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 11mo ago by matthewsnyder‭  ·  edited 11mo 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 10mo ago by Iizuki‭  ·  last activity 10mo 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 10mo 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 10mo ago by matthewsnyder‭  ·  last activity 6mo 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 10mo ago by brew‭  ·  edited 10mo 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 9mo ago by Iizuki‭  ·  edited 9mo 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 8mo ago by Iizuki‭  ·  last activity 8mo 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 8mo 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 8mo 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 8mo ago by Iizuki‭  ·  last activity 8mo 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 8mo ago by Iizuki‭  ·  edited 8mo ago by Iizuki‭

Answer