root

joined 1 year ago
[–] [email protected] 14 points 6 days ago (2 children)

Please do. I too stole it.

[–] [email protected] 1 points 6 days ago

Please do. I took stole it >:D

[–] [email protected] 58 points 6 days ago (5 children)
[–] [email protected] 2 points 3 weeks ago (3 children)

Ah got it. I was looking at the UDM Pro. Is that a router and a controller? If so, I should be able to access locally I'd hope

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

I've heard of this setup before. I had thought of using PFSense + UniFi Apps/ Switch, but haven't pulled the trigger on it yet

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

Oh interesting. So you can't manage Ubiquiti devices without an Internet connection? TIL

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

Would you use it at home over PF/OPNsense?

 

I've been using PFSense for years, and it's been pretty great, but I also have some friends who are homelabbers that like their Unifi setups.

What do you guys prefer, and why?

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

Brooke of the Straw Hat pirates

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

Lol, weird.

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

The goal would be to have a collection of many locations

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

This looks very interesting; Will look into it! Thank you.

 

Some friends of mine have a Google map going where they pin locations of interest (restaurants, etc).

I was wondering if anyone knew of a non-Google project that might allow for something similar? The goal would be to have a shareable map that a group of invited/ allowed users could add locations and possibly notes to.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

Ah that makes sense, thank you. For now I'm doing backdoor Roth IRA contributions as I can't do direct contributions. Eventually I hope to be able to also use the mega backdoor after I fill up the pre-tax federal contribution limits for 401k. That will be "after-tax" that is converted to Roth.

 

My employer recently switched to Fidelity and for now I've chosen the LIFEPATH IDX 2050 A option. It looks like this one provides quarterly dividends, but the yield is 0.0%(?)

I'm looking for some fairly risk adverse options or blends that provide dividends that will be reinvested. Anyone have any recommendations?

 

I am hosting a couple of services (Matrix chat server and a game server). I know NAT's job is to translate external requests into internal addresses, so that the traffic can hit the WAN and ultimately make it to the internal service which is expected to handle the traffic, however I'm wondering if my setup is correct.

Everything is working as expected, but I'm just wondering how the traffic knows which service to go to. If an outside requests comes in, is it just the destination port that is used to route to the correct internal IP? Do I need to do something else here for best practices?

17
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

I've been wanting to get a privacy screen protector so that you can't see it from the sides, but all the ones I've tried have this 'oily' type of look to it. Maybe this is inherent to the technology, but does anyone know of any that do not have this oily appearance, especially on white screens?

 

My office/ lab at home uses around 600W when fully running, and I see that there are quite a few power stations that will comfortably handle that, and foldable 4 panel setups that can generate 300-400W.

Would there be any issues plugging a UPS (my lab has a few of them) into a solar power station such as this?

Is there some sort of feature I want to look for such as sin wave, etc to have this work reliably, or does a UPS not really care since the controller in the power station should be normalizing voltage, etc?

 

What are your thoughts on filen? I don't seem to be able to find a community for them here, but it seems like a pretty solid up and coming company for secure cloud storage options.

 

It's been years since I've checked the used electric market, but I'm seeing cars like the Hyundai Ionic 6 or Polestar 2 for low 30s, where as they were in the high 40s or mid 50s new a year ago.

My suspicion is that:

  1. Normal car depreciation when driven off the lot
  2. General fear of batteries wearing down prematurely, even if the car has ~10k miles
  3. Any applicable federal rebates or otherwise have already been claimed and can't be claimed on used vehicles(?)

Is there any other reason why these drop so quickly? Would buying one be considered foolish in anyway?

 

I wanted to start using a budgeting program to better organize my spending/ goals, and basically narrowed it down to 3 --YNAB, Actual and Quicken Simplifi.

I setup a self-hosted instance of Actual and was able to import my spending from my account by exporting from my bank and importing into the app, however this seemed like it might get tedious over time, so I decided to try YNAB.

So far this has been pretty straight forward. I’m still waiting for things to sync up with my linked accounts, but I like it so far. I would try Simplifi but there’s no trial period there; though the graphs and UI make it seem appealing.

Anyone here have any experience with Simplifi/ YNAB, and why might you chose one over the other?

 

Hello,

So I recently revisited (and recreated) my savings spreadsheets so that I can track my needs, wants and savings. To try to keep track of my fixed costs and also try to follow the 50/30/20 rule (not sure if this is a good strategy or not).

I have everything mostly sorted, but as new things come up, say a new subscription or a cancelled one, changes in rent, etc. It will be a bit of a hassle to keep this up to date.

Are there any software/ apps that you guys use that you like that make this kind of thing easier to see where your money is going?

5
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

For those of you who know of PiAlert or similar projects/forks like NetAlertX, do you know of any that can run without WAN access?

I just got PiAlert running the other day and noticed that it does not update correctly unless it has access to WAN which seems odd, since it's basically just running arp commands within internal IP ranges over specified interfaces.

Edit: Looks like I was just able to modify one function to return a hardcoded value to resolve the need to connect to WAN

14
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

So, I finally got this project (PiAlert) working how I'd like.

It basically uses arp to keep track of devices on your network, and let you know when new ones join. It gives some basic stats like uptime, etc and you can configure a few different notification options to be alerted when a rogue device connects.

Anyways, to get this work on my network involved setting up several network interfaces, as I have quite a few VLANs I'd like to keep an eye on. While everything seems to be working, I feel like I may have created an asymmetric-routing situation, as now when I SSH to the VM hosting this, it will freeze up after a few seconds.

My interfaces look like such. The problem is that I am accessing this VM (hosted on 192.168.1.0/24) from my personal network (192.168.6.0/24). My personal network has access to 192.168.1.0/24 and obviously to it's own subnet, so I think packets are getting confused, as there are multiple routes they can take to this VM.

I believe this is confirmed, because if I disable the entry for 192.168.6.0/24 in my /etc/network/interfaces file, the problem goes away.

How should I handle this? I've tried some simple UFW rules to try to force things to only use the 192.168.1.0/24 interface, but to no avail.

Edit: Sorry for the weird markdown, not sure why it's highlighting keywords

view more: next ›