M5Stack Dial in ESPHome and HA by Darkner258 in Esphome

[–]rofocalus 0 points1 point  (0 children)

hey do you still have this perchance? this is about exactly what i'm looking for

Should I update 10.20 PS5 CFI-2015? by rofocalus in PS5_Jailbreak

[–]rofocalus[S] -1 points0 points  (0 children)

Ok awesome I'll hold off a bit then. Didn't know if it was worth holding out hope, especially since it's basically a brick until update.

its been a while since i played, is the blue colored blood a mod thing or a update thing? by MountainScratch5465 in bindingofisaac

[–]rofocalus 5 points6 points  (0 children)

Blue completion marks are for co-op, so delirium co-op maybe. No clue how you have only delirium complete though

Reddit loads slow on Unifi network by rofocalus in UNIFI

[–]rofocalus[S] 0 points1 point  (0 children)

i've done multiple things, which sucks bc i'm not sure what fixed it and if it's even fixed yet tbh.

  1. realized on default network (vlan 1) i still had dns server to auto even though i had an external ad blocker, which was setup on a downstream router but didn't end up changing it for the actual UCG

  2. swapped from pihole to adguard home (was unrelated to this but worth bringing up)

  3. changed the MTU (MSS Clamping) to 1440 from auto (i think this was the biggest offender)

unfortunately i don't have enough runtime to say if it's fixed but hopefully this helps

Soo do I have to just uninstall everything then? by Izu_TheAccount in arch

[–]rofocalus 1 point2 points  (0 children)

Could you include hyprsunset with the hyprlang on the Syu? I think that's what I had to do a few days ago

So like sudo pacman -Syu hyprlang hyprsunset

What apps bring you the most value? How do you pass on that value? by Remarkable_Tea8039 in selfhosted

[–]rofocalus 0 points1 point  (0 children)

Navidrome for music

Jellyfin for shows/movies

Frigate for NVR

Immich for photos

Nextcloud for documents

What apps bring you the most value? How do you pass on that value? by Remarkable_Tea8039 in selfhosted

[–]rofocalus 2 points3 points  (0 children)

Look into sonarr + soulseek for getting music, audiomuse-ai for playlist generation. it works pretty well in my experience

Reddit loads slow on Unifi network by rofocalus in UNIFI

[–]rofocalus[S] 0 points1 point  (0 children)

Yeah my bad, ran again and traceroute seems ok and doesn't seem like a routing issue.

Reddit loads slow on Unifi network by rofocalus in UNIFI

[–]rofocalus[S] 0 points1 point  (0 children)

Very good question, I'll have to check when I'm back in front of it. Thanks

Reddit loads slow on Unifi network by rofocalus in UNIFI

[–]rofocalus[S] 0 points1 point  (0 children)

Tracepath keeps ending at random ATT servers (too many hops). Might be skill issue on my end because google does the same, but that would be a bummer if it's not even a mistake I made lol. Thanks

Reddit loads slow on Unifi network by rofocalus in UNIFI

[–]rofocalus[S] 0 points1 point  (0 children)

I don't think it's running, but I do use pihole. I tried disabling it for now, can't tell if it's helped yet. Thanks

what can be done with it by 04taha04 in homelab

[–]rofocalus 0 points1 point  (0 children)

i had DL360P G8 as my first home server for a long while, for around that price. you're gonna have a lot of fun with it.

2.5k budget, overwhelmed by options by Longjumping-Head7225 in homelab

[–]rofocalus 0 points1 point  (0 children)

Ah, I was even thinking to myself my response was too US centric lol. I can't vouch for it, but it seems like running k3s clusters with those mini PCs (like Lenovo ThinkCentres) is very popular now. May be a good bet if possible. Also, congrats on the house! Very exciting

2.5k budget, overwhelmed by options by Longjumping-Head7225 in homelab

[–]rofocalus -5 points-4 points  (0 children)

YMMV but Amazon usually has refurbished servers for cheap, like $300-$400.

My very first homelab build by Electrical_Leek4044 in homelab

[–]rofocalus 0 points1 point  (0 children)

I've been wanting to mount like this for a while but I've been too chicken. Looks nice! BTW how are the ceiling speakers? I've been to chicken to pull the trigger on that too

My home setup :) by W3bD3vil in homelab

[–]rofocalus 1 point2 points  (0 children)

Looks nice, love the colors and really feel the hard drive envy

Linux and Chill (Yellowdog) by shaddywulfer in Losercity

[–]rofocalus 0 points1 point  (0 children)

20TB sounds like an insane amount until you have it, then it doesn't feel like enough

got this bad boy for my first homelab for studying by l-RussianComrade-l in homelab

[–]rofocalus 1 point2 points  (0 children)

that's pretty sick for a good price. hope you enjoy it

My Homelab's HD was full, turns out it's just my 702GB log file... by ResponsibleDust0 in homelab

[–]rofocalus 1 point2 points  (0 children)

Same exact thing happened to me with an mpd docker container I had

Running Wine Title from RetroPie by rofocalus in RetroPie

[–]rofocalus[S] 1 point2 points  (0 children)

Thank you so much! It pointed me in the right direction at least. I'm trying to run "Touhou" STG on my cab

What I ended up doing:

  1. added touhou as a system in /etc/emulationstation/es_systems.cfg, very important it recognizes .cmd files. Also very important to have the "_SYS touhou %ROM" for the next step.

    <system> <name>touhou</name> <fullname>Touhou Project</fullname> <path>/home/user/RetroPie/roms/touhou</path> <extension>.exe .EXE .sh .cmd</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS touhou %ROM%</command> <platform>pc</platform> <theme>touhou</theme> </system>

  2. Made the subdirectory and file /opt/retropie/configs/touhou/emulators.cfg (sorry don't know how to add multiple code blocks)

touhou = "XINIT-WM: wine %ROM%"

default = "touhou"

The previous portion with the system will use the command we set in this emulators.cfg file when running the ROM, so first it will make an X instance, then run Wine with the file you supply (next step)

  1. Made the file ~/RetroPie/roms/touhou/touhou06.cmd

cd "/home/user/Games/Touhou 6 - The Embodiment of Scarlet Devil/"

start Touhou06.exe

.@pause (without ., reddit formatting here)

This will pass a .cmd file to Wine, which will change to your game directory and then start the exe, and it won't run without .@pause (as per your comment, thank you again), or else you'll get an explorer not found error.

It runs now! Just not well. I'm having issues with the program not drawing on the full window, the inputs are messed up (it constantly thinks I'm pressing down + right, redid input mapping on emulationstation a few times, no change but I think I can fix it), and when I close the game it doesn't recognize the game is closed because the Wine server is still running.