Skip Navigation
Posts
3
Comments
47
Joined
1 yr. ago
  • Can't this be avoided, at least on Android, by simply shutting down your phone? Thought I read somewhere that they lock down everything, even system processes, after turning on again until you unlock it again. Or are you also forced to type the password and let them in?

  • Welp, this won't last long. Especially after getting coverage like this.

  • I've put together two servers for self hosting a lot of services for myself, rather than relying on platforms that continually get worse.

    The one on top, a retired Datto backup machine, hosts TrueNAS scale with a bunch of different services (Pihole, Jellyfin, Immich, etc.) and our network shares. The bottom one, Dell PowerEdge R620, runs Fedora server. I plan to use it for locally hosted game servers, but it just runs Minecraft (AllTheMods 10).

    I've used knowledge I've gained in the IT space to set up the networks, and even have a VLAN running for an Ubuntu server VM of which I host for a coworker to learn on.

  • Linux retro style handhelds? Could you tell me where to find them?

    Was really interested in the Pilet until I figured out the Pi doesn't come with it at that price...

  • Lewis's real name is Sean McLoughlin, and I would not mind sharing that office.

  • Cookie Clicker... Lol

  • Dang that's a weak attempt at a clickbait article...

  • Absolutely not, I would never! I throw my coat away each time I use one, and buy a whole new set at the beginning of the week. What a peasant!

  • The meme is funny, but I'd love to know when this meetup happened lol

  • Is this a serious thing? It seems so normal here in the states.

  • The episodic rollout of SQ42 is presumed to be a way to inject new cash into the studio alongside reported plans to release higher priced ships and the rumored third game.

    What?... Higher priced ships? You've got to be joking...

    One of my favorite ships in the game, the Drake Corsair, is already $250. It's a great all-rounder, but it's not even a large ship comparitively! And they're going to start charging more for the newer ships?!

    They just released a new ship as well, the RSI Zeus MKII, which is yet another $175. And that doesn't even mention some of the larger ships like the Anvil Carrack, sitting at an insane $600, and the Origin 890 Jump at $950...

    And if that's not bad enough, they've had concept ships for years available for purchase in the $1,500-$2,000 range. How can these ships get more expensive?

  • So if working at McDonald's is now a form of punishment... What's that saying about the job itself even if you are being paid?

    At what point can you be paid a low enough wage to where you're essentially working at McDonald's as a punishment for existing? Very weird standard their setting with this decision...

  • I didn't realize there were mods that could do that... What are some games that you've used this on?

  • Aren't the layers in the rock showing that water was definitely present on Mars, and that they're formed by sediment being deposited and forming into sedementary rock over time?

  • Linux @lemmy.ml
    Justin @lemmy.dbzer0.com

    Fedora Kinoite Duplex Printing Issue

    Hello! I use Bazzite Linux with KDE, and I'm having some issues with duplex printing on my system.

    I have a Brother HL-L2300D, and I've already installed the drivers for it. Brother provides an install script for their driver on their website, but because my system is rpm-ostree based and immutable, I would get rpm-ostree errors and the installation would fail.

    I found a Reddit post yesterday that suggested running sudo rpm-ostree install printer-driver-brlaser, which worked and I was able to connect to the printer and configure everything as needed.

    However, when I try to print on both sides of the page, the back side of the page prints upside-down. I've tried changing the setting for which edge to flip when printing (portrait/landscape), and it doesn't seem to change anything. I printed the same document on a Windows machine on this printer, and it went through just fine, so I've isolated the problem down to the CUPS server that my machine is running.

    If there's any more inform

    Linux @lemmy.ml
    Justin @lemmy.dbzer0.com

    Important announcement regarding system updates - FYI

    Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: cryptographic signature verification failed: invalid signature when validating ASN.1 encoded signature ___

    I was banging my head against my keyboard for an hour thinking that I broke my system until I saw this.

    Linux @lemmy.ml
    Justin @lemmy.dbzer0.com

    Unable to write files to an SMB share on a NAS

    Edit: I found the solution! All I had to do was add the uid with my username, then I also had to add "forceuid" for it to actually go through. My fstab entry now looks like:

    //192.168.1.21/Media-Library /mnt/Home-NAS/Media-Library cifs user=Jellyfin,password=password,uid=my_uid,forceuid,iocharset=utf8 0 0

    Thank you @[email protected] for posting the solution from Stack Exchange!


    Hello! I have an Ubuntu server with a NAS mounted using cifs-utils, and I've created an entry in fstab for the share to be mounted at boot.

    My fstab entry looks like this:

    //192.168.1.21/Media-Library /mnt/Home-NAS/Media-Library cifs user=Jellyfin,password=password,iocharset=utf8 0 0

    (The password is not actually "password" of course)

    However, while I'm able to access the share perfectly fine, and even have a Jellyfin server reading from it, I cannot write files to the share with