<?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 &#187; Linux</title>
	<atom:link href="http://pankajdangi.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://pankajdangi.com</link>
	<description>TechReports on Latest technology, Open Source</description>
	<lastBuildDate>Tue, 07 Sep 2010 09:00:51 +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>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>Problem installing MODx Revolution &#8211; mysql pod drivers</title>
		<link>http://pankajdangi.com/2010/04/problem-installing-modx-revolution-mysql-pod-drivers/</link>
		<comments>http://pankajdangi.com/2010/04/problem-installing-modx-revolution-mysql-pod-drivers/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 07:34:23 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=414</guid>
		<description><![CDATA[Hello Folks,
I was trying to install modx with wamp server, but I find a strange problem while installing the modx on wamp server.
Error: 
Checking MySQL client version: Failed!
MODx will have issues on your MySQL version (5.0.51a), because of the many bugs related to the PDO drivers on this version. Please upgrade MySQL to patch these [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/04/problem-installing-modx-revolution-mysql-pod-drivers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change is Coming: Ubuntu 10.04</title>
		<link>http://pankajdangi.com/2010/04/change-is-coming-ubuntu-10-04/</link>
		<comments>http://pankajdangi.com/2010/04/change-is-coming-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 04:41:33 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=401</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/04/change-is-coming-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to secure your Apache</title>
		<link>http://pankajdangi.com/2010/01/how-to-secure-your-apache/</link>
		<comments>http://pankajdangi.com/2010/01/how-to-secure-your-apache/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:02:19 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=357</guid>
		<description><![CDATA[Use the right user:group
I have seen Apache installed under many groups and/or users. One of the biggest offenders is the root user. This can lead to some serious issues. Or say both Apache and MySQL are run by the same user/group. If there is a hole in one, it can lead to an attack on [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/01/how-to-secure-your-apache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Steps to install red5 on linux</title>
		<link>http://pankajdangi.com/2010/01/steps-to-install-red5-on-linux/</link>
		<comments>http://pankajdangi.com/2010/01/steps-to-install-red5-on-linux/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 12:47:08 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=354</guid>
		<description><![CDATA[How to install red5 on Linux
Some Cool tips to install red5 on Linux.
Prerequisite 
1. Subversion (To checkout latest source from red5)
2. Java &#8211; jdk
3. Ant 1.7 &#8211; currently not in debian etch repositories so I m compiling it from source.
1) apt-get install subversion (This will install latest subversion package)
2) Install Java developing environment
Download the latest [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2010/01/steps-to-install-red5-on-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Create Ubuntu Live USB</title>
		<link>http://pankajdangi.com/2009/12/how-to-create-ubuntu-live-usb/</link>
		<comments>http://pankajdangi.com/2009/12/how-to-create-ubuntu-live-usb/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 13:04:57 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=343</guid>
		<description><![CDATA[Create a Ubuntu 9.10 Live USB Flash Drive from the running Live CD
In the following tutorial, we explain how we installed Ubuntu 9.10 to a Flash Drive from the running Live CD.
This Ubuntu USB Flash Drive creation process is accomplished using the built in USB Disk Creator.
We did find that Ubuntu 9.10 boots super fast [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2009/12/how-to-create-ubuntu-live-usb/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Chrome for Linux</title>
		<link>http://pankajdangi.com/2009/12/google-chrome-for-linux/</link>
		<comments>http://pankajdangi.com/2009/12/google-chrome-for-linux/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:47:12 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pankajdangi.com/?p=333</guid>
		<description><![CDATA[Hello folks,
Google has announced google chrome for linux finally.
Here is the link to download google chrome for linux flavour.
GOOGLE CHROME

 Go to the Linux dev channel.
    Click on either the 32 bit or the 64 bit version (which ever will match your architecture.)
Accept the terms of service.
 Go to the directory the [...]]]></description>
		<wfw:commentRss>http://pankajdangi.com/2009/12/google-chrome-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.346 seconds -->
