Skip to content

Instantly share code, notes, and snippets.

@tomhicks
tomhicks / plink-plonk.js
Last active March 18, 2024 02:23
Listen to your web pages
@zero-master
zero-master / redis-auth.conf
Created May 20, 2018 17:24
Redis (with auth) configuration file for collectd
LoadPlugin redis
<Plugin "redis">
<Node "mynode">
# When using non-standard Redis configurations, replace the below with
#Host "REDIS_HOST"
#Port "REDIS_PORT"
Host "localhost"
Port "6379"
Timeout 2000
Password "SECRET"
@cyan198
cyan198 / Readme.MD
Last active November 3, 2022 12:14
Setup WiFi with snap on Ubuntu Core

Connect to WiFi on Ubuntu Core using Snap

It was done on the following environment:

  • Raspberry Pi 3 Model B
  • OS: Ubuntu Core
  • Pi is connected to internet via Ethernet

Here are the overview of the steps: