Download archlinux.iso https://www.archlinux.org/download/
Create an Arch Linux installer USB drive https://wiki.archlinux.org/index.php/USB_flash_installation_media#Using_dd
Insert USB, reboot, press F-10, choose to boot from USB
Connect to wifi
| install: clean | |
| ./gradlew :server:distZip | |
| @cd server/build/distributions && unzip server.zip | |
| @rm -rf ~/.local/share/kotlin-language-server | |
| mv server/build/distributions/server \ | |
| ~/.local/share/kotlin-language-server | |
| clean: | |
| ./gradlew :server:clean |
| import java.io.File | |
| import java.io.Reader | |
| import java.io.StringReader | |
| import java.io.BufferedReader | |
| import kotlin.sequences.* | |
| import kotlin.collections.* | |
| data class Match( | |
| val event: String, |
Download archlinux.iso https://www.archlinux.org/download/
Create an Arch Linux installer USB drive https://wiki.archlinux.org/index.php/USB_flash_installation_media#Using_dd
Insert USB, reboot, press F-10, choose to boot from USB
Connect to wifi
| openssl genrsa -out ca-key.pem 2048 | |
| openssl req -x509 -new -nodes -key ca-key.pem -subj "/CN=*" -days 3650 -out ca.pem | |
| openssl genrsa -out telepath-key.pem 2048 | |
| openssl req -new -key telepath-key.pem -subj "/CN=telepath" -out telepath.csr | |
| openssl x509 -req -in telepath.csr -CA ca.pem -CAkey ca-key.pem -CAcreateserial -out telepath.pem -days 3650 |
| package main | |
| import ( | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "os" | |
| "crypto/tls" | |
| "crypto/x509" |
| heat_template_version: 2014-10-16 | |
| description: > | |
| Simple nested resource | |
| resources: | |
| random_string: | |
| type: OS::Heat::RandomString | |
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "path/filepath" | |
| "github.com/rightscale/rsc/rsapi" | |
| "github.com/rightscale/rsc/ss/ssd" | |
| ) |
| # http://eclim.org/install.html | |
| # http://qiita.com/youhei/items/09756fba4f969b075486 | |
| # http://wiki.eclipse.org/Eclipse/Installation#Download_Eclipse | |
| brew install caskroom/cask/brew-cask | |
| #brew cask install java | |
| brew cask install eclipse-java | |
| watch_for_osx() { | |
| while : | |
| output=`eval "$@"` | |
| do clear; | |
| echo $output | |
| sleep 5 | |
| done | |
| } | |
| alias watch=watch_for_osx |
I hereby claim:
To claim this, I am signing this object: