robalees

joined 11 months ago
[–] robalees@lemmy.world 1 points 1 month ago (1 children)

Doesn’t have to be a standard numpad, I’m open to smaller designs where I can do additional macros.

 

I rock a 60% which I love, but I’m learning blender and coding, lack of numpad has gotten frustrating.

Anyone got any macro pad suggestions either available now or in GB/IC?

Preferably a hot swap! Open to different sizes and formats. Was tempted by the Piketea standing desk mounted macro pad, but they appear to be sold out.

1
submitted 1 month ago* (last edited 1 month ago) by robalees@lemmy.world to c/steamdeck@lemmy.ml
 

Flying to Greece this weekend and it’s my first flight with my OG Steam Deck.

Got Balatro, Vampire Survivors and Chrono Trigger (first play through) loaded up, might also play some RimWorld if I can handle the controls.

I’m tempted by Hades while it’s on sale and I love Dunkey, so Animal Well is also tempting.

What suggestions can y’all make?

Edit: thank you everyone! Went for Hades due to the sale and I love a good rougelike game! Wishlisted a bunch of suggestions and keeping an eye out for a Midnight Suns sale.

[–] robalees@lemmy.world 2 points 3 months ago

This is probably the one for me, really digging the level of customization and it’s easy to navigate.

[–] robalees@lemmy.world 1 points 3 months ago

Thanks everyone for the comments so far, I’m including 3 screenshots of how a post looks in all 3 locations (Memmy, Photon & Arctic)

I think Arctic is the winner for me, I like the layout and settings. Also Memmy removed the swipe from left to access subscribed communities and it’s been impossible to get out of the habit, Arctic seems to do it!

memmy

photon

arctic

 

I’ve been leaning on Lemmy communities for coding and self hosting tips. I tend to do most of my browsing on my phone and I’ve noticed Memmy doesn’t show any markdown in posts or comments.

  • Any alternatives to using Memmy that is known to support code markdown?
  • I’m not opposed to switching to the browser, but I don’t find the Lemmy.world layout particularly easy to navigate so I’d prefer an app or a good PWA
 

cross-posted from: https://lemmy.world/post/12855130

Hi Lemmy!

Encountering network stability issues on my Mac mini ("Core i7" 2.3 (Late 2012)) with Proxmox VE (Linux 6.5.13-1-pve). The enp1s0f0 interface (tg3 driver) frequently drops, displaying "Link is down" messages before recovering. This affects my Plex media server and has persisted across different OS installations.

(related posts here and here)

Here are some key excerpts from the logs showing the problem:

  • NETDEV WATCHDOG: enp1s0f0 (tg3): transmit queue 0 timed out
  • tg3 0000:01:00.0 enp1s0f0: transmit timed out, resetting
  • tg3 0000:01:00.0 enp1s0f0: Link is down
  • kernel: vmbr0: port 1(enp1s0f0) entered disabled state
  • kernel: tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex

Here is when it's happened

  • journalctl | grep -E "Link is down|Link is up" | grep 'enp1s0f0'
  • Mar 03 00:03:05 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is down
  • Mar 03 00:03:09 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex
  • Mar 03 15:35:30 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is down
  • Mar 03 15:35:34 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex
  • Mar 04 12:43:45 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is down
  • Mar 04 12:43:49 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex
  • Mar 07 09:14:48 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is down
  • Mar 07 09:14:52 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex

The issue is super intermittent, but it appears to happen more when I am trying to watch something on Plex (Direct Play to Apple TV), but it looks like it's also happened over night with limited activity. I've also successfully streamed all day on multiple devices, run ping to and from multiple devices, mtr between it and my other Mac and run 16 hours of iperf3 with zero issues!

  • Does anyone have any guidance on how I can determine if this is a hardware issue or could it be driver/kernel related?
  • I've ordered a Plugable USB to Ethernet Adapter to see if I can bypass the NIC and test if something else is the cause, I also needed a good USB to Ethernet adapter so it was time
  • Would an external solution suffice, or is it time for a new system?
  • Should I focus on further diagnostics in a different environment, or is it time to retire this box and get something new?

