Skip to content

Instantly share code, notes, and snippets.

View weberjn's full-sized avatar

Jürgen Weber weberjn

  • Württemberg, Germany
View GitHub Profile
@weberjn
weberjn / contacts2microsip.md
Created August 7, 2023 18:32
Google contacts phone numbers to MicroSIP Contacts.xml

Google Contacts To MicroSIP Contacts.xml

export phone book to Google CSV

convert to xml with Notepad++ Plugin CSV Lint

Table name / XML Root : contact

save as c.xml

@weberjn
weberjn / openhab-tryout.md
Last active January 5, 2024 09:52
openHAB quick tryout

openHAB tryout

This is a quick tutorial to get openHAB 4 up and running and see some feedback. Make the system react to MQTT events, send a mail and create a dashboard.

openHAB can be configured with the GUI or programmed with a configuration in text files. Let's use the latter for now for readers who think in infrastruktur as code or are more at home in the Unix shell.

you need Java 17

on a computer running Linux, FreeBSD, Windows or even Android.

@weberjn
weberjn / gist-duplicity-MSYS2.md
Created June 9, 2020 13:26
duplicity on MSYS2

duplicity on MSYS2

Currently the duplicity backup tool is not available in the MSYS2 pacman repository. These are the steps to install it via the Python PIP package manager:

pacman -S base-devel gcc vim cmake
pacman -S libbz2-devel zlib-devel libcrypt-devel