Enabling root user in Ubuntu

The root user in Ubuntu by default is assigned a random password and you are not given the option to change it during install time.

To change the password in order to logon as root, use the Users and Groups tool, locate the root user, then change the password.

Google move into the Online App space – spreadsheet beta webapp released this week

Google have released a web-based spreadsheet application that allows for multiple users to view and edit the data at the same time and colloborate with integrated chat functionality.

This is interesting news, especially since Microsoft have previously announced that they plan on moving into this area and launching a web-based Office suite, with pay-as-you-go type pricing where you pay for the features you download and use.

Could Google be about to beat Microsoft at their own game?

Check out this link on the Google site for more info.

Oracle backing Grails framework

The first heavyweight to announce their support for Grails, Oracle have annouced that they will be supporting Groovy and Grails, and the JSR 223 spec for supporting scriting languages on the VM.

Even if Grails never attracts the momentum to take it into mainstream usage, there are plenty of lessons to be learnt from the simplified approach and coding by convention approach introduced by Ruby on Rails. From my personal usage so far on a small project implementing an Online Store application, I have to say that in comparison to a traditional J2EE layered application the increase in productivity from the simplified approach is amazing. I am completely sold on the idea so far – it’s a refreshing change to be able to achieve so much with so little code. If you haven’t seen Grails yet I encourage you to check it out at their website, www.grails.org, download it and try it out for yourself. Before trying Grails I had been reading various articles on Ruby on Rails, but didn’t truely appreciate how easy this approach makes developing web apps until I tried it for myself.