Happy to share more of my syslog and also my network setup, I'm in a NYC apartment, so my options for changing the environment is limited. I've also not encountered (or noticed) the issue with any of my other devices on the same switch hooked up to the router in the same manner. I have tried a different port and cable so far, but not physically moved it to another switch yet.

I'm getting closer and closer to just buying a Dell Optiplex (probably 11th Gen i7), cannibalize the SSD and trying to play with more services, but my original goal was to learn and host Plex cheaply and easily using this older hardware, but my sanity is running out!

Thanks

 

Hi Lemmy!

Encountering network stability issues on my Mac mini ("Core i7" 2.3 (Late 2012)) with Proxmox VE (Linux 6.5.13-1-pve). The enp1s0f0 interface (tg3 driver) frequently drops, displaying "Link is down" messages before recovering. This affects my Plex media server and has persisted across different OS installations.

(related posts here and here)

Here are some key excerpts from the logs showing the problem:

  • NETDEV WATCHDOG: enp1s0f0 (tg3): transmit queue 0 timed out
  • tg3 0000:01:00.0 enp1s0f0: transmit timed out, resetting
  • tg3 0000:01:00.0 enp1s0f0: Link is down
  • kernel: vmbr0: port 1(enp1s0f0) entered disabled state
  • kernel: tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex

Here is when it's happened

  • journalctl | grep -E "Link is down|Link is up" | grep 'enp1s0f0'
  • Mar 03 00:03:05 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is down
  • Mar 03 00:03:09 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex
  • Mar 03 15:35:30 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is down
  • Mar 03 15:35:34 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex
  • Mar 04 12:43:45 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is down
  • Mar 04 12:43:49 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex
  • Mar 07 09:14:48 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is down
  • Mar 07 09:14:52 macminiserver kernel: tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex

The issue is super intermittent, but it appears to happen more when I am trying to watch something on Plex (Direct Play to Apple TV), but it looks like it's also happened over night with limited activity. I've also successfully streamed all day on multiple devices, run ping to and from multiple devices, mtr between it and my other Mac and run 16 hours of iperf3 with zero issues!

  • Does anyone have any guidance on how I can determine if this is a hardware issue or could it be driver/kernel related?
  • I've ordered a Plugable USB to Ethernet Adapter to see if I can bypass the NIC and test if something else is the cause, I also needed a good USB to Ethernet adapter so it was time
  • Would an external solution suffice, or is it time for a new system?
  • Should I focus on further diagnostics in a different environment, or is it time to retire this box and get something new?

Happy to share more of my syslog and also my network setup, I'm in a NYC apartment, so my options for changing the environment is limited. I've also not encountered (or noticed) the issue with any of my other devices on the same switch hooked up to the router in the same manner. I have tried a different port and cable so far, but not physically moved it to another switch yet.

I'm getting closer and closer to just buying a Dell Optiplex (probably 11th Gen i7), cannibalize the SSD and trying to play with more services, but my original goal was to learn and host Plex cheaply and easily using this older hardware, but my sanity is running out!

Thanks

[–] robalees@lemmy.world 1 points 4 months ago (3 children)

