Skip Navigation
Magister Magister @lemmy.world
Posts 7
Comments 520
Good LTE/5G dongle for Linux?
  • I'm using an old "ZTE Falcon" hotspot, I got it from T-Mobile maybe 8 years ago, it's 4G/LTE, still works fine, tried multiple SIM (mine is unlocked), in general I'm using it via WiFi because we connect multiple phones/tv/laptops on it while traveling in a RV. I tested it with a USB cable between my linux and the hotspot, and it appears in Linux as a "usb0" interface, got an IP address, and works fine, it disables WiFi IIRC when plugged by USB.

    $20 on eBay free shipping https://www.ebay.com/p/2255550619

  • can we prioritize Wi-Fi networks yet?
  • Afaik this is a host "problem", not client. If you have a Asus mesh, you can set some rssi level at when the host will disconnect the client so the client will connect on the other AP.

    Else the client will happily stay on the weaker host. On

  • Telegram says it has 'about 30 engineers'; security experts say that's a red flag
  • 30? Sometimes very less, 2 or 3. It's incredible that some piece of software used by milions/billions of people, have been written and sometimes maintained by 2 or 3 guys.

  • Temu has finally gone too far.
  • I remember seeing Hellraiser in theater, love this movie and the sequels too were not bad IIRC

  • À la ministre Duranceau
  • La ministre, relaxe dans ses louboutins, assise dans son fauteuil Louis XIV, à son bureau Régence, elle sort sa plume MontBlanc, et couche sur son Rhodia sa réponse:

    "Pourquoi n'a-t'il pas investi dans l'immobilier?"

  • Good morning I choose creative forms of transportation.
  • Standard Walmart parking lot

  • Le camp d'Emmanuel Macron prépare-t-il déjà une nouvelle dissolution ? : Actualités - Orange
  • Oui, mais n'empêche, verrais-tu Mazarine se présenter présidente, ou le fils de Sarko?

  • Le camp d'Emmanuel Macron prépare-t-il déjà une nouvelle dissolution ? : Actualités - Orange
  • On a le même problème au Canada, Justin Trudeau, 0 expérience politique, prof remplaçant de théâtre. Il est jeune et beau alors le monde vote pour lui, il est premier ministre depuis plus de 10 ans et le Canada est au bord du gouffre, financier et immigratoire

  • Why so many Torontonians have fled to other parts of Canada
  • Montreal is losing thousands of people every year, it's a shithole

  • Tiny Laptop suggestions
  • I have a HP Mini311, 11.6", it has a dedicated Nvidia GPU that can decode video in HW, in VLC but not YouTube I think... It's an old slow atom 32bits too ☹️ but works with MX.

  • FCC proposes 60-day unlocking rule for all mobile phones
  • Lol I thought it did not exist anymore, like in Canada (where I am)

  • Finally solved the battery drain issue in Firefox Android!!
  • Finally! I had to uninstall FF because it was taking ~5% per hour, so in a 8h night, 40% of the battery was eaten by FF, even if I killed it there was a process somewhere

  • My workplace has a budget for office ergonomic upgrades, what should I ask for?
  • I have a Sanwa Gravi, I had to "grind" some place in the "hole" because the ball was touching it and it was annoying, but it's the best trackball, index ball, and LMD and RMD and wheel are controlled with thumb.

  • Flathub has passed 2 billion downloads
  • Same, I'm using MX Linux with native .deb and never ever installed a flatpak, so I have no clue what it is

  • What is your favourite shell to use
  • I went through sh->csh->tcsh->bash

  • I’m ashamed I asked but this post is not about me
  • It happens, I once ask a question about a spinning wheel and the rpm required to have 1G. chatGPT started a couple of calculus and in the end answered that to have 1G, the diameter should be 7 times the radius. I answered back "this does not make sense, a diameter is by definition 2 times the radius", it apologized and redid the right calculus :)

  • early birds
  • I came to write the same comment, they easily start at 5AM

  • Love is all - Roger Glover

    What a good time those years were!

    3

    Create an app including binary/library dependencies

    I have an old application, EagleCAD, from 2014, a 32bit app, I managed to install it on my linux (Debian based, 64bits) and it works fine, but I had to look for and install some lib manually.

    How can I package all this, the bin and libs, into one that I could easily re-install on about any distro? AppImage? Flatpak? Snap?

    $ ldd ./eagle linux-gate.so.1 (0xf7ef4000) libXrender.so.1 => /lib/i386-linux-gnu/libXrender.so.1 (0xf7ec4000) libXrandr.so.2 => /lib/i386-linux-gnu/libXrandr.so.2 (0xf7eb5000) libXcursor.so.1 => /lib/i386-linux-gnu/libXcursor.so.1 (0xf7ea8000) libfreetype.so.6 => /lib/i386-linux-gnu/libfreetype.so.6 (0xf7dd8000) libfontconfig.so.1 => /lib/i386-linux-gnu/libfontconfig.so.1 (0xf7d85000) libXext.so.6 => /lib/i386-linux-gnu/libXext.so.6 (0xf7d6f000) libX11.so.6 => /lib/i386-linux-gnu/libX11.so.6 (0xf7c1d000) libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7c18000) libXi.so.6 => /lib/i386-linux-gnu/libXi.so.6 (0xf7c03000) libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7bfc000) librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf7bf7000) libssl.so.1.0.0 => /lib/i386-linux-gnu/libssl.so.1.0.0 (0xf7b8a000) libcrypto.so.1.0.0 => /lib/i386-linux-gnu/libcrypto.so.1.0.0 (0xf798b000) libstdc++.so.6 => /lib/i386-linux-gnu/libstdc++.so.6 (0xf7600000) libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7886000) libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf785f000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7200000) /lib/ld-linux.so.2 (0xf7ef6000) libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xf7842000) libXfixes.so.3 => /lib/i386-linux-gnu/libXfixes.so.3 (0xf783a000) libpng16.so.16 => /lib/i386-linux-gnu/libpng16.so.16 (0xf75c3000) libbrotlidec.so.1 => /lib/i386-linux-gnu/libbrotlidec.so.1 (0xf782a000) libexpat.so.1 => /lib/i386-linux-gnu/libexpat.so.1 (0xf7597000) libxcb.so.1 => /lib/i386-linux-gnu/libxcb.so.1 (0xf7569000) libbrotlicommon.so.1 => /lib/i386-linux-gnu/libbrotlicommon.so.1 (0xf7546000) libXau.so.6 => /lib/i386-linux-gnu/libXau.so.6 (0xf7825000) libXdmcp.so.6 => /lib/i386-linux-gnu/libXdmcp.so.6 (0xf753f000) libbsd.so.0 => /lib/i386-linux-gnu/libbsd.so.0 (0xf7528000) libmd.so.0 => /lib/i386-linux-gnu/libmd.so.0 (0xf7519000)

    12

    La fin du télétravail? Non merci

    Tanné de cette bullshit, arrêtez avec votre retour au travail, on y retournera pas! Je suis en télétravail depuis bientôt 4 ans et jamais je ne retournerai perdre 1h le matin et 1h le soir dans les bouchons, pour m'asseoir derrière un ordi et faire des Teams avec l'Europe et les USA, jamais.

    C'est pas mon problème si les petits cafés hipsters du centre ville ont du mal, et que les tours sont vides.

    5

    tou.tv si tu vois ce message contacter oli?

    Vous avez reçu ça sur vos cells? Un stagiaire qui a fait une fausse manip?

    3

    MiniPC are ok here?

    Things like Bee-Link, Miniforums, and others?

    I have a bee-link SER5 with a 5600H, for 10 months, this thing rocks, it's like 4"x4" it's incredible!

    3