Skip to content

Instantly share code, notes, and snippets.

@simonfiddaman
simonfiddaman / STCK1A8LFC.MD
Created October 7, 2025 19:40 — forked from gnh1201/STCK1A8LFC.MD
How to revive Intel Compute Stick 8GB (STCK1A8LFC) with Ubuntu 20.04 Focal

How to revive Intel Compute Stick 8GB (STCK1A8LFC) with Ubuntu 20.04 Focal

Most recent Linux distributions require about 20gb of storage space, so they are not installed on devices with only 8GB of capacity. This article guides you on how to install Ubuntu Linux on low-capacity devices.

  1. Install Ubuntu Server - http://releases.ubuntu.com/20.04.1/

  2. Update list of packages and upgrade

I recommend using the usb network card because Wi-Fi is not caught during Ubuntu server installation.

@simonfiddaman
simonfiddaman / pagerduty-custom-pingdom.txt
Last active December 20, 2021 09:15
PagerDuty custom event definition for Pingdom alerts
// shorten the posted data ref
var webhook = PD.inputRequest.body;
var event = {
// Default to Triggering a new event
event_type: PD.Trigger,
// use the check_id as the incident key - should only ever be in one state
incident_key: webhook.check_id,
// set Alert/Incident title
description: "Pingdom says " + webhook.check_name + " is " + webhook.current_state + " (" + webhook.description + ")",
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
""" List On-calls """
## Configuration ##
#secrets.json
#{
# "pagerduty": {
# "key": "apikey"