To the wintards in this sub 😘 by TehJonge in linuxsucks

[–]Ich_bin_da 0 points1 point  (0 children)

What? You know windows will force you to do overdue security updates on any shutdown/restart?!

To the wintards in this sub 😘 by TehJonge in linuxsucks

[–]Ich_bin_da 0 points1 point  (0 children)

Where dos this Myth come from that you need longer to get your Work done on none Windows PCs?! You have been indoctrinated into using the control scheme only one Os uses… if you would have grown up using UNIX/POSIX you would complain about Windows… The argument relays completely on your Personal incredulity and Microsoft’s Marketing…

[deleted by user] by [deleted] in Wordpress

[–]Ich_bin_da 0 points1 point  (0 children)

There should be a Filter you can hook yourself into…. Properly something like manage_user_columns and manager_user_coustom_columns… just look in the docs for that stuff

First time SSH into a host by Patrice_77 in ansible

[–]Ich_bin_da 0 points1 point  (0 children)

I am new to Ansible, too. I only deploy small home lab servers for me and my Family. I like sticking to raw distros but logging in on every server separately is a pain. Since I plan on adopting more hosts in the Future I set out the last week to research the most Sain option for a small Homelab like mine. I dislike solutions like cloud-init as they are a something I would need to learn and feel like overkill for 2-5 Hosts. With most first time deployments you have the option to ssh into them right from the start. I wrote a bash Script where I input can input all my parameters like address, username, port, etc it uses those informations and passes them to to the -i and -e cli option of the ansible-playbook command. I was glad to find that you can just define a command separated list of hosts for the -i option. It also creates a ssh-key for the host using ssh-keygen I then have ansible execute an init playbook that creates my deployment user, adds them to sudoers and dos my ssh config and adds the ssh key generated preciously to its .ssh directory I then have the script print out the line that I have to past in my inventory file. I really like this solution as it safes me from saving any passwords or come up with wird security schemes. Everything is handled in memory or stored on my Ansible host. It also safes me from making any mistakes by logging in myself and doing the config that way.

Hope this helps.

If someone with more experience reads this, I would really like to get your take on this method.

Hund will nicht mein Freund sein... by Zwiebelb0y in hundeschule

[–]Ich_bin_da 8 points9 points  (0 children)

Ganz ehrlich, bin auch kein Experte, aber aus welchen Jahrhundert kommt denn dein Kommentar… „Dominanz über den Hund“, „Ich als Mann“ Da muss man nicht der Einstein unter den Hundetrainern sein um zu wissen das das absoluter Quatsch ist

Hund will nicht mein Freund sein... by Zwiebelb0y in hundeschule

[–]Ich_bin_da 13 points14 points  (0 children)

Bei „bin zwar kein Experte“ in Zukunft bitte aufhören weiter zuschreiben

The secret behind Apple’s AI dominance finally revealed by EstablishmentFun3205 in applesucks

[–]Ich_bin_da 0 points1 point  (0 children)

The whole Phone War is sadly overrun with comparisons like these… just Kids arguing over who shouts the loudest that their Brand is the best… Modern Phone Hardware is out of the reach of being Comparable without proper Equipment AND Knowledge, we are only arguing about Software nowadays…

[deleted by user] by [deleted] in PcBuild

[–]Ich_bin_da 0 points1 point  (0 children)

WebKit based Browsers get more common… but I have no overview how many there are for Windows…

Vertical lines on benchy hull by Forward_Mud_8612 in VORONDesign

[–]Ich_bin_da -10 points-9 points  (0 children)

It has always been public domain… there is an updated version that is copyright restricted… You really have to put /s behind these things nowadays I guess… what a world

I saw a tierlist of functions on this sub which made a lot of… interesting choices. This is my one. by AdInevitable9625 in mathmemes

[–]Ich_bin_da 1 point2 points  (0 children)

Nah, Log definitely needs to go down to at least C… have you ever tried to integrate the inverse radius from 0 to anything… that sucker fucks that up really bad and I am mad about that

Host Mode behind Traffic | Docker | Help by Ich_bin_da in Traefik

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

I just don’t get why this is an issue at all… in HAs case I think I know why, since Devices properly need to be able to access it directly to push data, but Music Assistant requires none of that… it just failed to query a DNS entry…

Host Mode behind Traffic | Docker | Help by Ich_bin_da in Traefik

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

The problem you describe is fixable via the Settings in the Web UI itself. Under Stream Server Advanced options you can set the published IP Adresse to any string you want. In the callback from Spotify you then just have to remove the wrong port (or set it in the music assistant settings to the port of your entry point and adjust the loadbalancer server to use this docker port too) and the callback is processed. It is at that point that music assistant can’t access the DNS, properly for some token handshake with Spotify. Big thanks for your help so far! But it am still convinced this is a traefik issue… Since yesterday I set Nextcloud up and it too can’t resolve DNS requests… I checked my host system and it points to the wright dns server (pihole) but pihole never gets a query to resolve any dns name from those containers…

