Love ISO 8601, data hoarding and gaming. May randomly dump info. =D

🇧🇷 🇺🇸 🇪🇸 🇯🇵 🇳🇴

Other me’s:
@Auster | @Auster1
(I have other alts, but if a profile claims to be me, doubt it)

  • 1 Post
  • 60 Comments
Joined 1 year ago
cake
Cake day: October 28th, 2024

help-circle







  • Depending on what you work on, maybe there’s an alternative FOSS or at least paid DRM free software?

    Or, if you work for a company and it demands this tool, maybe you could ask them to provide the software for you?

    On a 3rd point, I’ve seen official softwares detect when they’re being run in VMs or similar, so maybe that’s what happened.

    On a 4th point, if you must use a crack, maybe do so on a less usual Linux system, so if it’s a functional one but packaged with virus, the virus breaks either because it runs under Wine or similar, or because the less usual system lacks some needed dependency for the virus if it can run on Linux as well?







  • Auster@thebrainbin.orgtoLinux@lemmy.mlWhy?
    link
    fedilink
    arrow-up
    3
    ·
    1 month ago

    I like learning and the thrill of tinkering, my computer’s HD had died, remembered a system a teacher had commented about and also a friend suggested to recover some needed files, tested and was positively surprised.


  • The ones I tested on Linux that I remember:

    • Original PS3 controller on Ubuntu 20.04; cable works great, bluetooth is extremely temperamental
    • PS2 controller with adapter on a handful systems; works well but maybe due to age of the adapter, has some ghost inputs
    • Xbox Series X controller on recent Mint systems up to iirc 21.3; works great on cable, can’t get bluetooth to work
    • Previous controller on an Android 13 phone; bluetooth works great, didn’t look if you can run on cable
    • 8bitdo Ultimate Bluetooth Controller also on Mint; can’t get bluetooth to work, 2.4G adapter needed a small change in the system env to work
    • 8bitdo Ultimate C 2.4G Wireless Controller also on Mint; bluetooth same story, 2.4 adapter and cable work out of the box
    • Previous controller on a Raspberry Pi 5 with Android (KonstaKANG’s AOSP fork) and Recalbox (independent Linux distro according to distro watch); Android didn’t work on either cable, adapter or bluetooh, and Recalbox iirc tested with both the adapter and bluetooth and both worked fine


  • I have a similar situation and have a repeater but that also gets blocked by an wooden door. Don’t know if it’d be a good solution for you, but in case it is or it gives some ideas, my solution was using an ethernet cable that comes straight from the router and that I wasn’t using (installing it iirc required a few small holes to be made in the walls and also pull it through a crawlspace), plug it on a Raspberry Pi 3B+ I have but also wasn’t using, and use it as an alternative repeater with a program, “Wi Hotspot”, installed from Pi-Apps on the Raspberry Pi OS.

    And on a note, signal with the PI3B+ ain’t the best, or rather it is quite weak, but from what I’ve been using for some weeks now, it’s far more consistent, the signal now seldom disconnecting, specially when more people are using the internet for traffic-heavy stuff like watching streaming services.


  • Not familiar with Chinese writing for typing, but through Fcitx, I could configure both Japanese and Korean phonetic keyboards, and that helps a bunch.

    If you go this path, going from memory as it's been a while since I set them
    • Had to install the keyboards Mozc and Hangul in the “Input Method” tab
    • At the “Addon” tab, select the Hangul option, click on Configure at the bottom, and set the keyboard layout as Romaja (and don’t remember if I had to tick them, but Auto Reorder and Hanja mode in the same screen are ticked, but not Word Commit)
    • For Mozc, (iirc) go to the Fcitx tray icon > Mozc Tool > Configuration Tool and in the window that opens, have Input Mode as Romaji
    • To be able to change inputs with the keyboard, (iirc) at the Global Config tab with the “Show Advanced Options” active, had to tick “Enable Hotkey to scroll Between Input Method” and the option right below to select a key combo at “Scroll between Input Method” (Ctrl Super was the least awkward of the options)

  • From what I can observe, usually older companies don’t have direct means of monetization, the option instead seemingly being preferred for smaller/independent groups. I’d expect the team behind South Park to be no different given how long the show’s been around.

    And if no means of direct support can be found, best I can think of is to purchase merchandise from the series from official retailers, like DVDs, toys, etc. Some cut will go to other parties, but at least the SP team will be financed, and you’ll have a tangible item too.


  • Auster@thebrainbin.orgtoLinux@lemmy.mlLinux security
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    2 months ago

    One of the tips I’d give is the same for Windows, the best anti-virus is the user to know what he/she is doing. Linux is a better in that regard because it obfuscates very little, unlike Windows.

    Also in line with viruses, given how many variants of a base system there can be, unless the virus is compiled in your machine, to my knowledge chances are higher for a virus to fail to function properly, or even at all. A way for a coder to circumvent it would be to bloat the code with system-specific instructions, which would be harder to create and optimize, but if a big enough group in resources take on the challenge, it could potentially be achieved.

    On another point, something I expect to become a problem in Linux is that you need the admin’s password, which is pretty much the master key of the system, for way too many things, even to install a web browser or the equivalent of 7-Zip. With scams usually involving social engineering, having the user hand a key from a system that depends mainly on it makes the system far more vulnerable.

    Now, given Windows is still the bigger desktop system, scammers and virus distribution still focus on it, but as Linux grows, more ill-intended people may focus on it.

    But still, Windows has far less variants, barely anything there uses passwords or more adninistration-oriented safelocks, and is much worse for troubleshooting (and having used most systems from 98FE onward, I also think it’s getting worse), so I’d say Linux still has the advantages in those points I could think of.