Monday, 8 June 2009

Forcing fsck on reboot in Ubuntu

Recently I run into problem in my Ubuntu 9.04. As I experienced some strange behaviour of my free-disk-space counter, I wasn't sure if everything is going okay in my system. Naturally you wan to do disk check in this kind of situatins.. but how to do that correctly in Ubuntu?
Remember that that disk check that is triggered sometimes on system boot? But how to trigger that manually? The answer is:

sudo touch /forcefsck
sudo reboot

Friday, 20 March 2009

CSS Selectors

http://www.w3.org/TR/CSS2/selector.html - Nice overview of CSS Selectors. After this read you would not be afraid of things like this:


DIV > P:first-child { text-indent: 0 }

Cross browser support for inline-block styling

Interesting article on how to use "inline-block" CSS attribute in different browsers... Located here. Found this quite useful after an hour of fight with that ****** IE...

Wednesday, 11 March 2009

Hi there and welcome!

As mentioned in the title, this blog will contain some of my notes regarding my development activities. So expect posts about Java, J2EE, JavaScript, CSS and many many others.. Everything that I'll find interesting or worth noting will be posted here.. Most of this stuff will be wrote for my own needs, just to remember what and where I've read, how to resolve some kind of the problem, how to set-up this framework... and so on. But if someone finds this helpful it would be cool =).

So see you in the next post.. Enjoy! ;)