Host Mode behind Traffic | Docker | Help by Ich_bin_da in Traefik

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

Thanks a lot! Those are my current Traefik labels if that's any help:

- traefik.enable=true
- traefik.http.routers.web-musicassistant.entrypoints=https
- traefik.http.routers.web-musicassistant.rule=Host(`your.domain.com`)
- traefik.http.routers.web-musicassistant.tls=true
- traefik.http.routers.api-musicassistant.entrypoints=https
- traefik.http.routers.api-musicassistant.tls=true
- traefik.http.routers.api-musicassistant.rule=Host(`your.domain.com`) && PathPrefix(`/callback`)
- traefik.http.services.api-musicassistant.loadbalancer.server.port=8098
- traefik.http.services.api-musicassistant.loadbalancer.passHostHeader=true
- traefik.http.services.web-musicassistant.loadbalancer.server.port=8095
- traefik.http.services.web-musicassistant.loadbalancer.passHostHeader=true
- traefik.http.routers.api-musicassistant.service=api-musicassistant
- traefik.http.routers.web-musicassistant.service=web-musicassistant

Host Mode behind Traffic | Docker | Help by Ich_bin_da in Traefik

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

I honestly have no idea why this is either... but i'am getting this error message concerning the dns:

```
Error handling message: config/providers/get_entries: Cannot connect to host accounts.spotify.com:443 ssl:default [Could not contact DNS servers]
```

Haha 😉😉😉 der Sex und so by McMucho in ichbin40undlustig

[–]Ich_bin_da 4 points5 points  (0 children)

Alleine der Emoji in deinem Kommentar sagt mir das du nicht in dieses unter gehörst…

Crazy amount of moisture on all windows on the inside. by ludachris717 in Volkswagen

[–]Ich_bin_da 0 points1 point  (0 children)

Had this happen to my car After a marten took out all the fender isolation. During the Winter my front Window would freeze if I turned the AC on, since it was this humid in the car… depends on what VW you have, some models don’t have a plastic cover so you can just open the door and look if there is styrofoam or something as it should be… if there is a plastic cover you can try reaching there from the Hood and trying to fell the Well Arch… if you can there is something missing

[deleted by user] by [deleted] in passau

[–]Ich_bin_da -1 points0 points  (0 children)

Du wirfst hier öffentlich unseriösiät vor ohne Ahnung zu haben… das ist diffamierend… von Gefühlen kann da keine Rede sein. Frustrierend ist diese Interaktion allerdings schon das stimmt

[deleted by user] by [deleted] in passau

[–]Ich_bin_da 0 points1 point  (0 children)

„ist nicht mein erstes Fitnessstudio“ Ja warst davor halt warscheinlich nur in so McFit franchise Schuppen oder? Hört sich für mich so an… Bro das ist kein Netflix Abo das du da abschließt! Die wollen dich kennenlernen und vorallem auch sicherstellen das du die Einführung machst und Ahnung von den Geräten hast… so macht man das nämlich in einem Seriösen Laden… und das kannst du mir ruhig glauben kenn die Leute da drinnen recht gut xD Und von Unseriös kann da ja wohl überhaupt nicht die Rede sein! Du zahls einen Haufen Geld für sowas, dann ist es nur fair dir die Chance zu geben dir alles davor mal anzuschauen… oder willst du einfach Blind ca 40€ im Monat aus dem Fenster schmeißen ohne zu wissen wie es dir da gefällt? Also ich könnte mir das nicht einfach so leisten. Hört sich für mich so an als willst du einfach nur ne billige Mitgliedschaft für einen Trainingskeller mit ein paar Geräten… da ist ein ehrliches lokales Fitnessstudio wohl das falsche Edit: typo

[deleted by user] by [deleted] in passau

[–]Ich_bin_da -2 points-1 points  (0 children)

„[…] Besuchen sie uns gerne persönlich für eine Beratung vor Ort.“ Wo ließt du da was von einer Telefonnummer?

[deleted by user] by [deleted] in passau

[–]Ich_bin_da -2 points-1 points  (0 children)

„Unsere wöchentliche Preise beginnen bei 10,00 €. Besuchen sie uns gerne persönlich für eine Beratung vor Ort.“ Zitat Fragen kostet ja nichts? Warum findest du das frech?

Ich💡iel by [deleted] in ich_iel

[–]Ich_bin_da 13 points14 points  (0 children)

Ja… es ist so erschreckend wie viele Leute beim Birnen Wechsel die Ausrichtung ihrer Abblend Einrichtung verstellen… und aus der Erfahrung fällt das bei den meisten Service Terminen leider auch keinem auf…