A peace loving silly coffee-fueled humanoid carbon-based lifeform that likes #cinema #photography #linux #zxspectrum #retrogaming

  • 0 Posts
  • 39 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle



  • I assumed primary is ctrl-c/ctrl-v and secondary is select/middle-click. I’ve never come across this ctrl-middle-click, it does the same with and without the ctrl key.

    I seen to recall reading something this week about a distro dropping middle click, so I probably conflated both issues and failed.

    But you’re right, I did not read the fine article.


  • I’ve been using the “select copy + middle click paste” since the late 90s.

    I find it useful for simple intra-document editing because you’re just using the mouse, no need to reach for the keyboard.

    It can be combined with the traditional copy/paste, say you have your password in the clipboard but you need to also copy some part of a long ssh command. You can have both and paste them on the command line one after the other.

    I know I’m a minority and this will eventually be dropped because it’s too confusing for the end users, man.

    Yes, I get it. But I’ll miss it.






  • The command line is perfect for lazy people like me. You spend a bit more putting together a little automation and shove it in a script in ~/bin and you can forget about how it’s done.

    Example: I have a small script that does the backup for me using Borg. It backups only the directories I want, ignores a bunch of stuff and keeps 6 months of backups. I spent some time crafting that but now I just plug my external HDD and type backup.sh. or if I’m feeling extra lazy I just click the desktop link.







  • Quazatron@lemmy.worldtoLinux@lemmy.mlAntiviruses?
    link
    fedilink
    arrow-up
    6
    ·
    4 months ago

    I just want to add that you that you can also setup multiple user accounts for different uses. One for banking, one for gaming, one for downloading random crap. It will not protect against privilege escalation attacks but will help against random scripts exfiltrating your personal documents.

    Another nice layer is containers and containerized applications (flatpaks, bubblewrap, etc). Each app will be somewhat limited in what damage it can do.

    Running pi-hole as your DNS or using some other filtered DNS provider (Mulvad or others) will also protect you from some shady sites.



  • Quazatron@lemmy.worldtoLinux@lemmy.mlWhy?
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

    Same here, I heard about the reliability of Unix while enduring Windows 95’s appalling crashes.

    Last month I finally moved my wife’s Windows 10 laptop to Endeavor OS. She recognizes that her unusable laptop is now snappy and stable.

    My house is now officially Microsoft-free.


  • It sometimes is, but then sometimes Linux is not to blame.

    Yesterday I was installing CachyOS on my son’s laptop, because that’s what he chose to use instead of Windows 10. The desktop came up fine, but no wifi adaptor was detected. I could try another more mainstream distro, but I wanted my kid to have what he chose. So we went troubleshooting. Googled the laptop model, found the adaptor, found the matching kernel module, checked the logs… and there it was, a cryptic error -110. Googled that and there was an answer: disable Windows Fast Boot.

    It turns out that Windows locks the wifi adaptor when shutting down in Fast Boot mode. So after disabling it and a couple of reboots later, CachyOS was installing flawlessly.

    It served as a lesson for me and an example for my kid to persevere and learn more.