IIS 6.0 Redirect HTTP to HTTPS javascript
To redirect in IIS 6.0 using pure javascript create a file called “redirect.htm” and have IIS6 listen on port 80 and redirect to that file:
To redirect in IIS 6.0 using pure javascript create a file called “redirect.htm” and have IIS6 listen on port 80 and redirect to that file:
Using TCP DUMP on windows This will cover how to use command line TCPDUMP on Windows. Software Windump Winpcap Examples windump.exe -Ap -s65535 port 80 > c:\example_dump.txt
Objective Set up a local svn repository to store some code Install subversion yum install subversion Repository Setup We will set up a path to store the repositories then create the initial repository mkdir -p /usr/local/svn svnadmin create /usr/local/svn/repo1 Initial…