Search results

  1. dos2unix

    Fedora40 released today.

    https://www.phoronix.com/news/Fedora-Change-KDE-Default-Prop
  2. 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.
  3. 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.
  4. dos2unix

    Today's article is about journalctl...

    I use journalctl -xeu (service.name) frequently.
  5. dos2unix

    Oracle Linux

    Or AlmaLinux.
  6. dos2unix

    Solved reboot system from terminal

    Not always necessary. I do it out of habit. dd, scp, and web downloads happen in real time. copying to and from USB stick's usually aren't, the blue progress bar will say it's done, but it really isn't. If you try to "eject" the USB before it's done, it will say something like "wait" or "not...
  7. dos2unix

    Resizing /home by deleting it and recreating it

    Are you using LVM? Standard partitons? If you're using LVM, you can grow partitions, or you can just make another logicalVolume and add the free disk space to it. If you're using standard partitions, just add another partition. 80GB for / seems like a lot, and I have a hard time imaging what...
  8. dos2unix

    Solved reboot system from terminal

    systemd doesn't care if you just use reboot. I typically do a "sync; reboot", just to make sure everything is done writing to disk before the reboot. Amazingly enough, most distro's do not require you to sudo in order to reboot.
  9. dos2unix

    Impartiality Of Distro Choices Advocated At This Site

    There's always something. :) Some people like the windows look and feel ( to me MATE is more windows like than KDE ) but some people like the the cell phone look and feel, which as much I hate to say Gnome, Gnome does this best. So maybe age plays into this? Kids these days aren't used to...
  10. dos2unix

    Autostart applications on Fedora.

    Autostart KDE That's a lot easier than what I was going to recommend.
  11. dos2unix

    Impartiality Of Distro Choices Advocated At This Site

    Does it have to be one distro? How about a choice of 3 or 4? Perhaps a list also of what "not" to choose would be helpful.
  12. dos2unix

    Solved USB ports issue - really slow

    Did the speed change? Was it always slow on that particular port? My PC has 3 kinds of USB ports. It has USB 2.0, It has USB 3.1, and it has USB type c, 3.2. Two are only 450meg per sec. Two are 5gig per second. 4 are 10gif per second, and the type c port support 20gig per second. So all...
  13. dos2unix

    Installing Chrome on Linux

    Microsoft Defender does indeed exist for Linux. All Azure cloud Linux that we use have defender pre-installed by default. https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/microsoft-defender-endpoint-linux?view=o365-worldwide Whether it's any good or not is another...
  14. dos2unix

    Ubuntu İnstallation problem

    I have had this happen with Ventoy before. Yet it doesn't happen on bare bones or VMs.
  15. dos2unix

    Today's article is quite simple...

    That's not a simple task. For example... ls /var/log anaconda btmp-20240401 firewalld lynis.log ppp spooler-20240331 audit chrony glusterfs lynis-report.dat private spooler-20240407 BackupPC...
  16. dos2unix

    Bluetooth disable on startup

    Do you want the service to quit running, or do you want it not to try to connect to anything. The GUI doesn't disable the service. But since you seem to already be familiar with the command line and systemctl. sudo systemctl disable bluetooth.service sudo systemctl stop bluetooth.service...
  17. dos2unix

    Dual booting Linux and Windows 7

    Windows 7 was end of life in 2020. Before cell phones were popular on every platform. If you want "Windows like", I would install Windows 10. It has cell phone adb utilities. It's likely that laptop might be able to run windows 10 or 11 because of resource requirements ( RAM, CPU, disk space...
  18. dos2unix

    Why startup timeout for service in systemd has no effect on it.

    That's because the service failed before the 180 seconds were up. It always reports a service failure, no matter what you set the time out to. The only thing that changes, is how it will quit trying to restart. Let's say a service takes 30 seconds to start up. Let's say you have the startup...
  19. dos2unix

    Why startup timeout for service in systemd has no effect on it.

    What are you expecting this to do? TimeoutStartSec This doesn't force the service to wait for a specified time before it starts. This is how long the service can take to startup before it times out. Very few services will take 90 seconds to start up. If you're wanting a delay, before a...
  20. dos2unix

    Local POSTFIX cannot send to Gmail

    NAT has very little to do with DNS. Your mail client on your workstation is likely in a domain even if you don't know it. ( comcast, xfinity, spectrum or something similar ). Also my mail cient itself is logged into a domain. I have to log in to my ( yahoo, gmail, etc... ) account in order to...
Top