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 |
|---|
| apt-get install zlib1g-dev | |
| apt-get install g++ | |
| export VENV=$VIRTUAL_ENV | |
| mkdir $VENV/packages && cd $VENV/packages | |
| XAPIAN_VERSION=1.2.20 | |
| curl -O http://oligarchy.co.uk/xapian/$XAPIAN_VERSION/xapian-core-$XAPIAN_VERSION.tar.xz | |
| curl -O http://oligarchy.co.uk/xapian/$XAPIAN_VERSION/xapian-bindings-$XAPIAN_VERSION.tar.xz |
| = /Income:Salary/ and expr date >= [2015/04/01] && date < [2015/06/01] | |
| * Assets:Funds:Water $50.00 | |
| * Liabilities:Funds:Water $-50.00 | |
| = /Income:Salary/ and expr date >= [2015/06/01] | |
| * Assets:Funds:Water $55.00 | |
| * Liabilities:Funds:Water $-55.00 | |
| = /Expenses:Water/ | |
| * Liabilities:Funds:Water 1.0 |
| interface = "lo1"; | |
| host.hostname = "$name"; | |
| ip4.addr = "172.16.0.$n"; | |
| path = "/jail/run/$name"; | |
| exec.prestart = "/sbin/zfs clone zroot/jail/template/10.2-RELEASE/[email protected] zroot/jail/run/$name && | |
| /usr/sbin/sysrc -f /jail/run/$name/etc/rc.conf hostname=$name && | |
| /usr/sbin/sysrc -f /jail/run/$name/etc/rc.conf sshd_enable=YES && | |
| /usr/sbin/sysrc -f /jail/run/$name/etc/rc.conf sshd_flags=\"-o ListenAddress=172.16.0.$n\" && | |
| /usr/sbin/pw -R /jail/run/$name useradd -n u01 -m -w random && | |
| /usr/sbin/pw -R /jail/run/$name lock root && |
| OpenBSD 6.0-beta (GENERIC.MP-vmm) #5: Fri Jun 3 16:44:43 CEST 2016 | |
| [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP-vmm | |
| real mem = 17024200704 (16235MB) | |
| avail mem = 16503730176 (15739MB) | |
| mpath0 at root | |
| scsibus0 at mpath0: 256 targets | |
| mainbus0 at root | |
| bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xd7bfb000 (65 entries) | |
| bios0: vendor LENOVO version "N1FET38W (1.12 )" date 03/30/2016 | |
| bios0: LENOVO 20FBCTO1WW |
Permalink: git.io/vps
| Provider | Type | RAM | Cores | Storage | Transfer | Network | Price |
|---|
To improve collaboration this guide is now available on GitHub.
| #!/usr/bin/env python3 | |
| ''' | |
| calisuck: index, filter-out smartly and download ebooks from Calibre open directories | |
| Installation: | |
| You need python 3.5 installed | |
| Download the file as a zip and unzip-it and get into the dir |
| ### Kaggle Days SF: Hackathon submission (8th place) | |
| # I used the latest version of H2O (3.24.0.1) | |
| # Latest stable always here: http://h2o-release.s3.amazonaws.com/h2o/latest_stable.html | |
| # H2O 3.24.0.1: http://h2o-release.s3.amazonaws.com/h2o/rel-yates/1/index.html | |
| # If you are a Python user, you can use the demo Python code available on the H2O AutoML User Guide | |
| # instead: http://docs.h2o.ai/h2o/latest-stable/h2o-docs/automl.html | |
| # Unfortunately it was a private competition, so the data is not publicly available! |