Server Price Breakdown: DigitalOcean, Amazon AWS LightSail, Vultr, Linode, OVH, Hetzner, Scaleway/Online.net:
Permalink: git.io/vps
| Provider | Type | RAM | Cores | Storage | Transfer | Network | Price |
|---|
Permalink: git.io/vps
| Provider | Type | RAM | Cores | Storage | Transfer | Network | Price |
|---|
As configured in my dotfiles.
start new:
tmux
start new with session name:
| /** | |
| * Disables the SSL certificate checking for new instances of {@link HttpsURLConnection} This has been created to | |
| * aid testing on a local box, not for use on production. | |
| */ | |
| private static void disableSSLCertificateChecking() { | |
| TrustManager[] trustAllCerts = new TrustManager[] { new X509TrustManager() { | |
| public X509Certificate[] getAcceptedIssuers() { | |
| return null; | |
| } |