socphoenix

joined 1 year ago
[–] socphoenix@midwest.social 1 points 3 weeks ago

Mines at least that as well, it’s good to know come next ups purchase as I would hate to get stuck with that kind of garbage. I’ll have to pay close attention to the battery now when searching

[–] socphoenix@midwest.social 1 points 3 weeks ago (3 children)

My apc unit has a standard battery that has a replacement from Duracell, which model(s) have proprietary batteries?

[–] socphoenix@midwest.social 2 points 4 weeks ago (1 children)

Does anyone know how this doesn’t fall under Brady violations?

[–] socphoenix@midwest.social 7 points 1 month ago (2 children)

One thing they didn’t mention but I’ve seen on the news before is that flood waters often contain carcinogenic/other polluting chemicals leeched from the ground, and other waste streams. How much of that gets left in people’s soil (or wells if they have a well system), or even in their house after rebuilding?

[–] socphoenix@midwest.social 13 points 1 month ago

A) you can survive without precooling or set it to start before getting deep into the store.

B)if you want that feature fine, but leave it off everyone else’s car! No cell connections should be installed by default like this. It’s a walking cve list waiting to happen.

[–] socphoenix@midwest.social 8 points 1 month ago

Ubuntu is great for works out of the box kind of tasks, I have it on an old MacBook Pro 2012. With a free Ubuntu pro account I can get security updates for 22.10 lts until 2032! It’s already starting to act its age so security updates but a frozen OS helps not further tax it as software gets more complex. Point being there’s a niche even if in most other cases I might prefer something different.

[–] socphoenix@midwest.social 14 points 1 month ago* (last edited 1 month ago)

Idk that a lot of people know/understand the difference to be honest.

Edit: difference between obedience and respect

[–] socphoenix@midwest.social 3 points 1 month ago

The first time I saw my wife with makeup was our wedding day. Since then at most once every few months for work and then only maybe eye shadow and lipstick. Safe to say I prefer no makeup. Let the natural beauty shine on its own!

[–] socphoenix@midwest.social 8 points 1 month ago

Counting the differences in cost (loan, gas, expected maintenance, insurance etc) it came out to where I would have to use the truck to haul something at least a very weekend possibly more to break even with a much newer car vs just renting a truck once or twice a year. Pickups are almost universally owned by people too stupid for middle school math imo.

[–] socphoenix@midwest.social 11 points 1 month ago

The article doesn’t match the headline, did you link the right article?

[–] socphoenix@midwest.social 4 points 1 month ago (1 children)

Report this egregious infraction on my privacy to who? The Illuminati?

[–] socphoenix@midwest.social 24 points 1 month ago

Depends on whether the study is from places likely to be subject to bias like the “conservative” group institute for family values that claims county level polling shows more democrats get divorced (despite conceding the accuracy of state level polling?), or more normal groups that have shown for a decade plus now that red states have higher divorce rates. Top five are:

  1. Nevada
  2. Oklahoma
  3. Wyoming
  4. Alabama
  5. Arkansas
 

Posting this for visibility: cross-posted from: https://lemmy.world/post/1299831

Hi all,

If you're just now signing in for the first time in 12+ hours, you may just now be finding out that Lemmy World and other instances where hijacked. The hijackers had the full abilities of hijacked user, mod, and admin accounts. At this time, I am only aware of instance defacing and URL redirections to have been done by the hijackers.

If you were not forced to sign back in this morning, contact your instance admin to verify mitigations were completed on your instance.

How?

This occurred due to an XSS attack in the recently added custom emojis. Instance admins should follow the issue tracker on the LemmyNet GitHub, as well as the Matrix Chat. Post-Incident Activity is still on-going.

Currently, it is likely that just your session cookie was stolen, with instance admins being targeted specifically by checking for navAdmin, an HTML element only instance admins had. I do not believe this to affect users across instances, but I have yet to confirm this.

What happens next?

As I am not the developers or affected instance admins, I cannot make any guarantees. However, here is what you'll likely see:

  1. Post Incident investigation continues. This will include inspecting code, posts, websites, and more used by the hijackers. An official incident writeup may occur. You should expect the following from that report:
  • Exactly what happened, when.
  • The incident response that occurred from instance admins
  • Information that might have helped resolve the issue sooner
  • Any issues that prevented successful resolution
  • What should have been done differently by admins
  • What should be improved by developers
  • What can be used to identify the next attack
  • What tools are needed to identify that information
  1. A CVE is created. This is an official alert of the issue, and notifies security experts (and enthusiasts), even those not using lemmy, about the issue.

  2. A code security audit is done. This will likely just be casual reviews by technical lemmy users. However, I will be reaching out to the Mozilla Foundation and Cure53 as they recently did an audit of Mastodon. If there is interest in an external audit of lemmy and the costs are affordable, I'll look into crowdfunding this cost.

 

I'm trying to set up rules so I can access a few different containers from zerotier. I've already set up an ssh-x11 container and the passthrough is working fine with:

rdr on $ext_zero proto tcp from any to $ext_zero port 8000 -> 10.1.1.3 port 22

where $ext_zero is the variable for the zerotier bridge.

However, trying to stream music with jellyfin with:

rdr on $ext_zero proto tcp from any to $ext_zero port 8096 -> 10.1.1.6 port 8096

I get consistent connection refused messages.

The full pf.conf for redirections: Code:

table <jails> persist
nat on $ext_if from <jails> to any -> ($ext_if:0)
rdr-anchor "rdr/*"
rdr on $ext_zero proto tcp from any to $ext_zero port 8000 -> 10.1.1.3 port 22
rdr on $ext_zero proto tcp from any to $ext_zero port 8096 -> 10.1.1.6 port 8096
rdr on $ext_zero proto tcp from any to $ext_zero port 8920 -> 10.1.1.6 port 8920
rdr on $ext_zero proto udp from any to $ext_zero port 1900 -> 10.1.1.6 port 1900
rdr on $ext_zero proto udp from any to $ext_zero port 7359 -> 10.1.1.6 port 7359

The system is FreeBSD, the jails are roughly equivalent to a docker compose install.

Jellyfin is set to accept remote connections, with the whitelist left blank as per their instructions to allow all addresses. Why will ssh connect but not jellyfin?>>

 
view more: ‹ prev next ›