• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle
  • Yes, but my larger point is that you are doing the same thing, but in the negative. You are taking your specific problems and then putting forward the conclusion that they are the reasons why “regular” Linux users should not use Linux, as though these were universal problems. I am saying that I do not have those issues and that they are far from universal.

    Yes, the modular nature of Linux is both a blessing and a curse. There is legitimate debate to be had on that. But that is not how your post frames the issue.

    As stated above, not all of these things are even Linux problems. I would say that if iOS refuses to play nice with Linux but every other ecosystem works fine, the blame lies with Apple, not with Linux. It is not Linux’s job to fix the interoperability problems of other ecosystems. The GNOME problems are related to a specific subset of Linux users, and even before today I would have said that I would not recommend GNOME to new users because of how nonstandard it can be.


  • I am looking through these issues and I cannot say that I can relate on almost any of these. Sorry to hear you have been having so many issues!

    I do plenty of gaming and cannot think of a time where I have had GPU driver issues (despite the fact that I have Nvidia graphics on 3 out of 4 of my systems, which is supposedly more problematic).

    My bluetooth works fine, and it has been literally years since an update broke something, bluetooth or otherwise (which I cannot say the same for Windows on my work computer).

    I use KDE connect, SFTP, and SMB servers and I have never had any issues transferring files between Windows, Android, and Linux. What do you mean about that? (seeing other replies, it sounds like you are using iOS. That sounds like that may be an Apple problem and not a Linux problem, because Apple tend to be terrible about playing nice with other ecosystems)

    The scaling is the one point I can sort of relate on. I think there is still some work to be done regarding DPI and scaling on Linux, but it’s not enough of an issue to make me want to switch operating systems.

    As for GNOME issues and window decorations, that sounds like a GNOME problem. GNOME does things very differently to all of the other DEs and forces programs to manually define their own window decorations rather than allowing standard default icons like other DEs, so my understanding is that GNOME in particular tends to be a source of constant headaches for Linux developers.

    And I’m not some sysadmin or CS major. If I have a problem, I do a web search. If I can’t find it there, I make a forum thread. I don’t post a rant saying that Linux is a bad OS, lol.


  • I am having a hard time following everything happening here. What is all this about hotspots and your neighbor’s router? Do you not own a wifi router? Most wifi routers will also have ethernet connections on the back. I apologize for not understanding. Edit: I am guessing by “I do not have a lan line” you mean that you do not have a working internet connection at all at home? I am confused as to how you intend to run a server permanently over a phone hotspot.

    My one thought is: have you gone into your router and reserved a static internal IP on your LAN? (e.g. 192.168.0.##)? Often servers and things will lose communication if their internal IP changes and your devices cannot find them.

    Also, if you are porting out onto the public internet, are you using something like a dynamic DNS so that your devices can route to your public IP? your public IP will be constantly changing, so you need some way for your devices to find it.


  • Veraxis@lemmy.worldtoLinux@lemmy.mlQustions
    link
    fedilink
    English
    arrow-up
    3
    ·
    20 days ago
    1. I don’t know much about gnome, sorry!

    2. The main issues to watch out for are driver issues related to certain peripherals like fingerprint scanners, SD card readers, and certain oddball wifi chipsets. Hybrid graphics with both integrated CPU graphics and a dedicated GPU can lead to poor battery life in some systems such as many gaming laptops. In my experience, Linux runs fine on every laptop which I have tried it with, including 2 with hybrid Nvidia graphics. I’m also 2 for 2 on SD card readers and 3/3 on wifi cards as well, despite no prior research on my part.

    3. Arch Linux sounds like it would be the closest to what you are describing. Or try out one of the more preconfigured versions like Endeavour OS or Arcolinux, as the install process for Arch can be a bit involved for someone new to Linux.

    4. Usually not difficult so long as something is not a hard dependency for some other piece of software. Running something as root in Linux is as simple as typing “sudo” before a command and entering your root password

    5. No. Per the above, elevated user privileges are permitted as a normal part of using Linux and do not require you to hack or bypass the OS’s security mechanisms like in Android or iOS.

    6. If you install more than one, depending on your login manager it is usually as simple as a dropdown menu to select which DE you want to use when logging in.

    7. Wayland is a window manager/GUI system used in Linux. It has been getting a lot of discussion lately because the Linux community is gradually shifting from the longstanding but now unmaintained X11 system to Wayland. You probably don’t need to worry about it.


  • A mix of factors for me. Firstly, privacy concerns, settings reverting themselves after updates, and the looming threat of Windows 11 were I to get a new PC. Stuttery performance on my already 3 year old laptop at the time (I still use the same laptop. It is now 6 years old and still runs great with Linux). General bloat, driver problems, and instability issues.

    I did not make the switch all at once, but thankfully my laptop has two NVMe slots, which made dual booting easier while I got more used to using Linux as my daily driver. Within about a year, I was booting into Windows less and less, and eventually hardly ever once I found ways to use Linux for everything I needed.




  • Veraxis@lemmy.worldtoLinux@lemmy.mlWhat's on your personal server?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    I am using lftp and mirror. One server functions as the “main” server, which mirrors the backup server to itself once per day at a specific time (they both run 24/7 so I set it to run very early in the morning when it is unlikely to be accessed).

    In my crontab I have:

    # # * * * /usr/bin/lftp -e "mirror -eRv [folder path on main server] [folder path on backup server]; quit;" sftp://[user]@[address of backup server]:[port number]


  • Veraxis@lemmy.worldtoLinux@lemmy.mlWhat's on your personal server?
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    2 months ago

    Two old HP thin client PCs configured as 4TB SFTP file servers using vsftpd on Debian. Each one uses software RAID 1 with both an NVMe and SATA SSD internally, and are in two separate locations with a cron job which syncs one to the other every 24 hours.

    People who actually know what they are doing will probably find this silly, but I had fun and learned a lot setting it up.



  • Interesting. Do you use Powertop or TLP, by any chance? Some power utilities will turn on USB power saving if there is no activity on a USB port for a while, which can cause issues with USB mice. Generally I turn off that specific setting, or I believe there might be some way to whitelist certain USB devices to not have this sleep behavior.


  • Are there mice which are not supported in Linux? Everything I have used from a junky unbranded wireless mouse to a high end Logitech gaming mouse have all been plug and play for me. Even the RGB settings can be configured in openRGB.

    Comfort should always be an important factor in a mouse for any OS, I would think. In terms of build quality, I have had the rubber on some mice start to degrade over time, but that is about it. Even the cheapest mice that are hard plastic can last for decades with no problem.

    I would say that switchable DPI would be a must-have feature for me with modern displays. As someone with a 4k monitor, some junky office mice do not have enough sensitivity for me on high resolution monitors even with the setting cranked to max in the settings menu.

    For wireless mice, I prefer AA battery mice over USB rechargeable mice, but that is a matter of personal preference. If my mouse battery dies in a AA mouse, I can swap the rechargeable NiMH battery in a minute and continue using it. However, if a USB rechargeable mouse is dead, I either have to use it on a tether for a while or remember to constantly keep recharging it. Also, having an integrated li-ion battery will give any mouse a limited lifespan unless you are willing to open up and solder in a new battery when it wears out, whereas I have some AA-powered mice which are going strong probably a decade later, so long I have had to open them up and re-solder them with new microswitches instead of new batteries.



  • I do not know what sort of power management software exists by default on Ubuntu, but for laptop use I would strongly recommend getting a power management package like TLP to configure power profile settings for your laptop when on battery and on charge. It can greatly improve battery performance. Some alternatives like auto-cpufreq and powertop exist, but I have tried all 3 and found that TLP worked the best for me.