Skip to content
View Mattti0's full-sized avatar

Block or report Mattti0

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mattti0/README.md
  • 👋 Hi, I��m @Mattti0
  • 👀 I’m interested in connecting devices to internet. Also fetching data from online systems
  • 🌱 I’m currently improving my knowledge on 🐍
  • 📫 Poke me on LinkedIn
  • 🎄 Check my Advent of Code 2022 solutions in 🐍 !

Pinned Loading

  1. naapurinpojat/geofencer naapurinpojat/geofencer Public

    GPS Tracking edgeware and cloud application for embedded linux device which can be used to show interactive map of assets.

    Python 3

  2. strava2kilometrikisa strava2kilometrikisa Public

    Forked from jaamo/strava2kilometrikisa

    Node web app for synchronizing activities from Strava to kilometrikisa.

    JavaScript

  3. Mattti0 Mattti0 Public

    Config files for my GitHub profile.

  4. mdreader utility to bashrc mdreader utility to bashrc
    1
    #! /bin/bash
    2
    
                  
    3
    check_app() {
    4
    	if apt-cache show $1 &>/dev/null; then
    5
    		return 0
  5. Powershell script to start virtual b... Powershell script to start virtual box guest and connect to it over SSH
    1
    $vmName = "VBGuest"
    2
    $guestAddress = "use vb 'host only' address here"
    3
    $sshUsername = "root_or_something_else"
    4
    $sshPort = "fill_port_here"
    5
    
                  
  6. Eglo-99099-remote-blueprint Eglo-99099-remote-blueprint Public

    This is a modular blueprint to easily map Eglo connect.z 99099 Zigbee Remote to Home Assistant

    1