LED Glasses

I’m working on a pair of LED sunglasses for my sister, following the Adafruit Celebration Spectacles tutorial. These glasses are

Read More

Ubuntu Screen setup

#!/bin/sh xrandr –output DVI-D-0 –mode 1920×1080 –pos 640×0 –rotate normal –output HDMI-0 –off –output DVI-I-1 –mode 2560×1440 –pos 0x1080 –rotate

Read More

Setup Zabbix Agent Ubuntu

$ wget http://repo.zabbix.com/zabbix/3.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.2-1+xenial_all.deb $ sudo dpkg -i zabbix-release_3.2-1+xenial_all.deb $ sudo apt update $ sudo apt-get install zabbix-agent $ sudo sh

Read More
Scroll to Top