Fell down a hole looking at the Optiplex machines last night. My desk is tiny and I'm already rocking this Mac Mini, a Mac Studio, work laptop and a pi3B running PiHole. So I'm leaning towards a micro, although I might be able to get away with a small form factor instead. I also have a MBP (“Core i7” 2.8 15" Early 2013) that I could wipe and use as a temporary measure while I save for something new. Also bought a pi4B with 4GB of RAM laying around and not used, so I could always split up services, whack Plex on the Studio and use what I've got for a while longer.

Right now I might go with @phanto@lemmy.ca suggestion to find a USB NIC adapter to keep this beast running or at least determine if it's just the NIC and not the board. Any suggestions for a Debian friendly USB to ethernet adapter appreciated. I also have the Apple thunderbolt to ethernet adapter, might keep trying to get that working. Not seen a single dropped ping overnight with the builtin NIC, so it appears to be super intermittent or when I start to watch something on Plex.

I'm putting some money aside for an 10th or 11th gen i7 at minimum, I feel like I'd like the option for 4K transcoding if needed. Looks like I can put a 2.5" SATA in a micro (7090?), which would be awesome seeing as I have a SATA 1TB SSD in the mini right now I'd like to cannibalize.

My wife and I have had some bad experiences with Ebay in the past, but I'm willing to go back if I can find a good deal on an off lease Optiplex. Any other suggestions on places to look for off lease options that I can hopefully trust (US)?

Also please be brutally honest if you think I should just get a 6-8th gen Optiplex and not bother with the newer CPU. Outside of Plex and torrents, I'd like to eventually run Node.js, VSC Code Server, Pi-hole, home assistant, some storage or cloud access and a Screeps Server. Also playing with Blender, but I doubt I'll be able to do much with rendering with any of these machines.

[–] robalees@lemmy.world 1 points 4 months ago (1 children)

Not a lame suggest at all, this is probably saner option than me throwing $$$ on an 11th gen i7. Doing some research and I'm curious if you have a recommendation on adapter? I know the ASIX AX88179 is suggested and the Plugable adapter uses that chipset. I'd prefer to get something I know will work plug and play, then I can continue testing to ensure it's just the NIC and nothing else. I also have an Apple Thunderbolt to Ethernet adapter, I've not invested too much effort into troubleshooting, it doesn't seem to work natively out the box with Proxmox/Debian.

[–] robalees@lemmy.world 1 points 4 months ago

Thanks for the suggestions, I also tagged you in a post before I saw this. I'll start researching the off lease options and I don't hate the idea of a Dell 7050 with an i7. Would be amazing to make use of the SSD still. And really appreciate the advice with going with Proxmox, the UI is a million times better than trying to use OMV and made troubleshooting so much easier!

 

Hey everyone!

I created a post in the Technology community regarding my home server and I got some fantastic advice from @CurbsTickle@lemmy.world which led me to installing Proxmox on an older Apple Mac Mini ("Core i7" 2.3 Late 2012 model) that I've been trying to keep alive.

My previous setup involved OMV and Docker. Plex and Haugene OVPN Transmission app running in containers. Then I manually copied from the Transmission SMB share to the Plex media folder. All of which resides on an external 2TB hard drive. I'd run into a really irritating network issue, usually when I was watching something in Plex. In the original post, I thought OMV was the issue and was looking for a new configuration to test. This led to me setting up Proxmox and installing Plex in a LXC container. Unfortunately the network issue is persistent and based on my limited knowledge it looks like the NIC is having an issue (Broadcom NetXtreme BCM57766), specifically transmit queue timeouts and then the NIC resets. I am unable to ping the server during this time and it happens randomly per the logs, but more frequent when I used Plex. I compared an old OMV syslog to the Proxmox ones and I suspect the hardware is failing and it's time for something new!

My wife and I are trying to minimize our streaming services, but we're also not huge media watchers. Occasionally we want to watch a movie or I download an obscure British show, I'll go find it, download it and then copy via my Mac Studio with a SMB share. I will eventually look at the *arrs, but the priority is a functioning Plex server and a Haugene setup that doesn't impact my Plex functionality. I'd like to be able to direct play 4K content on my LG CX and 4K Apple TV, download to my iPad quicker than right now and maybe have someone remotely play something and it not melt the CPU (least important). I'm watching more anime, so transcoding might crop up on occasion with subtitles.

I need advice on hardware and here are some key points

  • Form Factor: Compactness is key, aiming for a Small Form Factor (SFF) to save space.
  • Cost Efficient: I bought and installed a 1.0TB Mercury Electra 6G SSD not that long ago and also just bought (this week) 16GB of RAM which is now likely useless. I doubt I can repurpose these parts (drive maybe), so I'd like to be a bit budget conscious. But I'd also like to save myself headaches and willing to invest a little to have the performance and reliability I want.
  • CPU Preferences: I'm leaning more towards an Intel CPU, especially for their Quick Sync video transcoding, but I’m open to exploring AMD alternatives if they fit my requirements for 4K direct play and efficient transcoding.
  • Proxmox Compatibility: This will remain my primary OS for container and VM management.
  • Ease of Setup: I prefer a straightforward deployment/build process to get up and running without extensive tinkering.

With these considerations, do you have any hardware recommendations?

Whether it’s a specific model of a mini PC, a custom SFF build, or particular components that fit the bill, I’d greatly appreciate your suggestions.

If you think there is any chance of reviving this old Mini and have suggestions on how to avoid the NIC problems, I'm open to hearing them, but I'd hate to throw more money at this thing right now if getting something new would be less stressful.

[–] robalees@lemmy.world 1 points 4 months ago (2 children)

Thank you for answering my questions, I spent some time over the weekend performing testing. Sadly I suspect all my problems stem from my NIC failing. The loss of IP that I was seeing in OMV is still happening in Proxmox. Now trying to decide next steps, I can either keep throwing money at it and get an external Ethernet solution with compatible drivers or finally put this Mini to rest. I’ll probably make a post on the selfhosting community and see if anyone has any recommendations for hardware. Little peeved I bought the RAM and have this SSD with nowhere to make use of them. Maybe I can find a suitable machine that can use them, but I’m gonna guess they’ve aged out of the CPUs I’d need for better performance. But I am very happy with the Proxmox, LXC and Debian suggestions.

[–] robalees@lemmy.world 2 points 4 months ago (4 children)

Hey CurbsTickle

Thank you so much for the tips, with a mix of googling, bit of GPT4 and straight smashing my head against the desk, I've gotten Proxmox installed on the Mac Mini and ordered 16GB of RAM (figured it's worth the $40). Fought a serious battle trying to get to the startup manager with my mechanical keyboard and Dell monitor, eventually got it to boot from the thumb drive and install. I've got an LXC setup with Debian 12 and installed Plex, even managed to get my existing Plex Media folder from my external drive mounted in the container!

