Search results

  1. CaffeineAddict

    nmcli dev wifi signal value is in what units?

    nmcli dev wifi I have 2 wifi cards both operating on channel 7 (BSSID grayed out), one has signal strenght of 84, another one has 62. Q1: What is this value? is it dBi value or some percentage or something else? Q2: Do my 2 cards interfere with each other since both are up, connected to same...
  2. CaffeineAddict

    An article worth reading if you want deeper understanding of swappiness

    I find it very interesting because kernel formula is provided giving more insights on how swappiness value is taken into account. https://lwn.net/Articles/83588/
  3. CaffeineAddict

    What’s the "Chromium Safe Storage" in Wallet Manager?

    I have asked this question of KDE forums because it's KDE specific question a while ago and received no reply so I'm asking the same question here. --- I have so far several times reinstalled system (with KDE\plasma ofc.) and noticed there is always one entry in Wallet Manager that sits there...
  4. CaffeineAddict

    Solved Confused about Nvidia driver versions

    I need to upgrade my Nvidia driver because newer kernel in offered on my Debian system. Here is a list of drivers to download: https://www.nvidia.com/en-us/drivers/unix/linux-amd64-display-archive/ Specifically I'm baffled by 2 latest drivers as follows: AND If looking at version numbers...
  5. CaffeineAddict

    Solved I'm having issues rendering PDF files in Firefox

    Sample PDF file to test is below: https://unec.edu.az/application/uploads/2014/12/pdf-sample.pdf Rendering the same PDF when downloaded and opened with KDE's okular it renders just fine. Here is how it renders in my Firefox v126.0 (sometimes entire PDF page is blinking and getting dark):
  6. CaffeineAddict

    Don't just "apt autoremove" packages

    This is a short hint which I wish to share because I regret for not knowing it before. When removing unneeded package we usually do sudo apt remove but if you're purge fanatic like me then you'll instead run: sudo apt purge to also remove configuration files of that package. And then if there...
  7. CaffeineAddict

    What makes you trust DuckDuckGo is OK for privacy?

    I have many times thinking about whether to use and trust this search engine in hope to dump google. It seems like one worth trying out. If you're user of DuckDuckGo (or have been using it) what are your arguments to trust it for privacy reasons? Please avoid any negative (or thread title...
  8. CaffeineAddict

    I give up, but not entirely!

    So I was considering about starting my website to earn some extra cash, don't ask what the site would be about it's not that important but I'm sure I would be making money in time... It all went fine, even though I'm not web developer I found out methods to bring my site online within hours...
  9. CaffeineAddict

    Make your man command output colored!

    I disliked so much to type man whatever into terminal because entire text is white & black like TV's from 80's so instead I used to read man pages online. But that changed, here is what I did: sudo apt install terminfo Append the following code to the end of your ~/.bashrc # Bold text export...
  10. CaffeineAddict

    Do you understand everything in htop?

    Hey guys, I really love htop program to monitor system activity, but there are many variables shown that take researching what they mean. I found the following web site which documents in detail all of the numbers and columns, you might find it useful: https://peteris.rocks/blog/htop
  11. CaffeineAddict

    Solved reboot system from terminal

    To reboot system from terminal the usual reboot command did it and still does it... But on a systemd machine we can also do systemctl reboot or sudo systemctl reboot to reboot system. Other than longer typing, is there a difference or preferred method?
  12. CaffeineAddict

    Solved How do I check status and logs of the ssh in Debian?

    I'm using SSH primarily for GitHub and I want to check status of my ssh-agent (or what ever it is called) in Debian and also to check for it's logs, however I'm not able to find it with systemctl sudo systemctl list-units | grep ssh Provides: <no output> How to find which one is it? how is it...
  13. CaffeineAddict

    Which variants of grep are deprecated?

    I know fgrep and egrep are deprecated because same functionality exists with grep -E and grep -F But what about pgrep and rgrep? are these 2 deprecated as well? For rgrep there is grep -r but I don't find any mention of rgrep being deprecated. pgrep seems unique and still valid, so it's not...
  14. CaffeineAddict

    Solved Logs monitoring software or methods

    One thing I really miss in Linux is a GUI to monitor, filter and oversee logs and to subscribe to certain logs. I've been googling around and from what I see all this shiny log monitoring software is commercial, there is barely any free. So my first question is, is there free one and which one...
  15. CaffeineAddict

    Solved Are iptables an obstacle if using nftables?

    I have nftables configured and that's what's used for firewalling, but out of curiosity I've run iptables in terminal and figured out it's installed and configured to allow all traffic. I'm not sure how is it possible that 2 firewalls are installed at the same time. I don't know if iptables...
  16. CaffeineAddict

    Upgrading kernel require reinstall of Nvidia driver?

    I don't have a link but I've read somewhere on debian wiki that if you install Nvidia driver that is downloaded from nvidia website then it's mandatory to reinstall the driver every time you upgrade your kernel because the driver is bound to one kernel only. Today I got kernel update from...
  17. CaffeineAddict

    How often do you reinstall system?

    Hey guys I'm curious how often do you reinstall your system and what triggers you to do it? While I was using Windows I used to reinstall it every 6-12 months or so primarily because it was the most effective method to: 1. Get rid of potential FUD malware 2. Because of registry which over time...
  18. CaffeineAddict

    Solved aptitude search output meaning

    Here is output of my search for installed winehq and wine for which I use winehq repo aptitude search wine-staging p wine-staging - WINE Is Not An Emulator - runs MS Windows programs i A wine-staging:i386 - WINE Is Not An...
  19. CaffeineAddict

    Solved What are fsync and esync?

    In Lutris there are options to enable fsync and esync. What exactly these options mean? I've been googling out but can't find any clear explanation.
  20. CaffeineAddict

    Solved additional apt repositories

    I have only now figured out a potential issue with my apt setup... To install and update Lutris I had to add opensuse repo to apt: https://download.opensuse.org/repositories/home:/strycore/Debian_12/ from https://lutris.net/downloads Problem is that this now might lead to installing packages...
Top