@SeeJayEmm@lemmy.procrastinati.org avatar

SeeJayEmm

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I’ve had 22, 80, & 443 open for literal decades. Key auth only on ssh. 80 & 443 rev proxy to inside web services I want to expose only. Also host game servers as needed.

Keep your stuff up to date and follow best practices for securing it. Use things like crowdstrike. If you can segment your network, go ahead.

Unless you have a target on your head your main concern is going to be scripts looking for vulnerabilities.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

At that point why don’t you just run it in the vps and save the hop.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

No. Go subscribe to things.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

My friend and I started a Satisfactory world together. That’s about the only thing I’ve had time for lately.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Plug both disks into your PC. Then use a gparted boot disk. There you can clone the partitions and then grow your primary partition on the new disk.

I’ve been using this method for years without problems.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Google it.

Gparted is a partition editor. They provide it as a bootable iso. They have instructions on how to put that on a USB drive and make it bootable.

You would boot gparted from usb, not windows, to do the work.

But seriously, Google it.

What got you into selfhosting and what was the first thing that you hosted?

For me, it was PhotoPrism. I used to be an idiot, and used Google Photos as my gallery. I knew that it was terrible for privacy but was too lazy to do anything about it. When Google limited storage for free accounts, I started looking for alternatives. Tried out a lot of stuff, but ended up settling on PhotoPrism....

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Me too. I had a FreeBSD box that routed my dialup and ran a transparent caching squid proxy. Had a cronjob for scheduled downloads.

External? Apache and ftp. Once cable was available had an IPsec wan with a couple friends for file sharing and “lan” gaming. Used samba to span the subnets into a big windows workgroup called “biggroup”.

I used to tinker with php alot back then. Made sense to run my own web server.

What is your machine naming scheme?

I’ve ended up with a number of machines on my network, and a need to name them all in a somewhat logical way. For several years I had them named after the planets, which worked well until the PCs for myself, my girlfriend, servers and Raspberry Pi’s quickly summed up to more than the eight planets. I’ve broadened it...

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I don’t remember where I started, but for a long time it was Firefly characters. I had to dig deep enough to name a system YoSaffBridge.

Then I switched to gemstones from Steven Universe. Which I still use for mostly for “end user devices”, i.e. desktops, mobile, cars (mine is peridot).

The functional stuff and the VMs I name by function. Router is router, switches are sw-0#, pihole-0#, minecraft, plex, ipam (yes I have an ipam for my network), etc…

It’s simpler and I like to be able just ssh/browse to “function” than trying to remember that ipam is on bismuth.

Years of working for a company that did lots of acquisitions, where I had to deal with integrating whimsically named infrastructure, gave me a strong appreciation for a functional and consistent naming scheme.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I am 100% with you on this. At work the name should instantly tell me everything I need to know about the system at a glance.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I’ll get right on rearchitecting the dns infrastructure of a large sprawling corporation, with mountains of technical debt from decades of acquisitions where they just mashed shit together. I’m sure that project will get approved.

Don’t be condescending, man.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

This is like the patterned shirt that my wife bought that had the seam down the front and the pattern didn’t line up.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Right?! Sad because the cut of the shirt was nice.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

What the hell is a food period? Is that like, code for diarrhea?

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I’ve had a lot of luck with eSun.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

pseudo-open-source bullshit

What do you mean by this?

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

xcp-ng

Not gonna lie, I haven’t looked at Xen in years. xcp-ng looks interesting. I’ll have to dig into that more.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Does Proxmox still sit at the top of the stack if I’m not clustering?

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

That was one of the reasons I was thinking of getting bigger disks. I want to retire the qnap I have and spin up a TrueNAS VM.

SeeJayEmm, (edited )
@SeeJayEmm@lemmy.procrastinati.org avatar

I did a little research (on xcp-ng) since reading @housepanther’s post. Seems like it has a lot going for it. My main concern, right now, is that it’s built on top of CentOS.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Eh, to each their own. In fairness, some iteration of my current setup has existed for many years and I’ve only just get my feet wet with containers in the last month.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

No. I just forgot to put xcp-ng anywhere in my reply to you. 😀

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Gotcha. So long as they’re not breaking GPL or holding back security updates for non-paying users. I could care less. Thanks.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Proxmox wont make backups to B2 easier, but since it is basically a web interface and API for Debian and KVM/QEMU you might be able to use your current backup strategy with very little modification.

I found this which leads me to believe I may be able to pipe zfs send to restic to replicate my current disk backup strategy. Presumably I could fire up a VM and build a zfs storage pool in it to test that theory out.

As for ZFS, you can expect to use about a GB of RAM for each TB in a ZFS pool. I (only) run 2x 4TB drives in ZFS mirror and it results in about 4-5 GB of RAM overhead.

So if I were to put 4x4TB in a RAID10 equivalent pool I’d be looking at ~ 8GB not 16, whew.

For a homelab it’s a bit much, the learning experience is the biggest part. It’s an entire rabbit hole.

