Improving heat management after macbookpro 2011 discrete GPU fix, also a script to automate part of the fix process
Taken from StackExchange
Thanks to LangLangC
| blueprint: | |
| name: Notifications & Announcements | |
| description: > | |
| # 📢 Notifications & Announcements | |
| **Version: 1.5** | |
| State your trigger and spread the word 💬🔉 | |
Taken from StackExchange
Thanks to LangLangC
Microsoft partnered with Canonical to create Bash on Ubuntu on Windows, running through a technology called the Windows Subsystem for Linux. Below are instructions on how to set up the ssh server to run automatically at boot.
/etc/ssh/sshd_config file by running the command sudo vi /etc/ssh/sshd_config and do the following
Port to 2222 (or any other port above 1000)PasswordAuthentication to yes. This can be changed back to no if ssh keys are setup.sudo service ssh --full-restart| wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz |
| #!/usr/bin/env ruby | |
| require 'pathname' | |
| ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", | |
| Pathname.new(__FILE__).realpath) | |
| $LOAD_PATH << File.expand_path("../../lib", | |
| Pathname.new(__FILE__).realpath) | |
| require 'rubygems' | |
| require 'bundler' | |
| require 'bundler/setup' |
rsync (Everyone seems to like -z, but it is much slower for me)