Skip to content
View MikkoTervala's full-sized avatar

Block or report MikkoTervala

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. esp32-dimmer esp32-dimmer Public

    ESP32 multi channel dimmer

    1 1

  2. Bash script that runs full badblocks... Bash script that runs full badblocks and S.M.A.R.T. tests for new hard drives
    1
    #!/bin/bash
    2
    date |& tee -a ./sdb_log.txt
    3
    badblocks -b 4096 -svw -o ./badblocks_sdb_log.txt /dev/sdb |& tee -a ./sdb_log.txt
    4
    date |& tee -a ./sdb_log.txt
    5
    smartctl -t long /dev/sdb |& tee -a ./sdb_log.txt
  3. Powershell scripts used together wit... Powershell scripts used together with PDQ Deploy and Inventory to manage fully automatic firmware updates for Dell and Lenovo
    1
    ### Check manufacturer Lenovo
    2
    $manf = Get-ComputerInfo -Property "CsManufacturer"
    3
    if ($manf.CsManufacturer -like "*LENOVO*") {
    4
        exit 0
    5
    } else {
  4. hot-tub-thermostat hot-tub-thermostat Public

  5. MikkoTervala.github.io MikkoTervala.github.io Public

    SCSS

  6. One-button-RGBW-dimmer One-button-RGBW-dimmer Public

    RGBW dimmer with 6 outputs, one button control and OTA update trough wifi

    C++