May 25
May 21
In my travels designing a new corporate website I figured that my CSS defined class was just looking really wonky in IE compared to Mozilla. Microsoft (in all of it’s bask in glory) has a unique rendering engine unlike its counterparts. But they’re coming around and are beginning to follow the W3C standards. Firefox’s rendering engine is based off of Mozilla’s standards, which follow very closely with those recommended by the W3C.
May 11
I was running vzup2date on CenotOS 5.1 when the following error came up:
[RPM] Dependencies conflict.
/usr/bin/rpmbuild is needed by vztt-build-4.0.0-116.swsoft.x86_64
The solution was really simple. Install rpm-build:
$yum install rpm-build
Once you’ve done this, you can proceed with vzup2date without any errors.