• 2 Posts
  • 31 Comments
Joined 2 years ago
cake
Cake day: July 14th, 2023

help-circle

  • vettnerk@lemmy.mltoLinux@lemmy.mlSell Me on Linux
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 years ago

    I have exactly zero experience in what work a law office does, but I would think it’s mostly paperwork and email? If so you can do that at no startup costs.

    Pick a distro (pop, mint, whatever), and install libreoffice or one of its many variants for offfice integration.

    A common misconception is that linux involves a lot of coding. Sure, it can if you want to - all the hooks for programatical access are there, for example if you want to build shell scripts for automation. But you don’t need to. It’s just an option many linux users, myself included, like to take advantage of.

    When it comes to convincing you, all I can say is this: It costs you nothing to try.

















  • I remember seeing some chatter about tunneling over XMPP. Most plane wifi allows chat protocols, and it should be possible to encapsulate your traffic as ascii text in XMPP packets. You “just” need to set up the endpoints to do the bridging.

    Of I were to do it, I’d run a a script that sets up a tun/tap interface that everything else on my laptop will communicate through. This script also connects to my xmpp server at home. Any data coming in on the tun/tap is encoded to ascii strings and sent as chat messages to my xmpp server. The same script can also do the reverse. At home a similar script does, mirroring that on my laptop. Make sure prerouting is set up accordingly in both ends.

    From what I’ve seen on planes, it’s mostly down to captive portals using mac addresses to track clients. In theory it should also be able to sneak through by spoofing hardware addresses of someone who’s paid for the service.