<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;A08FSX47eip7ImA9WhRRFE4.&quot;"><id>tag:blogger.com,1999:blog-9061695885148486603</id><updated>2011-11-28T05:53:38.002+05:30</updated><title>Linux Made Easy</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://serveronlinux.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://serveronlinux.blogspot.com/" /><author><name>Chetanneo</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/blogspot/Njbhi" /><feedburner:info uri="blogspot/njbhi" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CE8DR3s4cCp7ImA9Wx5UGEw.&quot;"><id>tag:blogger.com,1999:blog-9061695885148486603.post-3721371365453299715</id><published>2010-10-23T11:17:00.000+05:30</published><updated>2010-10-23T11:17:56.538+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-23T11:17:56.538+05:30</app:edited><title>Important Basic Linux Command</title><content type="html">Before posting on any other advance server topic, I think , must post some basic commands of linux. Because most people hunting for this comman every time. here we are going to write most usable basic command.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Command &amp;nbsp;&amp;nbsp; ----- &amp;nbsp; Syntax &amp;nbsp;&amp;nbsp; ---------&amp;nbsp;&amp;nbsp; Purpose&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1.&amp;nbsp; &lt;b&gt;ls&lt;/b&gt;&amp;nbsp; ---- &lt;b&gt;ls&lt;/b&gt; &amp;nbsp; --- &amp;nbsp; List files &amp;amp; directories &lt;br /&gt;
&lt;br /&gt;
2.&amp;nbsp; &lt;b&gt;ls -l&lt;/b&gt;&amp;nbsp; ----&amp;nbsp; &lt;b&gt;ls -l&amp;nbsp;&lt;/b&gt;&amp;nbsp; ----&amp;nbsp;&amp;nbsp; List files &amp;amp; directories with extra information e.g. permission, ownership, size &amp;amp; modification date&lt;br /&gt;
&lt;br /&gt;
3.&amp;nbsp; &lt;b&gt;ls -ltr&lt;/b&gt;&amp;nbsp; ----&amp;nbsp;&amp;nbsp; &lt;b&gt;ls -ltr&lt;/b&gt;&amp;nbsp; ------&amp;nbsp;&amp;nbsp; This command shows all information as "ls -l" but alway show last created or modified file/dir at bottom &lt;br /&gt;
&lt;br /&gt;
4.&amp;nbsp; &lt;b&gt;cd&lt;/b&gt; &amp;nbsp; ----&amp;nbsp; &lt;b&gt;cd&lt;/b&gt;&amp;nbsp; -----&amp;nbsp; Move to users' root directory from any where&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&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; cd ..&amp;nbsp;&lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -----&amp;nbsp;&amp;nbsp; Move to the parent directory of the current directory.For example if you are in /home/user/dir, then this comman move &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;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; you in /home/user&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&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;&amp;nbsp; &lt;b&gt;cd /etc&amp;nbsp;&lt;/b&gt;&amp;nbsp; -----&amp;nbsp; Change the current working directory to /etc or you can enter into directory using this command.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
5.&amp;nbsp; &lt;b&gt;mkdir&lt;/b&gt;&amp;nbsp; ----&amp;nbsp; &lt;b&gt;mkdir mydirectory&lt;/b&gt;&amp;nbsp;&amp;nbsp; ----&amp;nbsp;&amp;nbsp; Create "mydirectory" ( you can replce mydirectory with any name you want for directory you are creating)&lt;br /&gt;
&lt;br /&gt;
6.&amp;nbsp; &lt;b&gt;touch&lt;/b&gt;&amp;nbsp; ----&amp;nbsp;&amp;nbsp;&lt;b&gt; touch file01&lt;/b&gt; &amp;nbsp; ----&amp;nbsp;&amp;nbsp;&amp;nbsp; Creates a blank file if not exist or update if exist.&lt;br /&gt;
&lt;br /&gt;
7.&amp;nbsp; &lt;b&gt;cat&lt;/b&gt;&amp;nbsp; ----&amp;nbsp; &lt;b&gt;cat file01&lt;/b&gt;&amp;nbsp; ---- &amp;nbsp;&amp;nbsp;&amp;nbsp; Shows contents of file01&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&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;cat&amp;nbsp; &amp;gt; file02&lt;/b&gt;&amp;nbsp; ----&amp;nbsp;&amp;nbsp; Create file named file02&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&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;cat &amp;gt;&amp;gt; file02&lt;/b&gt;&amp;nbsp; ----&amp;nbsp; Can append contents of file02&lt;br /&gt;
&lt;br /&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;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ( to save data with cat press CTRL+D or CTRL+C for cancle)&lt;br /&gt;
&lt;br /&gt;
8.&amp;nbsp; &lt;b&gt;less&lt;/b&gt;&amp;nbsp; ----&amp;nbsp;&amp;nbsp; &lt;b&gt;less /etc/passwd&lt;/b&gt; &amp;nbsp; -----&amp;nbsp; For navigate file contents or standard input&lt;br /&gt;
&lt;br /&gt;
9.&amp;nbsp; &lt;b&gt;head&lt;/b&gt;&amp;nbsp; ----&amp;nbsp; &lt;b&gt;head /etc/passwd&lt;/b&gt;&amp;nbsp; ----&amp;nbsp;&amp;nbsp; Show top 10 lines of file&lt;br /&gt;
&lt;br /&gt;
10. &lt;b&gt;tail&lt;/b&gt;&amp;nbsp; ----&amp;nbsp; &lt;b&gt;tail /etc/passwd&lt;/b&gt;&amp;nbsp; ----&amp;nbsp; Show bottom 10 lines of file&lt;br /&gt;
&lt;br /&gt;
11. &lt;b&gt;pwd&lt;/b&gt;&amp;nbsp; ---- &lt;b&gt;pwd&lt;/b&gt;&amp;nbsp; ----- Show current working directory&lt;br /&gt;
&lt;br /&gt;
12. &lt;b&gt;cp&lt;/b&gt;&amp;nbsp; --- &lt;b&gt;cp file01 /tmp&lt;/b&gt;&amp;nbsp; ---- &amp;nbsp; Create duplicate of file01 to /tmp&lt;br /&gt;
&lt;br /&gt;
13.&amp;nbsp; &lt;b&gt;mv&lt;/b&gt;&amp;nbsp; ----&amp;nbsp;&amp;nbsp; &lt;b&gt;mv file01 file02&lt;/b&gt;&amp;nbsp;&amp;nbsp; ---- Rename file01 into file02&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;mv file01 /tmp&lt;/b&gt;&amp;nbsp; ----&amp;nbsp;&amp;nbsp;&amp;nbsp; Move file01 into /tmp&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9061695885148486603-3721371365453299715?l=serveronlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DfYGqn6Hn_ay1cvKJouqs60IAjA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DfYGqn6Hn_ay1cvKJouqs60IAjA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DfYGqn6Hn_ay1cvKJouqs60IAjA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DfYGqn6Hn_ay1cvKJouqs60IAjA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/Njbhi/~4/NNUIN8hjlME" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://serveronlinux.blogspot.com/feeds/3721371365453299715/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9061695885148486603&amp;postID=3721371365453299715&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9061695885148486603/posts/default/3721371365453299715?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9061695885148486603/posts/default/3721371365453299715?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/Njbhi/~3/NNUIN8hjlME/important-basic-linux-command.html" title="Important Basic Linux Command" /><author><name>Chetanneo</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://serveronlinux.blogspot.com/2010/10/important-basic-linux-command.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEEGQn86fip7ImA9WxFVFUQ.&quot;"><id>tag:blogger.com,1999:blog-9061695885148486603.post-8915947842288023679</id><published>2010-06-15T14:31:00.001+05:30</published><updated>2010-06-15T14:33:43.116+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-15T14:33:43.116+05:30</app:edited><title>Configure LAMP For Newbies</title><content type="html">&lt;span style="color: #45818e;"&gt;What is LAMP ?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
LAMP is an acronym for a solution stack of free, open source software, originally coined from the first letters of Linux (operating system), Apache HTTP Server, MySQL (database software), and PHP, principal components to build a viable general purpose web server&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #93c47d;"&gt;Linux&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Linux is a Unix-like computer operating system kernel. A major emphasis of Linux development is security, which makes it an appealing choice for a web-server application. Like the other LAMP components, Linux is free open-source software which means the source code is provided with operating system, which can be edited according to specific needs. Also, because Linux-based operating systems are Unix-like, a Linux server is more natively-compatible with other server-oriented platforms, such as Solaris and BSD, than non-Unix-like systems like Microsoft Windows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #6aa84f;"&gt;Apache&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Apache is a free software/open source web server, the most popular in use&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #6aa84f;"&gt;MySQL&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
MySQL is a multithreaded, multi-user, SQL database management system (DBMS) with more than eleven million installations. Since 16 January 2008, owned by Sun Microsystems, as of 20 April 2009, Oracle Corporation has agreed to purchase Sun Microsystems.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #6aa84f;"&gt;Perl, PHP, or Python&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
PHP is a reflective programming language originally designed for producing dynamic web pages. PHP is used mainly in server-side application software. Perl and Python can be used similarly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #6aa84f;"&gt;Installation of LAMP&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Here I am assuming you have already installed Linux on your PC/server.&lt;br /&gt;
&lt;br /&gt;
First of all we are installing Apache, Mysql-server &amp;amp; php&lt;br /&gt;
&lt;br /&gt;
# yum install httpd mysql-server php php-mysql&lt;br /&gt;
&lt;br /&gt;
# chkconfig httpd on&lt;br /&gt;
# chkconfig mysqld on&lt;br /&gt;
# service httpd restart&lt;br /&gt;
# service mysqld restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Made mysql running to add user &amp;amp; password&lt;br /&gt;
&lt;br /&gt;
# mysqladmin -u root password [your_password]&lt;br /&gt;
&lt;br /&gt;
Login on to mysql-server &lt;br /&gt;
&lt;br /&gt;
# mysql -uroot -p[your_password]&lt;br /&gt;
&lt;br /&gt;
Now time to Publish a website with LAMP&lt;br /&gt;
&lt;br /&gt;
for apache /var/www/html is default directory where you can place your own webdata&lt;br /&gt;
here we are creating a simple HTML file for testing.&lt;br /&gt;
&lt;br /&gt;
# echo "This is my first web site" &amp;gt; /var/www/html/index.html&lt;br /&gt;
&lt;br /&gt;
# service httpd restart&lt;br /&gt;
&lt;br /&gt;
Open a web browser and type on address bar &lt;br /&gt;
&lt;br /&gt;
http://localhost&lt;br /&gt;
&lt;br /&gt;
Here you can see page with messege "This is me first web site"&lt;br /&gt;
&lt;br /&gt;
Congrats, Now you are ready to work on LAMP&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9061695885148486603-8915947842288023679?l=serveronlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5CNrYuEKiZspzGEhr633qhJSU-o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5CNrYuEKiZspzGEhr633qhJSU-o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5CNrYuEKiZspzGEhr633qhJSU-o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5CNrYuEKiZspzGEhr633qhJSU-o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/Njbhi/~4/z6dc1_K2oak" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://serveronlinux.blogspot.com/feeds/8915947842288023679/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9061695885148486603&amp;postID=8915947842288023679&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9061695885148486603/posts/default/8915947842288023679?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9061695885148486603/posts/default/8915947842288023679?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/Njbhi/~3/z6dc1_K2oak/configure-lamp-for-newbies.html" title="Configure LAMP For Newbies" /><author><name>Chetanneo</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://serveronlinux.blogspot.com/2010/06/configure-lamp-for-newbies.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0ICSXw6cSp7ImA9WxFVFUU.&quot;"><id>tag:blogger.com,1999:blog-9061695885148486603.post-3767527241214191689</id><published>2010-06-15T13:38:00.001+05:30</published><updated>2010-06-15T13:42:48.219+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-15T13:42:48.219+05:30</app:edited><title>Linux FTP Server Setup</title><content type="html">This tutorial is concentrating on setting up a real environment of FTP server.&lt;br /&gt;
&lt;br /&gt;
To configure FTP server in Linux vsftpd is&amp;nbsp; a default package which I am using.&lt;br /&gt;
&lt;br /&gt;
First of all install the vsftpd package on your Linux server. I am using CentOS Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;#yum install vsftpd&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Now entering in &lt;i&gt;vsftpd.conf&amp;nbsp; &lt;/i&gt;using vim command&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#vim /etc/vsftpd/vsftpd.conf&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;# Allow anonymous FTP?
# anonymous_enable=YES&lt;/pre&gt;&lt;br /&gt;
&lt;pre&gt;# Uncomment this to allow local users to log in.
local_enable=YES&lt;/pre&gt;&lt;br /&gt;
Restart the vsftpd service&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;#chkconfig vsfftp on&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;#service vsftpd restart&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Now create a users group named ftpusers&lt;br /&gt;
&lt;i&gt;#groupadd ftpusers&lt;/i&gt; &lt;br /&gt;
&lt;br /&gt;
Create a directory on root&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;#mkdir /www&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
Make the directory accessible to the ftpusers group:   &lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&amp;nbsp;&lt;/i&gt;#chmod 775 /www&lt;br /&gt;
&lt;i&gt;#chown root:ftpusers /www&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Now finally add ftp users with default directory www&lt;/i&gt;&lt;br /&gt;
#useradd -g ftpusers -d /www user01&lt;br /&gt;
#passwd user001&lt;br /&gt;
&lt;br /&gt;
Your FTP server has configured now :&lt;br /&gt;
&lt;br /&gt;
Now testing phase&lt;br /&gt;
&lt;br /&gt;
login to ftp server with command mode&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;#ftp localhost&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;username - user01&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;password - your password&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Supply pwd command to see your home directory&lt;/i&gt;&lt;br /&gt;
&lt;i&gt; &lt;/i&gt;&lt;br /&gt;
&lt;i&gt; &lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Always remember to add firewall exception for FTP service to access from remote client&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9061695885148486603-3767527241214191689?l=serveronlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rRzoB2peTq7FSrFOpdaD1RxC6a8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rRzoB2peTq7FSrFOpdaD1RxC6a8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rRzoB2peTq7FSrFOpdaD1RxC6a8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rRzoB2peTq7FSrFOpdaD1RxC6a8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/Njbhi/~4/RaISaY4OgYU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://serveronlinux.blogspot.com/feeds/3767527241214191689/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9061695885148486603&amp;postID=3767527241214191689&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9061695885148486603/posts/default/3767527241214191689?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9061695885148486603/posts/default/3767527241214191689?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/Njbhi/~3/RaISaY4OgYU/linux-ftp-server-setup.html" title="Linux FTP Server Setup" /><author><name>Chetanneo</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://serveronlinux.blogspot.com/2010/06/linux-ftp-server-setup.html</feedburner:origLink></entry></feed>

