Archive for December, 2007

Window Server 2008 CodeName : Longhorn

Thursday, December 13th, 2007

Last 3 days, I had the Window Server 2008 First Look training trip at GuidanceView.

Well, I can say that this is a nice training which include clinic that has hands-on labs to test on Window Server 2008. The trainer is nice which I like the course. By having 2 years beginner level experience on Window Server 2003, I able to know the some feature improve from previous version. As know that Win2k8 still under Beta version and it has approximate 75 days to launch the full release version. All the material I took during training still in pre-release version. Lolz. Thats true for it and there will be another official training after this great product launch. Yes, you can always check the launching date at here.

Of cause, there are a lot stuff which need to expose in-depth.

Shall you need some first look to Win2k8 great feature, do visit Microsoft and download free e-learning pdf file. P/s : A msn account need when register for free e-book. :)

dpkg was interrupted

Saturday, December 8th, 2007

dpkg was interrupted, you must manually run ‘dpkg –configure -a

How we get this error? It could be there is any interruption when running apt-get update.

Based on my understanding, I have installed some broken program. I need to reconfigure the last broken installed program.

This is the magic word can use to fix this problem,

sudo dpkg –configure -a && sudo apt-get -f install

Root partition full

Saturday, December 8th, 2007

Somehow, my root partition full even though has 3.7GB disk space. I got this error when update my Ubuntu. So the update command just hang at Terminal and little message prompted me for this :)

I able to clear some space by this command,

sudo apt-get clean

However, I know there might be some other way which I still looking on. I will keep on share if any update on this topic.