<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technical Zone</title>
	<atom:link href="http://pankajdangi.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pankajdangi.com</link>
	<description>TechReports on Latest technology, Open Source</description>
	<lastBuildDate>Thu, 09 Sep 2010 10:51:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to auto start red5 in linux server</title>
		<link>http://pankajdangi.com/2010/09/how-to-auto-start-red5-in-linux-server/</link>
		<comments>http://pankajdangi.com/2010/09/how-to-auto-start-red5-in-linux-server/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 10:51:34 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=502</guid>
		<description><![CDATA[Hello Folks,
How to auto start red5 when server boots or script to start, stop, restart the red5 server.
[Script to run at the time of start, stop , restart]
#! /bin/sh
#
# /etc/init.d/red5
#
# Check for missing file
export ANT_HOME=/opt/ant
export JAVA_HOME=/usr/java/
export PATH=.:/opt/ant/bin
export CLASSPATH=.:/usr/java/default/lib/classes.zip
export RED5_HOME=/opt/red5/
RED5_DIR=/opt/red5/
#test -x $RED5_DIR/red5.sh &#124;&#124; exit 5
case "$1" in
    start)
      [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/09/how-to-auto-start-red5-in-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install IonCube on WAMP</title>
		<link>http://pankajdangi.com/2010/09/how-to-install-ioncube-on-wamp/</link>
		<comments>http://pankajdangi.com/2010/09/how-to-install-ioncube-on-wamp/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 09:00:51 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=497</guid>
		<description><![CDATA[Hello Folks,
Here I am explaining, how to install IONCUBE in your WAMP localhost , so that you can install those encoded extensions in your website and do your testing.

  Download the Free IonCube Loaders for your PC (machine), by choosing your OS platform. You can download them from HERE


After you have downloaded it, extract [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/09/how-to-install-ioncube-on-wamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Subversion on linux machine</title>
		<link>http://pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/</link>
		<comments>http://pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 17:21:57 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=492</guid>
		<description><![CDATA[How to install SVN or Subversion on Linux Server.
Subversion, or SVN, is a mechanism by which  developers can keep track of changes to their code and distribute these  changes to the public in real time.
Quick Steps to Install SVN.
 You&#8217;ll need the following build tools to compile subversion:

autoconf 2.59 or later (unix only)
libtool [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/08/how-to-install-subversion-on-linux-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba! Sharing is not working in 9.10</title>
		<link>http://pankajdangi.com/2010/08/samba-sharing-is-not-working-in-9-10/</link>
		<comments>http://pankajdangi.com/2010/08/samba-sharing-is-not-working-in-9-10/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 10:07:59 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=489</guid>
		<description><![CDATA[Hello All,
Found a common problem with Ubuntu 9.10
Failed to execute child process &#8220;testparm&#8221; (No such file or directory).
Solution:
sudo apt-get upgrade samba-common-bin

Cheerss  
]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/08/samba-sharing-is-not-working-in-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup the remote files in Linux with cronjob</title>
		<link>http://pankajdangi.com/2010/08/how-to-backup-the-remote-files-in-linux-with-cronjob/</link>
		<comments>http://pankajdangi.com/2010/08/how-to-backup-the-remote-files-in-linux-with-cronjob/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 08:09:27 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=482</guid>
		<description><![CDATA[How backup files from remote Linux server
We want to backup files from remote server called srv.pankajdangi.com and directory called /home/pankaj to local directory called /var/www/backup, type the command as follows on local system:
$ rsync -avz -e ssh pankaj@srv.pankajdangi.com:/home/pankaj/ /var/www/backup
You need to supply password for pankaj user.
Done.
Automatic backup using a shell script
SSH always prompts for a [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/08/how-to-backup-the-remote-files-in-linux-with-cronjob/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to transfer file remotely with SCP</title>
		<link>http://pankajdangi.com/2010/08/how-to-transfer-files-remotely-scp/</link>
		<comments>http://pankajdangi.com/2010/08/how-to-transfer-files-remotely-scp/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 08:51:52 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=479</guid>
		<description><![CDATA[ Transfer file from remote to local pc
Use the following command from the server to which you want the files to go.
In this example, transfer all files (/var/www/html) from remote server called server1 to local directory called /backup:
 scp -r user@server1:/var/www/html/ /backup 
************************************************************************************************

 Transfer file with SCP from remote to other remote server
In the following [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/08/how-to-transfer-files-remotely-scp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I access my ftp contains remotely?</title>
		<link>http://pankajdangi.com/2010/07/how-can-i-access-my-ftp-contains-remotely/</link>
		<comments>http://pankajdangi.com/2010/07/how-can-i-access-my-ftp-contains-remotely/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 07:51:56 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=474</guid>
		<description><![CDATA[* For Ubuntu:
sudo apt-get install fuse-utils sshfs
* For Fedora and Centos:
yum install fuse-utils sshfs
You will then need to choose and make a directory to mount the ftp storage location to. We&#8217;ll use /mnt/remote for our example:
sudo mkdir /mnt/remote
sudo chown [system-user]:[your-group] /mnt/remote/
Next you will add yourself to the fuse group:
sudo adduser [system-user] fuse
Now you will connect [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/07/how-can-i-access-my-ftp-contains-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Social Media Optimization</title>
		<link>http://pankajdangi.com/2010/06/what-is-social-media-optimization/</link>
		<comments>http://pankajdangi.com/2010/06/what-is-social-media-optimization/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 18:37:45 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=468</guid>
		<description><![CDATA[Hi Folks,
Today I am covering the topic which is most important in fact to seo, to get huge traffic to your site or blog.
SMO is the process of promoting your site through social media channels and it is a powerful strategy  that will get you links, attention and massive amounts of  traffic.
There is [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/06/what-is-social-media-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>seo off-page optimization</title>
		<link>http://pankajdangi.com/2010/06/seo-off-page-optimization/</link>
		<comments>http://pankajdangi.com/2010/06/seo-off-page-optimization/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 18:10:28 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=464</guid>
		<description><![CDATA[Hi Folks,
Here I am going to discuss briefly on all points which are essential for off-page optimization.

Search Engines : A Web search engine is a search engine designed to search for information on the World Wide Web. Information may consist of web pages, images and other types of files. Search engines operate algorithmically or are [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/06/seo-off-page-optimization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Seo tips</title>
		<link>http://pankajdangi.com/2010/05/seo-tips/</link>
		<comments>http://pankajdangi.com/2010/05/seo-tips/#comments</comments>
		<pubDate>Mon, 31 May 2010 10:51:17 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=462</guid>
		<description><![CDATA[1. XML Sitemap: Xml Sitemap are used by the search engines in order to index through your site, submit your sitemap every month to all search engines.
It will keep your site update in search engines.
2. Relevant Content: Having content relevant to your main page or site topic is perhaps the most important SEO aspect of [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/05/seo-tips/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.192 seconds -->
<!-- Cached page served by WP-Cache -->
