Posts

Showing posts from December, 2010

Article: Estimation Toolkit

I chanced upon an article on agile estimation that I read with interest in InfoQ. Many of the techniques are not new with the exception of the WAG generator. I find such estimation techniques to be very useful even if the subject matter is not software-related. Check out InfoQ: Estimation Toolkit

I love this...

Image
Software is hard by Honza

Experience in Creating a Virtual Appliance

Pre-configured Accounts Type Username Password OS super-user jeoser password MySQL administrator root password FTP account joomla password Joomla administrator admin password Basic Unix Commands Command Description apt-get To manage installation, update, upgrade and removal of application packages chown To change the owner of a file or directory chmod To change permission of a file or directory ifconfig To display the network information (e.g. IP address) mount To mount a CD-ROM within the drive for use sudo Allows execution of commands with super-user privileges useradd To add users to the operating system vim My favourite text editor! wget Acts as a faceless browser to retrieve HTML or other files over the network Additional Resources Description URL Give information about installing JeOS as a virtual appliance https://help.ubuntu.com/community/JeOS Gives information about insta