Skip to content

Instantly share code, notes, and snippets.

View luc-ass's full-sized avatar

Lucas Gasenzer luc-ass

  • Bremen, Germany
View GitHub Profile
@luc-ass
luc-ass / README.md
Last active March 31, 2024 15:32 — forked from plugnburn/README.md
NokiaTool - simple interface Bash script for MediaTek-based Nokia simple phones

NokiaTool: control MediaTek-based Nokia phones from your PC

Overview

NokiaTool is a simple Bash script (nokiatool.sh) that allows you to use an undocumented serial connection in USB-enabled MediaTek-based Nokia feature phones manufactured by Microsoft (even the most basic ones, like the new 105) in order to control them from your PC.

This project is an ongoing work and uses only some bits and pieces of information about the phone internals available to the public, so under any circumstances don't consider it stable or a replacement for official tools if any are present.

@luc-ass
luc-ass / installation.md
Last active April 14, 2020 11:53
Installation of jitsi-meet on raspberry pi 4

This document describes the installation of jitsi-meet on a raspberry pi 4. I had lots of trouble combining all those steps into one tutorial. Let me know if you run into problems. The following sites helped me creating this tutorial:

Before we start this guide let's make some assumptions:

  • IP: 10.14.70.14
  • Hostname: jitsi-meet
  • FQDN: meet.something.com

As I am running my jitsi instance behind a Synology (read: nginx) reverse proxy I will not cara about certificates. All the information you need about them can be found here: https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md