Recent content by dos2unix

  1. dos2unix

    WiFi problem - unstable connection, ping spikes (Nobara 39 KDE)

    What is the output of... nmcli dev wifi list and ip add You don't want the epel stuff for Fedora/Nobara, just install the rpmfusion packages. https://rpmfusion.org/Configuration
  2. dos2unix

    vi(m): copy multiple lines without doing math

    I tend to use the "esc X yy" method in vi. But there is also something called gpm. If you like rodents, you can use your mouse to copy and paste text in terminal consoles. There is also a way to "cheat". If you're ssh'd to a linux system remotely from another computer running Windows/MacOS...
  3. dos2unix

    How to easily fix problems with pulseaudio for newbies

    Supposedly it uses less resources than Alsa or PulseAudio. I haven't personally quantified that myself yet. Also it's supposed to have less latency. From what I understand, Pulse and Alsa have hardware limitations. Pipewire is more for professionals, I can say this for sure. My DSP and HDSP...
  4. dos2unix

    i don't find the file .history in my home

    That's only true until you reboot. It will cache the history file and the commands since the last reboot. But if there is no history file, and you reboot, it'll only cache the current session commands. Of course it will automatically create a new file.
  5. dos2unix

    An Article from It's Foss About 24.04 LTS

    I personally have to say I hope not. There is some commercial software for Linux already. But snap is pretty much a canonical thing. A tight as Microsoft and Canonical are, well... I'd hate to see Microsoft be in charge of the Windows store and the Linux snap store. I personally don't think...
  6. dos2unix

    Seeking to install Linux on my NUC PC.

    I've ran several different distro's on this NUC. The only problem with this particular one is that it doesn't have a 1/8 inch audio jack. So you have to use a USB adapter for sound, but other than that, it works great. Audio, video, network, Wi-Fi, all work fine.
  7. dos2unix

    Gimp 3 is on the way

    I don't know if it's this way for every distro, but for mine, I had to download a lot of the extra plugings ( about 40 of them ) as separate packages from gimp. Depending on which disro you're using this is done with dnf, yum, apt, yast2, pacman, or one of the others. You can see the smudge...
  8. dos2unix

    Gimp 3 is on the way

    For some distro's you install the plugins separately. elementary-icon-theme-gimp-palette.noarch : Icons from the Elementary Project (GIMP palette) gimp-data-extras.noarch : Extra files for GIMP gimp-dds-plugin.x86_64 : A plugin for GIMP allows you to load/save in the DDS format gimp-devel.i686...
  9. dos2unix

    Help with RAM Usage on debian Server

    The -Xmx10g, mean the Java heap size can be up to 10GB. It's "usually" recommended not to goa bove 50% of the RAM on heap size. In your case, that would be 8GB. You can change this line. By default docker apps don't use compressed RAM. That means if you're using say 4GB of RAM in container...
  10. dos2unix

    Your Linux backup and disaster recovery solution

    dnf info backuppc Last metadata expiration check: 2:38:42 ago on Sat 27 Apr 2024 06:57:16 AM PDT. Available Packages Name : BackupPC Version : 4.4.0 Release : 10.fc39 Architecture : x86_64 Size : 455 k Fedora has it it. Alma and Rocky also have it, but since I have...
  11. dos2unix

    Your Linux backup and disaster recovery solution

    I have used TimeShift, but these days I use BackupPC because it comes with my Distro. I care about my data more than I do my apps. I use kickstart to build my PC's, so everything gets built and installed how I want from the start. My "data" is always on a second disk separate from the OS disk...
  12. dos2unix

    Fedora40 released today.

    https://www.phoronix.com/news/Fedora-Change-KDE-Default-Prop
  13. dos2unix

    Fedora40 released today.

    https://fedoraproject.org/en/workstation/download Supposedly this will be the last release with Gnome as the default desktop. You can still download it as a spin in 41.
  14. dos2unix

    What can I do with point to point protocol on Linux?

    That's an older protocol. it for mostly for dial-up modems and DSL before everything went to broadband cable.
  15. dos2unix

    Today's article is about journalctl...

    I use journalctl -xeu (service.name) frequently.
Top