by Kevin Bailey | Nov 29, 2015 | Technical Blog
I like things to be clear – and I found Bitbucket’s teams, groups, permissions etc a bit confusing. So, after a big look, here’s my notes: Repos Are owned by a user or a team. Users can be granted read/write/admin access to a repo. Groups can be... by Kevin Bailey | May 1, 2015 | Technical Blog
OK. So I have a Vagrant file – and I can vagrant up and vagrant halt and vagrant up etc and all is fine. But then I want to add docker to my VM – just Docker – no docker images/containers etc – just the docker tool. So in my Vagrant file I add... by Kevin Bailey | Apr 2, 2015 | Technical Blog
I was having a problem getting my keyboard layout to permanently change after I’d installed lubunut-desktop on top of the standard vagrant precice32 VM box. I needed to switch to UK English. First off – ignore ibus – doesn’t seem to work... by Kevin Bailey | Apr 1, 2015 | Technical Blog
OK. So (under Windows 8) I installed Vagrant and then created a VM based on hashicorp/precise32. The first thing I went to do on the new VM was to apt-get update and apt-get dist-upgrade. Then – I was presented with an error message starting with: ‘The... by Kevin Bailey | Apr 1, 2015 | Technical Blog
The command $ vagrant destroy Removes a virtual machine. It removes the reference to the machine which is held in ~/.vagrant.d and destroys the virtual disk files. However, it leaves and file and a directory behind. So, to completely remove a VM created with $ vagrant... by Kevin Bailey | Mar 24, 2015 | Technical Blog
This is a great article, interesting and funny, exploring how type has developed on the web! http://goo.gl/nRcPh6 Enjoy!
Recent Comments