Next steps are the IVPN Wireguard killswitch VPN LXC and Transmission LXC, based on the quick reading I've done, it looks like iptables rules is the way to go. I'll more than likely be writing a big post in selfhosted lemmy soon asking if anyone has achieved this already and has the steps. I might look at the *arrs but that is a later project, I am fine with searching, downloading and renaming/moving the files when I want to watch something. We don't have regular shows we download right now.

Final questions before I head into the deep dark world of home server communities.

  • Doing the Plex setup quickly, I gave it 1 core and 1GB of RAM, gonna guess this isn't enough, if I'm doing Direct Play and transcode for subtitles, how much RAM and how many Cores would you throw at it with my system?
  • Can this be updated or do I need to create a whole new lxc container if I want to add more cores/ram to it?
  • For my HD 4000, is it of any use to me with Plex, or is it already being utilized due to it being integrated?
  • Can I setup a SMB share from the mounted disk in Proxmox? I created a mount point in Proxmox and then edited the containers config file so it mounted in the container.
  • Any final tips on MUST DO setup on the Proxmox side? Happy to nuke a container and recreate it if need be, but I'd like to make sure the Proxmox side of the house is in a good place from day 1!

Thanks again

[–] robalees@lemmy.world 1 points 4 months ago

Might be my piHole, but the Beelink site is running like trash!

[–] robalees@lemmy.world 1 points 4 months ago* (last edited 4 months ago) (7 children)

This is incredibly helpful CurbsTickle!

Sorry this is probably a super dumb DNS questions, should I be setting my OMV DNS to the IVPN DNS or just my Transmission/OVPN Docker stack? I tried using the OpenVPN DNS here and it doesn't connect when set in the stack, OMV or both. I also have PiHole on a Pi (maybe I can move that to Proxmox and use 1 system?), which is why I was using the Google Public DNS in OMV and the Haugene stack which seemed to work, apart from the weird issue I'm seeing randomly.

Honestly, I might scrap this configuration and put the time into getting Proxmox setup on this machine, try to get it in a good working order and then look at a tiny/mini/micro for later down the line. I've started watching more Anime and honestly the subtitle transcoding worries me a bit!

Any personal preferences or suggestions on hardware outside of the beelink s12pro which I'm checking out? I'm also hoping to cannibalize the SSD which isn't that old, the RAM might be useless at this point.

