Showing posts with label installation. Show all posts
Showing posts with label installation. Show all posts

Thursday, October 3, 2013

Wireplay on Ubuntu 12.04

Credit to those who found out how to solve the errors first. All I am doing here is to list out the steps for a successful installation.

1. Install all the required dependencies on an Ubuntu 12.04

sudo apt-get install ruby1.8 ruby1.8-dev libruby1.8 libpcap0.8 libpcap0.8-dev libnet1 libnet1-dev

2. Check your Ruby version and take note of it

ls /usr/lib/ruby/1.8/ | grep linux

3. Download the Wireplay source file from the following URL

wget https://github.com/abhisek/wireplay/archive/master.zip

4. Go to the location where you save the zip file and unzip it

unzip master.zip

5. Go to the libnids-123 folder

cd wireplay-master/libnids-123

6. Edit the killtcp.c file in libnids-1.23/src folder

vi src/killtcp.c

7. Change the last


#elif

to

#else

8. Run 'configure' and then 'make'


./configure --enable-shared --disable-libglib
make

9. Go to wireplay-master folder


cd ..

10. Edit the Makefile


vi Makefile

and check if the Ruby version is the same as in Step 2. If it is not the same, edit it.

11. Run 'make'


make


Thursday, August 5, 2010

Installing Microsoft Exchange 2010

First of all, take note of the system requirements.
  • PC―An x64 architecture-based computer with Intel processor that supports Intel Extended Memory 64 Technology (Intel EM64T) or AMD processor that supports the AMD64 platform; Intel Itanium family IA64 processors are not supported.
  • Operating system―Microsoft Windows Server 2008 x64 Standard and Enterprise Edition with Service Pack 2 or Microsoft Windows Server 2008 R2 Standard and Enterprise Edition.
Basically you need a Windows Server 2008 x64 edition on an x64 Intel or AMD machine. Make sure you have more than 25GB of free hard disk space even if you are installing for trial purposes.
Before you install Exchange 2010, you will need to do the following else you will be wasting a lot of time with Exchange readiness checks.

1. Net.TCP Port Sharing service to Automatic
3. Install IIS 7 and turn on the following
  • .Net Extensibility
  • Basic Authentication
  • Windows Authentication
  • Digest Authentication
  • Dynamic Content Compression
  • IIS Management Console
  • .IIS 6 Metabase Compatibility
  • IIS 6 Management Console
4. Install .Net Framework 3.5 SP1 and turn on WCF Activation, HTTP Activation.
7. Install Active Directory and DNS service