google Ads
Custom Search

Tuesday, August 19, 2008

TCP/IP stack repair options for use with Windows XP with SP2.

For these commands, Start, Run, CMD to open a command prompt.

Reset WINSOCK entries to installation defaults: netsh winsock reset catalog
Reset TCP/IP stack to installation defaults. netsh int ip reset reset.log

Reboot the machine.

Have a nice try.

Wednesday, August 13, 2008

"Follow The Sun" infrastructure


One of the interesting models that has arisen is the support model operating on a follow the sun model. So when I finish work at 6pm, New York take over, when New York finishes, Sydney takes over and so on.

Is the next step follow the sun infrastructure? I have my infrastructure come online with my support teams, so between London business hours I use New York servers, in New York business hours I use Sydney servers?

The idea that I use the servers out of core hours when the electricity is cheapest, that they follow the support teams, that the infrastructure is on demand/switchable between time zones. Ultimately with a fast enough connection or even the internet, the user should be location/system independent.

In a virutal infrastructure, I can do this, I can have my virtual sessions move from ESX to ESX following the sun, moving with the business needs, whether the session disks reside in London and the session moves to a New York ESX host, it still allows me to power down the London ESX servers, to have a floating infrastructure.


Sumber : http://www.bladewatch.com/2007/02/19/follow-the-sun-supportinfrastructure/

Monday, August 11, 2008

CVS installation

CVS installation


  • Install CVS on the development server

  • Download the CVS tar ball

    (http://www.club.cc.cmu.edu/pub/gnu/non-gnu/cvs/cvs-1.12.13.tar.gz)
  • Extract the CVS tar ball.
  • Change directory into the installer directory
  • Issues the command ‘./configure –prefix=/usr’
  • Issue the command ‘make’
  • Become root (su - )
  • Issues the command ‘make install’
  • Add user ‘cvs’
  • Become user ‘cvs’ (su – cvs)
  • Issues ‘mkdir ~cvs/cvshome’
  • Issues ‘cd ~cvs/cvshome’
  • Issues ‘cvs –d /home/cvs/cvshome init’
  • Become root (su -)
  • Create file /etc/xinetd.d/cvspserver (for red hat)
  • Add user to the cvs
  • become the user ‘cvs’ (su – cvs)
  • issues ‘~/bin’
  • create a file ‘crypt.pl with the content, to /home/cvs/bin
  • chmod the crypt.pl file to 755 ( chmod 755 crypt.pl)
  • to create a user, issues a command “echo username:`crypt.pl password`:cvs >> /home/cvs/cvshome/CVSROOT/passwd
  •