View tag: Tooling

Cover image from ssh as part of my workflow

ssh as part of my workflow

December 10, 2014
Have you ever been in the situation where the discovery of a technology or technique has rendered previous workflow comically inept and wasteful. One such example would be the discovery of the “edit multiple frames” button in Adobe Flash Professional. I had spent so much time moving from frame to frame to edit a tween. Then to discover that I could choose the entire animation as one and edit. Joy and sorrow in the one same wave of realisation.
Read more
Cover image from Vagrant and Puppet setup

Vagrant and Puppet setup

October 15, 2014
This summer during my holidays in Romania I looked into Vagrant. I had some time during the due to the heat, undertaking my own siesta without the sleep. My path to to Vagrant was slightly oblique, as I had been looking to test out Puppet. I had been using VirtualBox virtual machines as an integral part of my development and testing process for some time. The promise of making this an automated and scripted process for my development environment appealed to me.
Read more
Cover image from New Rig

New Rig

January 15, 2014
As a sort of follow up to the article here I decided to continue to attempt to scratch my Linux itch. Reasoning that maybe virtual machines aren’t a fair reflection of a system’s capabilities I went and bought a little netbook. I went for a little Acer Aspire in the January sales. This is a relatively cheap model, but it was the Christmas break so I had a little bit of time to kill.
Read more
Cover image from Grunt setup

Grunt setup

November 13, 2013
This article might be helpful to anybody who satisfies the following criteria: Wants to run Grunt On a Mac Running Linux through VirtualBox Using a shared folder for the directory you want to install packages If this describes your situation, you probably have run into errors installing the local version of Grunt through npm The reason for these errors might be that your Shared Folder doesn’t actually support symlinks. This was a change in v1.
Read more
Cover image from Pure-ftpd virtual users

Pure-ftpd virtual users

October 31, 2013
Long ago I attempted to setup my first FTP daemon on linux. One point that constantly caused me issues was how to setup users. The basic setup I wanted was for an FTP user to be able to login, upload some files and the web server to serve them. When I was first looking at this I was thinking in terms of real users. This issue with this was that the real user would have real file permissions.
Read more