Turais
  • Home
  • Arduino
  • Coding
  • Unix
  • Home Automation
  • Computer Science
  • Misc
  • Impressum
Johannes

Johannes

53 posts •
Germany's Corona Warn App - Scan Devices in your vicinity
Unix

Germany's Corona Warn App - Scan Devices in your vicinity

Use an ESP32 to scan devices which use the Corona-Warn-App in your vicinity.

  • Johannes
    Johannes
5 min read
Backup like the Borgs - with Borg Backup
Unix

Backup like the Borgs - with Borg Backup

Borg Backup divides your Backup in little encrypted Chunks - like little Borg cubes ;). Borgs Backup key features are encryption and differential Backups Generally they also have an really really nice documentation. So

  • Johannes
    Johannes
3 min read
Install GQRX for a SDR in Mac OS X
Unix

Install GQRX for a SDR in Mac OS X

Install GQRX in Mac OS X.

  • Johannes
    Johannes
2 min read
Get your public IP from Command-Line
Unix

Get your public IP from Command-Line

Get your public IP from the commandlien in mac os x or linux.

  • Johannes
    Johannes
1 min read
How to Install Raspbian Lite
Unix

How to Install Raspbian Lite

How to install headless raspbian lite on an raspberry pi without having to plug in an keyboard or mouse. You have to enable SSH first.

  • Johannes
    Johannes
3 min read
Why you should turn off font smoothing in Mac OS X
Unix

Why you should turn off font smoothing in Mac OS X

How to turn off font smoothing in MAC OS X and be happy with your life afterwards.

  • Johannes
    Johannes
3 min read
Using Hörmann BiSecur with an ESP8266
Arduino

Using Hörmann BiSecur with an ESP8266

Using an ESP8266 Microcontroller to control BiSecur Hörmann (Hoermann) gate drive systems.

  • Johannes
    Johannes
10 min read
Home Automation

TP-Link HS-100 Smartplug Status abrufen

Ich hatte schonmal ein kleines Skript vorgestellt den Smatplug an bzw. aus zuschalten. (Link) Mittlerweile hat sich jemand die mühe gemacht ein kleines Python-Skript zu bauen, um direkt die States über die Command-Line

  • Johannes
    Johannes
3 min read
Creating 9-Patch Textures in SDL - Game DevLog Series #2
Coding

Creating 9-Patch Textures in SDL - Game DevLog Series #2

Last week I wrote a bit about everything and my progress so far. I just want to continue this series and write loosely about my experience in writing my own little game engine.

  • Johannes
    Johannes
4 min read
5 Minute Coding Chill - Pomodoro Timer for work
Coding

5 Minute Coding Chill - Pomodoro Timer for work

Create an quick commandline pomodoro timer to use in mac os x or linux.

  • Johannes
    Johannes
1 min read
Game DevLog Series #1
Miscellaneous

Game DevLog Series #1

In this Game DevLog I'm writing about my experience, ups and downs coding my own little 2d game engine.

  • Johannes
    Johannes
5 min read
Trello alternatives 2020 - Docker ready.
Miscellaneous

Trello alternatives 2020 - Docker ready.

Quick comparison between some Trello-Style Kanban Boards.

  • Johannes
    Johannes
2 min read
Kurzeinstieg: WEMOS D1 Mini
Arduino

Kurzeinstieg: WEMOS D1 Mini

In diesem kleinen Blog post möchte Ich euch den WEMOS D1 Mini vorstellen. Er basiert auf dem bekannten ESP8266 Modul von Espressif. EinführungAls ich das erste mal mit Arduinos in Berührung kam, war

  • Johannes
    Johannes
4 min read
Mac OS X - screen won't connect with the correct Baud rate
Unix

Mac OS X - screen won't connect with the correct Baud rate

There are some bugs which can really get on your nerves. I've been trying to connect to my Orange Pi, and you have to connect via serial, because my Orange Pi got not

  • Johannes
    Johannes
2 min read
ESP32 -  need more RAM?
Arduino

ESP32 - need more RAM?

