Showing posts with label Windows. Show all posts

Thursday, 31 August 2017

thumbnail

How to host multiple website in IIS and FTP Publishing on Windows Server 2012 on AWS EC2

Introduction

In this tutorial we will see how to install and configure IIS and host multiple website also we will see how to do FTP publishing.

FTP is required when developers are working remotely on any project. Developers often changes the code for the development and testing purpose at that we require FTP.

I have launched one Windows Server 2012 AWS-EC2 instance which is free tier for this tutorial purpose. Check the below video :-


That's it,
Please do Share, Likes and Comment 

Wednesday, 30 August 2017

thumbnail

How to install IIS,PHP and Mysql in Windows Server 2012 on AWS EC2

Introduction

In this tutorial we will see how to install and IIS,PHP and Mysql in Windows Server 2012 in AWS.

I have launched one AWS-EC2 instance with window server 2012 core. You can select your choice of instance and as per your requirement.

1. In the first step we will install IIS and core service to support PHP like in below video :-


Once the installation of core service finished you need to restart the server to take effect. It is recommended.

2. Now we have to add Web Platform Support in IIS to get PHP and MySQL work. Please check the below video for installation :-



That's it,
Please do  Share, Likes and Comment.



Wednesday, 23 December 2015

thumbnail

How-to-install-Windows-10-Professional

How-to-install-Windows-10-Professional



1. First of all you need create bootable pendrive from the below mentions software called "rufus"  :-

https://rufus.akeo.ie/downloads/rufus-2.6.exe

2. Then you need to boot from pendrive :-



Select Language to install  :- English (United States)
Time and currency format :- English (United States)
Keyboard or input method :- US


Click on "Install now"


The activation window will come then you have to select " I don't have a product key" if you want to go for Trial version.
OR
If you have a key then you can register your windows 10 by entering the key.


Now you have Select which edition you want to use 


Accept the Licence agreement and click Next


Now you have to select "Custom" if it is your fresh installation" 
Custom :- 
It is fresh installation means you have new PC to install 

Upgrade :- 
You can upgrade your older version of windows-10 to the latest build. If you are using window-8 then it will upgrade it to Windows-10.



Now create "New" partion allocate the size and click Apply



After that "Format" the partition 


  
After that click Next 



Installation will start. After the installation completes the system will restart automatically several times do not interrupt in between.




Use Express Settings




Enter your username and password and click next 


That's it now you can enjoy using windows-10
Please Do Likes, Comment and Share.

Friday, 28 June 2013

thumbnail

How to install DNS in Windows 2008 server

How to install DNS in Windows 2008 server.

For installing DNS in windows :-

This setup is for  a lab practice. Without using Internet. 

1. First of all give the ip address to the system.
 Start ----> Control Panel ----> Networking and Sharing Center-----> Manager Network Connection.


 IP address :- 10.0.0.1

2. Go to Start ----> Server Manager 

 
 3. Then click on Add roles.



 4. Then click Next and Select  DNS.


5.  Click Next to go further and Install.




6. Now configure the DNS by going to Start ---> Administrative tools -----> DNS


 7. Right Click on DNS and click Configure dns zones.


8. Then select Create Forward and Reverse zone.

 
9. Then click on yes create forward lookup zone.


10. Then select Primary zone.



 11.  Click Next


12. Select Allow both secure and nonsecure update



 13.  Select Yes Create Reverse lookup zone.


14. Selcct Primary zone.



 15. Select IPv4, reverse zone and click Next.




16.  Create zone file and click Next



17. Type the network id means your ip 10.0.0 that'it click next.



 18. Create zone file



 19. Allow both secure and non-secure updates.



20.  Then select No it should not forware queries.

 
 21. Finish the installation and it will give some error but no worries click ok. That's a root hint error.


 22. Expand forward lookup zones and select domain example.com.

* Right click on example.com and select new host A recored.


 Then click Add Host and it will show successful message box then click on done.

23.  Then Right Click on Start of Authority and select Properties. Go to Nameserver. Remove your computer name andClick on Add button the below pop will generate.

Then type your domain name :- example.com



 24. Go to Start of Authority (SOA) and then select Primary server and Browse. Keep navigating inside until and unless the domain name show up and finishes.



 Click Apply and OK

25. Now configure Reverse lookup zone and expand the Reverse lookup zone and 10.0.0 zone file.

Right Click on Start of Authority (soa) and properties 
Select Primary and browse.



Then Go to the Name server Tab Remove the computer name and Click Add to add the domain.



 Same step to do with Reverse zone as done with forward zone .

Click Apply and Ok.

26. After completing this process open command prompt. to test it.

> ping example.com




 If you are able to ping than you have successfully installed the DNS server.

Enjoy using DNS.....

 

Wednesday, 10 April 2013

thumbnail

How to install DHCP server in windows 2008 server

How to install DHCP server in windows 2008 server



DHCP:- Dynamic Host Configuration Protocol

*It is a service used to assign  ip address automatically to the client system.  
*We have to configure the lease so that it can broadcast ip address from a mentioned particular range. 
*You can also reserved ip address for the particular  system.

1. For Installing Go to ---> Start ---> Server Manager.


2. Click on Add Roles to add the dhcp role.


3.  Select DHCP to install it.


 4.  Select the Server IP address 


 5.  The parent domain name will appear and your ip address will be shown in 2nd line. Click on Validate.



6.  Select WINS not required.


7. Now configure the scope overhere to broadcast the particular ip address. Click on Add to add the scope


8.  Disable the DHCPv6 as we are not using it.


9.  Use Aministrator Credential to Authorize it.


10.  Finally it will give you the summary of configuration and Click on Install to install it.




11.  Click on Close. It will show you the Succesfull installed summary.


12.   Now to check it Go Start ---> Administrative tools ---> DHCP 
Expand the Server ----> ipv4 ----> scope

 You can see the Active Status, when you click on Ipv4

13.  If you want to Reserve particular ip address for the particular system. Then Right click on "reservation" under scopes.And Click on New Reservation. Remember that you have to enter the mac address of the the particular system that you want specific ip address.


 Note:- In the client system go to Network properties and select Automatic IP address. Then only it will grab the ip address from the DHCP server.

ip


That's it you can take benefit of DHCP server.