<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>DebianZone</title>
	<link>http://debianzone.org</link>
	<description>All About Debian</description>
	<lastBuildDate>Tue, 29 Jun 2010 11:18:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to install and configure FTP Server</title>
		<description><![CDATA[	There are lots of ftp servers available for linux, proftpd is one of the popular server available for Debian, so in this tutorial we will deal with installing and configring proftpd server on Debian
To install proftpd server 

apt-get install proftpd

While installing there is a option to choose the type of installation, whether it is standalone [...]]]></description>
		<link>http://debianzone.org/how-to-install-and-configure-ftp-server/</link>
			</item>
	<item>
		<title>MySql Database Replication</title>
		<description><![CDATA[When we search for `Database Replication` we will find lots of tutorials, so here I wont add new one, I am just highlighting one of the best tutorials to refer.
http://www.howtoforge.com/mysql_database_replication
	This article contains simple copy &#038; paste steps to configure MySql replication, if you need more detailed indepth explanation on different configuration settings then go to [...]]]></description>
		<link>http://debianzone.org/mysql-database-replication/</link>
			</item>
	<item>
		<title>MySQL Stress Test tool</title>
		<description><![CDATA[Recently we moved a client from virtual host to amazon ec2 3 tier architecture then we thought of providing benchmark test report to show the Improvement, then we searched for simple straight forward tools, but we haven`t found, then I started to write a java code to benchmark by stressing mysql server.
It performed well, so [...]]]></description>
		<link>http://debianzone.org/mysql-stress-test-tool/</link>
			</item>
	<item>
		<title>Script to start a instance in amazon ec2</title>
		<description><![CDATA[This script is used to start a instance in ec2, you can extended this script in the way you want, we keep on posting new scripts to work with ec2

#!/bin/bash

export EC2_HOME=/home/sandeep/ec2/ec2-api-tools-1.3-46266
PATH=$EC2_HOME/bin:$PATH
export EC2_PRIVATE_KEY=/home/sandeep/ec2/pk-XXXXXXXXXXXXXXXXXXXXXXXX.pem
export EC2_CERT=/home/sandeep/ec2/cert-XXXXXXXXXXXXXXXXXXXXXXXX.pem
export EC2_URL=https://us-east-1.ec2.amazonaws.com
export JAVA_HOME=/usr/lib/jvm/java-6-sun/jre/

export amiid=&#34;ami-0d5db264&#34;
export key=&#34;xxxxsshkeyxxxx&#34;
export zone=&#34;us-east-1d&#34;
export id_file=&#34;/home/sandeep/ec2/keyxxx.pem&#34;
export group=&#34;default&#34;

#
# Start the instance
#
echo Launching AMI ${amiid}
${EC2_HOME}/bin/ec2-run-instances ${amiid} -z ${zone}
       [...]]]></description>
		<link>http://debianzone.org/script-to-start-a-instance-in-amazon-ec2/</link>
			</item>
	<item>
		<title>Page level caching using nginx</title>
		<description><![CDATA[Many of our dynamic sites contain rarely updated content (ex. blog archive page). By adding nginx server as proxy server infront of your apache server you can server those pages like static pages instead of running the page for every request, this will boost your site speed from 50% &#8211; 400%.
We need apache, nginx to [...]]]></description>
		<link>http://debianzone.org/page-level-caching-using-nginx/</link>
			</item>
	<item>
		<title>Chrome released for debian distros</title>
		<description><![CDATA[Finally google released chrome browser for debian based distros. After running for hours i feel its stable and working fine
Download Google chrome for Debian
For developers it has developer tools which looks like firebug, but it`s not so power full like firebug, to open developer tools click
ctrl + shift + i
It also supports extensions and themes
At [...]]]></description>
		<link>http://debianzone.org/chrome-released-for-debian-distros/</link>
			</item>
	<item>
		<title>RAID and LVM on Amazon EC2 (part I)</title>
		<description><![CDATA[This is the first part of three articles I'm posting for a great storage solution using RAID, LVM and Amazon Elastic Block Store (EBS).]]></description>
		<link>http://debianzone.org/raid-and-lvm-on-amazon-ec2-part-i/</link>
			</item>
	<item>
		<title>Porting Debian to Amazon EC2 for HPC</title>
		<description><![CDATA[Few months ago, I was challenged to build a High Performance Computing (HPC) instance on Amazon EC2 and the first thing that came in my mind was: which Linux distribution would fit on such requirements.]]></description>
		<link>http://debianzone.org/debian-hpc-at-amazon-ec2/</link>
			</item>
	<item>
		<title>Changing host name of Linux server</title>
		<description><![CDATA[To change the host name of current session use
/bin/hostname your-host-name
To change the host name permanently use
/etc/hostname
/etc/init.d/hostname.sh start
Share/Bookmark]]></description>
		<link>http://debianzone.org/changing-host-name-of-linux-server/</link>
			</item>
	<item>
		<title>Tools to monitor linux apache server</title>
		<description><![CDATA[The following tools are usefull to linux administration and monitoring
RRDTool: RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data. Use it to write your custom monitoring shell scripts or create whole applications using its Perl, Python, Ruby, TCL or PHP bindings.
AWStats: AWStats is a free powerful and [...]]]></description>
		<link>http://debianzone.org/tools-to-monitor-linux-apache-server/</link>
			</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->