|
journal
all | Rob is 20,356 days old today. |
May 2016 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
July 2016 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
2015
jan feb mar apr
may jun jul aug
sep oct nov dec
2017
jan feb mar apr
may jun jul aug
sep oct nov dec
|< << more >> >| |
Entries this day: my-slice-of-urbit-on-aws my slice of urbit on aws 22:09 Friday 03 June 2016 JSTInstructions basically from urbit on github Starting with Ubuntu 14.04 on a t2.micro (free! ?): sudo apt-get update sudo apt-get upgrade sudo apt-get install libgmp3-dev libsigsegv-dev openssl libssl-dev libncurses5-dev git make exuberant-ctags automake autoconf libtool g++ ragel cmake re2c sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=2048 sudo chmod 0600 /var/swap.1 sudo /sbin/mkswap /var/swap.1 sudo /sbin/swapon /var/swap.1 sudo su echo "/var/swap.1 swap swap defaults 0 0" >> /etc/fstab exit git clone https://github.com/urbit/urbit cd urbit make curl -o urbit.pill https://bootstrap.urbit.org/latest.pill something something I think that was all. permalinkprev day next day |