0

Reverse SSH Tunneling

source: http://www.howtoforge.com/reverse-ssh-tunneling   Have you ever wanted to ssh to your Linux box that sits behind NAT? Now you can with reverse SSH tunneling. This document will show you...
0

Use SSH to Create an HTTP Proxy

SOCKS is built in to OpenSSH, so it's a trivial matter to set up a local SOCKS proxy with the -D flag. For example: $ ssh -D 12345 myuser@remote_ssh_server   will open up the port 12345 on your...
0

Collecting Mini Dump file from Windows 2003 Server

Summary: Under Windows 2003 Server, sometimes Dr. Watson logs are not generated when an application crashes. However, mini dump files are always generated for the Windows error reporting service....
0

Windows Cluster - Manual Failover vs Automatic Failover

article source - SQL Server Tips by Ashwin Often, DBA's are given a task to find the RCA of SQL Server failover in cluster and it is difficult to find whether the failover is an automatic failover...
1

How to build LAPP (Linux + Apache + Postgres + PHP) easy

This LAPP is to be built based on Ubuntu (or Debian or any derivative of the Ubuntu) Install Postgresql sudo apt-get install postgresql-8.1 php5-pgsql Install Apache The following mod-security, ldap,...
0

Information about Dr. Watson

Dr. Watson is a program error debugger that detects and diagnoses program errors and creates User.dmp and DrWtsn32.log files to contain the diagnostic data. In Windows NT these files are stored in the...