<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-5281924192381209246</atom:id><lastBuildDate>Fri, 14 Nov 2025 02:52:46 +0000</lastBuildDate><category>Hacking</category><category>OTHER</category><category>CCNA</category><category>NETWORKING</category><category>SysAdmin</category><category>Apache2</category><category>CentOS</category><category>Google Tricks</category><category>OpenSSL</category><category>SSL</category><category>Yum Repository</category><category>cricket</category><title>~?!THINGS YOU DON'T  KNOW!?~</title><description>Do you find yourself saying the words I’m sorry or I don’t know often? Did you know that this over-sighted language pattern is actually limiting our potential to happiness and ultimately getting what we want? So Don't say You Don't know!</description><link>http://techneeducation.blogspot.com/</link><managingEditor>noreply@blogger.com (`~Deshapriya~`)</managingEditor><generator>Blogger</generator><openSearch:totalResults>18</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>Do you find yourself saying the words I’m sorry or I don’t know often? Did you know that this over-sighted language pattern is actually limiting our potential to happiness and ultimately getting what we want? So Don't say You Don't know!</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-4581405511625375011</guid><pubDate>Wed, 01 Jun 2011 07:19:00 +0000</pubDate><atom:updated>2011-06-01T15:03:53.128+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CentOS</category><category domain="http://www.blogger.com/atom/ns#">SysAdmin</category><category domain="http://www.blogger.com/atom/ns#">Yum Repository</category><title>Creating A Local Yum Repository on CentOS 5.x</title><description>&lt;div style="text-align: justify;"&gt;In our University we have multiple systems those running on Linux platforms  so it is good to have local repository to prevent from downloading the remote repository over and  over again. Also in university day time our downloading speed is low because of high network traffic so having a local repository is a big advantage to update our all systems once and its save our internet bandwidth because   it use fast LAN connection. &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;style type="text/css"&gt;
pre.cjk { font-family: "DejaVu LGC Sans Mono",monospace; }p { margin-bottom: 0.08in; }a:link {  }
&lt;/style&gt;  &lt;/div&gt;&lt;div style="margin-bottom: 0in; text-align: justify;"&gt;Today I'm going to explain how to create local Centos repository to update our local Centos systems. So for that first we need to have &lt;a href="http://www.samba.org/rsync/"&gt;rcync&lt;/a&gt;&amp;nbsp; software   and httpd server  in Centos, default we can get these two in Centos otherwise you can use following command to install it.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0in; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;pre class="western" style="margin-bottom: 0.2in;"&gt;su -c 'yum install httpd rsync'&lt;/pre&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0in; text-align: justify;"&gt;Now we want to create directory to repo , that will hold  all the RPM files. For that if we get all the Centos files from rsync we can create just one directory and rsync will automatically create folder structure according to it.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace; margin-bottom: 0in; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace; margin-bottom: 0in; text-align: justify;"&gt;&lt;span style="font-size: small;"&gt;&lt;pre&gt;mkdir /var/www/html/CentOS/&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0in; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0in; text-align: justify;"&gt;If u copy Centos first from DVD or CDs you want to create Centos folder structure, because when rsync update your repository it used this folder structure to update for that.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0in; text-align: justify;"&gt;&lt;br /&gt;
&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;su -c 'mkdir -p /var/www/html/centos/5/{os,updates}/x86_64'&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;pre class="western" style="margin-bottom: 0.2in;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;Here 5&lt;/span&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;is your Centos vertion and&lt;/span&gt; &lt;/span&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;b style="font-family: Arial,Helvetica,sans-serif; font-weight: normal;"&gt;&lt;span style="font-size: small;"&gt;x86_64 is architecture&lt;/span&gt;,&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;b style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size: small;"&gt;Then you can copy relevant files &lt;/span&gt;&lt;span style="font-size: small;"&gt;into&lt;/span&gt;&amp;nbsp; &lt;span style="font-size: small;"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre class="western" style="margin-bottom: 0.2in;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-size: small;"&gt;&lt;b style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;/var/www/html/centos/5/os/x86_64/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;pre class="western" style="margin-bottom: 0.2in;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace; font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt; eg:&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;su -c 'mount /dev/cdrom /mn&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;span style="font-size: small;"&gt;su -c 'cp -rv /mnt/CentOS /mnt/repodata /var/www/html/CentOS/5/os/x86_64/'
su -c 'umount /mnt&lt;/span&gt;'&lt;/span&gt; &lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt; &lt;/pre&gt;&lt;pre class="western" style="margin-bottom: 0.2in;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;Now you can verify it's working by opening your Centos folder using browser (in localhost or remote).&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;pre class="western" style="margin-bottom: 0.2in;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;Eg:htp://your IP or 127.0.0.1/CentOS&lt;/span&gt;&lt;/b&gt; &lt;/pre&gt;&lt;pre class="western" style="margin-bottom: 0.2in;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;This how its look like in my server&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVKWF7kmDspidy6Zhp68-bSaDTXoF98t95Dvwi-_ux8iBKekUD7giKOYIAU1nQsKSQhaDEF4eLV5obpiNScjCAvgRQIPZStGqOogNqqFyTehbvX9wnFRrlRUceUwkye4CCtGB5cXSzLUQ/s1600/Screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVKWF7kmDspidy6Zhp68-bSaDTXoF98t95Dvwi-_ux8iBKekUD7giKOYIAU1nQsKSQhaDEF4eLV5obpiNScjCAvgRQIPZStGqOogNqqFyTehbvX9wnFRrlRUceUwkye4CCtGB5cXSzLUQ/s400/Screenshot.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;pre class="western" style="margin-bottom: 0.2in;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/pre&gt;&lt;div style="font-family: Verdana,sans-serif; text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;Now our repository server is ready since distributions change often we need to sync with the distribution update servers. So we use rsync for this job it scan directory tree of distribution servers and applies changes to local directory. So we need rsync mirror for updates.&lt;a href="http://www.centos.org/modules/tinycontent/index.php?id=13"&gt;Centos OS Mirror List&lt;/a&gt; you can identify it with rsync.&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;Now we need to create script to run this rsync when we need, following is the script that I used.&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt; (&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;code class="western"&gt;&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt;updaterepo.sh&lt;/span&gt;&lt;/code&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;)&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;#!/bin/bash

s=1

for (( c=1; c&amp;lt;=3; c++ ))
do

if [ $s -ne 0 ]; then
rsync -avSHP --delete --exclude "local*" --exclude "isos" ftp.jaist.ac.jp::pub/Linux/CentOS/5.5 /var/www/html/CentOS/ 2&amp;gt; error_log.txt
s=$?

fi

done
cp /usr/local/test /usr/local/suc &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/pre&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;To run this script manually you can type&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace; font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;./&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;code class="western" style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;updaterepo&lt;/code&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt;Updating this repository should done often so running script manually is not good so we can use cron job to run this script automatically&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-weight: normal;"&gt; in relevant time.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt; For that enter &lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;pre class="western" style="margin-bottom: 0.2in;"&gt;&lt;/pre&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;crontab -e&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Bitstream Vera Sans,sans-serif; font-size: small;"&gt;this will promt your current crontab table so you can enter your crontab here as follow. When you save this crontab file will loaded and ready for use.&lt;/span&gt;  &lt;code class="western"&gt;&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;code class="western"&gt;&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt;0&lt;/span&gt;&lt;/code&gt;&lt;code class="western"&gt;&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; 2 * * * /myscripts/updaterepo&lt;/span&gt;&lt;/code&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In&lt;code&gt;&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; &lt;/span&gt;&lt;/code&gt;this crontab, myscript is updaterepo.sh in /myscripts directory&amp;nbsp; I'm going to run&lt;code class="western"&gt;&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; &lt;span style="font-size: small;"&gt;this&lt;/span&gt;&lt;span style="font-size: small;"&gt; script every morning at 2am&lt;/span&gt;.&lt;/span&gt;&lt;/code&gt; There&lt;code&gt;&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; &lt;/span&gt;&lt;/code&gt;are five fields for setting the date and time in cron tab that a&lt;code&gt;&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; &lt;/span&gt;&lt;/code&gt;program should be run. The five time settings are in the following&lt;code class="western"&gt;&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; &lt;span style="font-size: small;"&gt;order&lt;/span&gt;.&lt;/span&gt;&lt;/code&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Minutes - in the&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt;range of 0 - 59&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Hour - in the range&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; of 0 - 23 &lt;/span&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Day of month - in the&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; range 1 - 31&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Month - in the range&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; 1 -12 &lt;/span&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Day of week - in the&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; range 0 - 6 (0 = Sunday)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Any field with a *&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; &lt;/span&gt;means run every possible match, so for example a * in the day of&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; &lt;/span&gt;month field will run the script every single day of the month at the&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt; specified time. More about &lt;a href="http://adminschoice.com/crontab-quick-reference"&gt;crontab&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
That was all on the server part. Now client should chang his /etc/yum.repos.d/CentOS-Base.repo to get local mirror instance of other mirrors. for that you should change base url with your local ip. Its good to copy following my file and replace my IP with your one.&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;#replace your repo IP with my 10.16.91.1

[base]
name=CentOS-$releasever - Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&amp;amp;arch=$basearch&amp;amp;repo=os
baseurl=http://10.16.91.1/CentOS/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#released updates 
[updates]
name=CentOS-$releasever - Updates
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&amp;amp;arch=$basearch&amp;amp;repo=updates
baseurl=http://10.16.91.1/CentOS/$releasever/updates/$basearch/

gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&amp;amp;arch=$basearch&amp;amp;repo=addons
baseurl=http://10.16.91.1/CentOS/$releasever/addons/$basearch/

gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&amp;amp;arch=$basearch&amp;amp;repo=extras
baseurl=http://10.16.91.1/CentOS/$releasever/extras/$basearch/

gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&amp;amp;arch=$basearch&amp;amp;repo=centosplus
baseurl=http://10.16.91.1/CentOS/$releasever/centosplus/$basearch/

gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&amp;amp;arch=$basearch&amp;amp;repo=contrib
baseurl=http://10.16.91.1/CentOS/$releasever/contrib/$basearch/

gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
                                                           

