Looping from the bash commandline [1113]
90 words, ~0 min read
I figured this out the other day from idle curiosity. There is occassionally the need to have a never ending loop to be …
from shri at drone-ah.com
I figured this out the other day from idle curiosity. There is occassionally the need to have a never ending loop to be …
Once you have set up a glusterfs volume , you might want to expand the volume to add storage. This is an …
As mentioned earlier , we have been considered networked filesystems instead of NFS to introduce into a number of …
Playing Skyrim the last week, sometimes I just missed Linux so terribly that I wanted a piece of it and not just the …
So, I am catching up a bit on the technical documentation. A week taken to play Skyrim combined with various other bits …
I realise that this stretches the concept of a technical blog post but you know what, it doesn’t matter. There are …
A little while ago, there was a requirement to write a tool that could take a number of tasks each with a set of …
PostgreSQL is a pretty powerful database server and will work with almost any settings thrown at it. It is really good …
We use JBossWS CXF for a heavily utilised enterprise system. It links into spring to pick up and execute beans. We have …
Cleaning up a bunch of code to reduce object instantiations got me thinking about the webservice layer. We are using …