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 ==> WARNING: Possibly missing firmware for module: 'foo'

Here's the relevant ArchWiki page. The gist of it is that most of those warnings are probably for some fairly obscure hardware, and can be just ignored (provided that your system indeed works fine...

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

Answer
60%
+1 −0
Q&A Manually trigger cron jobs

Do any of the cron implementations allow you to manually trigger cron jobs (stuff in your crontab) right now, in the exact same manner as they would have when triggered on their usual schedule, exc...

0 answers  ·  posted 1y ago by matthewsnyder‭

Question cron
60%
+1 −0
Q&A How do I migrate my main filesystem to a new drive?

Gnome disks can create a disk image, and then restore it to the new one. The new drive has to be same size or larger, although this is obvious. If it is larger, the partition will still be small, ...

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

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

I have no experience with dunst, but generally you want a global service-level dropin file in /etc/systemd/system/service.d/ with OnFailure= setting in it. This way it gets added to all services ru...

posted 1y ago by Iizuki‭

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

My primary drive is partitioned basically like so (only roughly to scale): / /home junk v v v |xx###############...

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

Question boot partitioning
60%
+1 −0
Q&A Systemd unit needs to start at boot but wait for network

Yup that's the recommended way to do it. Wants adds the network-online.target as a soft dependency.[1] Systemd will try to start it if it isn't up already. Networking should work after this target...

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

Answer
60%
+1 −0
Q&A Is libostree practical for user files?

Is it practical to use libostree for user files? Or is it too specialized for tracking an entire OS? I am not familiar with libostree, but sounds like it's "Git for filesystem trees". Seems like t...

0 answers  ·  posted 1y ago by matthewsnyder‭

Question libostree
60%
+1 −0
Q&A <!nocheck> meaning in Build-Depends

So <!nocheck> is the negation of <nocheck>. This is, unfortunately, not true: the negation is within the term. !nocheck is the negation of nocheck but both are build profile specs....

posted 1y ago by mirabilos‭

Answer
60%
+1 −0
Q&A Can you put systemd units under a custom path?

There are a few ways to do this. From the documentation you linked: When the variable $SYSTEMD_UNIT_PATH is set, the contents of this variable overrides the unit load path. Option 1: Edit tha...

posted 1y ago by Cadence‭

Answer
60%
+1 −0
Q&A 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 1y ago by Andreas demands justice for humanity‭  ·  last activity 12mo ago by Michael‭

Question Lutris
60%
+1 −0
Q&A Show GPU usage in System Monitor

In PopOS's standard System Monitor application, how do I see the GPU usage? I can see the CPU, RAM, disk and network usage, and graphs for them, but GPU usage is listed nowhere. It's available in M...

1 answer  ·  posted 1y ago by Andreas demands justice for humanity‭  ·  last activity 1y ago by Justin‭

Question PopOS SystemMonitor
60%
+1 −0
Q&A Monitor computer temperatures

The Linux kernel exposes that via the Thermal Sysfs. You can then print the temperatures with cat /sys/class/thermal/thermal_zone*/temp You are better off, however, using tools that collate sen...

posted 1y ago by Quasímodo‭

Answer
60%
+1 −0
Q&A Monitor computer temperatures

You can use something like conky which displays information on your desktop. This can be fairly easily configured to show all kinds of information.

posted 1y ago by Justin‭

Answer
60%
+1 −0
Q&A 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 1y ago by matthewsnyder‭  ·  last activity 11mo ago by matthewsnyder‭

Question hardware
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 1y 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 1y ago by matthewsnyder‭

Answer
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 2y ago by jimbobmcgee‭

Question shell-scripting cd fzf
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 2y ago by matthewsnyder‭  ·  last activity 2y ago by terdon‭

Question arch-linux packages
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 1y 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
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 4y ago by deleted user  ·  edited 4y ago by deleted user

Answer
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 4y ago by deleted user  ·  edited 4y ago by deleted user

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

Is it possible to install .deb extension file in Arch-Based Linux? I saw there's no dpkg package. But, if installing .deb file possible than, how?

2 answers  ·  posted 4y ago by deleted user  ·  last activity 4y ago by Grove‭

Question debian manjaro arch-linux .deb
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‭

Question linux console terminal
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 10mo ago by aljustiet‭  ·  last activity 10mo ago by matthewsnyder‭

Question terminal utility cloc loc