Tuesday, August 28, 2007
Its really surprising how fast your mood can change.. just a couple of minutes ago, i was in a happy mood.. happy coz of a certain friend.. and thinking abt no one else but emma.. (yeah Emma Watson.. the Hermione of Harry Potter or should I rather say Hermione Weasley.. ) And just then she scraps me and am now all mad and angry at her.. thought its nothing much but it just shows how volatile the human nature / mood can be..?? Or is it just me..??!! Hey, but am also human rt..?? :O
Sunday, August 19, 2007
Got a mail from annie.. though it was just a notice/info mail sent to all her friends list but still it was a nice reminiscence from the back..
I have quit ,first as the president of RMI, the oncampus Robotics and machines Intelligence group, an affiliated group of IEEE, Institute of Electrical & Electronics Engineer and then left it in its entirety.. that is ceased to be its member either. That I did so a sto better manage my studies. But now I have taken up the managership of Pragyan 's CSG. Don't know how much of help and how much of hindrance its gonna be for my future. Hope am able to discharge my responsiblites well and to every one's satisfaction, including my parents, i.e, I get a decent enough GPA and a "good" enough job.
Talked to mimi after a very long period of time. I was having my reservations on that front as well, but with her I think I can let things go the way they are going.
Tuesday, August 14, 2007
His soft spoken nature really inspires you .. and his modesty is one of its kind.. There are quite a lot of unspoken words within me, which, well.. err, will remain unspoken.. And knowing myself, it seems difficult that I ll be sharing quite of myself with anyone else..
Friday, August 10, 2007
Thursday, August 09, 2007
importDump.php
MediaWiki 1.5 and above includes a command-line script 'importDump.php' which can be used to import an XML page dump into the database. This requires first configuring and installing MediaWiki. It's also VERY slow; to import a large Wikipedia data dump into a fresh database you may wish to use MWDumper, however, mwdumper has compatibility problems with some Linux Distributions and does not provide robust error reporting. Please see the installation notes concerning mwdumper for a list of known problems and systems affected by problems with mwdumper.
As an example invocation, when you have an XML file called temp.xml
php maintenance\importDump.php < maintenance\temp.xml
As an example invocation, when you have an XML file called temp.xml with an output log and in the background:
php maintenance\importDump.php <>& progress.log &
You can then display the log entries real time to the console screen by using the tail command. This command also allows you to break out of the program and reinvoke it periodically to check the status of your import:
tail -f progress.log
For more on this topic visit the given link
