• 1 Post
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle

  • Pyro@lemmy.worldtohomelab@lemmy.mlWhat are you guys up to these days?
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    9 months ago

    I recently replaced my old server (big case + i5-4590 8GB) with a new mini-PC (with a 5560U 16GB). The new one sips power and is so quiet in comparison. The 6TB HDD I had in the old one is currently just attached by a USB-SATA cable. I do intend to 3D print a mount for it to look a bit nicer, but you know what they say: there’s nothing more permanent than a temporary solution.

    I’m also trying Alpine + Podman on it instead of Ubuntu server + Docker. Most of it went without a hitch, though I do have an issue with PiHole not working because something called aardvark is using port 53 and Podman needs that running in order to work.

    I also attached an old(ish) midrange phone to it with Termux for use as a low-power ARM server (just for playing around, really). I also intend to use it to test Rust code on ARM. I’m not sure what else to use it for though, so any suggestions are appreciated :)

    Edit: Changed port 22 to 53, whoops.




  • I tend to name mine after their physical appearance, though I’m leaning towards space-related names now.

    I’ll copy a Discord message I sent someone while explaining my naming scheme:

    in chronological order: my very old laptop was black and grey so it was Batman my first build had orange/gold fans so it was Aurum my next build was black and white so it was Mono my current build had lots of RGB so it was Nova (like supernova) my home server has the BitFenix wings logo so it was Flight my laptop is sleek and pretty speedy so it was Comet


  • I run a home server with an i5-4590 and I haven’t seen it use more than 35W. I’m still looking to upgrade to a newer but lower power CPU (ideally one of those super low wattage chips with similar or better performance like an R7 5700U or i7-1260U).

    If power usage is a concern and you don’t need much raw compute, a Pi (or similar SBC) should serve your needs just fine.

    If you need a decent middle ground, take a look at mini PCs, they tend to use efficiency-focused laptop chips which are way more powerful than an SBC but sip power compared to a full-fat system.



  • Pyro@lemmy.worldtoSelfhosted@lemmy.worldMy first website
    link
    fedilink
    English
    arrow-up
    73
    ·
    1 year ago

    Looks fine for your first website! I would change the colour of the text, though. Black on another dark colour is kinda harder to read. You can catch these problems by opening Firefox Dev Tools (F12), going to the Accessibility tab, and changing “Check for issues” to “Contrast”. It’ll list all the elements that have too low a contrast ratio.