• 0 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle




  • Anyone else chuckle on the parallel in saying to use the UUID is no different than saying “just hardcore the IP bro”

    It’s more like setting a static IP. The UUID is set when you create the partition and won’t change unless you force it to change.

    You can also use any of the GUI utilities which can add it to your fstab.

    There’s a lot of things that are made way too difficult on Linux for seemingly no reason. This isn’t one of them.


  • I just accidentally deleted my crontab about an hour ago because r is right next to e.

    Fortunately my computer backs itself up often so I could just grab the old crontab but it was annoying and would have been problematic if I didn’t.

    I also had to recover my computer a few months back because someone whoopsied the default apt repositories for Ubuntu x64 arch and pushed the x86 software there instead.



  • OpnSense would be the easiest way if you wanted to go. It’s still not easy, but the articles online should help you out.

    First you’d need a machine. I’ve got an m920q I bought off eBay for $135 after shipping.

    The computer will likely only have one Ethernet port. And it’s likely the port is Realtek which isn’t supported well.

    So, you’ll need to get yourself a NIC (a fancy term for a network card). There are good forum posts and articles online about the best NICs to buy for your needs. Intel is a must. However, you can find many of their NICs online labeled as another brand - usually HP, Lenovo, or Dell. Again, the forum posts will tell you what to look for.

    If you bought the same computer I mentioned above, you’ll also need a riser and a bezel. Amazon and eBay will have a good selection.

    Now assemble it. Flash the computer with OpnSense. Don’t plug it in as your router yet. Follow along with some basic setup guides online to figure out how you want it configured.

    Once you’re happy, plug it in as your router and test that it works. If not, you’ll need to put your old router back in place until you can figure out what you need to change.





  • Lol I once searched for a specific issue I had.

    I found a Github issue for the exact same bug. Perfect!

    It had only one reply. “This has already been answered here. Search the other issues for the answer.”

    It was the second issue ever for the repo. The first issue was entirely irrelevant. The half a dozen other issues that came after also were irrelevant.



  • It always comes down to the vendor and driver.

    On Linux, I had to go through a dozen different drivers and just as many driver versions before I found the one that worked with my printer. For Windows, it worked immediately.

    With my old printer, though, it was the opposite experience. Took forever to get it working on Windows but Linux got it immediately.

    You’d think by now, with the dozen different printing standards that exist, we’d have some sort of plug and play driver that could work with every printer.




  • That would be great, but you can buy a $20 burner from a gas station that’s more powerful than those phones.

    The regular version uses the Allwinner A64 chip which retailed for $5 when it was released… Back in 2015.

    The Pro version uses the RK3399S, which is a custom lower binned version of the RK3399. Neither chip was made available retail, but the SK3399 was released in 2016 and only otherwise used in low-end Chromebooks and SBCs.


  • droans@lemmy.worldtolinuxmemes@lemmy.worldOh no ...
    link
    fedilink
    arrow-up
    11
    ·
    8 months ago

    I had a problem with some software I was using a few weeks back. I googled the error and the one result was a closed GitHub issue matching it exactly.

    The sole reply just said that the poster should stop being lazy because the problem has been discussed in other issue reports.

    Except that was the very first issue created for that repository.