Fedegenerate

joined 1 year ago
[–] [email protected] 26 points 1 day ago

Someone identifying with Homelander would. That's the real meme here.

[–] [email protected] 3 points 1 day ago

I remember Watchtower helpfully stopping Pihole before pulling the new image when I only had the one instance running... All while I was out at work with the fiancée on her day off. So many teaching moments in so little time.

[–] [email protected] 2 points 1 day ago

Home server: Proxmox (Debian). Redundant DNS: Raspbian (Debian). Parent's server: Debian (Debian).

Gonna be honest, I mostly live off my phone and a retroid pocket.

[–] [email protected] 27 points 1 day ago

Linux does what Windont?

[–] [email protected] 6 points 1 day ago* (last edited 1 day ago) (1 children)

How many desert island discs do I get? I'll do three lesser known ones

Make it all show - Skating Polly. I love the vocal styles, not sure I'd reccommend the band (I do have tickets this year though)

Masters of reality - Masters of reality. Not so much a band as a producer pulling talent and doing odd projects. Not a track on this I don't sing along to though... especially the instrumentals.

Rakshak - Bloodywood. Sometimes I need flute solos in my life, sometimes I need someone to aggressively tell me that shit is going to be ok.

3 more known ones.

Dummy - Portishead. Original pirate material - The streets. New levels new devils - Polyphia

[–] [email protected] 1 points 1 week ago

Posts on public forums get replies from the public.

[–] [email protected] 2 points 1 week ago

Exercise and nutrition. I easily fall into a pattern of self neglect. Having a program I can be accountable to, telling me what physio I should do, what to cook and when would be invaluable.

[–] [email protected] 5 points 1 week ago* (last edited 1 week ago)

As a beginner in self hosting I like plugging the random commands I find online into a llm. I ask it what the command does, what I'm trying to achieve and if it would work..

It acts like a mentor, I don't trust what it says entirely so I'm constantly sanity checking it, but it gets me to where I want to go with some back and forth. I'm doing some of the problem solving, so there's that exercise, it also teaches me what commands do and how the flags alter it. It's also there to stop me making really stupid mistakes that I would have learned the hard way without.

Last project was adding a HDD to my zpool as a mirror. I found the "attach" command online with a bunch of flags. I made what I thought was my solution and asked chatgpt. It corrected some stuff: I didn't include the name of my zpool. Then gave me a procedure to do it properly.

In that procedure I noticed an inconsistency in how I was naming drives vs how my zpool was naming drives. Asked chat gpt again, I was told I was a dumbass, if thats the naming convention I should probably use that one instead of mine (I was using /dev/sbc and the zpool was using /dev/disk/by-id/). It told me why the zpool might have been configured that way so that was a teaching moment, I'm using usb drives and the zpool wants to protect itself if the setup gets switched around. I clarified the names and rewrote the command, not really chatgpt was constantly updating the command as we went... Boom I have mirrored my drives, I've made all my stupid mistakes in private and away from production, life is good.

[–] [email protected] 14 points 3 weeks ago (1 children)

Instant pot. I mostly use it for batch cooking, making homemade stocks and rice now. But, I used to make yoghurt in it weekly and proof dough in it every 3 days or so.

It advertised a bunch of functions and it only sucks at slow cooking, but pressure cooking is faster and better imo, it does suck at slow cooking though.

[–] [email protected] 1 points 4 weeks ago (1 children)

A good general suggestion. The WAF I follow are 'reasonable' expense, reasonable form factor, and a physical investment. I floated the idea of a VPS and that's when I learned of the third criteria. It is what it is.

I just started on this 8tb HDD so it isn't very full right now, I could raise the ratio limits. But, I worry about filling the HDD and part of me worries about 100s of torrents on an n100 doing other things. So I'm keeping the habit from my pi4+1TB days of deleting media behind us and keeping the torrent count low.

I justify it as self managing though: popular Isos are on then off my harddrive fairly quickly, but the ones that need me will sit and wait until they hit the ratio of 3 however long that is. I would like to do "3 + (get that last seeder to 100%)" but I don't know how/if it's possible to automate through prowlarr.

[–] [email protected] 1 points 4 weeks ago* (last edited 4 weeks ago) (9 children)

I should probably keep sharing Linux Isos longer than I do, but data hording has a low WAF. Instead I have prowlarr set the ratio to 3 (one for me, one for a leecher, and one to add to the pool) to keep the data churning.

[–] [email protected] 4 points 1 month ago

Me looking for apt update && apt upgrade -y

 

I set up an *arr stack and made it work, and now I'm trying to make it safe - the objectivly correct order.

I installed uncomplicated firewall on the system to pretend to protect myself, and opened ports as and when I needed them.

So I'm in mind to fix my firewall rules and my question is this: Given there's a more sensible ufw rule set what is it, I have looked online I couldn't find any answers? Either "limit 8080", "limit 9696", "limit ..." etc. or "open". Or " allow 192.168.0.0/16" would I have to allow my docker's subnet as well?

To head off any "why didn't you ?" it's because I'm dumb. Cheers in advance.

view more: next ›