megaman

joined 1 year ago
[–] megaman@discuss.tchncs.de 6 points 3 months ago

The folks who found it are presenting at Defcon this weekend, according to the article.

I imagine some of the industry press (i.e. Wired) are just looking through the Defcon agenda to figure out what to write. I saw two or three other articles about hacks or exploits and things like that that also mentioned it was bring presented at Defcon.

[–] megaman@discuss.tchncs.de 3 points 3 months ago (1 children)

Unrelated to your actual post (plan to read later), but is your RSS busted? The rss link on the webpage gives a 404 and my RSS reader is erroring on it as well...

[–] megaman@discuss.tchncs.de 5 points 4 months ago* (last edited 4 months ago)

Ive got this working with Caddy and Adguard

I use Caddy as my reverse proxy. It is running on the machine in the basement with all the different docker-container-services on different ports. My registrar is set up so that *.my-domain.com goes to my IP.

Caddy is then configured for 'service-a.my-domain.com' to port 1234, and the others going to their ports. This is just completely standard reverse proxy.

For some subdomains (i.e. different services) ive whitelisted only the local network. There is some config for that.

Im pretty sure that I also have to have adguard do a dns rewrite on the local network as well. That is, adguard has a rewrite for '*.my-domain.com' to go to 192.168.0.22 (the local machine with caddy). I think i had to do this to ensure that when the request gets to caddy it is coming from the local whitelisted network rather than my public IP (which changes every couple months, but could be more).

[–] megaman@discuss.tchncs.de 33 points 4 months ago

Your comment is really useless. I support the cause of free speech, but there is absolutely no need for what you said. I think this community is meant for discussions that are meaningful

[–] megaman@discuss.tchncs.de 9 points 4 months ago (4 children)

Everyone who downvoted me didnt read the article, or didnt read what i said, or didnt read op, or something, i dont remember what they didnt read but they cannot be real because the only way to disagree with me is to not have read something or other (or did read it, cant remember which)

[–] megaman@discuss.tchncs.de 12 points 4 months ago (6 children)

I read the fun blogpost that is not an academic paper and ive downvoted you. Does that mean i dont actually exist or that u dont actually exist???

[–] megaman@discuss.tchncs.de 6 points 5 months ago

What in the hell is this cursed bot image?

[–] megaman@discuss.tchncs.de 21 points 5 months ago (1 children)

When i was doing a headless install, i spend a hour or two trying to figure out how to pre setup configs for the debian installer or how to do it over network or what before i finally lugged the new machine to the other room and plugged it into the monitor and keyboard of the main rig, installed it all (and set up ssh so i can later get into from the main rig), and unplugged it.

My point is, even if it isnt trivial to have the keyboard and monitor, it may be much easier to get them than to really do an install without them.

[–] megaman@discuss.tchncs.de 1 points 5 months ago

That dude looks like Hugh Jackman

[–] megaman@discuss.tchncs.de 8 points 5 months ago (1 children)

Inside me there are two wolves, one that thinks "gamer" stuff is stupid, and another that thinks this router looks sweet as hell.

[–] megaman@discuss.tchncs.de 3 points 5 months ago

Well it is a simple meme that shouldnt be considered a stand in for a complete set of ideas, it does sure seem like it is saying to remove all the zoning restrictions.

[–] megaman@discuss.tchncs.de 2 points 5 months ago (5 children)

Ive got some stuff that i think is similar to what you are trying where i have an excel file template and use python to read from the database and populate cells in excel and then save a pdf.

There are a couple different options for python libraries - openpyxl, xlwings, or pywin32.

It is annoying and goofy, but works. Excel can be very flexible with getting everything sized just right for what your final output/pdf should look like.

view more: ‹ prev next ›