&lt;/pre&gt;&lt;br /&gt;
Now you are done&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Bitstream Vera Sans,sans-serif;"&gt;&amp;nbsp;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;</description><link>http://techneeducation.blogspot.com/2011/06/creating-local-yum-repository-on-centos.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVKWF7kmDspidy6Zhp68-bSaDTXoF98t95Dvwi-_ux8iBKekUD7giKOYIAU1nQsKSQhaDEF4eLV5obpiNScjCAvgRQIPZStGqOogNqqFyTehbvX9wnFRrlRUceUwkye4CCtGB5cXSzLUQ/s72-c/Screenshot.png" width="72"/><thr:total>33</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-8975860837065978410</guid><pubDate>Wed, 23 Mar 2011 19:01:00 +0000</pubDate><atom:updated>2011-03-24T01:01:03.437+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Apache2</category><category domain="http://www.blogger.com/atom/ns#">OpenSSL</category><category domain="http://www.blogger.com/atom/ns#">SSL</category><category domain="http://www.blogger.com/atom/ns#">SysAdmin</category><title>How to Enable SSL+ Apache2 on Ubuntu from source</title><description>&lt;div style="font-family: inherit; text-align: justify;"&gt;Today I'm going to start System administration tutorial because currently I got opportunity to work in University Of Colombo Network Operating Center as trainee Network and System Administrator so I believe that I can get lot of experience in this period and&amp;nbsp; also I hope to share all the new knowledge with you all. Today I'm going to talk about enabling SSL in our own Ubuntu apache2 server. In here I'm not going to talk installing apache2 because easily you can do it but in enabling ssl is little bit hard and it gives some unexpected errors so in this post I'm going to show&amp;nbsp; how successfully enable ssl in our Apache2 server.&lt;br /&gt;
&lt;br /&gt;
&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;br /&gt;
&lt;div class="MsoBodyText"&gt;To enable ssl we need to enable&lt;b&gt; mod_ssl &lt;/b&gt;with apache and install openssl for generate keys.&lt;/div&gt;&lt;div class="MsoBodyText" style="text-align: justify;"&gt;To configure secure server, use &lt;a href="http://en.wikipedia.org/wiki/Public-key_cryptography" style="color: black;"&gt;&lt;b&gt;public key cryptography&lt;/b&gt;&lt;/a&gt; so we need to generate public and private key pair and need to get &lt;b&gt;certificate&lt;/b&gt;. In my case I'm going to create&lt;b&gt; self-signed certificate&lt;/b&gt; otherwise we can get certificate from &lt;b&gt;Certificate Authority (CA)&lt;/b&gt; also using Google we can find several commercial and free CA's. So first I compile and install openssl to generate above things as follow.&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 35.45pt;"&gt;&lt;b&gt;01. Installing openssl&lt;/b&gt;&lt;br /&gt;
&lt;b&gt; &lt;/b&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;Here I used openssl source     &lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;&lt;span style="font-size: 12pt;"&gt;( openssl-0.9.7e.tar.gz )&lt;/span&gt; you can download it from&lt;span style="font-size: 12pt;"&gt; &lt;a href="http://www.openssl.org/source"&gt;www.openssl.org/source&amp;nbsp;&amp;nbsp; &lt;/a&gt;then you should extract it as following&lt;/span&gt;&lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 12pt;"&gt;&lt;code style="color: #990000;"&gt;&lt;br /&gt;
&lt;span style="color: black;"&gt;tar -zxvf&amp;nbsp;&amp;nbsp;openssl-0.9.7e.tar.gz&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: 12pt;"&gt;&lt;code style="color: #990000;"&gt;&lt;span style="color: black;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style="font-size: 12pt;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: 12pt;"&gt;or&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="background-color: white;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;b&gt;tar -xvf&lt;/b&gt; and&lt;b&gt; gunzip&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: 12pt;"&gt;After this you should cd into &lt;/span&gt;&lt;span style="font-size: 12pt;"&gt;openssl-0.9.7 and can configure using following command.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-size: 12pt;"&gt;&lt;code&gt;&lt;br /&gt;
./counfigure --prefix=/usr/local&lt;/code&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: 12pt;"&gt;using prefix we can specify directory for Openssl and next we can compile and install openssl using &lt;b&gt;make &lt;/b&gt;and&lt;b&gt; make install&lt;/b&gt; (first make then make install )commands &lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="font-family: inherit; text-align: justify;"&gt;&lt;br /&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5ChHRHuSuN58joiaQ8_9htAAO3ibYvZV-9GpBe5DsM8_tc_LgoJtYdr2w-e_J5JpCFqfgbcnAeikQRiFxKZ8L_Y5GpVbYyBEvXs-_GvIeEC_fRGgRqi6L3DUE8gcRUAlv0lhQrQ30xKk/s1600/Untitled.png" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="458" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5ChHRHuSuN58joiaQ8_9htAAO3ibYvZV-9GpBe5DsM8_tc_LgoJtYdr2w-e_J5JpCFqfgbcnAeikQRiFxKZ8L_Y5GpVbYyBEvXs-_GvIeEC_fRGgRqi6L3DUE8gcRUAlv0lhQrQ30xKk/s640/Untitled.png" width="640" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;br /&gt;
&lt;div class="MsoBodyText" style="margin-left: 0.5in;"&gt;&lt;b&gt;02. Generating key for Certificate Signing Request (CSR)&lt;/b&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in; text-align: left;"&gt;&amp;nbsp;We need to generate key for that we can use (&lt;span class="SourceText"&gt;I use &lt;b&gt;mkdir ssl&lt;/b&gt; and create directory for keys and inside it&lt;/span&gt;)&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText" style="text-align: left;"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;code&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;code&gt;&amp;nbsp; openssl genrsa -des -out keyname.key 1024 &lt;/code&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/code&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText" style="text-align: left;"&gt;&lt;span class="SourceText"&gt;&amp;nbsp;during key generation we should enter password for our key.&lt;/span&gt;&lt;/div&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKlwafS7jKWVKRZC_E90tzv4MkGkTzhq7VpZ9SygGskGok2RjDd1mMTnjc5gYwxxvPcAXuvFuu9-K_fP8j-kUVu0geDq9bU8wptK2n90GJGFyZnCHv6xzH52-wBT6lp_awjcxIf5A3yjE/s1600/2.png" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="328" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKlwafS7jKWVKRZC_E90tzv4MkGkTzhq7VpZ9SygGskGok2RjDd1mMTnjc5gYwxxvPcAXuvFuu9-K_fP8j-kUVu0geDq9bU8wptK2n90GJGFyZnCHv6xzH52-wBT6lp_awjcxIf5A3yjE/s640/2.png" width="640" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;br /&gt;
&lt;div class="MsoBodyText" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;03.&lt;span style="font-size-adjust: none; font-size: 7pt; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;Then I create Certificate Signing Request (CSR)&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using following command&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;code&gt;&lt;/code&gt;&lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;openssl req -new -key keyname.key -out csrname.csr&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRfX0COOFEzsT7z4zhHqs5ElwmPlq7KNLSTLF1jf-yBvUjVRO5UJdjNX87xX94EnAiysLE1br874aOj4wM5FwlNn6eQuijlasYpzJ4gpTYbV9Lnimdc5Rd8a8saroC-Pd4Tok3NceY4OE/s1600/3.png" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="174" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRfX0COOFEzsT7z4zhHqs5ElwmPlq7KNLSTLF1jf-yBvUjVRO5UJdjNX87xX94EnAiysLE1br874aOj4wM5FwlNn6eQuijlasYpzJ4gpTYbV9Lnimdc5Rd8a8saroC-Pd4Tok3NceY4OE/s640/3.png" width="640" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;br /&gt;
&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;This command will prompt for a series of things as follow &lt;b&gt;Country Name, State or Province Name, Locality Name, Organization Name, Organizational Unit Name, Common Name, Email Address&lt;/b&gt;...etc &lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;Then we can submit this CSR file to a CA&amp;nbsp; (Certificate Authority)for process. They will use this CSR file and issue the certificate. On the other hand, we can create self-signed certificate using this CSR.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: inherit; text-align: justify;"&gt;&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;br /&gt;
&lt;div class="MsoBodyText" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;04.&lt;span style="font-size-adjust: none; font-size: 7pt; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;Creating self-signed Certificate&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;span class="SourceText"&gt;Using following command.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;code&gt;&lt;/code&gt;&lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&amp;nbsp; openssl x509 -req -days 365 -in csrname.csr -signkey keyname.key -out crtname.crt&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="font-family: inherit; text-align: justify;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgG4Kit25BF8prbccGIAz4UTJFuFuiWtt591XK7k-SBp5KpPaqPdQTnOgh8NSnrVZQ_sSk4WrtQtEsUW2RBjisjTyFPvlRiVjs5wdvg9Igcv0u8I2afl-BI1LYscmaTmKt7M96H91w9C-I/s1600/4.png" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgG4Kit25BF8prbccGIAz4UTJFuFuiWtt591XK7k-SBp5KpPaqPdQTnOgh8NSnrVZQ_sSk4WrtQtEsUW2RBjisjTyFPvlRiVjs5wdvg9Igcv0u8I2afl-BI1LYscmaTmKt7M96H91w9C-I/s640/4.png" width="640" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;div style="font-family: inherit; text-align: justify;"&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;br /&gt;
&lt;div class="MsoBodyText"&gt;&lt;b&gt;Here I got error because my .key file is not inside my current directory &lt;/b&gt;so remember to execute this command inside relevant directory (my case directory ssl) that include your above generated key &lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;After executing above command we can see our certificate using following command (following is my certificate).&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;code&gt;&lt;/code&gt;&lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Openssl x509 -in crtname.crt -text -noout &lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP3mg5aID6sRd8aiivHDcqdWRhw4XmOLT6rZW5ByUNGY7vRwu_o6dxjFTwe7t14cZWNalBMmRgJT8-3iqE2aTzZeQl20HRhBCahvd_fYwsj8kHqJyWKbrA7FiPHHA6RzjWeV38P6WPcaE/s1600/5.png" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="308" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP3mg5aID6sRd8aiivHDcqdWRhw4XmOLT6rZW5ByUNGY7vRwu_o6dxjFTwe7t14cZWNalBMmRgJT8-3iqE2aTzZeQl20HRhBCahvd_fYwsj8kHqJyWKbrA7FiPHHA6RzjWeV38P6WPcaE/s640/5.png" width="640" /&gt;&lt;/a&gt;&lt;span class="SourceText"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;span class="SourceText"&gt;&amp;nbsp;&lt;/span&gt;    &lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;Now in my ssl directory include following files and I change file permission of all the keys to 400 as follow.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;span class="SourceText"&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrfTp32xoTjunQDu_p-OnOLgzlr99VeD-HxoP32RMeHDpaEh6bL0RorocPG7byFZOggH1XB3EgZ7LsbR_vPO-ezc1sQKO-7Y0ZCk6WnIfQ_N_3ft-87Nb9DBW9EUclc1BubBKdB70hDKY/s1600/6.png" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="296" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrfTp32xoTjunQDu_p-OnOLgzlr99VeD-HxoP32RMeHDpaEh6bL0RorocPG7byFZOggH1XB3EgZ7LsbR_vPO-ezc1sQKO-7Y0ZCk6WnIfQ_N_3ft-87Nb9DBW9EUclc1BubBKdB70hDKY/s640/6.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;br /&gt;
&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;05. Enabling the ssl module for Apache2 using a2enmod ssl&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;span class="SourceText"&gt;&amp;nbsp;Now we finished creating &lt;/span&gt;&lt;b&gt;Certificate &lt;/b&gt;now we can enable ssl module for apache2&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;code&gt;&lt;/code&gt;&lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;b&gt; Sudo a2enmod ssl&lt;/b&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;/code&gt;&lt;/b&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText" style="margin-left: 0.25in;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4vYHkOH7zXjqcnWjb-LEvorsUKHIRTdjsyUHMAZNUKJosgVyjq1kwcHtSdVP0mxhgal0it7JhDjfVznwBU5Gy65Zj9_n2oeZ7FIiMH8AqKEoqJPxI0M0SbSsi7C-66fv-L0WqaFfti0Y/s1600/7.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="107" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4vYHkOH7zXjqcnWjb-LEvorsUKHIRTdjsyUHMAZNUKJosgVyjq1kwcHtSdVP0mxhgal0it7JhDjfVznwBU5Gy65Zj9_n2oeZ7FIiMH8AqKEoqJPxI0M0SbSsi7C-66fv-L0WqaFfti0Y/s640/7.png" width="640" /&gt;&lt;/a&gt;    &lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06. To enable ssl site we should add following things to our apache httpd.conf (/usr/local/apache2/conf) file&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;code&gt;&lt;/code&gt;&lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;#Instruct Apache2 to listen port 443&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #cc0000;"&gt;&lt;span class="SourceText"&gt;Listen 443&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;#Creating vertual host to listen 443&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #cc0000;"&gt;&lt;span class="SourceText"&gt;NameVirtualHost 127.0.0.1:443&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #cc0000;"&gt;&lt;span class="SourceText"&gt;&lt;virtualhost 127.0.0.1:443=""&gt;&lt;/virtualhost&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText" style="color: #cc0000;"&gt;ServerAdmin &lt;/span&gt;&lt;span style="color: #cc0000;"&gt;charith079@gmail.com&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;# I create ssl directory to kept my secure website&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #990000;"&gt;&lt;span class="SourceText"&gt;DocumentRoot /usr/local/apache2/htdocs/ssl&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #990000;"&gt;&lt;span class="SourceText"&gt;ServerName www.secure.com&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #990000;"&gt;&lt;span class="SourceText"&gt;ServerAlias &lt;/span&gt;www.secure.com&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #990000;"&gt;&lt;span class="SourceText"&gt;ErrorLog /usr/local/apache2/logs/server2log&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #990000;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #990000;"&gt;&lt;span class="SourceText"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSLEngine On&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&amp;nbsp;&amp;nbsp; # Here, I am allowing only "high" and "medium" security key lengths.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText" style="color: #990000;"&gt;SSLCipherSuite HIGH:MEDIUM&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;# Here I am allowing SSLv3 and TLSv1, I am NOT allowing the old SSLv2.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText" style="color: #990000;"&gt;SSLProtocol all -SSLv2&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;#&amp;nbsp;&amp;nbsp; Server Certificate That I create in above step:&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText" style="color: #990000;"&gt;SSLCertificateFile /usr/local/apache2/secure.com.crt&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;#&amp;nbsp;&amp;nbsp; Server Private Key:&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText" style="color: #990000;"&gt;SSLCertificateKeyFile /usr/local/apache2/conf/secure.com.key&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;#&amp;nbsp;&amp;nbsp; Server Certificate Chain these things related to my Certificat Athority(CA) I create different .crt #for my CA this not compulsory:&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText" style="color: #990000;"&gt;SSLCertificateChainFile /usr/local/apache2/conf/my-ca.crt&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;#&amp;nbsp;&amp;nbsp; Certificate Authority (CA):&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText" style="color: #660000;"&gt;SSLCACertificateFile /usr/local/apache2/conf/my-ca.crt&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&amp;nbsp;&lt;/span&gt;    &lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;b&gt;07. Finally to get load ssl module to apache we need to add following line into httpd.conf&lt;/b&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;code&gt;&lt;/code&gt;&lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt; LoadModule ssl_module modules/mod_ssl.so&lt;/b&gt;&lt;/span&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;code&gt; &lt;/code&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;Now&amp;nbsp; restart apache server(/usr/local/apache2/bin &lt;b&gt;apachectl restart&lt;/b&gt; or &lt;b&gt;./&lt;/b&gt;&lt;b&gt;apachectl restart&lt;/b&gt;). Following is how my ssl site and certificate work&amp;nbsp; on my browser.&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;input id="gwProxy" type="hidden" /&gt;&lt;input id="jsProxy" onclick="jsCall();" type="hidden" /&gt;&lt;/div&gt;&lt;div id="refHTML" style="font-family: inherit;"&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: inherit; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR3F0JDJWNOk0xlQa0BsZmOEVDtZJKSG312L9NvSg2M-ax8Ml3se-G1axUWUwNr1ZPJYJ4CM9LHozEoSDBEdGO1YPx_biCB-Iz-ir4sXWQPv2GjEebDtHeB57eEUusxd0lYwUfe2KSI8s/s1600/8.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="640" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR3F0JDJWNOk0xlQa0BsZmOEVDtZJKSG312L9NvSg2M-ax8Ml3se-G1axUWUwNr1ZPJYJ4CM9LHozEoSDBEdGO1YPx_biCB-Iz-ir4sXWQPv2GjEebDtHeB57eEUusxd0lYwUfe2KSI8s/s640/8.png" width="600" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: inherit; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg5WejRh8rThgd8_AP2kRAnPKATKaVDV1XCIaLDdmg0njmD9M7nS0dVYk8pbsWP3pmqa0ANjJ_4-4kzkq-gV-I0o-NsNpds3mXljmtQEorx8vnTl6_DZ5njb58BHny-dcZ2RtPPxYCW4E/s1600/9.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="624" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg5WejRh8rThgd8_AP2kRAnPKATKaVDV1XCIaLDdmg0njmD9M7nS0dVYk8pbsWP3pmqa0ANjJ_4-4kzkq-gV-I0o-NsNpds3mXljmtQEorx8vnTl6_DZ5njb58BHny-dcZ2RtPPxYCW4E/s640/9.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: inherit; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5ChHRHuSuN58joiaQ8_9htAAO3ibYvZV-9GpBe5DsM8_tc_LgoJtYdr2w-e_J5JpCFqfgbcnAeikQRiFxKZ8L_Y5GpVbYyBEvXs-_GvIeEC_fRGgRqi6L3DUE8gcRUAlv0lhQrQ30xKk/s1600/Untitled.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;br /&gt;
&lt;div class="MsoBodyText"&gt;&lt;span style="font-size: x-large;"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;Errors&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;During this installation I got several errors and I found solutions for those errors using forums and Internet so I hope it may help you too .&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #660000;"&gt;&lt;span class="SourceText"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;01)when I compile openssl on my Ubuntu os I got following error.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: inherit; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVGlsdY7xKdnjJ-_e90bneKgOIgWyKB4wCgMP959DEyI1jhR3lnOc2rQvHXZShf3_Ias3mPbJCdkB5WQwQjWfgSwFmeet3nAoRJ5Swjh1RfKNPfRPoFOFCrXdxdgSp1rsLUea28l7L4ic/s1600/4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1CZKxHlCjHl7IiQApGX53PcV86KTe2sO4nT5HM8Bf-jboZegd06zCmObRjdxgAtNGWCYwAKth4dp1Nen0vRK93dyDJVO243b6VMZQMdLBN1G4ndpJmSBZLuz1mEBEIB7xI0J8rW4IvCA/s1600/11.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="120" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1CZKxHlCjHl7IiQApGX53PcV86KTe2sO4nT5HM8Bf-jboZegd06zCmObRjdxgAtNGWCYwAKth4dp1Nen0vRK93dyDJVO243b6VMZQMdLBN1G4ndpJmSBZLuz1mEBEIB7xI0J8rW4IvCA/s640/11.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: inherit; text-align: left;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrfTp32xoTjunQDu_p-OnOLgzlr99VeD-HxoP32RMeHDpaEh6bL0RorocPG7byFZOggH1XB3EgZ7LsbR_vPO-ezc1sQKO-7Y0ZCk6WnIfQ_N_3ft-87Nb9DBW9EUclc1BubBKdB70hDKY/s1600/6.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;    &lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span style="font-size: small;"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;I found this solution&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="text-align: justify;"&gt;&lt;span class="SourceText"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;&amp;nbsp;Unpack openssl-0.9.7m.tar.gz&lt;br /&gt;
edit &lt;b&gt;Configure&lt;/b&gt; and &lt;b&gt;Makefile&lt;/b&gt; and change all instances of -&lt;b&gt;m486 &lt;/b&gt;to &lt;b&gt;-mtune=i486&lt;/b&gt; .&lt;br /&gt;
&lt;br /&gt;
Run "tar -pczf openssl-0.9.7m.tar.gz openssl-0.9.7m" to repack dir, remove the unpacked directory. Make sure you do this before running ./config setup on any upgrades in the future until this is fixed in ./setup package. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #660000;"&gt;&lt;span class="SourceText"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;02) When I configure httpd.conf and restart the server I got following error.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: inherit; text-align: left;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrfTp32xoTjunQDu_p-OnOLgzlr99VeD-HxoP32RMeHDpaEh6bL0RorocPG7byFZOggH1XB3EgZ7LsbR_vPO-ezc1sQKO-7Y0ZCk6WnIfQ_N_3ft-87Nb9DBW9EUclc1BubBKdB70hDKY/s1600/6.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt; &lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: inherit; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-ThKjsI7EDAUv0t1O-QaB8sDCarI0qKEIqW6jcv-klh7g9jXgEDxtyCZwF8pWcFRNka8sowArIPubOTbuls5SLMqW63J4m_N3cMvqpsoZnGHst3eMVLZC492QcLF0O5su1Pd3n5et-5M/s1600/8.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidMTqCb3UIkCevPtA0NjwDZlPZUZ_7clj7NwQ0DdrxDoYPak-kYeKAzgVz0A7PHVVhuEuDfRYRGSzX2BbQlX6SODKNb7UANJwv0qDr6u0H9OqCVNMNQdHin0aj_mpTP5whh3xFeRDOALo/s1600/22.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="366" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidMTqCb3UIkCevPtA0NjwDZlPZUZ_7clj7NwQ0DdrxDoYPak-kYeKAzgVz0A7PHVVhuEuDfRYRGSzX2BbQlX6SODKNb7UANJwv0qDr6u0H9OqCVNMNQdHin0aj_mpTP5whh3xFeRDOALo/s640/22.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;br /&gt;
&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;Solution:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;It may Forget to add &lt;b&gt;listen 443&lt;/b&gt; line in httpd.conf&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;Also his occurs when several apache instances running same time we can use &lt;b&gt;netstat &lt;/b&gt;and &lt;b&gt;ps&lt;/b&gt; command and can kill instances.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="color: #660000;"&gt;&lt;span class="SourceText"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;03) After finishing create virtual host for port 443 I got following error.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ9dZ6u0OT_oW_1QfN0X_bgqqWfxthc0MSjaU-vzj4UGrGPJVkbbA5R8B7zL2u2VbKL37H4lDY_WTVyB9fx1ZY7qefeBzN6-oz31GBKi-VCYidb3BdcczDvjIN1WlE8HFEEqF5IlF_RjI/s1600/33.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="146" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ9dZ6u0OT_oW_1QfN0X_bgqqWfxthc0MSjaU-vzj4UGrGPJVkbbA5R8B7zL2u2VbKL37H4lDY_WTVyB9fx1ZY7qefeBzN6-oz31GBKi-VCYidb3BdcczDvjIN1WlE8HFEEqF5IlF_RjI/s640/33.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;m:smallfrac m:val="off"&gt;    &lt;m:dispdef&gt;    &lt;m:lmargin m:val="0"&gt;    &lt;m:rmargin m:val="0"&gt;    &lt;m:defjc m:val="centerGroup"&gt;    &lt;m:wrapindent m:val="1440"&gt;    &lt;m:intlim m:val="subSup"&gt;    &lt;m:narylim m:val="undOvr"&gt;   &lt;/m:narylim&gt;&lt;/m:intlim&gt; &lt;/m:wrapindent&gt;  &lt;/m:defjc&gt;&lt;/m:rmargin&gt;&lt;/m:lmargin&gt;&lt;/m:dispdef&gt;&lt;/m:smallfrac&gt;&lt;br /&gt;
&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;Solution:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText" style="text-align: justify;"&gt;&lt;span class="SourceText"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;This error gives when apache server couldn't load &lt;b&gt;mod_ssl.so&lt;/b&gt; from usr/local/apache2/module directory. This can occur when we didn't &lt;b&gt;configure apache (apache installation from source) &lt;/b&gt;with ssl enabling. in apache configuration we want to&amp;nbsp; use as follow to enable ssl &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoBodyText"&gt;&lt;span class="SourceText"&gt;&lt;b&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;./configure&amp;nbsp; --enable-mods-shared=”all ssl” --with-ssl&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/div&gt;</description><link>http://techneeducation.blogspot.com/2011/03/how-to-enable-ssl-apache2-on-ubuntu.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5ChHRHuSuN58joiaQ8_9htAAO3ibYvZV-9GpBe5DsM8_tc_LgoJtYdr2w-e_J5JpCFqfgbcnAeikQRiFxKZ8L_Y5GpVbYyBEvXs-_GvIeEC_fRGgRqi6L3DUE8gcRUAlv0lhQrQ30xKk/s72-c/Untitled.png" width="72"/><thr:total>5</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-1016035239542331727</guid><pubDate>Tue, 03 Aug 2010 16:42:00 +0000</pubDate><atom:updated>2010-08-03T22:56:00.500+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CCNA</category><category domain="http://www.blogger.com/atom/ns#">NETWORKING</category><title>Introduction to Network Concepts III(Functions of OSI Layers)</title><description>&lt;div style="text-align: justify;"&gt;Today I'm going to talk about functions of OSI layers those I covered on previous post.In CCNA we want to learn first 4 layers (Physical, Data-Link, Network and Transport ) deeply and other three not that mach of important because final three layers are associate with Software developers and not with Network people. So let start this with Physical Layer.&amp;nbsp; &lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="color: #cc0000;"&gt;Physical Layer Implementation and functions.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: left;"&gt;When we considering the implementation of physical layer its have mainly three type of implementations.&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Ethernet&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Token Ring (Used with IBM computers )&lt;/li&gt;
&lt;li&gt;Fiber Distributed Data Interface (FDDI- Dual optical fiber ring at 100Mbps )&lt;/li&gt;
&lt;/ol&gt;&lt;div style="text-align: justify;"&gt;Now a days Ethernet is a most popular and most common Local Area Network architecture invented by Dr. Robert M.Metcalfe at Xerox Palo Alto Research Center in 1972&lt;span style="font-family: Arial; font-size: small;"&gt;.physical layer encoding and transmission methods have become  more complex over time so Ethernet specifications is broken into different category as different network media to be supported by the same technology. Also another imporant thing is &lt;/span&gt;&lt;span style="font-size: small;"&gt;around the same time the OSI model was developed, the IEEE developed                      the 802-standards such as 802.5 Token Ring and 802.11 for wireless                      networks. Both organizations exchanged information during the                      development which resulted in two compatible standards. The                      IEEE 802 standards define physical network components such as                      cabling and network interfaces.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span style="font-size: small;"&gt;Following are the characteristics of different Ethernet specifications. &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size: small;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;Summary of Ethernet 802.3 Characteristics&amp;nbsp;&lt;/b&gt; &lt;br /&gt;
&lt;table border="2" cellpadding="2" cellspacing="2"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td&gt;&lt;b&gt;Standard&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt;Speed&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt;Maximum Distance&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt;Media Type&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt;Connector Used&lt;/b&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;10BASE-2&lt;/td&gt; &lt;td&gt;10Mbps&lt;/td&gt; &lt;td&gt;185m&lt;/td&gt; &lt;td&gt;RG-58 coaxial&lt;/td&gt; &lt;td&gt;BNC&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;10BASE-5&lt;/td&gt; &lt;td&gt;10Mbps&lt;/td&gt; &lt;td&gt;500m&lt;/td&gt; &lt;td&gt;RG-58 coaxial&lt;/td&gt; &lt;td&gt;BNC&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;10BASE-T&lt;/td&gt; &lt;td&gt;10Mbps&lt;/td&gt; &lt;td&gt;100m&lt;/td&gt; &lt;td&gt;Category 3, 4, or 5 UTP or STP&lt;/td&gt; &lt;td&gt;RJ-45&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;10BASE-FL&lt;/td&gt; &lt;td&gt;10Mbps&lt;/td&gt; &lt;td&gt;Up to 2km&lt;/td&gt; &lt;td&gt;Fiber-optic&lt;/td&gt; &lt;td&gt;SC or ST&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;div style="text-align: left;"&gt;The name 10BASE-2 breaks down as follows:&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;ul class="styleTypeNone" style="text-align: left;"&gt;&lt;li&gt;&lt;b&gt;10&lt;/b&gt;—10Mbps data transmission speed&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Base&lt;/b&gt;—Represents &lt;i&gt;baseband&lt;/i&gt;, the signaling mode where the media can only send one signal per wire at a time&lt;/li&gt;
&lt;li&gt;&lt;b&gt;2&lt;/b&gt;—Actually refers to 185m or the maximum segment length (where 185 is rounded up to 200 and 2 is a multiple of 100m)&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Traditional Ethernet&lt;/b&gt; supports data transfers at the rate of 10 Megabits per second  (Mbps).  Over time, as the performance needs of LANs have increased, the industry created additional Ethernet specifications for &lt;b&gt;Fast Ethernet&lt;/b&gt; and &lt;b&gt;Gigabit Ethernet&lt;/b&gt;. Fast Ethernet extends traditional Ethernet performance up to 100 Mbps and Gigabit Ethernet up to 1000 Mbps speeds.&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;br /&gt;
&lt;b&gt;Summary of&amp;nbsp; of Fast Ethernet 802.3u Characteristics&lt;/b&gt;&lt;br /&gt;
&lt;table border="2" cellpadding="2" cellspacing="2"&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;td&gt;&lt;b&gt;Standard&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt;Speed&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt;Maximum Distance&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt;Media Type&lt;/b&gt;&lt;/td&gt; &lt;td&gt;&lt;b&gt;Connector Used&lt;/b&gt;&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;100BaseT4&lt;/td&gt; &lt;td&gt;100Mbps&lt;/td&gt; &lt;td&gt;100m&lt;/td&gt; &lt;td&gt;Category 3, 4, or 5 UTP or STP&lt;/td&gt; &lt;td&gt;RJ-45&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;100BaseTX&lt;/td&gt; &lt;td&gt;100Mbps&lt;/td&gt; &lt;td&gt;100m&lt;/td&gt; &lt;td&gt;Category 5 UTP or STP&lt;/td&gt; &lt;td&gt;RJ-45&lt;/td&gt; &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;100BaseFX&lt;/td&gt; &lt;td&gt;100Mbps&lt;/td&gt; &lt;td&gt;412m with half-duplex MM fiber&lt;/td&gt; &lt;td&gt;Fiber-optic&lt;/td&gt; &lt;td&gt;SC or ST&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;span style="font-size: small;"&gt;For more informations see &lt;a href="http://www.csot.com/ethernet/ethspecs.htm"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
First Ethernet was commercially implemented by using thick coaxial cable so called it Thick Ethernet.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;&lt;b&gt;Thick Ethernet ( 10Base-5)&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;As In images all the computers are connected to the main backbone thick coaxial cable through AUI cables. Ethernet signals convert into AUI signals in MAU( Media Access Unite) or Transceiver.&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://t1.gstatic.com/images?q=tbn:jouBLrTfW0vhMM:http://www.erg.abdn.ac.uk/users/gorry/eg3561/images/10b5-transceiver.gif&amp;amp;t=1" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="220" src="http://t1.gstatic.com/images?q=tbn:jouBLrTfW0vhMM:http://www.erg.abdn.ac.uk/users/gorry/eg3561/images/10b5-transceiver.gif&amp;amp;t=1" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://www.mark-itt.ru/Collection/Ethernet/ethernet-guide.figure.id.9.gif" imageanchor="1"&gt;&lt;img border="0" height="174" src="http://www.mark-itt.ru/Collection/Ethernet/ethernet-guide.figure.id.9.gif" width="320" /&gt;&lt;/a&gt;&lt;span style="color: red;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: #bf9000;"&gt;&lt;b&gt;Disadvantages Of Thick Ethernet &lt;/b&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Inflexible&lt;i&gt;-&lt;/i&gt;&lt;/b&gt;It can be very difficult to add     or move a node once it is connected to the coaxial cable.&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;b&gt;&lt;i&gt;Fault Intolerant&lt;/i&gt;&lt;/b&gt;-Since Thick Ethernet use common physical cable to interconnect all the nodes, the failure     of any part of the coaxial cable or any node has the ability to cause the entire network     to go down.&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;b&gt;Susceptible&lt;i&gt; &lt;/i&gt;To Ground Loops&lt;/b&gt;- a ground loop occurs when     a network cable is used to interconnect devices which are powered from different sources,     and therefore a difference in voltage exists between two points on the network. The result     is an electrical current flowing through the shields of the cable, which causes considerable noise to be introduced into the center conductor. &lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;b&gt;Very Difficult Troubleshooting&lt;/b&gt;- Troubleshooting such a failure can be extremely frustrating, as the     only way to do it is to check each node and the cabling between them one at a time. &lt;/li&gt;
&lt;/ul&gt;&lt;u&gt;&lt;b&gt;Thick Ethernet ( 10Base-2)&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;Thin Ethernet got its name because the coaxial cable it runs on is thinner than the cable used for Thick Ethernet so Thin &lt;/span&gt;&lt;/span&gt;Ethernet system has a much more flexible cable that makes it possible to connect the coaxial cable directly to the Ethernet interface in the computer&lt;span style="font-size: x-small;"&gt;. &lt;/span&gt;&lt;span style="font-size: small;"&gt;The Network Interface Card (NIC) performs the functions of a transceiver so that no external transceiver is needed for workstations. &lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.mark-itt.ru/Collection/Ethernet/ethernet-guide.figure.id.15.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="196" src="http://www.mark-itt.ru/Collection/Ethernet/ethernet-guide.figure.id.15.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://uva.ulb.ac.be/cit_courseware/NETWORKS/images/10base2.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="146" src="http://uva.ulb.ac.be/cit_courseware/NETWORKS/images/10base2.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style="color: #bf9000;"&gt;Disadvantages Of Thin Ethernet&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;ul style="text-align: justify;"&gt;&lt;li&gt;&lt;b&gt;Difficult To Change&lt;/b&gt;-Any     changes to the network will result in at least some "down time," as the bus must     be broken and a new section spliced in at the point of the break. &lt;/li&gt;
&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;&lt;b&gt;Fault Intolerant&lt;/b&gt;-If any device or cable section attached to the network fails, it will most likely make     the entire network go down.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Difficult Troubleshooting&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Specialized Cable&lt;/b&gt;-The RG-58A/U coaxial cable used in 10 Base-2 networks can not be used for any other     purpose. In the event that the network is changed to another type, then the cable will     have to be replaced.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;Because of all these disadvantage and considering implementation feasibility ,Twisted pair Ethernet was take place main advantage of this twisted pair is in office wiring we can use same wire for both&amp;nbsp; telephone and network&amp;nbsp;wiring.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;&lt;b&gt;Twisted-Pair Ethernet (10Base-T) &lt;/b&gt;&lt;/u&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: small;"&gt;&lt;span style="font-weight: normal;"&gt;The twisted-pair Ethernet system operates over two pairs of wires, one pair used for receive data signals and the other pair used for transmit data signals. The two wires in each pair must be twisted together for the entire length of the segment, which is a standard technique used to improve the signal carrying characteristics of a wire pair.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt; &lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.mark-itt.ru/Collection/Ethernet/ethernet-guide.figure.id.13.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="199" src="http://www.mark-itt.ru/Collection/Ethernet/ethernet-guide.figure.id.13.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://uva.ulb.ac.be/cit_courseware/NETWORKS/images/10baset.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://uva.ulb.ac.be/cit_courseware/NETWORKS/images/10baset.gif" width="304" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;u&gt;&lt;b&gt;Fiber Optic Ethernet (10BaseF)&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;u&gt;&lt;b&gt; &lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt; The fiber optic media system use pulses of light instead of electrical currents to send signals, which provides electrical isolation for equipment at each end of a fiber link. The electrical isolation provides immunity from the effect of lightning strikes and the different ground currents found in separate buildings. This is essential when segments must travel outside a building to link separate buildings&lt;/div&gt;&lt;u&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;u&gt;&lt;b&gt; &lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;u&gt;&lt;b&gt; &lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;u&gt;&lt;b&gt; &lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://www.mark-itt.ru/Collection/Ethernet/ethernet-guide.figure.id.35.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="192" src="http://www.mark-itt.ru/Collection/Ethernet/ethernet-guide.figure.id.35.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;To learn more about Ethernet check this &lt;a href="http://www.mark-itt.ru/Collection/Ethernet/ethernet-guide.htmlhttp://www.mark-itt.ru/Collection/Ethernet/ethernet-guide.html"&gt;Ethernet Guide&lt;/a&gt; .Next post I will cover connecting two devices, Cabling and Connectors&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;iframe align="left" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?t=tt038-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=B003KUSUG8&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=FFFFFF&amp;amp;bg1=FFFFFF&amp;amp;f=ifr" style="height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;"&gt;&lt;/iframe&gt;</description><link>http://techneeducation.blogspot.com/2010/08/introduction-to-network-concepts.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-4302670202082922539</guid><pubDate>Sat, 08 May 2010 10:18:00 +0000</pubDate><atom:updated>2010-05-09T19:13:34.642+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CCNA</category><title>Introduction to Network Concepts II( OSI Model )</title><description>&lt;div style="text-align: justify;"&gt;Today I'm going to talk about concept that very important in CCNA . This is a actually model that describe all the functionality of communication between two computers. This model created by International Organization for Standardization (ISO) in 1984 and its called OSI Model (Open System Interconnection Model).Don't confuse with following words.&lt;br /&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;ISO&lt;/span&gt; - International Organization for Standardization (Remember this as &lt;span style="color: rgb(102, 0, 0);"&gt;International Standard Organization&lt;/span&gt;)&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;OSI&lt;/span&gt; Model - Open System Interconnection Model&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;IOS&lt;/span&gt; - Inter networking Operating System.&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;Before 1984 in networks operate as one unite and all the equipments that use to computer have to made by one vendor. Like IBM or some other companies produce all the parts of the computer (both hardware and software ) and one IBM computer could communicate with only another IBM computer. so this make big restriction for improvement of global communication. As a solution for this problem ISO introduce this ISO/OSI reference model.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;This OSI model is a layered model and its have seven layers purpose of this layers are provide clearly define functions to each layer. Every layer have own functionality and standard for both inputs and outputs. This standards helps to manufacturing companies to create interoperable network devices and software.&lt;br /&gt;In Cisco CCNA mainly talking about layer 2 and layer 3 functionality on OSI model but OSI model will be use throughout your networking career.Following are the layers of the OSI model and you should remember this sequence of OSI layers.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFMWS3tij1dCcmOvOtKZwOhL_zVs4mVh88GOZXEN69Z-rWRqaFC9jiti7WUCohej-NCJcmka5dee1ZbGqhOo2EodvaRpCMmfJlh5cn28Vh2Mp5g3LuYjYYkPeOygCyNrVbisrwM3Jb52c/s1600/basics_osimodel.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 201px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFMWS3tij1dCcmOvOtKZwOhL_zVs4mVh88GOZXEN69Z-rWRqaFC9jiti7WUCohej-NCJcmka5dee1ZbGqhOo2EodvaRpCMmfJlh5cn28Vh2Mp5g3LuYjYYkPeOygCyNrVbisrwM3Jb52c/s320/basics_osimodel.jpg" alt="" id="BLOGGER_PHOTO_ID_5469163103913453810" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;To remember this sequence of OSI layers you can use following sentences.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: center;"&gt;                            &lt;span style="color: rgb(255, 0, 0);"&gt;A&lt;/span&gt;ll &lt;span style="color: rgb(255, 0, 0);"&gt;P&lt;/span&gt;eople &lt;span style="color: rgb(255, 0, 0);"&gt;S&lt;/span&gt;eems &lt;span style="color: rgb(255, 0, 0);"&gt;T&lt;/span&gt;o &lt;span style="color: rgb(255, 0, 0);"&gt;N&lt;/span&gt;eed &lt;span style="color: rgb(255, 0, 0);"&gt;D&lt;/span&gt;ata &lt;span style="color: rgb(255, 0, 0);"&gt;P&lt;/span&gt;rocessing.&lt;br /&gt;&lt;/div&gt;or other way&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;P&lt;/span&gt;rogrammer &lt;span style="color: rgb(255, 0, 0);"&gt;D&lt;/span&gt;o &lt;span style="color: rgb(255, 0, 0);"&gt;N&lt;/span&gt;ot &lt;span style="color: rgb(255, 0, 0);"&gt;T&lt;/span&gt;hrow &lt;span style="color: rgb(255, 0, 0);"&gt;S&lt;/span&gt;ausage &lt;span style="color: rgb(255, 0, 0);"&gt;P&lt;/span&gt;izza &lt;span style="color: rgb(255, 0, 0);"&gt;A&lt;/span&gt;way.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: justify;"&gt;This top-down explanation of ISO model explain,  from starting with user interact with application layer to entering bit stream into physical medium from physical layer in between this two layers other five layer perform their own functions see bottom video.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpSNhafgVMMUBlUd6czJvmrIIiK1PXGx0hgYFUmXEzAMZteUvQ6Xu2TXZEq8n8VrwuEr1RXUK_97-oalhhM8gYBhOu98YACNddx8HpX27NDEqpAIqLhW1vR9fwIIBQdXcv2cy8rsB-nS4/s1600/OSI-Communica.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 320px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpSNhafgVMMUBlUd6czJvmrIIiK1PXGx0hgYFUmXEzAMZteUvQ6Xu2TXZEq8n8VrwuEr1RXUK_97-oalhhM8gYBhOu98YACNddx8HpX27NDEqpAIqLhW1vR9fwIIBQdXcv2cy8rsB-nS4/s320/OSI-Communica.gif" alt="" id="BLOGGER_PHOTO_ID_5469175126787524754" border="0" /&gt;&lt;/a&gt;Later on I'm going describe more about this ISO model and functions of each layer now lets see some main functions and protocols of each layers.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 51, 0);"&gt;1.Application Layer (L7)&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;This is the layer where the end users themselves interact with the network in this layer interact with operating system and applications whenever the user want to transfer files ,read massage or perform any other activity related to network. &lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;/div&gt;  &lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L7 Protocols:  &lt;/span&gt;Email protocols SMTP and POP3, Telnet, HTTP [Hyper Text Transfer Protocl], FTP[File Transfer Protocol], SNMP[Simple Network Management Protocol]&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L7 Network Devices:&lt;/span&gt; Gateway redirecter working on this layer.&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(153, 51, 0);"&gt;2.Presentation Layer(L6)&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;This layer ensures properly formatting data also converting user data to bits that coming from application layer and other end controlling how data present to application layer. other activities of this layer are&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;- Compatibility with the operating system&lt;br /&gt;- proper encapsulation of data for network transmission.&lt;br /&gt;- Data encryption, Decryption, Compression, and translation.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;If you open a file in a word processing application, and you got pages of unrecognizable characters, that's a presentation layer issue.&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;   &lt;span style="font-weight: bold;"&gt;L6 Protocols: &lt;/span&gt;ASCII, JPEG, GIF, MIDI, TIFF, EBCDIC, AVI, MPEG, MP3&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L6 Network Devices: &lt;/span&gt;Gateway redirecter working on this layer&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(153, 51, 0);"&gt;3.Session Layer (L5)&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;This layer is the manager of the two way communication between two remote hosts.this is the layer that handles the creation, maintennance, and teardown of communications between those two hosts. The overall communication itself is referred to a session.This offering three different modes Simplex, Half Duplex, Full Duplex.&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L5 Protocols:&lt;/span&gt; The protocols that work on the session layer are  NetBIOS, Mail Slots, Names Pipes, RPC&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L5 Network Devices:&lt;/span&gt; Gateway&lt;/li&gt;&lt;/ul&gt;above three layers on OSI model known as &lt;span style="color: rgb(102, 0, 0);"&gt;Application set&lt;/span&gt; of OSI model and other 4 layers known as &lt;span style="color: rgb(102, 0, 0);"&gt;Transport set&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;4.Transport Layer (L4)&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;This layer mainly provide reliable(TCP) or unreliable(UDP) services for data transfer and segmentation of upper layer data. other functions of this layer.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;- Establish end to end connectivity between application&lt;br /&gt;- Defines flow control&lt;br /&gt;&lt;div style="text-align: justify;"&gt;- Transport layer also provides the acknowledgement of the successful data transmission and retransmits the data if no error free data was transferred.&lt;br /&gt;&lt;/div&gt;- error handling and connectionless oriented  data deliver in the network. &lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L4 Protocols:&lt;/span&gt;TCP,UDP,  SPX, NETBIOS, ATP and NWLINK. &lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L4 Network Devices:&lt;/span&gt;The Brouter, Gateway and Cable tester work  on the transport layer. &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;5.Network Layer (L3)&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify;"&gt;This is the layer some time known as "Cisco layer". Defines logical addressees associated with a specific protocol using that it decide how to data transmit between network devices. Network layer routes the packets according to the unique network addresses. Router works as the post office and network layer stamps the letters (data) for the specific destinations.&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L3 Protocols:&lt;/span&gt;IP,  ICMP, ARP, RIP, OSI, IPX and OSPF&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L3 Network Devices:&lt;/span&gt;Router, Brouter,  Frame Relay device and ATM switch devices&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;6.Data Link Layer (L2)&lt;/span&gt;&lt;br /&gt;Phisycal source and destination addresses are perform on this layer.Only error detection error correction is not perform.&lt;br /&gt;-Identifies the higher layer protocol(Type or SAP)&lt;br /&gt;-Frame sequencing&lt;br /&gt;-Flow control&lt;br /&gt;-Logical Link Control (LLC)performs Link establishment&lt;br /&gt;-Media Access Control (MAC) Performs Access method&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L2 Protocols:&lt;/span&gt;802.3 CSMA/CD (Ethernet) ,802.4 Token Bus (ARCnet),802.5 Token Ring,802.12 Demand Priority &lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L2 Network Devices:&lt;/span&gt;Bridge Switch, ISDN, Router, Intelligent Hub, NIC&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;7.Physical Layer (L1)&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Physical layer defines and cables, network cards and  physical aspects only understand 'ones' and 'zeros'.It also  provides the interface between network and network communication devices.It defines the physical characteristics of the network such as connections, voltage levels and timing.&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L1 Protocols:&lt;/span&gt;ISDN, IEEE 802 and IEEE 802.2&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;L1 Network Devices:&lt;/span&gt;Hubs, Repeaters&lt;/li&gt;&lt;/ul&gt;In this post I only try to give some introduction to functions of OSI layers next post I will talk more about OSI model layers , its protocols and its devices.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;  &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;center&gt;&lt;object width="480" height="385"&gt;&lt;param name="movie" value="http://www.youtube.com/v/fiMswfo45DQ&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0xcc2550&amp;amp;color2=0xe87a9f"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/fiMswfo45DQ&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0xcc2550&amp;amp;color2=0xe87a9f" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;</description><link>http://techneeducation.blogspot.com/2010/05/introduction-to-network-concepts-ii-osi.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFMWS3tij1dCcmOvOtKZwOhL_zVs4mVh88GOZXEN69Z-rWRqaFC9jiti7WUCohej-NCJcmka5dee1ZbGqhOo2EodvaRpCMmfJlh5cn28Vh2Mp5g3LuYjYYkPeOygCyNrVbisrwM3Jb52c/s72-c/basics_osimodel.jpg" width="72"/><thr:total>15</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-531412076295774623</guid><pubDate>Sun, 25 Apr 2010 08:11:00 +0000</pubDate><atom:updated>2010-04-25T14:36:27.596+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CCNA</category><category domain="http://www.blogger.com/atom/ns#">NETWORKING</category><title>Introduction to Network Concepts I</title><description>&lt;div style="text-align: justify;"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 306px;" src="http://wan.punjab.gov.pk/images/network.jpg" alt="CCNA networking" border="0" /&gt;In this post I'm going to talk about important concepts of networking that really help you to do CCNA with great knowledge.also in this section I'm describing extra things that not in CCNA syllabus but these basic concepts are help you to get clear idea about networking.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-style: italic;"&gt;A computer network is a group of computers. Network may be classified according to a wide variety of characteristics&lt;/span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-style: italic;font-size:100%;" &gt;First Computer Network&lt;/span&gt;&lt;span style="font-size:100%;"&gt;:-The Advanced Research Projects Agency &lt;/span&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;(ARPA)&lt;/span&gt;&lt;span style="font-size:100%;"&gt;designed "Advanced Research Projects Agency Network"&lt;/span&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;(ARPANET)&lt;/span&gt;&lt;span style="font-size:100%;"&gt; for United states Department of Defence as first Network during the Cold war in December 5,1969.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;Network Classification&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;1.Using Connection method&lt;/span&gt;&lt;span style="font-size:100%;"&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;In this, we can classify Network according to the hardware and software technology that is used to interconnect the individual devicesin the Network. such as &lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic;font-size:100%;" &gt;Optical fiber,&lt;a href="http://en.wikipedia.org/wiki/Ethernet"&gt;Ethernet&lt;/a&gt;,Wireless LAN,&lt;a href="http://en.wikipedia.org/wiki/HomePNA"&gt;HomePNA&lt;/a&gt;,&lt;a href="http://en.wikipedia.org/wiki/Power_line_communication"&gt;Power line communication&lt;/a&gt;.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;font-size:100%;" &gt;Ethernet&lt;/span&gt;&lt;span style="font-size:100%;"&gt; use physical wiring to connect devices. frequently deployed devices include &lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic;font-size:100%;" &gt;Hubs,Switches,   Bridges&lt;/span&gt;&lt;span style="font-size:100%;"&gt;, or &lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold;font-size:100%;" &gt;Routers&lt;/span&gt;&lt;span style="font-size:100%;"&gt;.&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Wireless_LAN"&gt;&lt;span style="font-style: italic;"&gt;Wireless LAN &lt;/span&gt;&lt;/a&gt;technology is designed to connect devices use Radiowaves or infrared signales as transmission.&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;2.Using Scale&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;Network also classified according to their Scale as&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Local Area Network (LAN)&lt;/span&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Wide Area Network (WAN)&lt;/span&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Metropolitan Area Network(MAN)&lt;/span&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Personal Area Network(PAN)&lt;/span&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Virtual Private Network Area Network (VPN) &lt;/span&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Campus Area Network CAN)&lt;/span&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Storage Area Network (SAN)&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;These classification depending on their Scale I'm going to describe these things deeply in later Posts but here you want to get clear idea about differences between LAN and WAN.&lt;/span&gt;In short and sweet we can say &lt;span style="font-weight: bold;"&gt;"You own the LAN and You hire the WAN"&lt;/span&gt; this mean if we get LAN it spread over same geographical area and all the stuff in network belongs to that organization. it may be one building ,several building, campus or one small island.WAN exists over many office buildings separated by a vast distance the office buildings in a WAN may be in different countries or even continents. important thing is WAN not belongs to organization it may use some third party services like ISP services. The other difference between LAN and WAN, is the speed of the network. The maximum speed of a LAN that most likely to be based on switched IEEE 802.3 Ethernet, or on Wi-Fi technology can be 1000 megabits per second, while the speed of a WAN can go up to 150 megabits per second. This means the speed of a WAN, is one-tenth of the speed of a LAN. A WAN is usually slower because it has lower bandwidth.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;3.Functional relationship (Network architecture) &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;also network can classify according to functional relationship which exist among the elements of the network. &lt;/span&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;Active Network&lt;/span&gt;&lt;span style="font-size:100%;"&gt;,&lt;/span&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt; &lt;span style="font-weight: bold;"&gt;Client-sever Network, Peer to Peer(e.g.torrent)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;4.Network topology&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Network topology signifies the way in which devices in the network see their logical relations to one another.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;According to Network topology we can classify Network as &lt;/span&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;Bus Network, Star Network,Ring Network, Mesh Network, Star-bus Network, tree or hierarchical Network&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;font-size:100%;" &gt;&lt;span style="font-weight: bold;"&gt;Cisco standard symbols in networking &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 401px; height: 214px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNLsGDTYqQ6afOvPxHzB05Sju6Q0NbnVvEJY45eMgG4JWOKtQyd00EeN_ThcZZ66-fwIZb7zHTxi_ceZWwh7XfZgwizsFIyKaIQJ7PRui9z8soZwWM8J_NIxAIyEFJ6DPjJWkyhCeISEc/s320/cisco+icon+and+symbols.png" alt="http://techneeducation.blogspot.com ,ccna" id="BLOGGER_PHOTO_ID_5463964890897236034" border="0" /&gt;Let's get some brief idea about some important devices in network&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;ol style="text-align: center;"&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Router&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 317px; height: 320px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTho8w14hbwLcxxF879IZ7qb6nIA1DWREfU545xJjPsK1heXCtcM4h3OY-nbfy93vBIFws59XtoomYVpj4jIjzIEmoATxeliv71DUxgb9rDzdCViYKr6dvLxXgghGgKFPMlnryBpIm6kg/s320/linksys-wrt100-rangeplus-router.jpg" alt="http://techneeducation.blogspot.com ,ccna" id="BLOGGER_PHOTO_ID_5463973487561245314" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: justify;"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 311px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb0Rpven3WyNyIXEMM2_mPMMkyNRC_Zz5dO_aGOLPEP_P1KsT4b2WbMGKNH3WaqKtUMFoc4nNA-e5nUtz5jklUHFjq4aWKt9aPjISZldlg0Q14fyOMJxLVPUabI2R9yFvH2Y-0-a3Tx_w/s320/router.png" alt="http://techneeducation.blogspot.com ,ccna" id="BLOGGER_PHOTO_ID_5463968198360734914" border="0" /&gt;Router used to forward data among computer networks beyond directly connect devices so routers route packets of abstracts from one arrangement to another.Routers are most commonly related to Network layer of the &lt;em&gt;OSI&lt;/em&gt; model (&lt;em&gt;layer&lt;/em&gt; 3 ), but arguably also operate on Data Link (layers 2)&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;2. &lt;span style="font-weight: bold;"&gt;Switch&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 279px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRBFOzJFacLtwacKs5iSC6j1Ss4eT4bjN6dSLpgTxTRaYClzutHxFRvCkQFjJ9gbRcXdQ8lHE-K_6PgMwi-FDkVfITxX9UiwfZm8l1If5PNcMqc67q14V5UBxDx_DaveWsodXLit5bmNY/s320/hl07_switch2_xxl.jpg" alt="http://techneeducation.blogspot.com ,ccna" id="BLOGGER_PHOTO_ID_5463972664670765474" border="0" /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 302px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_r0_tldyseE18vz8Uxib8pCkT_574gkyCQiuvQK8S18bEBAPkCecPdRrPp8D53lnFXVbyBAO1ke14fKnb9BXGPQziGiesAVefl9p4B3TkApSj6sMu1rU9n0JzcLtqIbI2cyMGecR6OMA/s320/Switches.jpg" alt="http://techneeducation.blogspot.com ,ccna" id="BLOGGER_PHOTO_ID_5463972849556891538" border="0" /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Manage network connection between any pair of star wired devices on a network so Switches add more intelligences to data transfer management than hub.also Switches work at Data link layer(layer 2) of OSI model.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;3. &lt;span style="font-weight: bold;"&gt;Hub&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 365px; height: 310px;" src="http://www.hw-group.com/images/products/Pos_S-Hub_900041_800.jpg" alt="http://techneeducation.blogspot.com ,ccna" border="0" /&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 383px; height: 232px;" src="http://www.windowsnetworking.com/img/gifbasic/hub2sped.gif" alt="http://techneeducation.blogspot.com ,ccna" border="0" /&gt;&lt;div style="text-align: justify;"&gt;Pass electronic signals to the network and connect group of host together. Repeater hubs also participate in collision detection, forwarding a jam signal to all ports if it detects a &lt;span class="mw-redirect"&gt;collision&lt;/span&gt;.In OSI model hub work at physical layer (layer 1).&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;4. &lt;span style="font-weight: bold;"&gt;Bridge&lt;/span&gt;&lt;br /&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 280px; height: 280px;" src="http://ecx.images-amazon.com/images/I/41D7WMAY9TL._SL500_AA280_.jpg" alt="http://techneeducation.blogspot.com ,ccna" border="0" /&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 357px; height: 268px;" src="http://www.oreillynet.com/network/2001/03/16/graphics/Figure4_2.jpg" alt="http://techneeducation.blogspot.com ,ccna" border="0" /&gt;&lt;div style="text-align: justify;"&gt;A &lt;b&gt;bridge&lt;/b&gt; device filters data traffic at a network boundary. Bridges reduce the amount of traffic on a LAN by dividing it into two segments. also bridges working at the Data link layer (Layer 2) of OSI model.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;5. &lt;span style="font-weight: bold;"&gt;Network interface card&lt;/span&gt;&lt;br /&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 338px;" src="http://gizmodo.com/assets/resources/2007/08/network_card2.jpg" alt="http://techneeducation.blogspot.com ,ccna" border="0" /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifO-h_p1VrHlqxm1jYMxvBZLrT2I7824fUPdn86ioQoJcKmDV2NOcXzz_hYTHxQNEqjc6giTcSR0ybDoBbz_CvPEpUhXrQ26CtNZkMzGqDQm9p9N-nQmSbhMsUKfwELi6cINUD1xHBU_I/s320/nic.gif" alt="http://techneeducation.blogspot.com ,ccna" id="BLOGGER_PHOTO_ID_5463981520555470194" border="0" /&gt;A network interface card is used to connect a computer to an Ethernet network. The card provides an interface to the media.The card usually also contains the protocol control firmware and Ethernet Controller needed to support the Medium Access Control (MAC) data link protocol used by Ethernet. NIC work at Physical(Layer 1) and Data link(Layer 2) Layers of OSI model.&lt;br /&gt;Next post I will talk more about these important concepts in networking thanks for reading.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="file:///C:/DOCUME%7E1/Charith/LOCALS%7E1/Temp/moz-screenshot-5.jpg" alt="" /&gt;&lt;img src="file:///C:/DOCUME%7E1/Charith/LOCALS%7E1/Temp/moz-screenshot-6.jpg" alt="" /&gt;&lt;img src="file:///C:/DOCUME%7E1/Charith/LOCALS%7E1/Temp/moz-screenshot-7.jpg" alt="" /&gt;&lt;img src="file:///C:/DOCUME%7E1/Charith/LOCALS%7E1/Temp/moz-screenshot-8.jpg" alt="" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://techneeducation.blogspot.com/2010/04/introduction-to-network-concepts-i.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNLsGDTYqQ6afOvPxHzB05Sju6Q0NbnVvEJY45eMgG4JWOKtQyd00EeN_ThcZZ66-fwIZb7zHTxi_ceZWwh7XfZgwizsFIyKaIQJ7PRui9z8soZwWM8J_NIxAIyEFJ6DPjJWkyhCeISEc/s72-c/cisco+icon+and+symbols.png" width="72"/><thr:total>19</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-5122929186610458457</guid><pubDate>Fri, 23 Apr 2010 11:07:00 +0000</pubDate><atom:updated>2010-04-23T18:11:42.308+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CCNA</category><title>Overview of Cisco and CCNA</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSS16RJxZRcoDEvIC1swxsaB4_hoW2oTjedwrSBw39HEXh2PbwYus8coiq1t68RTLgUlfuoVeZ3zPjMrmnuLrkAAW72D3cOJIX53N3dQqBcE9LnN5V6r3TGA2FNCc7HOVa4u8A2PIwf3w/s1600/Cisco_CCNA_Logo512.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 320px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSS16RJxZRcoDEvIC1swxsaB4_hoW2oTjedwrSBw39HEXh2PbwYus8coiq1t68RTLgUlfuoVeZ3zPjMrmnuLrkAAW72D3cOJIX53N3dQqBcE9LnN5V6r3TGA2FNCc7HOVa4u8A2PIwf3w/s320/Cisco_CCNA_Logo512.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5463303522193307122" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;CCNA is a professional level certification in Cisco certifications.professional level means these certifications designation earned by a person to assure qualification to perform a job or task. so these Cisco certification are created for give expert knowledge about Cisco products, mainly Cisco routers and Switches. so briefly following things we are going to learn under CCNA tutorials from here.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Cisco Certified Network Associate (CCNA) validates the ability to install, configure, operate, and troubleshoot medium-size route and switched networks, including implementation and verification of connections to remote sites in a WAN. CCNA curriculum includes basic mitigation of security threats, introduction to wireless networking concepts and terminology, and performance-based skills. This new curriculum also includes (but is not limited to) the use of these protocols: IP, Enhanced Interior Gateway Routing Protocol (EIGRP), Serial Line Interface Protocol Frame Relay, Routing Information Protocol Version 2 (RIPv2),VLANs, Ethernet, access control lists (ACLs)&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjloMFyR7BEZwsz8Be86j1bmfxufmX3qzceRgEaCm4n96Hq_KAT62E9ehr6Hp8GEqBvgKR-HfhjgJMIE3tdeGlJWAjCxWBYtwwfauGYoQgK30oOI7Pjo3kNjA_z8LZrlkhXxUG3Wa-AtNU/s1600/pyramid_ccna_ccent.gif"&gt;&lt;img style="text-align: right;display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; cursor: pointer; width: 170px; height: 144px; " src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjloMFyR7BEZwsz8Be86j1bmfxufmX3qzceRgEaCm4n96Hq_KAT62E9ehr6Hp8GEqBvgKR-HfhjgJMIE3tdeGlJWAjCxWBYtwwfauGYoQgK30oOI7Pjo3kNjA_z8LZrlkhXxUG3Wa-AtNU/s320/pyramid_ccna_ccent.gif" border="0" alt="" id="BLOGGER_PHOTO_ID_5463303622910295970" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="https://learningnetwork.cisco.com/community/certifications/ccna/syllabus?view=overview"&gt;CCNA Syllabus &lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ok lets talk little bit about job opportunities for CCNA when we talk about this truth is along with CCNA we have nothing. All you need is ability to do some thing just it. using CCNA  you can start your network career and you can make beautiful it. SO I think that CCNA is important as a door opener,also CCNA is a prerequisite to CCNP as well-as  a lot of recruitment agencies won't even consider you regardless of how much experience you have if you don't have CCNA/CCNP that recognition have it.Following are some links you can find about job opportunities and about average salaries offered in IT jobs that have cited CCNA.  &lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.technojobs.co.uk/jobs/ccna"&gt;CCNA jobs&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.itjobswatch.co.uk/jobs/uk/ccna.do"&gt;CCNA demand trend&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://techneeducation.blogspot.com/2010/04/overview-of-cisco-and-ccna.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSS16RJxZRcoDEvIC1swxsaB4_hoW2oTjedwrSBw39HEXh2PbwYus8coiq1t68RTLgUlfuoVeZ3zPjMrmnuLrkAAW72D3cOJIX53N3dQqBcE9LnN5V6r3TGA2FNCc7HOVa4u8A2PIwf3w/s72-c/Cisco_CCNA_Logo512.png" width="72"/><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-3199531233647730778</guid><pubDate>Sun, 06 Dec 2009 05:44:00 +0000</pubDate><atom:updated>2010-04-20T21:04:14.429+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Hacking</category><title>Cool websites for send anonymousemail</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7Z6K5zGa3OyVLaT-UNfrWtwLvkOuY9lSVtSI2eZN2Ty7k5mU-MdqmMVdaRKptx7TtxDrQHcpPIKH96CXYcYql3BqlmNubo3ujR-MsX4EdjNRd_TNfDf2BXzSaE1JpH9_Xn0Bvby8XD7Q/s1600-h/anonymous-email.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 194px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7Z6K5zGa3OyVLaT-UNfrWtwLvkOuY9lSVtSI2eZN2Ty7k5mU-MdqmMVdaRKptx7TtxDrQHcpPIKH96CXYcYql3BqlmNubo3ujR-MsX4EdjNRd_TNfDf2BXzSaE1JpH9_Xn0Bvby8XD7Q/s320/anonymous-email.jpg" alt="" id="BLOGGER_PHOTO_ID_5412002375314347858" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;Hi everyone you all ever thought of sending fake mails or anonymous mails to your friends??Sounds crazy??&lt;/p&gt; &lt;p style="text-align: justify;"&gt;But its really possible.There are few cool websites in the internet which will allow you to send fake and anonymous mails keeping your identity a secret.Using these websites you can send a mail from any address to any address.A very good option to play a prank with your friends. But please do not use this for any illegal things. these information for educational and fun purpose only.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;1.&lt;a style="color: rgb(255, 0, 0);" href="http://www.sendanonymousemail.net/"&gt;http://www.sendanonymousemail.net/&lt;/a&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;2&lt;a href="https://www.anonymousspeech.com/default.aspx?aid=1&amp;amp;linkinfo=viaMT"&gt;.https://www.anonymousspeech.com/&lt;/a&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;3.&lt;a href="http://www.webwizny.com/sendemail.php"&gt;http://www.webwizny.com/&lt;/a&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;4.&lt;a href="http://send-email.org/"&gt;http://send-email.org/&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;</description><link>http://techneeducation.blogspot.com/2009/12/cool-websites-for-send-anonymousemail.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7Z6K5zGa3OyVLaT-UNfrWtwLvkOuY9lSVtSI2eZN2Ty7k5mU-MdqmMVdaRKptx7TtxDrQHcpPIKH96CXYcYql3BqlmNubo3ujR-MsX4EdjNRd_TNfDf2BXzSaE1JpH9_Xn0Bvby8XD7Q/s72-c/anonymous-email.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-3703262146530903985</guid><pubDate>Sun, 21 Jun 2009 10:14:00 +0000</pubDate><atom:updated>2010-04-20T21:05:30.315+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">OTHER</category><title>How to Include Html Code Within a Blog Post</title><description>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;One day one of my friends(Keshan) asked this question from me.,also Some days before I was trying to publish a post including html code.But whenever I tried to put that code in my post, it was showing the result. My aim was to show that particular html code group as a new post. This problem may face lot of Bloggers.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;&lt;span style="font-style: italic;"&gt;This is the answer for that Question.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;
&lt;br /&gt;This is a&lt;span style="font-weight: bold;"&gt; simple html code&lt;/span&gt; that can use to include &lt;span style="font-weight: bold;"&gt;Html code&lt;/span&gt; or &lt;span style="font-weight: bold;"&gt;Text&lt;/span&gt; within a post but &lt;span style="font-weight: bold;"&gt;as separate box&lt;/span&gt;, you &lt;span style="font-weight: bold;"&gt;can change box width or hight&lt;/span&gt; according to your text or code.
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;    &lt;p class="MsoNormal" style="text-align: justify; line-height: 150%;"&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;Example:-&lt;/span&gt;  &lt;textarea style="width: 332px; height: 100px;" onfocus="this.select();" name="textarea" cols="19"&gt; Your code or text Here &lt;/textarea&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;To create this box you want to do is only &lt;span style="font-style: italic;"&gt;copy&lt;/span&gt; this simple code and &lt;span style="font-style: italic;"&gt;past&lt;/span&gt; it in your post according to your wish.in this code you should enter your code or text
&lt;br /&gt;j&lt;span style="font-style: italic;"&gt;ust after this&lt;/span&gt;:-   &lt;span style="font-weight: bold;"&gt;name="textarea" cols="19"&gt;&lt;/span&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(255, 0, 0);"&gt;code&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;textarea style="width: 332px; height: 50px;" onfocus="this.select();" name="textarea" cols="19"&gt;&lt;textarea style="width: 332px; height: 100px;" onfocus="this.select();" name="textarea" cols="19"&gt;your code or text Here&lt;br /&gt;&lt;/textarea&gt;
&lt;br /&gt;</description><link>http://techneeducation.blogspot.com/2009/06/how-to-include-html-code-within-blog.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-1109227075968969269</guid><pubDate>Tue, 16 Jun 2009 09:38:00 +0000</pubDate><atom:updated>2010-04-20T21:06:28.408+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Hacking</category><title>Password hacking JavaScript</title><description>&lt;div style="text-align: justify;"&gt;This is the best  password Hacking simple method ! It doesn’t require any software to reveal hidden passwords under &lt;span style="font-weight: bold;"&gt;asterisks&lt;/span&gt; and don’t need to waste your time in cracking master password.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;It is not impossible to view the hidden password under asterisks in Firefox or other web Browser,There’s a way to do it. No software required, the result is immediate and it is shockingly easy to reveal the hidden password.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;This method works on Internet Explorer, Firefox, Netscape and Opera.  Turning off javascript will protect you from this hack but then you might face problems viewing websites that uses javascript. Simple rule to protect your password. &lt;span style="font-weight: bold;"&gt;Do&lt;/span&gt; &lt;strong&gt;NOT&lt;/strong&gt; &lt;span style="font-weight: bold;"&gt;save&lt;/span&gt; your password if you’re using a shared computer. If you’re using a public computer, make sure you &lt;span style="font-weight: bold;"&gt;clear the cache and private data&lt;/span&gt; just in case you accidentally saved your password.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;If you sing in to G-mail and save your password in web Browser so any one can get following box with your password (under &lt;span style="font-weight: bold;"&gt;asterisks&lt;/span&gt;) in this case they can reveal your password using this javascript. you can easily view the contents of password fields by simply entering a line of javascript  &lt;span style="font-weight: bold; font-style: italic;"&gt;at the address bar and hit enter &lt;/span&gt;test this in your web Browser and have a fun .&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBw1EuNpZZWD3tKb4qhGDyYCL6edScyYHNKFLHszC3r9YvBTw-77q9lywQEreaQDNMSqLl8V-kPvHfokU0zEP8fb0VX7UbJGSuklb9R0-gbD26FAlfEEo1LarNcRFMi3g5fEj4bJy93wE/s1600-h/firefox-asterisk.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 290px; height: 223px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBw1EuNpZZWD3tKb4qhGDyYCL6edScyYHNKFLHszC3r9YvBTw-77q9lywQEreaQDNMSqLl8V-kPvHfokU0zEP8fb0VX7UbJGSuklb9R0-gbD26FAlfEEo1LarNcRFMi3g5fEj4bJy93wE/s320/firefox-asterisk.png" alt="" id="BLOGGER_PHOTO_ID_5347863993054493106" border="0" /&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;This is the hacking Javascript:-&lt;/span&gt;&lt;f.length; f="F[j];" for="" i="0;"&gt;&lt;f.length; password="" s="" if="" n="" else="" there="" are="" no="" passwords="" in="" forms="" on="" this=""&gt;&lt;span style="font-weight: bold;"&gt;  &lt;/span&gt;&lt;span&gt; &lt;f.length; f=" F[j];" i="0;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/f.length;&gt;&lt;/span&gt;&lt;/f.length;&gt;&lt;/f.length;&gt;&lt;span class="fullpost"&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;javascript: alert(document.getElementById('Passwd').value);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;f.length; f="F[j];" for="" i="0;"&gt;&lt;f.length; password="" s="" if="" n="" else="" there="" are="" no="" passwords="" in="" forms="" on="" this=""&gt;&lt;f.length; f="F[j];" for="" i="0;"&gt;&lt;f.length; password="" s="" if="" n="" else="" there="" are="" no="" passwords="" in="" forms="" on="" this=""&gt;&lt;span&gt;&lt;f.length; f=" F[j];" i="0;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can see your password in pop-up box like this...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitE37qneXuU940VmRrA_hzi3vT0mOVopp6lMOrvG0TFrBYwpZ7Psv7_IuD4fdfceJiyOgXQGMJo1Qq0DKRDCAX5VPfpXeM9oOSHg1s_CSQ0qvBJoTU6YySjOfqHh8lEr02RSqnYb-RZ6I/s1600-h/javascript-reveal-contents.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 122px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitE37qneXuU940VmRrA_hzi3vT0mOVopp6lMOrvG0TFrBYwpZ7Psv7_IuD4fdfceJiyOgXQGMJo1Qq0DKRDCAX5VPfpXeM9oOSHg1s_CSQ0qvBJoTU6YySjOfqHh8lEr02RSqnYb-RZ6I/s320/javascript-reveal-contents.png" alt="" id="BLOGGER_PHOTO_ID_5347867400236688738" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;     Is possible to hack G-mail account?????????????????????&lt;/span&gt; &lt;span style="color: rgb(102, 0, 0); font-weight: bold;"&gt;what do you think....&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/f.length;&gt;&lt;/span&gt;&lt;/f.length;&gt;&lt;/f.length;&gt;&lt;/f.length;&gt;&lt;/f.length;&gt;</description><link>http://techneeducation.blogspot.com/2009/06/password-hacking-javascript-this-is.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBw1EuNpZZWD3tKb4qhGDyYCL6edScyYHNKFLHszC3r9YvBTw-77q9lywQEreaQDNMSqLl8V-kPvHfokU0zEP8fb0VX7UbJGSuklb9R0-gbD26FAlfEEo1LarNcRFMi3g5fEj4bJy93wE/s72-c/firefox-asterisk.png" width="72"/><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-810224283065083115</guid><pubDate>Tue, 09 Jun 2009 14:39:00 +0000</pubDate><atom:updated>2009-07-05T21:37:13.108+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">OTHER</category><title>~ICC T20 2009 Live Channel~</title><description>&lt;object type="application/x-shockwave-flash" id="jtv_flash" data="/widgets/jtv_player.swf?start_volume=0.5&amp;amp;backgroundImage=&amp;amp;channel=tharucrick&amp;amp;hostname=www.justin.tv&amp;amp;auto_play=false" bgcolor="#000000" width="353" height="295"&gt;     &lt;param name="allowFullScreen" value="true"&gt;     &lt;param name="allowScriptAccess" value="always"&gt;     &lt;param name="allowNetworking" value="all"&gt;     &lt;param name="movie" value="http://www.justin.tv/widgets/jtv_player.swf"&gt;     &lt;param name="flashvars" value="start_volume=0.5&amp;amp;backgroundImage=&amp;amp;channel=tharucrick&amp;amp;hostname=;auto_play=false"&gt; &lt;/object&gt;&lt;br /&gt;&lt;a href="http://www.justin.tv/tharucrick" style="padding: 2px 0px 4px; display: block; width: 353px; font-weight: normal; font-size: 10px; text-decoration: underline; text-align: center;"&gt;Watch live video from Charith Deshapriya on Justin.tv&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;Access Code :- tharunaya.com&lt;br /&gt;&lt;br /&gt;OPtion 2:- Click here &lt;a href="http://cricstreams.info/"&gt;ICC T20 2009 LIVE&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Option 3:- Click here &lt;a href="http://cricstreams.info/link4.html"&gt;ICC T20 2009 LIVE&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;</description><link>http://techneeducation.blogspot.com/2009/06/icc-t20-2009-live-channel.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-1413038264905082418</guid><pubDate>Mon, 08 Jun 2009 17:03:00 +0000</pubDate><atom:updated>2009-06-08T23:21:38.810+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">cricket</category><title/><description>&lt;a href="http://livecricket.apakistannews.com/"&gt;&lt;span style="color: rgb(255, 0, 0);font-size:180%;" &gt;Watch Live&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(153, 51, 0);font-size:130%;" &gt; &lt;/span&gt;&lt;span style="color: rgb(153, 51, 0);font-size:130%;" &gt;T20 Cricket world cup 2009&lt;/span&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh6.ggpht.com/_WdHH9RvXojc/ShliJe23l0I/AAAAAAAAAZ0/l2XaqgLWJoY/icc%20t20%20wc%20world%20cup%20logo_thumb%5B47%5D.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 268px; height: 230px;" src="http://lh6.ggpht.com/_WdHH9RvXojc/ShliJe23l0I/AAAAAAAAAZ0/l2XaqgLWJoY/icc%20t20%20wc%20world%20cup%20logo_thumb%5B47%5D.jpg" alt="" border="0" /&gt;&lt;/a&gt;</description><link>http://techneeducation.blogspot.com/2009/06/watch-live-t20-cricket-world-cup-2009.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://lh6.ggpht.com/_WdHH9RvXojc/ShliJe23l0I/AAAAAAAAAZ0/l2XaqgLWJoY/s72-c/icc%20t20%20wc%20world%20cup%20logo_thumb%5B47%5D.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-6427747529036135642</guid><pubDate>Thu, 28 May 2009 08:29:00 +0000</pubDate><atom:updated>2010-04-20T21:07:07.466+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">OTHER</category><title>Easy flash Animation to your Website</title><description>&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;This is simple way to design your website using flash animation(Menus, Texts, Banners,Buttons, Clocks) No &lt;span style="font-weight: bold;"&gt;sign up needed, No software to install, No design skill required.&lt;/span&gt;Only want to Know what you want.You can design your own banner, Text, Menu, Button or clock and you can apply those things in your Web Site or Blog.Here are some example....&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;script src="http://h1.flashvortex.com/display.php?id=3_1243505042_50756_265_0_294_86_8_22" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;Get your Banner&lt;a href="http://www.flashvortex.com/generators.php?saveId=155"&gt; Here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Using this site You can create your own Flash animation for Free and easily.&lt;br /&gt;&lt;br /&gt;Example for Menu&lt;br /&gt;&lt;br /&gt;&lt;script src="http://h1.flashvortex.com/display.php?id=3_1243503359_338_151_0_160_233_6_22" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;Example for Text&lt;br /&gt;&lt;script src="http://h1.flashvortex.com/display.php?id=3_1243503838_59644_289_0_382_71_8_22" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;Get your Text &lt;a href="http://www.flashvortex.com/generators.php?saveId=132"&gt;Here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To Create Your Own Flash Animation, You can Follow &lt;a href="http://www.flashvortex.com/index.php"&gt;Here&lt;/a&gt; And Have a Fun So NO one Can tell You "&lt;span style="font-weight: bold;"&gt;You Don't Know&lt;/span&gt;"&lt;br /&gt;&lt;a href="http://www.flashvortex.com/"&gt;Click here for a free menu maker !&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;</description><link>http://techneeducation.blogspot.com/2009/05/easy-flash-animation-to-your-website.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-8213044233998898303</guid><pubDate>Sun, 24 May 2009 11:45:00 +0000</pubDate><atom:updated>2010-04-20T21:08:55.657+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">OTHER</category><title>How To Create your Own website (No Adds/100% Free)</title><description>&lt;div style="text-align: justify;"&gt;If you want to create your own website for your business, club, family or personal use, you can search in Google thousand of sites that provide facilities to create website without knowing any HTML or any other  Programming knowledge. they Provide CMS(content management system) site in their servers We only want to Know drag and Drop.But lot of these providers publish their adds on our web site when we use it or they charge for it. But Their is site Call &lt;a href="http://www.yola.com/"&gt;Yola&lt;/a&gt; ,It's provide 100% free and they do not publish their adds on our site. You can follow simple following steps and create your own web site in minutes.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center; font-family: arial;"&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;ol style="font-weight: bold;"&gt;&lt;li&gt;&lt;a href="http://www.yola.com/"&gt;http://www.yola.com/&lt;/a&gt;         use this link and create account and "Get Started"&lt;/li&gt;&lt;/ol&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1jrkpbwNBq9C6QWbSCL0IfEtQET0iOJ9ELsUmYivJXgDIU10OCTQwe1iPmfryd-ey5kRuu-9bwLY3RcA3TSxsDKtebg0hPvF1INAy6lk2f9hh1UK9hlswX0xSaj-HaCvwXwd4ykOKU68/s1600-h/untitlefffffffffffffffd.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1jrkpbwNBq9C6QWbSCL0IfEtQET0iOJ9ELsUmYivJXgDIU10OCTQwe1iPmfryd-ey5kRuu-9bwLY3RcA3TSxsDKtebg0hPvF1INAy6lk2f9hh1UK9hlswX0xSaj-HaCvwXwd4ykOKU68/s320/untitlefffffffffffffffd.JPG" alt="" id="BLOGGER_PHOTO_ID_5339362543010218738" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Next give Name for your web site and select suitable template. Now you Done , Then you can Play with your site using drag and drop. Following video show how the manage your site and publish your post.&lt;br /&gt;&lt;br /&gt;&lt;object width="320" height="265"&gt;&lt;param name="movie" value="http://www.youtube.com/v/poHIeHpvWPE&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x2b405b&amp;amp;color2=0x6b8ab6"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/poHIeHpvWPE&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x2b405b&amp;amp;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="265"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can go through following topic and you can make your website umber one.&lt;br /&gt;&lt;br /&gt;&lt;a title="Adding and Editing Content" href="http://www.yola.com/customer-support/t/adding-editing-content/7"&gt;Adding and Editing Content&lt;/a&gt;&lt;br /&gt;&lt;a title="Publishing and Domains" href="http://www.yola.com/customer-support/t/publishing-domains/8"&gt;Publishing and Domains&lt;/a&gt;&lt;br /&gt;&lt;a title="Promotion, SEO, Analyzing Traffic and Advertising" href="http://www.yola.com/customer-support/t/promotion-seo-analyzing-traffic-advertising/9"&gt;Promotion, SEO, Analyzing Traffic and Advertising&lt;/a&gt;&lt;br /&gt;&lt;a title="Account Management" href="http://www.yola.com/customer-support/t/account-management/10"&gt;Account Management&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Also Mind these important tips when you design your website&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;Keep it simple:&lt;/b&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;A simple website layout is user friendly. Do not create complex navigational links using complex scripts or images that may not be viewable correctly in different browsers. Also search engines cannot index the site properly if complex navigation is involved. Minimize the use of bulky images which take long to load. Use smaller icons to attract visitor's attention instead.&lt;/div&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;b&gt;Readable font size and face:&lt;/b&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Use a standard font size of "-1" (11 or 12 pixels if using styles) so that visitors can read the content easily. Select a professional looking font face (Verdana, Arial, Helvetica, sans-serif are very common). Avoid using fancy fonts like Comic Sans (unless it is a personal website). Use appropriate spacing between lines (12 or more pixels) to avoid clumsiness.&lt;/div&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;b&gt;Use web safe eye pleasing colors:&lt;/b&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;The choice of colors may reflect one's personal taste. Every webmaster or designer wants the color combination that he/she likes best. However, it is a wise decision to get feedback from users or friends about what they feel about the color combination of the website. Use &lt;a href="http://www.websitegear.com/design/html/colorcode.asp"&gt;&lt;u&gt;web safe colors&lt;/u&gt;&lt;/a&gt; whenever possible.&lt;/div&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;b&gt;Webpage Dimensions:&lt;/b&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;One important aspect of layout is keeping track of dimensions of a web page. Most successful commercial websites limit the width and height of the webpage so that the important content of the webpage lies within the top 600x600 viewable area without scrolling. To avoid a horizontal scrollbar, set the page layout to expand and shrink with changes in browser window size. Sometimes this interferes with image and text positions relative to each other and throws the layout structure out of sync. The best choice is to limit the width by placing a table with a fixed width of 750 or 775 pixels. See the layout of this web page for an example.&lt;br /&gt;&lt;/div&gt;               &lt;br /&gt;&lt;div style="text-align: justify;"&gt;The page height should not be any more than 4 scroll lengths. Limit the content of the page and if more content needs to be added, move it to a new web page. Provide a navigational link to the next page and a link back from the second page. This will also increase your web site's page views (adding more advertising space).&lt;/div&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;b&gt;Limit File Size:&lt;/b&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Webpage size is defined by the total size of text, images and supporting files (including javascript, flash etc.) that is downloaded from the server to view a webpage. Page size is very critical for high volume websites because of high bandwidth needed. However, it is also very important for any other site in order to keep loading times to a minimum. Most of the population on the internet use a slow 56K modem to access the internet. And smaller page sizes load faster. If you look at some very high volume websites like Yahoo.com and Google.com, they hardly have any images, making their site load faster.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://content.websitegear.com/article/layout.htm"&gt;http://content.websitegear.com/article/layout.htm&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://techneeducation.blogspot.com/2009/05/how-to-create-your-own-web-site-no.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1jrkpbwNBq9C6QWbSCL0IfEtQET0iOJ9ELsUmYivJXgDIU10OCTQwe1iPmfryd-ey5kRuu-9bwLY3RcA3TSxsDKtebg0hPvF1INAy6lk2f9hh1UK9hlswX0xSaj-HaCvwXwd4ykOKU68/s72-c/untitlefffffffffffffffd.JPG" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-1771147734629190676</guid><pubDate>Sun, 03 May 2009 15:10:00 +0000</pubDate><atom:updated>2009-05-04T00:07:35.282+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">OTHER</category><title>How to Create a professional Blog ? it's Simple</title><description>First of all create a Google account. you can follow this link &lt;a href="https://www.blogger.com/start"&gt;https://www.blogger.com/start&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In this window click &lt;em&gt;&lt;strong&gt;create blog&lt;/strong&gt;&lt;/em&gt; as Screen print.&lt;img id="BLOGGER_PHOTO_ID_5331640016651818482" style="margin: 0px auto 10px; display: block; width: 320px; height: 173px; text-align: center;" alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPy-_61XSHtI9PE9NDOXzj4E5VlrmOcX8NF5dc8MXMGv5lkZdAI8VjHCJO_VTmHrHWcTR2c1kgm_Q2SiGAohAYdA1wfW6SkilZX6blWvKLbsjYsOhKcD_3fpy7WdqMKVsMxN8JwaOXuJs/s320/untitled.bmp" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.Now enter your detail and create account.&lt;br /&gt;&lt;br /&gt;3.Continue and next window enter your blog name&lt;br /&gt;&lt;br /&gt;4.Next window you can select Template for your blog..,Don't worry latter I'will show you how to enter Attractive template for your blog now just select one of those Now your Blog is create.&lt;br /&gt;&lt;a href="http://img160.imageshack.us/my.php?image=19872457.png" target="_blank"&gt;&lt;img src="http://img160.imageshack.us/img160/1199/19872457.th.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;(Click on picture to maximize)&lt;br /&gt;5.So now you can modify your blog as you wish here are some help for it..&lt;br /&gt;&lt;br /&gt;&lt;p align="center"&gt;&lt;strong&gt;Change your Template&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;a href="http://freetemplates.blogspot.com/"&gt;http://freetemplates.blogspot.com/&lt;/a&gt;&lt;/p&gt;&lt;p align="center"&gt;&lt;a href="http://www.finalsense.com/services/blog_templates/"&gt;http://www.finalsense.com/services/blog_templates/&lt;/a&gt;&lt;/p&gt;&lt;p align="center"&gt;First go above one of site or another blog template site and get HTML code , copy the code and follow following Steps.&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Sign in your blog and in Dashboard window select &lt;strong&gt;Layout&lt;/strong&gt; as Screen print.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;a href="http://img148.imageshack.us/my.php?image=10566513.png" target="_blank"&gt;&lt;img src="http://img148.imageshack.us/img148/481/10566513.th.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;(Click on picture to maximize)&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Then select &lt;strong&gt;Edit HTML&lt;/strong&gt; in layout window &lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;a href="http://img134.imageshack.us/my.php?image=72435072.png" target="_blank"&gt;&lt;img src="http://img134.imageshack.us/img134/1750/72435072.th.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;(Click on picture to maximize)&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Then in this window select &lt;strong&gt;revert to classic template &lt;/strong&gt;now it ask to recover current design,&lt;strong&gt; click Ok it&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;a href="http://img19.imageshack.us/my.php?image=34928948.png" target="_blank"&gt;&lt;img src="http://img19.imageshack.us/img19/1732/34928948.th.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p align="center"&gt;Now delete classic template HTML and paste your code and save then go &lt;strong&gt;&lt;em&gt;View Blog&lt;/em&gt;&lt;/strong&gt; and enjoy&lt;/p&gt;(Click on picture to maximize)&lt;br /&gt;&lt;a href="http://img106.imageshack.us/my.php?image=68400049.png" target="_blank"&gt;&lt;img src="http://img106.imageshack.us/img106/1853/68400049.th.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://img17.imageshack.us/my.php?image=45648369.png" target="_blank"&gt;&lt;img src="http://img17.imageshack.us/img17/6188/45648369.th.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Next Post I will show you another way to modify your Blog&lt;br /&gt;&lt;p align="center"&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p align="center"&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p align="center"&gt;&lt;/p&gt;</description><link>http://techneeducation.blogspot.com/2009/05/how-to-create-aprofessional-blog-its.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPy-_61XSHtI9PE9NDOXzj4E5VlrmOcX8NF5dc8MXMGv5lkZdAI8VjHCJO_VTmHrHWcTR2c1kgm_Q2SiGAohAYdA1wfW6SkilZX6blWvKLbsjYsOhKcD_3fpy7WdqMKVsMxN8JwaOXuJs/s72-c/untitled.bmp" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-590897417253987689</guid><pubDate>Sat, 02 May 2009 17:59:00 +0000</pubDate><atom:updated>2009-05-04T00:16:26.837+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Hacking</category><title>Java Script magic</title><description>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Lgp3JlNgtmQ&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/Lgp3JlNgtmQ&amp;amp;hl=en&amp;amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;</description><link>http://techneeducation.blogspot.com/2009/05/java-script-magic.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-3972790171952821505</guid><pubDate>Sat, 02 May 2009 17:29:00 +0000</pubDate><atom:updated>2009-05-02T23:31:31.567+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Google Tricks</category><title>"I'm feeling lucky " what about you?</title><description>&lt;object width="425" height="344"&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/tzax6WpEvv0&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/tzax6WpEvv0&amp;amp;hl=en&amp;amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;try this also:-    &lt;/object&gt;&lt;strong&gt;Google Chuck Norris  + I'm feeling lucky&lt;/strong&gt;</description><link>http://techneeducation.blogspot.com/2009/05/im-feeling-lucky-what-about-you.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-9120926365918639542</guid><pubDate>Sat, 02 May 2009 04:27:00 +0000</pubDate><atom:updated>2009-05-04T00:14:45.687+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Hacking</category><title>Fun with "java script"</title><description>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-7wno2wTd-k&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/-7wno2wTd-k&amp;amp;hl=en&amp;amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;java script code for window's shaking&lt;br /&gt;&lt;br /&gt;javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i &gt; 0; i--) {for (j = n; j &gt; 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)</description><link>http://techneeducation.blogspot.com/2009/05/fun-with-java-script.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5281924192381209246.post-7946409262373653576</guid><pubDate>Fri, 01 May 2009 17:19:00 +0000</pubDate><atom:updated>2009-05-04T00:14:05.407+06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Hacking</category><title>Hacking Website</title><description>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/tonLCcXKZcg&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/tonLCcXKZcg&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Please do not do any illegal or harmful things using this only for fun&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Website hacking java script=&gt;    javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0</description><link>http://techneeducation.blogspot.com/2009/05/hacking-website.html</link><author>noreply@blogger.com (`~Deshapriya~`)</author><thr:total>0</thr:total></item></channel></rss>