baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

Know-How / Wissenswertes

Miele Waschmaschine WWD120 WCS WPS Piepton / Signalton / Summer und Knitterschutz ausschalten deaktivieren bzw. anschalten einschalten aktivieren … W1

Programmierfunktion P12: 00 – Summer AUS 01 – Summer LEISE 02 – Summer LAUT Programmierfunktion P34: 00 – Knitterschutz AUS: Maschine piept einmal und entriegelt die Tür. 01 – Knitterschutz AN: Maschine bewegt die Wäsche nach Programmende und piept immer wieder. Geht wohl maximal 30 Minuten so. Tür kann jederzeit geöffnet werden. Details siehe Bedienungsanleitung […]

Tipps für KOSTAL PIKO 12-20 Einstellungen, PARAKO Windows Software, Abregelung am Netzeinspeisepunkt 12500 W Leistungssollwert, Wirkleistungsbegrenzung

1. Im WebBrowser kann man trotz ServiceCode (“PARAKO Code”) so gut wie keine zusätzlichen Einstellungen vornehmen, lediglich Parallelverdrahtung an/aus und somit Schattenmanagement String 1+2 an/aus anpassen. Den ServiceCode erhalten *nur* Installateure, diese dürfen den Code *nicht* weitergeben. 2. Falls ein KSEM G2 SmartMeter genutzt wird, muss die LAN Verbindung abgesteckt werden, sonst kann sich die […]

Günstige Bankkonten für Privat und Firma (GmbH)

In Österreich ist es noch garnicht so einfach, günstige Konten zu bekommen, besonders für GmbHs. Für Einzelunternehmer gibt es zahlreiche Angebote, für GmbHs wird die Auswahl schnell eng (entweder weil Körperschaften vom Angebot ausgeschlossen sind, oder weil nur GmbHs in Deutschland akzeptiert werden). Aufgrund der Recherche der letzten 2 Jahre hier meine Empfehlungen: Privat – […]

IPv6 leaks, DNS leaks, OpenVPN, IPSEC, L2TP

Test for DNS and IPv6 leaks: https://dnsleaktest.com/ https://wtfismyip.com/ (shows your VPN IPv4 address *and* leaked IPv6, if applicable) Prevent DNS leaks: https://www.pcsuggest.com/check-and-fix-dns-leak-linux/ add “redirect-gateway def1” to your openvpnclient.conf file … Prevent IPv6 leaks (i.e. temporarily disable IPv6): sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.wlp2s0.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 China VPN: […]

LinPhone VOIP client softphone: Importing SIP contacts from Google Contacts via commandline using PHP on GNU/Linux

The following command will add contact “Demo” to your linphone contact database using sqlite3: sqlite3 ~/.var/app/com.belledonnecommunications.linphone/data/linphone/friends.db “INSERT INTO friends (friend_list_id, sip_uri, subscribe_policy, send_subscribe, ref_key, vCard, vCard_etag, vCard_url, presence_received) VALUES (1, ‘sip:+436641234567@fairytel.at’, 1, 0, NULL, ‘BEGIN:VCARD’ || char(10) || ‘VERSION:4.0’ || char(10) || ‘IMPP:sip:+4366412346567@fairytel.at’ || char(10) || ‘FN:Demo’ || char(10) || ‘IMPP:sip:+4366412346567@213.185.165.102’ || char(10) || ‘END:VCARD’, […]

Syncthing: force local network sync

A couple of years ago i set up an owncloud server for myself. While it’s nice for small amount of files, owncloud had some disturbing limitations. I tried syncing more than a million files, and it miserably failed. The search feature would take forever, etc … Also, you always need a server to be running. […]

Currency exchange rates

https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html Euro foreign exchange reference rates + historical data XML today: http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml XML 90 days: https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml?7ef8b5118e49d5f61068417d070c68db XML since 1999: http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml

Previous Posts