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": 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.sh
Next, create the script which actually signs the modules in /root/sign-kernel.sh:
did it with Kubuntu, during live booting the USB one is greeted with Grub. I pressed "e" to temporarily edit the config. I replaced "quiet splash" with "nomodeset". The OS booted and I could install but it was in a super-low resolution.