I hereby claim:
- I am matteocrippa on github.
- I am matteocrippa (https://keybase.io/matteocrippa) on keybase.
- I have a public key whose fingerprint is 4F14 8EAB 6806 F7F7 F695 C95B F056 A606 8F1B 38FA
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Brew | |
| echo "Installing 🍺 Brew!" | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| echo "eval $(/opt/homebrew/bin/brew shellenv)" >> ~/.zshrc | |
| # Disable brew analytics | |
| brew analytics off |
| # Python | |
| python -m SimpleHTTPServer 8080 | |
| # Python 3.x | |
| python3 -m http.server --cgi 8080 |
I hereby claim:
To claim this, I am signing this object:
| // fix issue UIStackView that background doesn't work | |
| private var bkgColor: UIColor? | |
| override public var backgroundColor: UIColor? { | |
| get { return bkgColor } | |
| set { | |
| bkgColor = newValue | |
| setNeedsLayout() | |
| } | |
| } |
| import UIKit | |
| var aString: String? | |
| print(aString) |
| import Kitura | |
| // Create a new router | |
| let router = Router() | |
| // Handle HTTP GET requests to / | |
| router.get("/") { | |
| request, response, next in | |
| response.send("Hello, World!") | |
| next() |
| let barAppearace = UIBarButtonItem.appearance() | |
| barAppearace.setBackButtonTitlePositionAdjustment(UIOffsetMake(0, -60), for: .default) |
docker-compose up # start with cli support
docker-compose up -d # start as daemon, if reboot it will stay up
docker-compose start # start
docker-compose build # rebuild dockers
docker-compose pull # pull new images
docker-compose stop # stop dockersCreate bootable USB for Windows
If not working, open Info.plist file, then edit PreUSBBootSupportedModels with USBBootSupportedModels
Create 2 partition in your SSD both for OS X
In Windows delete all partition except for EFI, create a new partition 40GB for windows Install Windows