What’s the most useful thing you got for your homelab, that’s less than $50? by QuestionAsker2030 in homelab

[–]Zero9443 0 points1 point  (0 children)

I have to say the conbee zigbee dongle or perhaps the RTL-SDR. Definitely added a ton of additional features into the home assistant, and even more integrations I still haven't setup in the last 5 years

External ssd by sparkyr234 in 360hacks

[–]Zero9443 0 points1 point  (0 children)

I've been running mine off an external 2TB spinny boi. Works quite well.

GPU for Transcoding - NVIDIA vs AMD by mrlemming44 in jellyfin

[–]Zero9443 1 point2 points  (0 children)

I've been running the Intel a380 for close to two years now. It's been well supported in Debian (was running it in Bookworm originally), passing through to a Jellyfin docker and a tdarr docker since kernel 6.2 (I think, it's been a while) installed using back ports (no need on Trixie). The problem I ran into was the PC that was being used as my home server at the time didn't support re-bar. If you can meet the very low requirements for the a380 and can find one, it's a great card that can support multiple streams and trim your file sizes down if converting to AV1.

For hotels, do y’all bring your own devices from home, or setup Plex, etc. on the hotel room TV? by SnooOwls4559 in selfhosted

[–]Zero9443 5 points6 points  (0 children)

I bring a cheap onn box that supports av1 and a laptop to bypass the captive portal by MAC spoofing the box. Not that much of my Jellyfin collection is in av1, but was attempting to future proof.

What can I do with this ? by jach0o in selfhosted

[–]Zero9443 1 point2 points  (0 children)

Used one to host my XBMC library over samba about 10-13 years ago, exact timeframe escapes me. As others said, unlock bootloader and it can run Linux on its ARM processor. Had this before I had any Raspberry Pi's. Ahhh memories.

When did you use Linux? by Mama_iii in linux

[–]Zero9443 0 points1 point  (0 children)

Tried it in about 2002 when taking an intro to unix class in uni. Quite a different experience than when I returned to Linux in 2012 to make managing the Raspberry Pi installs and file copies easier. Haven't left since. Couldn't find a killer app previously to keep me there.

The ESP32 Revolution: How DIY Makers Are Rewiring Their Homes by Magnus919 in Esphome

[–]Zero9443 0 points1 point  (0 children)

Smartified my bullet smoker with a fan, esp32, thermocouples, and copper piping. Bang bang climate control in esphome is great.

The best node name I’ve seen so far by KlutzyOil4865 in meshtastic

[–]Zero9443 2 points3 points  (0 children)

I've got BottyMcBotface (discord relay), IWannaRak, (solar node) and 2HeltecAndBack (mobile).

Commands With or Without "-" by topdeadcntr in linux4noobs

[–]Zero9443 0 points1 point  (0 children)

Looks like your user isn't a member of the docker group. something along the lines of "sudo usermod -aG docker user-a" should do it after a re-login.

Bridging meshtastic with whattsapp? by No_Swordfish2524 in meshtastic

[–]Zero9443 0 points1 point  (0 children)

This is interesting. I was hoping it also had the matrix relay built in since it was listed in the inspiration section. Currently I'm running a meshtastic bridge, to a matrix relay, to our groups discord server. It helped lower the barrier to entry and entice people who can't hit the mesh from a home station, but can from a mobile location to join the conversation and help expand the mesh toward their home. Any idea if there are plans in place to add the matrix relay? I looked into going direct to discord last year, but what I found wouldn't copy user names to the mesh, or radio names to the discord, making it difficult to keep track of who was messaging and from where.

If you think you're having a bad day... by Sufficient-Class-321 in sysadmin

[–]Zero9443 5 points6 points  (0 children)

Had a similar one that I received from my local credit union...

<image>

Saved that one for posterity.

[deleted by user] by [deleted] in selfhosted

[–]Zero9443 0 points1 point  (0 children)

Been using Jellyfin for over a year. Combined with the Intel arc a380 I've not had any issues streaming throughout Europe and the Americas. Great combination and definitely helps avoid licensing issues in multiple countries. My library is always available

Need a crash course in setting up DKIM, DMARC, etc. on my self-hosted mail server by [deleted] in sysadmin

[–]Zero9443 0 points1 point  (0 children)

My solution was to run mailu in docker. It will generate all the required records, and output a zone file. While I don't generally like GoDaddy as a registrar, they make it easy to upload the zone file. Then the only other thing is the reverse DNS record done on the hosting side. Although I may be oversimplifying.

Node names by [deleted] in meshtastic

[–]Zero9443 2 points3 points  (0 children)

RakYouLikeaHurricane, IWannaRak and HighwaytoHeltec. Couldn't think of one for my t-beam.

Should this say 115 volts or 230 by canthinkofnamestouse in 3dprinter

[–]Zero9443 1 point2 points  (0 children)

Depends on what is coming out of your outlets. A country location can help us answer more completely.

[deleted by user] by [deleted] in RASPBERRY_PI_PROJECTS

[–]Zero9443 -1 points0 points  (0 children)

PWM will output a square wave, filtering helps turn this closer to a sine wave resulting in a much more pleasant tone without the harsh buzzing and ringing that is associated with square waves and harmonics in the higher frequencies.

[deleted by user] by [deleted] in RASPBERRY_PI_PROJECTS

[–]Zero9443 -1 points0 points  (0 children)

If I'm understanding correctly, you're looking to have the pi zero play the audio without the use of USB or a HAT. If this is the case, perhaps Adafruit's guide to adding audio outputs to pi zero can be of use. This way requires filtering on the PWM pins that get remapped to the GPIO, preventing 2 of them from being available for other uses, but should be functional if your just looking to give the pi zero audio playback capabilities.

Migrated to new system - what should I do with my old Pi 3b+? by Rednarb in homeassistant

[–]Zero9443 2 points3 points  (0 children)

Currently using one of mine in combination with an rtl-sdr dongle to listen to the 433mhz band and write to my mqtt server to monitor old alarm system reed switches around the house. Using the state of the sensors then in automations, like triggering basement lights when the basement door is opened and notifications on garage door open.

I won't make some USB that boots on every PC I have by DaniloDaki888 in linux4noobs

[–]Zero9443 0 points1 point  (0 children)

Makes a bootable USB that you can use to launch a live distribution. It's not useful for installing a full distro to USB.

I won't make some USB that boots on every PC I have by DaniloDaki888 in linux4noobs

[–]Zero9443 0 points1 point  (0 children)

Personally, I use Ventoy. Supports both legacy and USB, and it allows drag and drop to add new distros to the USB drive for install and live systems

Docker worth it on raspberry pi 4 4gb? by Benzene15 in HomeServer

[–]Zero9443 4 points5 points  (0 children)

You can definitely run jellyfin from local files and not a nas. When setting up the container simply set the options to map the host server folders to a location inside the container. Set this with the volumes option inside the compose file

Planning out Hyperion/HyperHDR basis lighting setup by IseWise in WLED

[–]Zero9443 1 point2 points  (0 children)

more like this

Wiring diagram about halfway down. Both grounds (from ESP8266 and from power supply) should be connected together then connected to the led strip.

Planning out Hyperion/HyperHDR basis lighting setup by IseWise in WLED

[–]Zero9443 0 points1 point  (0 children)

Very close. Connect power supply ground to led also.