- Macbook Air i5 2020 Catalina 10.15.5 works.
- but sleep after sometimes t/b enabled. - need to fix
- no reboot required
- clone repository
git clone https://github.com/rugarciap/Turbo-Boost-Switcher/
| # Install it as a yum package instead of throgh pip (will save you from lots of hassle) | |
| # first get epel | |
| sudo amazon-linux-extras install epel | |
| # then install supervisor | |
| sudo yum install supervisor |
| FROM ricardbejarano/nginx | |
| ADD nginx.conf /etc/nginx/nginx.conf |
| server { | |
| listen 80; | |
| server_name _; | |
| return 444; # "Connection closed without response" | |
| } | |
| server { | |
| listen 443 ssl http2 default_server; | |
| server_name _; | |
| ssl on; | |
| ssl_certificate /etc/nginx/cert/server.crt; |
| #!/bin/bash | |
| sudo yum install -y yum-utils \ | |
| device-mapper-persistent-data \ | |
| lvm2 | |
| sudo yum-config-manager \ | |
| --add-repo \ | |
| https://download.docker.com/linux/centos/docker-ce.repo |
# interfaces(5) file used by ifup(8) and ifdown(8)
# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
| #!/bin/bash | |
| # <UDF name="APIKEY" label="linode API Key"/> | |
| # <UDF name="NODENAME" label="SSL Linode name"/> | |
| # <UDF name="DOMAIN" label="HTTPS domain" /> | |
| # <UDF name="BALANCERNAME" label="Nodebalancer Name" /> | |
| cd ~ | |
| # If have error, Check Stackscript.log on Node with SSL Prompt |