Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@psybertech
psybertech / synology_disk_benchmark.sh
Created July 23, 2019 21:33 — forked from gxfxyz/synology_disk_benchmark.sh
A simple script to test Synology NAS disk speed with hdparm, dd and fio
#!/usr/bin/env bash
# =======================================================================================
#
# A simple script to test Synology NAS disk speed with hdparm, dd and fio.
#
# How to use:
#
# 1. Save synology_disk_benchmark.sh and xfio.conf to your Synology NAS
# 2. Make it executable: chmod +x synology_disk_benchmark.sh
@psybertech
psybertech / philips-hue-control.html
Last active May 16, 2019 02:02 — forked from thomaspockrandt/philips-hue-control.html
Simple Philips Hue Control (jQuery)
<!--
THIS IS AN UPDATE TO THE ORIGINAL GIST TO ADD GROUPS SUPPORT & CSS STYLING
IT NEEDS SOME WORK & ISNT PRETTY BUT IT WORKS
CHANGING GROUPS COLOR/BRIGHTNESS IS SLOW TO UPDATE EACH LIGHT SO THERE IS A WORKAROUND FOR NOW
--- I DONT LIKE IT BUT I RARELY USE OVERALL GROUP CHANGES SO IT IS WHAT IT IS
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">