Also any guides/tutorials you can suggest for getting a working Proxmox setup running similar to yours?

[–] robalees@lemmy.world 1 points 4 months ago (9 children)

You are right, no discrete, I was confusing it with an older MBP ("Core i7" 2.8 15" Early 2013) I have. I might have a look at Proxmox, I like the idea of being able to segment the networks a little easier in a VM. I might need to go back to the Haugene documentation, I think they suggest public DNS, but I can try IVPNs DNS. Honestly does it make more sense to buy a NAS (Synology) and run Docker/Plex off that? If I drop the $ on some nice drives and RAM, would that be easier to manage and perform better? I’d like to not worry with 4K content on my home Apple TV and be able to have some people remotely connect if they wanted. Also tempted to use the Mac Mini for VPN/Transmission, then setup a cron rsync to my Mac Studio and use that for Plex.

[–] robalees@lemmy.world 2 points 4 months ago (1 children)

I should add, I’ve been paying monthly for Plex for years. Finally got the lifetime membership last year, although I don’t love Plex’s decisions, I feel financially obligated to keep using it for at least a few more years.

 

Inspired by "What's a good piece of hardware to run a jellyfin server?" I wanted to get the communities thoughts on how to set up my home media server.

Current hardware: Apple Mac mini "Core i7" 2.3 (Late 2012) with 8GB RAM (2x4GB) and 1.0TB Mercury Electra 6G SSD that I upgraded

OS: OMV6 (6.9.14-1 (Shaitan))

Docker containers:

Goal:

  • Use this old Mac Mini for as long as possible as a media server. Be able to download with Transmission over VPN and then add them to a Plex media folder via SMB on my Mac Studio. I want to manage the containers in Portainer and I've used Stacks/Compose to add most of the containers. Use the discrete GPU for hardware accelerated transcoding, mostly so I can download movies to my iPad quicker, less so other people can use it remotely. The containers should restart if they stop and I want to keep them updated automatically if possible. I've not experimented with Servarr yet (Radarr, Sonarr), not opposed, but also happy to drag them over.

Problems:

  • I don't love OMV, I seem to have a recurring DNS issue with containerd that causes Plex to stop whenever I'm watching a movie. I can run a test and leave something playing all day and not have a problem, then whenever I want to watch something with my wife, the whole system becomes unavailable and I have to watch a ping until it comes back. I'm considering a new OS, it should be accessible via VNC/SSH and have my internal and external drive shared as a SMB share to my Mac. I can't figure out how to get the GPU to be seen by OMV so everything is on the CPU, an OS where this is easier is preferred.

Questions:

  • Any OS recommendations to use instead of OMV6?
  • Advice on getting the discrete GPU seen in whatever OS I use?
  • I can't tell if it's Haugene causing the DNS issue, I'm using public Google/CloudFlare DNS to avoid using my PiHole that runs on a Pi3b. Can I set up Docker to use a different network so it doesn't bring my whole system's IP down? It might also be Watchtower updating a container and bring it down, any advice to troubleshoot would be appreciated.

Disclaimer:

  • IT guy, but mostly Mac. I can Google my way through most things, but I am NOT a Linux or Docker expert. So please go easy on me if I have any follow up questions!

Thank you in advance!

 

I’ve been learning frontend on and off for a few years and I keep trying to find a good project to help further my knowledge. My amazing wife created a Google Sheets database of cocktails we learnt to make over the pandemic. Columns are ingredients and rows are measurements in ounces.

I’d love to create and self-host a frontend for this data. Trying to use the Sheets app on our phones has driven us to drink (😉).

I have a server running OMV and Docker, I’d like to host a searchable webpage on my network (maybe one day host it externally) and utilize the data in this Sheets doc.

My Google-Fu is failing me, I don’t know what to search to make a start. Someone on Reddit suggested just using the Sheets doc and doing an API call to that file. I’m not opposed, I’m also happy to look into some sort of database software to broaden my skills (MongoDB etc).

Any suggestions or tutorial recommendations to help me create a searchable frontend using the data in my Sheets doc?

view more: next ›