Blogs

Posted by: Andrew Hamilton | July 20, 2012

Hard drives are growing and growing. You can now get 3 TB hard drives and have a ton of storage in each server. But then you notice that your current preseed files are crashing when attempting to install grub2. You hit “alt-f4″ to check for any errors in the logs and all you see are errors about grub2 not being...

Posted by: Andrew Hamilton | July 17, 2012

I know that I’ve been lacking lately on the recipes front. I’m trying to get started so I’ve completed a little project, create a Puppet module for euca2ools. Now this module is quite simple as it simply needs to setup...

Posted by: Greg DeKoenigsberg | July 13, 2012

One of the projects I’m enjoying working on right now is the Eucalyptus Recipes project, which you can find on Github.  I actually hacked together some code, and even checked it in!  Needless to say, patches welcome.  And if “patches” means “complete replacement with better code,” that’s fine also.

The goal is to build a collection of recipes (small right now, but growing) that any Eucalyptus user can inject into the boot process of...

Posted by: Garrett Holmstrom | July 12, 2012

If you press * in the Vim editor it will search for the next place where the word the cursor is over appears. The # key does the same thing, but searches backwards instead. Unfortunately, this only works for one word at a time. But if you add some code to ~/.vimrc then you can extend those functions to work with whatever you have selected when you are in visual mode.

" Search for selected text, forwards or...
Posted by: Graziano Obertelli | July 11, 2012

It's been few weeks that Eucalyptus 3.1 have been (highly) available, and securely powering quite a few installations for the delight of Cloud Administrators, and all Cloud population. Eucalyptus 3.1 brings quite a few changes, the most obvious within the code itself  (more in the...

Posted by: Eucalyptus Professional Services | July 11, 2012
The Eucalyptus Certified Professional on Eucalyptus 3 (EUCP3) Beta Exam is now available for immediate purchase and registration.

We've been busy and have added some new features to make this cutting-edge certification exam even cutting-edgier. For example, not only is this an open-book, open-notes exam, we are now actually providing you with an HTML version of the Eucalyptus 3: Design, Build, and Manage course book inside the exam itself...

Posted by: Kyo Lee | July 11, 2012

At Eucalyptus we have been proud to say,

“Eucalyptus Cloud runs on almost all major Linux distros: Ubuntu, Debian, CentOS, Red Hat, Fedora, etc.. You name it, we will support it!”

The crowd...

Posted by: Vic Iglesias | July 9, 2012

Introduction:

Manual testing is a key element to a hardened QA process allowing for the human mind to be used in tasks that lend themselves to critical thinking or are simply not automatable such as:

  • Exploratory (also called ad-hoc) which allows testers to test strange and unusual codepaths
  • Use Case which intends to simulate as closely as possible the end to end solution that will be deployed
  • Usablility which aims to test whether the product meets the...
Posted by: Daved Federlein | July 5, 2012

In my last post I detailed how to set up your own MeetBot to log your IRC presentations.  In this post I want to discuss how to log a screen cast your demonstration shell for later viewing.  While MeetBot can log your session interactions in IRC (such as lecture/talk and questions/answers from the audience), using shell...

Posted by: Garrett Holmstrom | July 3, 2012

All kinds of articles on the Internet tell you how to revert a range of git commits in one massive, squashed-together revert commit. But to split them up into separate revert commits you have to pass a list of commits to git revert, and that list has to go in reverse order to avoid conflicts.

git rev-list --reverse ${last_good_commit}.. | xargs git revert

...

Pages

Share This Page

Share this Page on Facebook Share this Page on Twitter Email a Friend