Pages

Saturday, January 3, 2015

Media / FTP / File server in Linux


### Install a HTTP server
give appropriate permissions of directory documentroot
and create an HTML page like bellow


=========================
<!DOCTYPE html>
<html lang="en">
<head>
<title>XYZ Ltd. Media Server</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<script type="text/javascript" src="js/jquery-1.4.2.js" ></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/cufon-replace.js"></script>
<script type="text/javascript" src="js/Myriad_Pro_400.font.js"></script>
<script type="text/javascript" src="js/Myriad_Pro_700.font.js"></script>
<script type="text/javascript" src="js/Myriad_Pro_600.font.js"></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="js/ie6_script_other.js"></script>
<script type="text/javascript" src="js/html5.js"></script>
<![endif]-->
</head>
<body id="page1">
<!-- START PAGE SOURCE -->
<div class="main">
<header>
<img src="images/abc-me.gif" alt="Daffodil Online Ltd. Media Server" style="width:914px;height:78px">
<a "images/flash.swf" >
</header>
<section id="content">
<div class="wrapper">
<div class="wrapper">
<ul class="banners">
<li> <a href="../movie/"><img src="images/page1_img1.jpg" alt=""></a>
<div class="pad">
<a href="../movie/"> <p class="font1">Movies</p></a>
<p>Click here for all types of Movies (Hollywood, Bollywood, Dhaliwood) </p>
</div>
</li>
<li> <a href="../natok/"><img src="images/page1_img2.jpg" alt=""></a>
<div class="pad">
<a href="../natok/" <p class="font1">Natoks</p> </a>
<p>Click here for Bangla Natoks</p>
</div>
</li>
<li> <a href="../os/"><img src="images/page1_img3.jpg" alt=""></a>
<div class="pad">
<a href="../os/"> <p class="font1">Softwares</p> </a>
<p>Click here for Operating system and Other Softwares</p>
</div>
</li>
<li> <a href="../song/"><img src="images/page1_img4.jpg" alt=""></a>
<div class="pad">
<a href="../song/"> <p class="font1">Songs</p> </a>
<p> Click here for Bangla, English and Hindi Songs</p>
</div>
</li>
</ul>
</div>
<div class="wrapper">
<div class="box bot pad_bot2">
<div class="pad">
<article class="col1">
<h2>About Daffodil Online Ltd.</h2>
<strong>Daffodil Online Ltd.</strong> iprides itself as one of the leading ISP Service Provider in Bangladesh.
We are the most experienced and oldest company in the ICT field where our basic business ethics is Long Term Relationship with our customers.
<div class="wrapper">
<figure class="left marg_right1 marg_top2"><img src="images/page1_img5.jpg" alt=""></figure>
<p class="marg_top">As we look at the growth over the decade since our inception,
we are extremely proud of what we have achieved, and even more excited about our outlook for an equally promising future.</p>
</div>
<p>It may please you to know that we started our operation in the year 2002.
During the past years, we extended our operation and service portfolio according to the customer’s recommendation and
considering demands of time. We worked with many national projects and international organizations and achieved the reputation.
We are using the latest technologies and upgrading the services wherever it is required.
Our Corporate Network Solution department is capable to provide state-of-art network and telecommunication solutions
with a highly efficient technical expertise group.
</article>
<article class="col2 pad_left1">
<h2>Live Radio</h2>
<div class="wrapper">
<div class="wrapper pad_bot1">
<figure class="left marg_right1"><a href="#"><img src="images/fmradio0028.gif" alt=""></a></figure><p>বাংলা অনলাইন রেডিও</p>
<script type='text/javascript'>
var site_id = 1;
var radio_width = 235;
var radio_height = 155;
</script>
<script type='text/javascript' src='http://radio.amarputhia.com/free/script.js'></script>
<div class="wrapper pad_bot1">
<p>Music For Every Moment</p>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<footer>
<p class="lf">Copyright &copy; 2014 <a href="#">Daffodil Online Ltd.</a> - All Rights Reserved</p>
<p class="rf"><a href="http://serverip/">Designed</a> by <a href="http://serverip">Tayab Khan</a></p>
<div style="clear:both;"></div>
</footer>
</div>
<script type="text/javascript"> Cufon.now(); </script>
<!-- END PAGE SOURCE -->
</body>
</html>

====================================================

No comments:

Post a Comment