Archive for the ‘Windows server 2008’ Category

Windows server 2008 NTFS / SMB2.0 changes part I (mklink)

Sunday, March 16th, 2008

 Making SYMLINK without any parameters using MKLINK command

 Making SYMLINKD using MKLINK /D command

 Making HARDLINK using MKLINK /H command

 Making JUNCTION using MKLINK /J command

When you are using this command you should know that …

  • When using without any parameters it makes symlink between two files … Files are accessible only localy on same machine.
  • When using with /D parameter it creates symlinkd link between two folders … linked folder is accessible only localy.
  • When using with /H parameter it creates hardlink between two files … This file is normaly accessible over the network and localy.
  • When using with /J parameter it creates so called Directory junction that makes folder accessible using different name… It works localy and over the network.
    So now you are able to share a folder in which you can put Directory junction folders, that normaly are not shared…

Windows server 2008 CORE + IIS 7.0 + PHP + MySQL + WordPress :)

Tuesday, January 22nd, 2008

http://windowsmvp.spaces.live.com/blog/cns!80195647FE07388F!485.entry?wa=wsignin1.0

Failed request tracking – IIS 7.0 on Windows server 2008

Wednesday, January 2nd, 2008

This video will show you how to setup Failed request tracking and see the results when something goes wrong on your server…

 Failed request tracking – IIS 7.0 on Windows server 2008

Installing PHP on IIS7.0 on Windows server 2008

Wednesday, January 2nd, 2008

This video will show you how to install PHP on IIS7.0 and test it with example (phpinfo();)

 Installing PHP on IIS7.0 on Windows server 2008

http://blogs.iis.net/bills/archive/2006/09/19/How-to-install-PHP-on-IIS7-_2800_RC1_2900_.aspx

Windows server 2008 IIS 7.0 installation (basic overview)

Wednesday, January 2nd, 2008

In this video tutorial you will see how to install IIS7.0 on Windows server 2008 (RC1).
This video was created to show you installation of PHP into IIS7.0 afterwards…

 Windows server 2008 / IIS7.0 Installation

Before you decide upon a website hosting deal, confirm if the web server is compatible with your dsl, so that your web site design can be enjoyed by all.