Inspired by https://www.tonymacx86.com/threads/fix-for-slow-boot-on-thunderbolt-2-0-motherboards.128748/
sudo mv /System/Library/Extensions/AppleThunderboltNHI.kext ~/Desktop/AppleThunderboltNHI.kext
sudo touch /System/Library/Extensions/| [ | |
| { | |
| "enabled": true, | |
| "updateUrl": "https://userstyles.org/styles/chrome/175752.json?ik-W=ik-WAM", | |
| "md5Url": "https://update.userstyles.org/175752.md5", | |
| "url": "http://userstyles.org/styles/175752", | |
| "originalMd5": "65a20cc7bb26c15b36059b39047ecc8a", | |
| "installDate": 1588241372078, | |
| "sections": [ | |
| { |
| [ | |
| { | |
| "enabled": true, | |
| "updateUrl": null, | |
| "md5Url": null, | |
| "url": null, | |
| "originalMd5": null, | |
| "installDate": 1576532770539, | |
| "name": "github dark", | |
| "sections": [ |
| // To view the default settings, hold "alt" while clicking on the "Settings" button. | |
| // For documentation on these settings, see: https://aka.ms/terminal-documentation | |
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "defaultProfile": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", | |
| "profiles": | |
| { |
| ./elasticsearch -Dsecurity.manager.enabled=false |
| # from https://twitter.com/josh_cheek/status/1116321447234940928 | |
| ruby -eh,w=$LINES,$COLUMNS' | |
| B=(0..20).map{[0,rand*h,rand*5,rand]} | |
| loop{B. map!{|x,y,v,a|[(x+v),y+a=y<0?-a:a-0.1,v,a]} | |
| $><<"\e[H"<<h.times. map{|v|w.times. map{|u|d=B. map{|x,y|Math.sqrt (w/2-(x+w/2-u)%w)**2/4+(v-y)**2}.min*9 | |
| "\e[48;2;#{d<0?0:d>255?255:d. to_i};0;0m "}*""}*"\n"}' |
Inspired by https://www.tonymacx86.com/threads/fix-for-slow-boot-on-thunderbolt-2-0-motherboards.128748/
sudo mv /System/Library/Extensions/AppleThunderboltNHI.kext ~/Desktop/AppleThunderboltNHI.kext
sudo touch /System/Library/Extensions/Got it working with these instructions https://egpu.io/forums/builds/guide-2018-15-macbook-pro-i9-32gb-1tb-amd-radeon-pro-560x-40gbps-550w-sonnet-breakaway-amd-radeon-rx-580-win-10-1803-chris/#post-53059
Edit this file /etc/nginx/sites-available/default and replace all contents with:
server {
server_name my-domain.xyz;
root /home/my-username/www;
location /project1 {
Drivers => https://github.com/aircrack-ng/rtl8812au
To use monitor mode: iw dev wlan0 set type monitor
https://computerlinguist.org/make-dkms-sign-kernel-modules-for-secure-boot-on-ubuntu-1604.html
Create a file /etc/dkms/sign-kernel-objects.conf with the following content:
POST_BUILD=../../../../../../root/sign-kernel.shNext, create the script which actually signs the modules in /root/sign-kernel.sh: