An alternative to use Home Assistant instead of a Shelly EM Pro for the Shelly Router.
Refs:
An alternative to use Home Assistant instead of a Shelly EM Pro for the Shelly Router.
Refs:
| #!/bin/bash | |
| # Bash script to install SiS Mirage 3+ graphics drivers on Linux | |
| # Supports 671/672MX graphics cards | |
| # | |
| # Created in March 2019 | |
| # | |
| # Tested on: | |
| # - Lubuntu 18.04 (32-bit) with X.Org v1.19 | |
| # - Xubuntu 18.04 (64-bit) with X.Org v1.20 |
| class Sound { | |
| var audioEffect : SystemSoundID = 0 | |
| init(name : String, type: String) { | |
| let path = NSBundle.mainBundle().pathForResource(name, ofType: type)! | |
| let pathURL = NSURL(fileURLWithPath: path) | |
| AudioServicesCreateSystemSoundID(pathURL as CFURLRef, &audioEffect) | |
| } | |
| func play() { |
| Sourcen laden: | |
| https://launchpad.net/ufw | |
| https://launchpad.net/gui-ufw | |
| Abhänigkeiten: | |
| sudo yum -y install python-netifaces python-distutils-extra intltool | |
| //mehr waren es bei mir nicht | |
| Installieren: | |
| [ronny@zenbookprime ufw-0.33]$ sudo python setup.py install |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.