Posts
Published 1 June 2014
in archive
with tags
linux
,
grub
,
i386
,
efi
As I'm working less and less with the Microsoft stack and more and more with the Node stack, I decided it would be a good idea to develop on Linux. Ubuntu is the choice at work so to keep it consistent, I thought I'd try it at home. 14.04 LTS had some quirky bugs so I installed 13.10 to some space I made.
Continue reading …
Published 29 May 2014
in archive
with tags
gitlog
,
bash
,
git
To count the number of files deleted between two Git commits, use the following command:
Continue reading …
Published 28 May 2014
in archive
with tags
docker
To get the IP address of a Docker container, use the following command:
Continue reading …
Published 28 May 2014
in archive
with tags
ubuntu
,
dhcp
,
dnsmasq
,
docker
I've been playing with Docker for part of a project, and came across this annoying but important message:
Continue reading …
Published 28 May 2014
in archive
with tags
linux
,
docker
,
ubuntu
To install Docker on Ubuntu 14.04 LTS, run the following commands:
Continue reading …