Main public logs
Appearance
Combined display of all available logs of Torben's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:56, 29 October 2024 Torben talk contribs moved page Nepal 2024 Lessions Learned to Nepal 2024 Lessons Learned
- 19:00, 27 October 2024 Torben talk contribs created page Nepal 2024 Lessions Learned (Created page with "= Offline Tech Tips = == Map == Bring a paper map—it’s more fun than relying on apps, and OpenStreetMap (OSM) coverage in Nepal can be incomplete (see below for details). == Electricity == * Nepal uses UK power plugs, though sometimes EU plugs fit. Bring an adapter, ideally one with USB ports. * Most lodges have electricity, so a single power bank was enough for me. * I didn’t use a portable solar panel, but I saw a few others carrying them. == Watch for GPS R...")
- 13:08, 21 October 2024 Torben talk contribs created page Mac Photos (Created page with "==MacOS Photos App== ===Interact with Python=== * https://www.reddit.com/r/ApplePhotos/comments/133vca9/geotag_photos_with_gpx_file/ * https://github.com/RhetTbull/osxphotos * https://github.com/RhetTbull/add_photo_locations_from_gpx")
- 20:28, 21 September 2024 Torben talk contribs created page Garmin Fenix 6 (Created page with "==Add map of different region== To check all installed maps hold the middle button > Activities & Apps > Choose your sport > Settings > Map > Configure Maps > Download map from https://garmin.bbbike.org/ (please consider donating money to keep the service online) For hiking, choose format Openfietsmap Lite (latin1) or Full Follow step 2 of this [https://www.dcrainmaker.com/2019/08/installing-garmin-forerunner.html#part-ii-installing-the-maps great guide by DC Rainma...")
- 14:23, 7 August 2024 Torben talk contribs created page ECharts (Created page with "=Apache ECharts= // init const myChart = echarts.init(document.getElementById('div_chart_24h')) // Load data from a local JSON file in same dir fetch('MT681_watt_24h.json') .then(response => response.json()) .then(rawData => { // raw: {"1720724640000":54.0,"1720724760000":53.5,...} // Convert data to ECharts format (x: timestamp, y: value) and set name to time const seriesData = Object.entries(rawData).map(([timestamp, value]) => ({ nam...")
- 20:56, 17 July 2024 Torben talk contribs moved page Report Dataleak to Report Data Leak
- 20:49, 17 July 2024 Torben talk contribs created page Report Dataleak (Created page with "==My first reported data leak in July 2024== ===Background=== After donating some money to a nice project via their website, I was curious how they populated their footer banner that showed the recent donations. ===Findings=== Simply using browser dev-tools, I quickly found the raw data in JSON format, coming from a public unprotected API. To my surprise it turned out, that this raw data * was complete, so all (several thousand) donators where in the list, not just t...")
- 02:10, 17 June 2024 Torben talk contribs moved page HomeAssistant to Home Assistant
- 02:06, 17 June 2024 Torben talk contribs created page HomeAssistant (Created page with "===Install as docker container=== from https://www.home-assistant.io/installation/raspberrypi/#install-home-assistant-container sudo docker run -d \ --name homeassistant \ --privileged \ --restart=unless-stopped \ -e TZ=Europe/Berlin \ -v /home/homeassistant/.homeassistant:/config \ --network=host \ ghcr.io/home-assistant/home-assistant:stable to update # from https://www.home-assistant.io/installation/raspberrypi/#install-home-assistant-contain...")
- 09:04, 11 June 2024 Torben talk contribs created page PV Einsparung berechnen (Created page with "Hier eine Anleitung wie man die Einsparung durch eine PV Anlage zB. Balkonkraftwerk in kWh berechnen kann. Voraussetzung * Datenreihe PV Stromerzeugung in Watt * Datenreihe Stromzähler (Verbrauch-Einspeisung) in Watt * bevorzugt jeweils in 1-min Taktung Meine Hardware * Stromzähler Iskra MT681 mit Hichi IR Sensor zum Auslesen, Anleitung siehe [https://github.com/entorb/readout_MT681_electricity_meter] * Shelly Plug S, Anleitung zum Auslesen siehe Shelly Meine So...")
- 10:56, 18 May 2024 Torben talk contribs created page StUB (Created page with "=Meine Meinung zum Bürgerentscheid StUB - Stadt-Umland-Bahn Erlangen 2024= Am 9. Juni 2024 gibt es in Erlangen einen (2.) Bürgerentscheid zur Stadt-Umland-Bahn. Im Vorfelde habe ich versucht mir eine Meinung zu dem Thema zu machen und hier mal die für mich relevantesten Punkte niedergeschrieben, vielleicht interessiert es ja den ein oder anderen. ==Contra== Link zum [https://www.heimaterhalten.de/stub/ Verein HeimatERhalten] der die ganzen grünen Plakate aufgehän...")
- 16:36, 22 March 2024 Torben talk contribs created page Stardew Valley (Created page with "Apple M1/M2 XBox Controller fix see https://forums.stardewvalley.net/threads/bug-xbox-and-ps4-controller-not-working-works-in-steam-and-other-games.3949/#post-60203 replace file at ~/Library/"Application Support"/Steam/steamapps/common/"Stardew Valley"/Contents/MacOS")
- 06:56, 16 March 2024 Torben talk contribs created page Tasmota (Created page with "==MQTT Commands== see https://tasmota.github.io/docs/Commands/ I use mosquitto as MQTT message broker examples # read value mosquitto_pub -u mqtt_user -P mqtt_pass -t "cmnd/tasmota_MT681/MqttLog" -m "" # set value mosquitto_pub -u mqtt_user -P mqtt_pass -t "cmnd/tasmota_MT681/MqttLog" -m "0" set data-sending frequency to 15s mosquitto_pub -u mqtt -P f1612f6583 -t "cmnd/tasmota_MT681/TelePeriod" -m "15" set webserver off mosquitto_pub -u mqtt -P f1612f6583 -t "c...")
- 01:35, 24 February 2024 Torben talk contribs created page PlantUML (Created page with "==Install== ===MacOS=== brew install --cask temurin brew install graphviz ==Documentation== * https://plantuml.com/en-dark/component-diagram ==Examples== @startuml example1 [Component A] as A [Component B] as B [Component C] as C [Component D] as D [Component E] as E ' - is horizontal ' -- is vertical A-B C--E ' > is arrow A-->D ' . is dashed line B.C ' text on arrow B.>D : html note left of D : note 1 note right of D multi line note end...")
- 19:00, 19 February 2024 Torben talk contribs created page Gramps (Created page with "==MacOS== ===Change lang to DE=== defaults write -app Gramps AppleLocale "de_DE"")
- 14:37, 7 February 2024 Torben talk contribs created page Tabulator (Created page with "==Tabulator JavaScript Table Lib== https://tabulator.info/ ===minimal example=== <!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="tabulator.min.css"> <script src="tabulator.min.js"></script> </head> <body> <div id="my-table"></div> <script> var table = new Tabulator("#my-table", { ajaxURL:"data.json", layout:"fitColumns", columns:[ {title:"Plant", field:"plant", headerFilter:"input", width:75}, {titl...")
- 23:09, 19 October 2023 Torben talk contribs created page Vue (Created page with "==Vue.js== ==Vue.js== ==Vuetify== ===Inputs=== Event on loosing focus: blur")
- 13:00, 22 September 2023 Torben talk contribs created page Sentry (Created page with "==Python== import sentry_sdk sentry_sdk.init( dsn="https://12345@my-server.com/12", environment="dev", # debug=True, ) # for self-signed certs # use browser to export the WHOLE certificate chain to # ca_certs="myCertBundle.crt", ===Var 1: all unhandled Exceptions are sent to Sentry=== # Example division_by_zero = 1 / 0 ===Var 2: custom event=== event_data = { "message": "My Custom Event Title", "transaction": "My Transaction",...")
- 07:26, 6 September 2023 Torben talk contribs created page Kodi (Created page with "==SQL== ===Update movies as watched=== UPDATE files SET playCount = 1, lastPlayed = '2012-03-04 12:34:56' WHERE idPath IN ( SELECT idPath from PATH WHERE strPath LIKE '%done/%' )")
- 18:54, 7 August 2023 Torben talk contribs created page Shelly (Created page with "==Shelly Plug S== See API docu at [https://shelly-api-docs.shelly.cloud/gen1/#shelly-plug-plugs-settings] Read settings http://<IP>/settings ==Shelly Plus Plug S== See API docu at [https://shelly-api-docs.shelly.cloud/gen2/Devices/ShellyPlusPlugS] Read Config http://<IP>/rpc/PLUGS_UI.GetConfig Disable LEDs http://<IP>/rpc/PLUGS_UI.SetConfig?config={%22leds%22:{%22mode%22:%22off%22}}")
- 17:04, 1 August 2023 Torben talk contribs created page Balkonkraftwerk (Created page with "=Torbens Projekt Balkonkraftwerk= Im Juli 2023 ==Idee== Wäre cool, meinen Stromverbrauch im HomeOffice durch Photovoltaik auf dem Balkon zu decken ==Ausgangslage== ===Wohnsituation=== * Mietwohnung * 1. OG * Langer Balkon auf Südseite mit Außensteckdose ===Stromverbrauch=== * Sehr geringen Stromverbrauch * Juni 2023: 2,1 kWh pro Tag dies entspricht 89,4 W im 24h-Mittel * Tagsüber natürlich deutlich mehr als nachts (ca. 30W) * HomeOffice mit Laptop und 2 energiee...")
- 09:43, 20 July 2023 Torben talk contribs created page PowerBI (Created page with "Datetime to Time in 5min rounding Time = mround(myTab[DateTime] - int(myTab[DateTime]) , TIME ( 0, 5, 0 ))")
- 12:07, 22 April 2023 Torben talk contribs deleted page IOS iPhone iPad Apps1 (content was: "#REDIRECT IOS iPhone iPad Apps", and the only contributor was "Torben" (talk))
- 12:06, 22 April 2023 Torben talk contribs moved page IOS iPhone iPad Apps1 to IOS iPhone iPad Apps
- 12:06, 22 April 2023 Torben talk contribs moved page IOS iPhone iPad Apps to IOS iPhone iPad Apps1 without leaving a redirect
- 11:57, 22 April 2023 Torben talk contribs created page IOS iPhone iPad Apps (Created page with "* Zocken ** [https://apps.apple.com/app/id1596736236 Angry Birds Classic] ** [https://apps.apple.com/app/id1145275343 Super Mario Run] ** [https://apps.apple.com/app/id1235863443 Civi 6] ** [https://apps.apple.com/app/id479516143 Minecraft] ** [https://apps.apple.com/app/id1492005122 Diablo Immortal] ** [https://apps.apple.com/app/id1289067019 Krabat] ** [https://apps.apple.com/app/id1291427111 Evoland 2] ** [https://apps.apple.com/app/id1309032833 Zombie Defence] ** [ht...")
- 19:56, 2 April 2023 Torben talk contribs created page Docker (Created page with "====Windows Docker-Desktop: move image location==== from [https://www.kindacode.com/article/docker-desktop-change-images-containers-directory/?utm_content=cmp-true#The_Steps_For_Windows_Users_with_WSL_2_Backend] first Exit Docker Desktop, than: wsl --shutdown wsl --export docker-desktop-data C:\tmp\docker-data.tar wsl --unregister docker-desktop-data wsl --import docker-desktop-data E:\docker\ E:\docker-data.tar --version 2")
- 16:11, 21 January 2023 Torben talk contribs created page Pi-hole (Created page with "===Adlists=== https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts https://v.firebog.net/hosts/static/w3kbl.txt https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt https://someonewhocares.org/hosts/zero/hosts https://raw.githubusercontent.com/VeleSila/yh...")
- 09:58, 8 January 2023 Torben talk contribs created page Screenshot (Created page with "==Windows== ===Screenshot eines Fensters=== # Quelle gut vorbereiten zB Vollbild etc.<br/> Wenn Internetbrowser zB Firefox die Quelle ist, dann mit F11 Taste Vollbildmodus aktivieren um mehr Inhalt zu sehen) # Screenshot des aktiven Fensters in Zwischenablage durch <br/>STRG + Druck auf Tastatur # ggf. Vollbildmodus wieder deaktivieren # Speichern als Grafik ## Windows Icon unten links in Taskleiste klicken ## dann “paint” eingeben und drauf klicken um die Anwendung...")
- 11:31, 24 December 2022 Torben talk contribs created page GitHub Actions (Created page with "Manual, see [https://github.com/features/actions] ===Check new Commits and PRs=== # This workflow performs chapter quality (known issues) and code quality checks upon new commits and PRs. # Configured in .pre-commit-config.yaml and setup.cfg name: Check new commits and PRs on: workflow_dispatch: push: branches: [ "main" ] pull_request: branches: [ "main" ] permissions: contents: read jobs: check: runs-on: ubuntu-22.04...")
- 09:21, 4 December 2022 Torben talk contribs created page Audiobooks (Created page with "==Harry Potter and the Methods of Rationality== * Audiobook/Podcast by Eneasz Brodski ** [https://hpmorpodcast.com home at hpmorpodcast.com] ** [https://podcasts.apple.com/de/podcast/podcast-the-methods-of-rationality-podcast/id431784580?i=1000473946812 at Apple] ** [https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5mZWVkYnVybmVyLmNvbS9IYXJyeVBvdHRlckFuZFRoZU1ldGhvZHNPZlJhdGlvbmFsaXR5VGhlUG9kY2FzdA/episode/aHR0cHM6Ly9ocG1vcnBvZGNhc3QuY29tLz9wPTYw?sa=X&ved=0CAUQkfYCahcK...")
- 07:37, 21 October 2022 Torben talk contribs created page Worm (Created page with "* [https://parahumans.wordpress.com Worm Homepage] * [https://parahumans.wordpress.com/cast-spoiler-free/ List of Characters (spoiler-free)] * [https://worm.fandom.com/wiki/Category:Characters Worm Wiki Character List] * [https://worm.fandom.com/wiki/Chapter_List Worm Wiki Chapter List] * [https://old.reddit.com/r/Parahumans/ Reddit r/Parahumans/]")
- 05:53, 15 October 2022 Torben talk contribs deleted page Packliste (content was: "#REDIRECT Akro Convention Packliste", and the only contributor was "Torben" (talk))
- 23:35, 1 August 2022 Torben talk contribs created page Matplotlib (Created page with "==Matplotlib== ===Plotting using pandas and matplotlib=== plot time series data with fancy formatting using ConciseDateFormatter, german locale, etc. import matplotlib.pyp...")
- 23:34, 1 August 2022 Torben talk contribs created page Pandas (Created page with "==Pandas== import pandas as pd ===create=== # empty df = pd.DataFrame() # from 1 dim list df = pd.DataFrame(data={'Deaths_Covid_2020': l}) # from N dim list, and set...")
- 22:22, 31 July 2022 Torben talk contribs created page Synology NAS (Created page with "===Filter Dirs from Backup=== see [https://community.synology.com/enu/forum/1/post/123571] For windows the ignored folders can be set in C:\Users\user-name\AppData\Local\Sy...")
- 19:10, 14 October 2021 Torben talk contribs moved page XPlanet to Xplanet
- 21:58, 20 May 2021 Torben talk contribs deleted page Python - Regular Expressions (content was: "Category:Python See [http://docs.python.org/library/re.html] ===matching=== import re # V0: simple myPattern = '(/\*\*\* 0097_210...", and the only contributor was "Torben" (talk))
- 19:28, 23 October 2020 Torben talk contribs moved page Adruino to Arduino without leaving a redirect
- 09:29, 25 June 2019 Torben talk contribs deleted page Webseite in Suchmaschine eintragen (content was: "* [http://de.search.yahoo.com/freesubmit/submit Yahoo] * [http://www.google.de/addurl/?hl=de Google]", and the only contributor was "Torben" (talk))
- 09:27, 25 June 2019 Torben talk contribs deleted page Porto (content was: "Stand 10.12.2010 * Postkarte -> USA: 1,00€ * Bückersendung DE: 0,85€ (Umschlag darf muss zu öffnen sein, keine Karte etc beiliegen...", and the only contributor was "Torben" (talk))
- 09:25, 25 June 2019 Torben talk contribs deleted page Akro Convention Packliste (content was: "====Akroconvention==== Achtung: 15 Leute auf 3 Autos, also bitte nicht zuviel Zeugs mitnehmen wollen<br> Sonstiges * Telefon * Kamera(s)...", and the only contributor was "Torben" (talk))
- 09:19, 25 June 2019 Torben talk contribs deleted page Bücher (content was: "* Fiese Bilder, Meisterwerke des schwarzen Humors * Shantaram * Der brave Soldat Schwejk * Jean Ziegler - Das Imperium der Schande * Albe...", and the only contributor was "Torben" (talk))
- 20:13, 3 January 2019 Torben talk contribs deleted page Windows Security (content was: "Category:Security In order to prevent your Windows machine from fetching viruses, I suggest doing the following steps from time to ti...", and the only contributor was "Björn" (talk))
- 11:05, 25 December 2018 Torben talk contribs moved page Ssh to SSH
- 13:20, 3 October 2018 Torben talk contribs deleted page Bier (content was: "===Liebe Freunde=== wie ihr sicher mitbekommen habt, häufen sich in letzter Zeit folgende Symptome bei mir: * Beschwerden übers [http:/...", and the only contributor was "Torben" (talk))
- 13:14, 3 October 2018 Torben talk contribs uploaded File:Wickie-logo.png
- 12:55, 3 October 2018 Torben talk contribs uploaded a new version of File:WasDagegen.jpg
- 12:54, 3 October 2018 Torben talk contribs deleted page File:Wickie-logo.png
- 12:51, 3 October 2018 Torben talk contribs uploaded File:Wickie-logo.png