Skip to content

Instantly share code, notes, and snippets.

View uherting's full-sized avatar
💭
You never can tell with bees.

Uwe Herting uherting

💭
You never can tell with bees.
View GitHub Profile
block_z = 22;
block_y = 47;
block_x = 36;
cylinder_cutout_depth = 25;
difference() {
cube([block_x, block_y, block_z], center=true);
color("blue") translate([0,0,3]) cylinder(r=14.1, h=cylinder_cutout_depth, $fn=100, center=true);
color("red") translate([5.7,0,6]) cube([17,18,30.5], center=true);
@uherting
uherting / hassio_ubuntu_install_commands.sh
Created May 27, 2020 12:54 — forked from frenck/hassio_ubuntu_install_commands.sh
Simple install command for installing Hass.io on a Generic Ubuntu/Debian machine
sudo -i
add-apt-repository universe
apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common
curl -sSL https://get.docker.com | sh
systemctl disable ModemManager
apt-get purge modemmanager
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s