Die Artikel dieser Kategorie werden über die Tags zugänglich gemacht.
Die Bereitstellung der passenden deutschen Umlaute in einer Windows-1252 Umgebung ist auf verschiedene Weisen möglich. // üöäÜÖÄß return "\u00FC\u00F6\u00E4\u00DC\u00D6\u00C4\u00DF" byte[] bytes = "üöäÜÖÄß".getBytes(Charset.forName("Windows-1252")) return new String(bytes, StandardCharsets.UTF_8) CharsetEncoder encoder =…
"Quickly build real world applications with MicroProfile featuring OpenAPI, metrics, cloud configuration, fault tolerance, rest client, reasonable health checks, JWT authentication and authorization, distributed tracing, code structure, BCE, unit-, stress-…
"Unkompliziertes VoIP-Softphone mit Profil-Verwaltung und Kontaktverzeichnis mit PhonerLite" Einstellungen von https://www.telekom.de/hilfe: SIP-ID/Benutzer:Ihre Telefonnummer Bildschirmname (falls vorhanden):Ihre Telefonnummer Authentifizierungsname/Benutzername:Ihre E-Mail-Adresse, z. B. ihr-name@t-online.de Passwort:Ihr Passwort SIP-Proxy:tel.t-online.de Registrar:tel.t-online.de Realm:tel.t-online.de STUN-Server:stun.t-online.de Outbound-Proxy:leer lassen…
"The Arcane Algorithm Archive is a collaborative effort to create a guide for all important algorithms in all languages. This goal is obviously too ambitious for a book of any…
Abfragen mit nslookup -debug google.com prüfen und ggf. Metrik anpassen. Im Beispiel war "vEthernet (virtueller Switch Intern)" vor dem Internetadapter. siehe auch How DNS queries work
sudo systemctl enable firewalld sudo systemctl start firewalld sudo firewall-cmd --add-port=80/tcp --permanent sudo firewall-cmd --add-forward-port=port=80:proto=tcp:toaddr=127.0.0.1:toport=8080 --permanent sudo firewall-cmd --reload sudo systemctl status firewalld sudo firewall-cmd --list-all
Zwei Befehle per netsh und ein DNS ist konfiguriert. interface ip show config interface ip set dns "Ethernet 2" static 4.4.4.4 interface ip add dns "Ethernet 2" 8.8.8.8 index=2 interface…
weitere Details: w3schools.com TEXT center text