< ^ txt
Fri Feb 10 09:11:10 EST 2017
Slept from eleven-something to seven. Woke up briefly around two.
High of thirty-three, mostly cloudy, and a slight chance of snow in the morning.
Got out of the house early enough to stop at Starbucks on my way into work.
Work:
- Finish basic setup of bag, and/or get both nameservers working
Done.
Have to wait a bit for the glue records to apply.
- Mount block share on bag
Done.
https://www.vultr.com/docs/block-storage
"Block storage is connected to your server as /dev/vdb. We do not create any filesystems on it by default."
Ah, once I attach it in the Block Storage web panel and restart the instance.
root@bag:~# apt install parted
root@bag:~# parted -s /dev/vdb mklabel gpt
root@bag:~# parted -s /dev/vdb unit mib mkpart primary 0% 100%
root@bag:~# mkfs.ext4 /dev/vdb1
root@bag:~# echo '/dev/vdb1 /var/lib/lxc ext4 defaults,noatime 0 0' >> /etc/fstab
root@bag:~# mount /dev/vdb1 /var/lib/lxc
Fifteen minute walk at lunch. A cold wind.
Home:
- Golang
Not much.
Go Web Examples
https://news.ycombinator.com/item?id=13612941
Spectacular moon. Full, and haloed with clouds. I called mom about it.
Breakfast: carrots, caffe latte, sausage and egg sandwich
Lunch: Thai
Dinner: Chinese
< ^ txt