<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<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/"
	>

<channel>
	<title>linuxPROs.org - Articles, FAQs, and more</title>
	<link>http://www.linuxpros.org</link>
	<description>Professional help covering all areas of the linux operating system.</description>
	<pubDate>Mon, 03 Nov 2008 14:00:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>Joomla! Links - Updated November 3rd, 2008</title>
		<link>http://www.linuxpros.org/links/joomla/</link>
		<comments>http://www.linuxpros.org/links/joomla/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 23:37:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Links</dc:subject><dc:subject>CMS</dc:subject><dc:subject>Content Management</dc:subject><dc:subject>content management system</dc:subject><dc:subject>Joomla</dc:subject><dc:subject>joomla affiliate programs</dc:subject><dc:subject>joomla articles</dc:subject><dc:subject>joomla components</dc:subject><dc:subject>joomla extensions</dc:subject><dc:subject>joomla mambots</dc:subject><dc:subject>joomla modules</dc:subject><dc:subject>joomla plugins</dc:subject><dc:subject>joomla templates</dc:subject><dc:subject>joomla themes</dc:subject><dc:subject>joomla tutorials</dc:subject><dc:subject>mambo</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/links/joomla/</guid>
		<description><![CDATA[Joomla! is an award-winning Content Management System (CMS) that will help you build websites and other powerful online applications. Joomla! is licensed as open source software  that is free to use by everybody. 
Joomla! is used all over the world to power everything from simple, personal homepages to complex corporate web applications.  Joomla! [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/links/joomla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to create a ubuntu Linux screencast</title>
		<link>http://www.linuxpros.org/videos/how-to-create-a-ubuntu-linux-screencast/</link>
		<comments>http://www.linuxpros.org/videos/how-to-create-a-ubuntu-linux-screencast/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 18:53:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Videos</dc:subject><dc:subject>camstudio</dc:subject><dc:subject>demo tools</dc:subject><dc:subject>google video</dc:subject><dc:subject>screen capture</dc:subject><dc:subject>screen recorder.</dc:subject><dc:subject>screencast</dc:subject><dc:subject>screencasts</dc:subject><dc:subject>tutorial</dc:subject><dc:subject>ubuntu</dc:subject><dc:subject>ubuntu linux</dc:subject><dc:subject>video</dc:subject><dc:subject>vnc</dc:subject><dc:subject>vnc server</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/videos/how-to-create-a-ubuntu-linux-screencast/</guid>
		<description><![CDATA[This 8 minute tutorial teaches you how to create a screencast video recording of any machine over VNC using CamStudio.  This is a great technique for creating your own screencasts.  This example covers the creation of an avi capture of ubuntu linux.


camstudio, demo tools, google video, screen capture, [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/videos/how-to-create-a-ubuntu-linux-screencast/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I send smtp-auth email from the command line ?</title>
		<link>http://www.linuxpros.org/faqs/smtp-auth-commands/</link>
		<comments>http://www.linuxpros.org/faqs/smtp-auth-commands/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 16:30:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>FAQs</dc:subject><dc:subject>authentication</dc:subject><dc:subject>base64</dc:subject><dc:subject>command line</dc:subject><dc:subject>email</dc:subject><dc:subject>mail</dc:subject><dc:subject>sendmail</dc:subject><dc:subject>smtp</dc:subject><dc:subject>smtp auth</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/faqs/smtp-auth-commands/</guid>
		<description><![CDATA[The following is an example of an SMTP conversation where the sender is authenticated with SMTP-Auth.    Your mail server may listen on a port other than 25, maybe 465 or 587. 
telnet yourmailhost.example.com 25
220 esmtp.example.com ESMTP
ehlo yourhostname.example.com
250-esmtp.example.com
250-PIPELINING
250-8BITMIME
250 AUTH LOGIN PLAIN CRAM-MD5
auth login
334 VXNlcm5hbWU6
bXlhdXRodXNlcm5hbWU
334 UGFzc3dvcmQ6
bXlwYXNz
235 ok, go ahead (#2.0.0)
In the above example several values [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/faqs/smtp-auth-commands/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend Framework Links - Updated July 7th, 2007</title>
		<link>http://www.linuxpros.org/links/zend-framework/</link>
		<comments>http://www.linuxpros.org/links/zend-framework/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 20:25:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Links</dc:subject><dc:subject>application</dc:subject><dc:subject>development</dc:subject><dc:subject>php</dc:subject><dc:subject>php5</dc:subject><dc:subject>programming</dc:subject><dc:subject>zend</dc:subject><dc:subject>zend framework</dc:subject><dc:subject>zf</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/links/zend-framework/</guid>
		<description><![CDATA[General

Zend Framework Homepage - The official home of the Zend Framework project
Zend Framework API Documentation - Framework&#8217;s API Reference
Zend Framework Programmers Reference Guide - Documentation
Zend Framework Community Wiki
ZF Forum


Tutorials

Getting Started with the Zend Framework (pdf)

Zend_Acl
Zend_Auth
Zend_Cache
Zend_Config
Zend_Console_Getopt
Zend_Controller
Zend_Date
Zend_Db
Zend_Debug
Zend_Exception
Zend_Feed
Zend_Filter

Filtering Tainted Data using Zend_Filter (pdf)

Zend_Gdata
Zend_Http
Zend_Json
Zend_Loader
Zend_Locale
Zend_Log
Zend_Mail
Zend_Measure
Zend_Memory
Zend_Mime
Zend_Pdf
Zend_Registry
Zend_Rest
Zend_Search_Lucene
Zend_Server
Zend_Service
Zend_Session
Zend_Translate
Zend_Uri
Zend_Validate
Zend_Version
Zend_View
Zend_XmlRpc

application, development, php, php5, programming, zend, zend framework, zf]]></description>
		<wfw:commentRss>http://www.linuxpros.org/links/zend-framework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Linux Alternative Project</title>
		<link>http://www.linuxpros.org/spotlight/linux-alternative-project/</link>
		<comments>http://www.linuxpros.org/spotlight/linux-alternative-project/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 14:43:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Spotlight</dc:subject><dc:subject>linux alternative project</dc:subject><dc:subject>linux desktop</dc:subject><dc:subject>linux software</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/spotlight/linux-alternative-project/</guid>
		<description><![CDATA[The Linux Alternative Project - linuxalt.com
This page offers a list of linux software grouped by their equivalent Win32 counterparts.  This list is an good way to find interesting and useful software you never knew existed.
linux alternative project, linux desktop, linux software]]></description>
		<wfw:commentRss>http://www.linuxpros.org/spotlight/linux-alternative-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I enable sql query logging for mysql server</title>
		<link>http://www.linuxpros.org/faqs/sql-query-logging-for-mysqld/</link>
		<comments>http://www.linuxpros.org/faqs/sql-query-logging-for-mysqld/#comments</comments>
		<pubDate>Fri, 11 May 2007 17:33:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>FAQs</dc:subject><dc:subject>my.cnf</dc:subject><dc:subject>mysql</dc:subject><dc:subject>mysqld</dc:subject><dc:subject>query log</dc:subject><dc:subject>sql</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/faqs/sql-query-logging-with-mysqld/</guid>
		<description><![CDATA[Add &#8220;log=/var/log/mysqld.log&#8221; under the [mysqld] section of the file &#8220;/etc/my.cnf&#8220;.
You must restart mysqld for this change to become affective.  (service mysqld restart)
The general query log is a general record of what         mysqld is doing. The server writes         information [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/faqs/sql-query-logging-for-mysqld/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I perform SHA-2 family hashing in my PHP application?</title>
		<link>http://www.linuxpros.org/faqs/sha2-hashing-in-php/</link>
		<comments>http://www.linuxpros.org/faqs/sha2-hashing-in-php/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 06:13:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>FAQs</dc:subject><dc:subject>cryptology</dc:subject><dc:subject>Encryption</dc:subject><dc:subject>hash algorithms</dc:subject><dc:subject>php</dc:subject><dc:subject>Security</dc:subject><dc:subject>sha1</dc:subject><dc:subject>sha2</dc:subject><dc:subject>sha224</dc:subject><dc:subject>sha256</dc:subject><dc:subject>sha384</dc:subject><dc:subject>sha512</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/faqs/sha2-hashing-in-php/</guid>
		<description><![CDATA[How do I perform SHA-2 family hashing in my PHP application?
Answer
Option 1: Upgrade to PHP >= 5.1.2. You can use hash() to generate a hash value, hash_algos() will return an array of supported hashing algorithms. See:Upgrade to PHP >= 5.1.2. You can use hash() to generate a hash value, hash_algos() will return an array of [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/faqs/sha2-hashing-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>X.509 Links</title>
		<link>http://www.linuxpros.org/links/x509/</link>
		<comments>http://www.linuxpros.org/links/x509/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 23:19:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Links</dc:subject><dc:subject>openssl</dc:subject><dc:subject>Security</dc:subject><dc:subject>x509</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/guides/x509/</guid>
		<description><![CDATA[
X.509 Wikipedia page
RFC2459 - Internet X.509 Public Key Infrastructure (Obsolete)

RFC3280 - Internet X.509 Public Key Infrastructure

Introduction to x.509 certificates
openssl x.509 manual page
Creating a self-signed X509 server certificate and a PKCS12 client certificate with openssl
php OpenSSL functions
Web Services Security for dummies (Powerpoint Presentation)
Trust Yourself: Become your own Certification Authority

openssl, Security, x509]]></description>
		<wfw:commentRss>http://www.linuxpros.org/links/x509/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add encryption to Gmail - Lifehacker</title>
		<link>http://www.linuxpros.org/spotlight/gmail-encryption/</link>
		<comments>http://www.linuxpros.org/spotlight/gmail-encryption/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 20:54:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Spotlight</dc:subject><dc:subject>email</dc:subject><dc:subject>Encryption</dc:subject><dc:subject>Gmail</dc:subject><dc:subject>Google</dc:subject><dc:subject>GPG</dc:subject><dc:subject>Greasemonkey</dc:subject><dc:subject>Lifehacker</dc:subject><dc:subject>PGP</dc:subject><dc:subject>Security</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/spotlight/gmail-encryption/</guid>
		<description><![CDATA[Add encryption to Gmail - Lifehacker
Lifehacker wrote
Greasemonkey script Gmail Encrypt adds encryption to the emails you write in Gmail.
 http://lifehacker.com/software/email/add-encryption-to-gmail-177061.php

email, Encryption, Gmail, Google, GPG, Greasemonkey, Lifehacker, PGP, Security]]></description>
		<wfw:commentRss>http://www.linuxpros.org/spotlight/gmail-encryption/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Code Linux</title>
		<link>http://www.linuxpros.org/videos/the-code-linux/</link>
		<comments>http://www.linuxpros.org/videos/the-code-linux/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 20:13:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Videos</dc:subject><dc:subject>linus torvalds</dc:subject><dc:subject>linux</dc:subject><dc:subject>redhat</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/videos/the-code-linux/24/</guid>
		<description><![CDATA[The Code Linux video provides great insight into the history of linux, it&#8217;s creators, and how the project got started.  The video is an hour long so block out some time for this one.
!vb:gv,-3498228245415745977,4!

linus torvalds, linux, redhat]]></description>
		<wfw:commentRss>http://www.linuxpros.org/videos/the-code-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Ultimate Linux Command List</title>
		<link>http://www.linuxpros.org/reference/ultimate-linux-command-list/</link>
		<comments>http://www.linuxpros.org/reference/ultimate-linux-command-list/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 08:52:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Reference</dc:subject><dc:subject>command line</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/the-ultimate-linux-command-list-by-linuxprosorg/21/</guid>
		<description><![CDATA[This page is a megalist of linux commands. This document provides a little insight on some common and not so common linux commands and binaries.

GET - See lwp-request
HEAD - See lwp-request
MAKEDEV - is a program that will create the devices in /dev used to interface with drivers in the kernel.
Mail - is an intelligent mail [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/reference/ultimate-linux-command-list/feed/</wfw:commentRss>
		</item>
		<item>
		<title>qmail Links</title>
		<link>http://www.linuxpros.org/links/qmail/</link>
		<comments>http://www.linuxpros.org/links/qmail/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 06:46:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Links</dc:subject><dc:subject>email</dc:subject><dc:subject>imap</dc:subject><dc:subject>pop3</dc:subject><dc:subject>qmail</dc:subject><dc:subject>smtp</dc:subject><dc:subject>vpopmail</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/2006/qmail-links/</guid>
		<description><![CDATA[qmail is a simple, secure, and efficent email server that runs on the linux operating system.  Provided is a super list of links related to qmail.To suggest a link for this page please leave a comment containing the URL and a short description about what is at the other end of the link.


DJB&#8217;s HomePage [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/links/qmail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bash Built-In Command Reference</title>
		<link>http://www.linuxpros.org/reference/bash/</link>
		<comments>http://www.linuxpros.org/reference/bash/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 06:04:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Reference</dc:subject><dc:subject>command line</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/2006/bash-built-in-command-reference/</guid>
		<description><![CDATA[bash,  :, ., [, alias, bg, bind, break, builtin, cd, command, compgen,
complete, continue, declare, dirs, disown, echo, enable,  eval,  exec,
exit,  export,  fc, fg, getopts, hash, help, history, jobs, kill, let,
local, logout, popd, printf, pushd, pwd, read, readonly, return,  set,
shift,  shopt,  source,  suspend,  test,  times, [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/reference/bash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mambo Links</title>
		<link>http://www.linuxpros.org/links/mambo/</link>
		<comments>http://www.linuxpros.org/links/mambo/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 01:49:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Links</dc:subject><dc:subject>CMS</dc:subject><dc:subject>Content Management</dc:subject><dc:subject>mambo</dc:subject><dc:subject>Mambo Components</dc:subject><dc:subject>Mambo Links</dc:subject><dc:subject>Mambo Modules</dc:subject><dc:subject>Mambo Templates</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/links/mambo/29/</guid>
		<description><![CDATA[Mambo is a full-featured content management system that can be used for everything from simple websites to complex corporate applications. Mambo is written in PHP and uses MySQL as it&#8217;s backend database.
FYI!  The developers of Mambo forked the project into what is now know as Joomla!(see: Joomla! Links).  The Mambo project is still [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/links/mambo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why do I see 403 Forbidden after creating a new VirtualHost&#8230;</title>
		<link>http://www.linuxpros.org/faqs/why-am-i-seeing-403-forbidden-after-setting-up-a-new-virtual-domain-on-my-apache-webserver/</link>
		<comments>http://www.linuxpros.org/faqs/why-am-i-seeing-403-forbidden-after-setting-up-a-new-virtual-domain-on-my-apache-webserver/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 06:06:01 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
	<dc:subject>FAQs</dc:subject><dc:subject>apache</dc:subject><dc:subject>httpd</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/?p=5</guid>
		<description><![CDATA[Question:  Why do I see 403 Forbidden after creating a new VirtualHost on my apache webserver?
Submitted by: Joe Dickson
Answer: It may be that the directory or parent directory of your DocumentRoot needs execute permission.
chmod +x /path/to/directory

apache, httpd]]></description>
		<wfw:commentRss>http://www.linuxpros.org/faqs/why-am-i-seeing-403-forbidden-after-setting-up-a-new-virtual-domain-on-my-apache-webserver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I uninstall Zend Optimizer?</title>
		<link>http://www.linuxpros.org/faqs/how-do-i-uninstall-zend-optimizer/</link>
		<comments>http://www.linuxpros.org/faqs/how-do-i-uninstall-zend-optimizer/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 05:39:56 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
	<dc:subject>FAQs</dc:subject><dc:subject>zend</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/?p=4</guid>
		<description><![CDATA[How do I uninstall Zend Optimizer?
Instructions to uninstall and remove Zend Optimizer can be found at&#8230;
http://www.zend.com/support/knowledgebase.php?kbid=89&#038;view_only=1

zend]]></description>
		<wfw:commentRss>http://www.linuxpros.org/faqs/how-do-i-uninstall-zend-optimizer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I install Zend Optimizer?</title>
		<link>http://www.linuxpros.org/faqs/how-do-i-install-zend-optimizer/</link>
		<comments>http://www.linuxpros.org/faqs/how-do-i-install-zend-optimizer/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 05:37:56 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
	<dc:subject>FAQs</dc:subject><dc:subject>zend</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/?p=3</guid>
		<description><![CDATA[Instructions for installation can be found at&#8230;
http://www.zend.com/support/knowledgebase.php?kbid=89&#038;view_only=1

zend]]></description>
		<wfw:commentRss>http://www.linuxpros.org/faqs/how-do-i-install-zend-optimizer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>rsync Command Reference</title>
		<link>http://www.linuxpros.org/reference/rsync/</link>
		<comments>http://www.linuxpros.org/reference/rsync/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 08:27:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Reference</dc:subject><dc:subject>command line</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/reference/rsync/</guid>
		<description><![CDATA[rsync - faster, flexible replacement for rcp
Synopsis
rsync [OPTION]&#8230; SRC [SRC]&#8230; [USER@]HOST:DEST
rsync [OPTION]&#8230; [USER@]HOST:SRC DEST
rsync [OPTION]&#8230; SRC [SRC]&#8230; DEST
rsync [OPTION]&#8230; [USER@]HOST::SRC [DEST]
rsync [OPTION]&#8230; SRC [SRC]&#8230; [USER@]HOST::DEST
rsync [OPTION]&#8230; rsync://[USER@]HOST[:PORT]/SRC [DEST]
rsync [OPTION]&#8230; SRC [SRC]&#8230; rsync://[USER@]HOST[:PORT]/DEST
Description
rsync  is  a  program that behaves in much the same way that rcp does,
but has many more options and uses the [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/reference/rsync/feed/</wfw:commentRss>
		</item>
		<item>
		<title>scp Command Reference</title>
		<link>http://www.linuxpros.org/reference/scp/</link>
		<comments>http://www.linuxpros.org/reference/scp/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 05:28:38 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
		
	<dc:subject>Reference</dc:subject><dc:subject>OpenSSH</dc:subject><dc:subject>Secure Copy</dc:subject><dc:subject>Secure Shell</dc:subject><dc:subject>ssh</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/reference/scp/</guid>
		<description><![CDATA[scp - secure copy (remote file copy program)
 Synopsis
scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[-l limit] [-o ssh_option] [-P port] [-S program]
[[user@]host1:]file1 [&#8230;] [[user@]host2:]file2

Description
scp copies files between hosts on a network.  It uses ssh(1) for data
transfer, and uses the same authentication and provides the same secu-
rity as ssh(1).  Unlike rcp(1), scp will [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/reference/scp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>sshd Command Reference</title>
		<link>http://www.linuxpros.org/reference/sshd/</link>
		<comments>http://www.linuxpros.org/reference/sshd/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 05:21:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Reference</dc:subject><dc:subject>OpenSSH</dc:subject><dc:subject>Secure Shell</dc:subject><dc:subject>ssh</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/reference/sshd/</guid>
		<description><![CDATA[sshd - OpenSSH SSH daemon
 Synopsis
sshd [-46Ddeiqt] [-b bits] [-f config_file] [-g login_grace_time]
[-h host_key_file] [-k key_gen_time] [-o option] [-p port] [-u len]
 Description
sshd (SSH Daemon) is the daemon program for ssh(1).  Together these pro-
grams replace rlogin and rsh, and provide secure encrypted communica-
tions between two untrusted hosts over an insecure network.  The pro-
grams [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/reference/sshd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>chkconfig Command Reference</title>
		<link>http://www.linuxpros.org/reference/chkconfig/</link>
		<comments>http://www.linuxpros.org/reference/chkconfig/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 05:19:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Reference</dc:subject><dc:subject>command line</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/reference/chkconfig/</guid>
		<description><![CDATA[chkconfig  -  updates and queries runlevel information for system services
 Synopsis
chkconfig &#8211;list [name]
chkconfig &#8211;add name
chkconfig &#8211;del name
chkconfig [&#8211;level levels] name
chkconfig [&#8211;level levels] name

Description
chkconfig provides a simple  command-line  tool  for  maintaining  the
/etc/rc[0-6].d  directory hierarchy by relieving system administrators
of the task of directly manipulating the numerous  symbolic  [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/reference/chkconfig/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ssh-add Command Reference</title>
		<link>http://www.linuxpros.org/reference/ssh-add/</link>
		<comments>http://www.linuxpros.org/reference/ssh-add/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 04:34:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Reference</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/reference/ssh-add/</guid>
		<description><![CDATA[ssh-add - adds RSA or DSA identities to the authentication agent
 Synopsis
ssh-add [-lLdDxXc] [-t life] [file &#8230;]
ssh-add -s reader
ssh-add -e reader
 Description
 ssh-add adds RSA or DSA identities to the authentication agent,
ssh-agent(1).  When run without arguments, it adds the files
$HOME/.ssh/id_rsa, $HOME/.ssh/id_dsa and $HOME/.ssh/identity.  Alterna-
tive file names can be given on the command line. [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/reference/ssh-add/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ssh_config Configuration Reference</title>
		<link>http://www.linuxpros.org/reference/ssh_config/</link>
		<comments>http://www.linuxpros.org/reference/ssh_config/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 04:12:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Reference</dc:subject><dc:subject>OpenSSH</dc:subject><dc:subject>Secure Shell</dc:subject><dc:subject>ssh</dc:subject><dc:subject>ssh config</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/reference/ssh_config/</guid>
		<description><![CDATA[ssh_config - OpenSSH SSH client configuration files
Synopsis
$HOME/.ssh/config
/etc/ssh/ssh_config
Description
ssh obtains configuration data from the following sources in the follow-
ing order:
1.   command-line options
2.   user’s configuration file ($HOME/.ssh/config)
3.   system-wide configuration file (/etc/ssh/ssh_config)
For each parameter, the first obtained value will be used.  The configu-
ration files contain sections bracketed by “Host” specifications, and
that section [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/reference/ssh_config/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ssh Command Reference</title>
		<link>http://www.linuxpros.org/reference/ssh/</link>
		<comments>http://www.linuxpros.org/reference/ssh/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 03:34:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Reference</dc:subject><dc:subject>OpenSSH</dc:subject><dc:subject>Secure Shell</dc:subject><dc:subject>ssh</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/links/ssh/</guid>
		<description><![CDATA[ssh - OpenSSH SSH client (remote login program)
Synopsis
ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]
[-D port] [-e escape_char] [-F configfile] [-i identity_file] [-L
port:host:hostport] [-l login_name] [-m mac_spec] [-o option]
[-p port] [-R port:host:hostport] [-S ctl] [user@]hostname [command]
Description
ssh (SSH client) is a program for logging into a remote machine and for
executing commands on a remote machine.  It is [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/reference/ssh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>httpd Command Reference</title>
		<link>http://www.linuxpros.org/reference/httpd/</link>
		<comments>http://www.linuxpros.org/reference/httpd/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 03:29:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<dc:subject>Reference</dc:subject><dc:subject>apache</dc:subject><dc:subject>command line</dc:subject><dc:subject>httpd</dc:subject><dc:subject>Web Server</dc:subject>
		<guid isPermaLink="false">http://www.linuxpros.org/reference/httpd/</guid>
		<description><![CDATA[httpd - Apache Hypertext Transfer Protocol Server
 Synopsis
 httpd  [ -d serverroot ] [ -f config ] [ -C directive ] [ -c directive
] [ -D parameter ] [ -e level ] [ -E file ] [ -k  start&#124;restart&#124;grace-
ful&#124;stop  ] [ -R directory ] [ -h ] [ -l ] [ -L [...]]]></description>
		<wfw:commentRss>http://www.linuxpros.org/reference/httpd/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
