Thursday, May 30, 2013

configure EIGRP In Cisco Packet tracer 5.3.3

configure EIGRP In Cisco Packet tracer 5.3.3

Enhanced Interior Gateway Routing Protocol - (EIGRP) is an open routing protocol loosely based on their original IGRP created by Cisco. EIGRP is an advanced distance-vector routing protocol, with optimizations to minimize both the routing instability incurred after topology changes, as well as the use of bandwidth and processing power in the router. Routers that support EIGRP will automatically redistribute route information to IGRP neighbors by converting the 32 bit EIGRP metric to the 24 bit IGRP metric. Most of the routing optimizations are based on the Diffusing Update Algorithm (DUAL) work from SRI, which guarantees loop-free operation and provides a mechanism for fast convergence.

Download Packet File Now: dynamic-routing-with-EIGRPv4

Configure OSPF Routing on Cisco using packet tracer 5.3.3

Configure OSPF Routing in Cisco using packet tracer 5.3.3

Open Shortest Path First

 (OSPF) is a link-state routing protocol for Internet Protocol (IP) networks. It uses a link state routingalgorithm and falls into the group of interior routing protocols, operating within a single autonomous system  (AS).
OSPF is perhaps the most widely used interior gateway protocol (IGP) in large enterprise networks. IS-IS, another link-state dynamic routing protocol, is more common in large service provider networks. The most widely used exterior gateway protocol is the Border Gateway Protocol (BGP), the principal routing protocol between autonomous systems on the Internet.
OSPF Routing
Download Packet File:

configure DNS Server in Windows server 2003

configure DNS Server in Windows server 2003

                                         Active Directory Installation    
DNS means Domain Name System.Every network has a dns server .so now i will disscuss how to configure DNS Server in Windows  server 2003 
Start-run-dcpromo-next-next-next-select domain controller for a new domain-next-select domain in a new forest-next-
Technologyitbd.net-next-Technologyitbd-next-next-next-select install and configure the DNS server-next-select permission
compatible only Windows 2000 or Windows 2003-next-next-next-finish-restart now.   
*At first check Ip
IP address        : 192.168.0.254
Subnet mask    : 255.255.255.0
Pre. Dns Server: 192.168.0.254

Configure dhcp in windows server 2003 step by step

Configure dhcp in windows server 2003 step by step          

Dynamic host configuration protocol. Dhcp server used for Dynamically assign IP Address.Now i will discuss how to Configure dhcp in windows server 2003 step by step. 
Step:01
Click-Start-program-administrative tools-configure your server wizard-next-next-DHCP Server-next-next-next-next-Name:DHCP -Description:It is obtain ip address Automatically -
Start IP Address :192.168.0.1
End IP Address :192.168.0.253
Subnet Mask :192.168.0.254
-next-next-next-select Yes,I want to configure this option now-next-next-IP Address:192.168.0.254-

configure key based ssh authentication in rhel 6.4 or centos 6.4 or Scientific linux 6.4 or Fedora 18

configure key based ssh authentication in rhel 6.4 or centos 6.4 or Scientific linux 6.4 or Fedora 18

Whenever you take ssh in a remote computer it prompts you for your password, which might be insecure in some cases. Configuring key based authentication for ssh server will solve this problem and provides one extra layer of security. Key based ssh is also used in cases where we configure some applications (For example: backup servers) to be able to take remote shell without giving a password but using keys.
I will use following configuration :
ssh server

create a simple WordPress theme

create a basic WordPress theme

To start building your theme, first create a sub-folder in the wp-content/themes directory in your WordPress folder. For the purpose of this tutorial, we will call the folder "tutorial_theme". The name of the folder should correspond to the name of the theme you want to create. To do this you can use either your favorite FTP client or the File Manager tool in your cPanel.
Before you start creating the theme, you should decide how the layout of your website will look like. In this tutorial we will build a WordPress theme that consist of a header, sidebar, content area and a footer ,as shown below:

removing bullets from sidebar and Categorie wordpress theme

Bullet is very important for a every website.But some time it is crazy for sidbar & categore .Now i will Disscuss how to remov bullets from  sidebar and Categorie wordpress theme. 
Remove bullet form Sidebar
Example:
#sidebar {
    width: 220px;  
    border: 2px #a2a2a2 solid;
    float: right;
    background-color:red;
    list-style:none;
  
}