Why you probably haven't used the 4MiB PSRAM available on some ESP32 Boards. IntroWhen you look at your ESP32 Boards, you have two options, either it's a shielded one, or its an unshielded,

  • Johannes
    Johannes
2 min read
How to Format a SD Card to FAT32 in OS X for your Raspberry Pi or Orange Pi
Unix

How to Format a SD Card to FAT32 in OS X for your Raspberry Pi or Orange Pi

A while ago I bought the new Raspberry Pi and to play around with a little Orange Pi from Aliexpress. The first problem I encountered was to format the SD-Card, so that the

  • Johannes
    Johannes
2 min read
MAC Address Randomization on iOS
Unix

MAC Address Randomization on iOS

The last couple of days I've been looking into WiFi-Security. It came into my perspective by looking at Spacehuhns WiFi Deauther. I already knew a little bit about WiFi-Security before, and heard that

  • Johannes
    Johannes
5 min read
Miscellaneous

Create a Docker Network which will only listen to specific IPs

When you've got your VPS with Gitlab installed, Gitlab binds to port 22 on the host machine for easy ssh push/pull for your Gitlab projects. When you still want to be able

  • Johannes
    Johannes
2 min read
Connect your TTGO T-Deer Pro Mini LoRa to THETHINGSNETWORK.
Arduino

Connect your TTGO T-Deer Pro Mini LoRa to THETHINGSNETWORK.

A short description how to connet the TTGO Pro Mini Lora Module with an Atmega328 and the LMIC Arduino Library to the thethingsnetwork.

  • Johannes
    Johannes
8 min read
Miscellaneous

In Nextcloud SFTP als External Storage hinzufügen

Okay dieses kleine 'Missverständnis' hat mich jetzt ca. 15min Zeit gekostet. Man muss zu meiner Verteidigung sagen: Ich war noch nicht wirklich wach. Falls Ihr aber danach googelt und euch wundert warum verflixt

  • Johannes
    Johannes
1 min read
ESP8266 / Wemos als Wifi-Repeater nutzen
Arduino

ESP8266 / Wemos als Wifi-Repeater nutzen

Für mein Projekt die Zisternen-Pegelstands-Messung brauchte ich einen kleinen, kostengünsigen Wifi-Repeater. Da über die Verbindung kaum Daten gehen, brauch ich auch keinen vollwertigen Repeater mit einem hohen Durchsatz fürs Netflix streamen oder ähnliches.

  • Johannes
    Johannes
2 min read
Home Automation

TP-Link HS100 mit Skript an und ausschalten

In diesem kleinen Blogpost erkläre ich euch, wie man die TP-Link HS100 Steckdose mit einem kleinen Python Skript an und ausschalten könnt. Update (Juli 2020): Link nutzt das softscheck.com Skript, bisschen verändert.

  • Johannes
    Johannes
1 min read
Insertion Sort in Java
Computer Science

Insertion Sort in Java

Dieser Beitrag gehört zu meiner Algorithmen-Serie, speziell zu den Sortieralgorithmen. Ich werde im folgenden den Insertion-Sort Algorithmus vorstellen und erklären. Dieser wird auch oft in der deutschen Literatur "Sortieren durch einfügen" genannt. Prinzip

  • Johannes
    Johannes
5 min read
Miscellaneous

Anleitung: Wie man Disqus in ein Ghost Blog integriert

In diesem kleinen Blogeintrag stelle ich euch vor wie Ihr DISQUS in euren Ghost Blog einbindet. Es gibt verschiedene Möglichkeiten, und ich versuche jede einzelne euch vorzustellen. Vorbereitungen geht auf: Universal Code Disqus,

  • Johannes
    Johannes
2 min read
Miscellaneous

Use Wordpress Behind NGINX-PROXY - with SSL

If your Wordpress Installation won't load resources via https it's because behind the Proxy/Loadbalancer etc. the traffic is handled via http, mostly because it's a secured subnet or it's on the same

  • Johannes
    Johannes
2 min read
Turais © 2025
Latest Posts Ghost