The rabbit hole is where all the fun is. Templating was something I never really got around to in my current setup. I do have an ansible playbook and set of roles that will take a brand new Ubuntu VM and configure it just how I like it.

Thanks for all the info. I’ll be sure to check out your repo.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I found this which leads me to believe I may be able to pipe zfs send to restic to replicate my current disk backup strategy. Presumably I could fire up a VM and build a zfs storage pool in it to test that theory out.

Replying to myself but I think this is a square peg, round hole, situation.

If I’m starting over with proxmox I likely need to rethink my entire backup strategy.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

This is good advice to follow even if you do have air conditioning. Keeping the heat out makes the AC work less. Maybe invest a nice set of thermal curtains.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

This stuff is unbearable, I can’t even play video games on my laptop, because it warms up very fast and the keyboard becomes uncomfortable for me to use.

There’s a lot of good advice in here but I haven’t seen anyone tell you to just reduce the amount of heat being generated in your home. Almost every plugged in electrical device in your home is generating some amount of heat. Esp. if they’re in use.

So my suggestion to you is to flip off the power-strip or unplug unnecessary devices, and find something else to occupy your time. The consoles, PCs, the tv itself, they’re all hungry devices that generate a lot of heat. Those fans people are telling you to use? They generate heat too… so while I’m not saying, “don’t use a fan to stay cool”, I am saying, “don’t fill your home with running fans in rooms you aren’t in”.

Can I view a list of the communities of a lemmy instance while logged into my own?

For instance I know i can navigate to lemmy.ml/c/[email protected] to see the “daystrominstitute” community at startrek.website, but is there a way where I can see all (or even just the most popular) communites at startrek.website, while still logged into my lemmy.ml instance (so i can just hit the subscribe...

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

@theothermatt_b discovered this yesterday and it 100% solves the problem. Just keep in mind that if you click through a link from here to a community that your home server is not yet aware of, you may get an error page. This is, unfortunately, normal and OK. Wait a moment for the behind the scenes federation work to complete and reload the page.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

No. I tried. It’s barely coherent.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I don’t like <thing> so no one else is allowed to like <thing> seems to be rampant.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

My last job we had RHEL on most of our linux boxes (it was a predominantly Windows shop). In the 8 years I was there I made use of the RHEL support we had once, about a kernel issue, that I never got any resolution or workarounds for.

At the time I pushed to phase them out for CentOS boxes to save costs but mostly wasn’t listened to.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

The way I read this either their password reset infr is compromised, your email is compromised, or they did some social engineering w/ a support technician.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Not to mention imaging using a laptop that vents hot air out the front.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Glad I wasn’t the only one who thought suggesting liability only ins on a 3 year old car was a silly suggestion.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Not sure if you’re just telling us the amt or of you’re implying it’s too high/low. Sounds about right given the age and cost of your car, without knowing anything about you.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Honestly that’s pretty good all things considered. My car’s a 2020 that cost about the same, I’ve been driving for 30 years, and my ins isn’t much less than yours.

My point was. For a car that new,. even without a lien, I would maintain full coverage should the car get totaled. Your car gets totaled, replacing it is going to cost you way more than the (probably) $600/yr you’re spending on the difference between liability only and full coverage.

SeeJayEmm, (edited )
@SeeJayEmm@lemmy.procrastinati.org avatar

It’s still a bug. My server is at 0.18.2 and I regularly see old posts if I sort by Hot.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

This is the bottom half of the first page of my subscribed feed and I restarted my lemmy instance yesterday to make a config change.

https://lemmy.procrastinati.org/pictrs/image/7177cf17-6c16-415c-a374-936a094088f9.png

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I was warming up to post the gravity sync link before I got to your edit. I’ve been using it for at least a couple years and I’ve been happy.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

PiHole has everything you listed except the static dns via web ui. You need to add them to the hosts file.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I’ve got enough going on, on my internal lan that I have a bind server hosting internal fwd/ptr zones. I just put config files in /etc/dnsmasq.d/ that direct queries for those domains there.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Just make sure you keep regular backups of your data so you can spin it up somewhere else.

Also, people can crap all over Oracle (rightfully so), but I highly doubt they would kill the free tier one day w/o any warning at all.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Keep the activity table on a tight leash.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

It’s certainly been an adventure for me that’s mostly spurred me to learn about how to user/admin docker. (I need a project to dig into to learn things.)

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

I believe there are ways to prune the images store but I haven’t dug into that yet.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Sure. I was just trying to address the site being wonky.

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

That is rather backwards.

Suggestions for activism campaigns on Lemmy and kbin? (lemmy.blahaj.zone)

I’m working on an activism campaign kicking off next week opposing some bad internet bills in the US – here’s the kbin magazine I just set up, and I might set up a Lemmy community as well if that makes sense. Once things get going, we’ll be sharing links including information and actions people can take....

SeeJayEmm,
@SeeJayEmm@lemmy.procrastinati.org avatar

Ok. I was going to suggest subscribing to the kbin mag on a couple Lemmy instances to get it into All.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • Ask_kbincafe
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines