• 1 Post
  • 29 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle

  • My mother uses some software that runs in the browser for her shop. It can print out receipts and scan items. To do these things it has a small “sattelite” application that runs on the system and interacts with the printer and scanner. This software only runs on Windows and Linux doesn’t have drivers for the scanner.

    When I switched her over to Linux and found this out in the process I wanted to stop, give up and install windows.

    But then I had a stupid idea. I could run the sattelite program in a Windows VM and pass through the USB devices for receipt printer and scanner. The webapp uses requests to localhost:9998 to communicate with the sattelite so I set up a apache server that proxies these requests into the VM. I also prevented the VM from acessing the Interner so Windows doesn’t update and screw everything up.

    And it works. It has been in use for a week now and I’ve heard no complaints. I’m just praying to god it doesn’t break






  • Yeah it’s alright. I’ve been using Tumbleweed on my Desktop PC for the last few months and I gotta say it’s mid. They do hard drive unlocking in Grub instead of in the initfs which means that only LUKS 1 and with that only the not-so-secure PDKDF is supported, instead of argon2id which is the modern KDF you want to use. This is a small and annoying oversight in the distros security which is why I will not be using it in the future


  • I_like_cats@lemmy.onetoADHD memes@lemmy.dbzer0.comtitle 1
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Heh, reminds me of when I learned Linux. One day Windows 10 annoyed me so much that I swore never to use it as my main os again and started using Ubuntu. 2 days later I got so annoyed by it that I started to install Arch. I made lots of mistakes but had a working system which I ended up using for a year. Fun times. Nowadays I just use Fedora but I’m tempted to distro-hop again


  • I_like_cats@lemmy.onetoLinux@lemmy.mlWhy I dislike snaps
    link
    fedilink
    arrow-up
    52
    arrow-down
    11
    ·
    1 year ago

    I think Snap has the potential to be better than Flatpak. It’s a real sandbox instead of the half-assed shit Flatpak has going on. The problem I have with Snap is that Canonical keeps the Server closed-source. I don’t want a centralized app store where Canonical can just choose to remove apps they don’t like. So as long as the Server is closed-source, I will stay on Flatpak









  • Let me tell you a small story about how I learned Linux:

    Two years ago I was annoyed by Windows and not being able to customize it.

    (What annyoed me in particular was that you had to go to the settings to manage bluetooth devices instead of being able to just connect paired devices from the icon tray)

    I had already heard of Linux in the past and had already tried it but never fully switched over.

    So I decided to install Ubuntu, everything worked well for a few days until I tried to do something it wasn’t designed for and it broke.

    (Ubuntu really isn’t designed for users that want to change their system in any way)

    After that I decided fuck it. I’ll try Arch Linux. I was pretty tech-savy so I ignored all the warnings about it only being for advanced users. I installed it and it broke. I reinstalled and it didn’t work again. But after a few times I had a running system and I felt very accomplished.

    Now I’m not suggesting you go the way I went. I had the privilege on not really needing my Computer and only using it for recreational means. That’s why I could leave it broken for a few days and not care that much.

    If you want to learn Linux. Take the plunge, install Linux Mint, and learn as you go. You’re probably going to fuck up sometimes. But google Startpage is always your friend. And if you don’t get further, the community will always help you.