An alternative to use Home Assistant instead of a Shelly EM Pro for the Shelly Router.
Refs:
| #!/bin/zsh | |
| # WARNING! The script is meant to show how and what can be disabled. Don’t use it as it is, adapt it to your needs. | |
| # Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3 | |
| # Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12), macOS Ventura (13), macOS Sonoma (14) and macOS Sequoia (15) | |
| # Disabling SIP is required ("csrutil disable" from Terminal in Recovery) | |
| # Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist | |
| # To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot; sudo rm -r /private/var/db/com.apple.xpc.launchd/* | |
| # user |
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.