• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • Everyone else has described the complications that a Mac mini would have. So why not consider something else? Lenovo, HP, and Dell make 1l ultra small form factor PCs and they’re pretty cheap on eBay. They’re also low power. Search for Tiny Mini Micro to find information.

    I have three Lenovo Thinkcentre machines - two with 32gb RAM and one with 64gb RAM - running my Proxmox VE cluster. Highly recommend using those small machines instead of a Mac mini.




  • As someone who has dealt with a couple dozen Surface devices in a corporate setting, I cannot recommend them. They’re fine when they work. When they have issues though, they are practically impossible to repair. Keyboard port issues, dock connection issues, bricked devices, and even expanding batteries are all issues I’ve run into. When you have an issue, Microsoft will just swap it out for a different one rather than fix the device.





  • While unfortunate, it’s not difficult to still run AetherSX2 or its successor, NetherSX2. There was some drama around the Play Store version of AetherSX2 anyway. The Play Store version had ads.

    If you want to run an older version of AetherSX2, I recommend v1.5-3668. I believe that is the last version before ads were added. It is missing some performance improvements though. At this point you would have to find an APK of it to install manually.

    What I really recommend is to use NetherSX2, which is the successor to AetherSX2. There are two versions, Classic and Modern. Classic is generally the better performer unless you want to run certain games - specifically snowblind engine games (Baldur’s Gate, Champions of Norrath). You just download the patcher from github, download an APK of AetherSX2, run the patcher, and copy/install the resulting APK file.


  • jecht360@lemmy.worldtoGames@lemmy.worldEmulation
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    5 months ago

    Legend of Legaia on PS1

    Final Fantasy X on PS2

    LoZ Windwaker on GameCube

    Chrono Trigger on SNES

    Jet Set Radio on Dreamcast

    Skies of Arcadia Legends on GameCube

    Pokemon Heart Gold/SS on DS

    Final Fantasy III on DS

    I have a Steam deck, so I have used it for a lot of emulation. I’ve actually been playing on my phone lately. I bought a USB-C controller that holds my phone. Using Retroarch for most older stuff, but I have the following emulators installed separately:

    Aethersx2 for PS2

    Dolphin for GC/Wii

    Citra for 3DS

    Duckstation for PS1

    Vita3k for PS Vita


  • Risking sounding like a broken record, I always suggest Tiny/Mini/Micro 1L form factor office PCs. Lenovo, Dell, and HP all create ultra small office PCs that make great low power servers. A Pi will use 5-9w at idle, while these PCs will use 11-13w idle. They also use more standard components such as NVME drives, 2.5" drives, and replaceable RAM. Easy to find under $100 USD used, I’m sure you can find them under 100 euro.




  • Look up 1L mini PCs - Dell, Lenovo, and HP have similar one liter mini PCs that would’ve been used as a lightweight frontend in offices. They are easy to find on eBay and can be pretty cheap.

    For example, my lab at home consists of three Lenovo Thinkcentre tiny machines. I bought them off eBay for $60-80 USD. They each came with a 500gb HDD and 8gb RAM. I have since upgraded them all to a 500gb NVME, 500gb SSD (they have a 2.5" drive bay), and 32gb of RAM. They run as a Proxmox VE cluster.

    I think I might have $500 USD into the entire setup, including my 10" wide rack enclosure.






  • I totally missed that you have an uncontainerized service. Can you run the service directly on the hardware host (safely)? If so, here’s how I would probably run it considering your memory constraints:

    1. Install Debian
    2. Set up the uncontainerized service directly on the host.
    3. Install Docker directly on the host as well.
    4. Spin up the containers for everything else.

    Not the cleanest/most separated answer but it would reduce the memory load of additional layers of host/VM/containers. If this isn’t storing any sensitive data or being directly exposed to the internet that should be fine.

    If you are dealing with sensitive data or exposing to the internet, I would consider your original plan of Proxmox VMs to separate everything but see if you can add additional RAM to help. Also consider installing something like fail2ban on every host and VM.



  • In your scenario I don’t think I’d use Proxmox as you’re going to run into issues with lack of RAM. I think you’re going to have issues running out of memory either way though. Running the whole machine as a Docker node would probably be more memory-efficient than having the overhead of running separate VMs under Proxmox.

    NGINX should run fine as a container. There’s even an official build available on Docker Hub.