Search
How can I get notifications to dunst when systemd units fail?
How to show a list of files belonging to a package with pacman?
$ pacman --query --list package-name Or the short version: $ pacman -Ql package-name Source: pacman manpage
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...
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...
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.
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...
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...
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....
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 ...
How to calculate the SHA1 digest of a file in a shell?
RHash is a popular all-in-one hashing and checksum tool available in most Linux repositories (or can be downloaded from SourceForge). Usage example for sha1 sum: $ rhash --sha1 file
I've been distro hopping for years now. I love Fedora and Tumbleweed, but everything I've tried beyond Ubuntu is slow and jumpy, and even Ubuntu lags behind Windows 7, 10, and 11. Are the NVIDIA dr...
Unpopular opinion?: make it look more like SO. dark theme up/down vote without opening the question comment without opening the comment thread These kinda stuck out to me as first impressio...
It's definitely possible, however PopOS might not have added that functionality yet. For example, here is KDE Plasma's System Monitor with a page from the community that shows data:
It appears to be a known issue from the OpenRGB Gitlab Issues: https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/?sort=created_date&state=opened&search=hibernate&first_page_size=20
That's likely Akonadi running in the background. It's the backend that KMail uses to store and manipulate mail.
Arch switched to Python 3.12 which broke offlineimap. I want to use Python 3.12 as the default on my system, but just offlineimap should run with an alternative Python 3.11 environment. Is it possi...
When I create a new Maildir account in Kmail, pointing to /foo/bar, I expect it to create directories like: /foo/bar/cur /foo/bar/new /foo/bar/tmp /foo/bar/some-folder/cur /foo/bar/some-folder...
I have a RPi in the car that I need to act as a mobile AP. I need it to provide a consistent, unchanging ESSID (in AP mode) using the onboard wlan0 for all devices that stay in my car. Dashcams, t...
Actually, there's another process is running in another terminal. Seems like that is installing something or update or upgrading your system. That's why dpkg -i returned that database is locked ...
Don't try to move to 64 bit if your system isn't using 64 bit kernel. The solution is pretty is for Debian-based linux. sudo dpkg --add-architecture amd64 sudo apt-get update sudo apt-get -f ins...
Wait a minute I think you missed something, yesterday when I read your message in Discord I thought you were unable to install RVM which were producing that error. But this question clears my confu...
Looking for a command to show the model(s) of the system's GPU(s). It doesn't matter if it shows other related info too, as long as the model doesn't get buried.
With lshw: # lshw -C display *-display description: VGA compatible controller product: Navi 32 [Radeon RX 7700 XT / 7800 XT] vendor: Advanced Micro Devi...