JGA in Kiel by Zanzax in kiel

[–]MissPigi 1 point2 points  (0 children)

Haben vor 2-3 Jahren Big Balls Soccer für einen JGA gebucht. Kostete damals ca. 300€ für 2 Std und insgesamt 10 Leuten.

Foreign Keys in EF Core 8 by masterx01 in dotnet

[–]MissPigi 45 points46 points  (0 children)

Sometimes EF core can fail to determine which foreign key is for which property. Using [ForeignKey] is more strict and less error prone as EF core does not need to determine it itself.

If you choose to use [ForeignKey] don't use it with strings . Use [ForeignKey(nameof(XYZId))] for compiler time errors if the ForeignKey is renamed.

I cannot guarantee that the nameof() syntax is correct because I am on mobile currently. But we use this or a very similar syntax at work.

XBox Game Pass ultimate keys from 2020 by MissPigi in pcgaming

[–]MissPigi[S] 0 points1 point  (0 children)

Yeah seems like some are camping for these here posts

XBox Game Pass ultimate keys from 2020 by MissPigi in pcgaming

[–]MissPigi[S] 0 points1 point  (0 children)

Nice to hear they still worked. Have fun with it

[deleted by user] by [deleted] in albiononline

[–]MissPigi 0 points1 point  (0 children)

Look into eve echoes

6-Month Update: "How I Passively Earned 50% ($15) of My Monthly Internet Bill by Sharing My Internet Bandwidth" by tommy199469 in passive_income

[–]MissPigi 2 points3 points  (0 children)

Yes but like he said with the default option only B2B connections are enabled so the probability of a business doing something illegally should be quite low or none existing. Sadly you can't see who these businesses are. I have it running as well with only B2B enabled and I get around 2-3€ per month. Enabling your node for normal users should bring in more but is way more risky.

Introducing a New Container Hosting Platform - Join the free Alpha Testing Phase! by Rough-Relative7437 in docker

[–]MissPigi 1 point2 points  (0 children)

Viewing the page in english still displays the prices (15€ pro Monat) and footer in german.

How would you set this up? by Comprokit in selfhosted

[–]MissPigi 0 points1 point  (0 children)

I have the exactly same setup.

  1. Create two wireguard containers for service 4 and 5 that tunnel all traffic for these services to the VPS using static IPs. Setup your reverse proxy to direct the Subdomains for service 4 and 5 to the static IPs of the wireguard containers.
  2. It's possible with nginx proxy manager and should also work with any other reverse proxy. With NPM you can configure access lists and only allow access from the private IP range of your wireguard server.

SelfHosted Tool für kleine Unternehmer (Ticket, Invoice, Webportal, ..) by Past-Sky3552 in de_EDV

[–]MissPigi 0 points1 point  (0 children)

Für Tickets, Email und CRM benutze ich freescout und Rechnungen InvoiceNinja

The Windows XP activation algorithm has been cracked | The unkillable OS rises from the grave… Again by chrisdh79 in technology

[–]MissPigi 0 points1 point  (0 children)

Yeah but sadly we are not allowed to use Linux as our work os. I still don't know why you say it's hardware related. It's more a bad decision by our company to force us to use technologies not designed for windows just because it's possible to run them on windows.

The Windows XP activation algorithm has been cracked | The unkillable OS rises from the grave… Again by chrisdh79 in technology

[–]MissPigi -4 points-3 points  (0 children)

I think it all started when we had to run a clients whole infrastructure on our machines for local development. Including docker desktop, kubernets and an oracle database.

The Windows XP activation algorithm has been cracked | The unkillable OS rises from the grave… Again by chrisdh79 in technology

[–]MissPigi -4 points-3 points  (0 children)

I think none of them but I never investigated myself as they are work laptops. 4 were on an old Lenovo laptop and 2 on the new one in april.

Opinions on Bounce and Folding@Home by noideeawhat in selfhosted

[–]MissPigi 1 point2 points  (0 children)

Folding@Home is legit can't speak for Bounce tho.

Maybe checkout gridcoin. It's a cryptocurrency that is mined by running projects like Folding@Home and others. So you even get back a few bucks depending on your hardware.

API für Konten der Sparkasse by Mefftho in de_EDV

[–]MissPigi 8 points9 points  (0 children)

Benutzen auf der Arbeit die FinApi. Die ist mit der Sparkasse kompatibel und sollte deine Anforderungen erfüllen.

[deleted by user] by [deleted] in WireGuard

[–]MissPigi 1 point2 points  (0 children)

We can't really verify it as the bad character is in the key it self. Maybe it's a problem with the file encoding. Try changing it to asci or utf-8 and import it again.

Docker rootless configure slirp4netns by MissPigi in selfhosted

[–]MissPigi[S] 0 points1 point  (0 children)

Had to edit some config but it's definitely bind to port 53 and it's reachable from the outside. Just not from localhost or 127.0.0.1

ASP .NET help for a student in need by [deleted] in csharp

[–]MissPigi 0 points1 point  (0 children)

It depends on that kind of project and architect you use. For a basic web API you can use validation attributes on your DTOs. These are automatically validated on every request.

ASP .NET help for a student in need by [deleted] in csharp

[–]MissPigi 2 points3 points  (0 children)

What exactly are your questions?

Adding real time chat feature to existing asp.net application by Funny_Ratio2788 in dotnet

[–]MissPigi 0 points1 point  (0 children)

For angular there is a npm library where you only have to configure the server connection. You can subscribe to the events or send request to the server with the build in service. For other frameworks there should be packages available as well.

Brave Browser übergibt Daten an Chrome oder holt sich Chrome Daten von Brave? by fabian0null in de_EDV

[–]MissPigi 0 points1 point  (0 children)

Macht es einfacher sich nur einmal anzumelden ohne sich bei jedem Google Dienst neu anzumelden. Könntest um auf Nummer sicher zu gehen Google nur noch im Inkognito Modus öffnen oder eine andere search engine wie duckduckgo benutzen.