Great stuff!!!
Archive for the ‘MS Windows server’ Category
Portable Powershell even on Windows server 2008 core – it is possible!
Wednesday, June 18th, 2008When you try to enable or update Hyper-V, the computer stalls at “Configuring Updates Stage 3 of 3.”…
Tuesday, June 10th, 2008Where it happened? On HP DL380!!!
This problem occurs when the following conditions are true:
• You enabled, disabled, or updated Hyper-V on a Hewlett-Packard (HP) server.
• The HP Network Configuration Utility was installed.
NTK2008… (fixed links :) )
Thursday, May 15th, 2008I enjoyed 3 days of NT Konferenca 2008 in Portoroz.
For atendees of my sessions…
Windows server 2008 NTFS / SMB2.0 changes part III (packet analyses)
Sunday, March 16th, 2008New SMB 2.0 allows higher speeds when transfering files between Windows server 2008 machines and Windows Vista machines.
On gigabit network we can see a drastical improvement in speed and network performance. SMB2.0 allows ACK packets to be sent only after 16 megabyte of data…
Windows server 2008 NTFS / SMB2.0 changes part II (network usage)
Sunday, March 16th, 2008You can access harlink-ed files and Directory junction folders over the network… Even if files and folders are not shared (only “linked” to one of your shared folders …)
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“Realtime” answers… use irc.freenode.net and join #Windows
Saturday, January 12th, 2008I know you might think IRC is a bit “out”… But… On server irc.freenode.net you can find fantastic channels like:
#Windows – Windows related questions and discussions
#Windows-Server – Windows server realated stuff…
#Powershell – Powershell stuff…
If you want realy quick answers or maybe some advices to folow… Get an IRC client for example mIRC, get connected to server irc.freenode.org and join those channels…
Failed request tracking – IIS 7.0 on Windows server 2008
Wednesday, January 2nd, 2008This video will show you how to setup Failed request tracking and see the results when something goes wrong on your server…
Installing PHP on IIS7.0 on Windows server 2008
Wednesday, January 2nd, 2008This 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