<?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>Forums, Blogs, Wikis &#187; ssh</title>
	<atom:link href="http://forumsblogswikis.com/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://forumsblogswikis.com</link>
	<description>News on forums, blogs, wikis, cms, etc</description>
	<lastBuildDate>Tue, 09 Feb 2010 11:37:06 +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>Passive FTP problems with PureFTP, cPanel, and APF</title>
		<link>http://forumsblogswikis.com/2008/02/10/passive-ftp-problems-with-pureftp-cpanel-and-apf/</link>
		<comments>http://forumsblogswikis.com/2008/02/10/passive-ftp-problems-with-pureftp-cpanel-and-apf/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 13:50:34 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[apf]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/2008/02/10/passive-ftp-problems-with-pureftp-cpanel-and-apf/</guid>
		<description><![CDATA[A few months ago I moved all of my domains from a sad little VPS over to a dedicated server, and it made a huge difference in how well my sites worked.  The only catch is that FTP connections were flaky.  What I found is that setting the connection to Active would work, [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/02/10/passive-ftp-problems-with-pureftp-cpanel-and-apf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset Webmin password</title>
		<link>http://forumsblogswikis.com/2007/07/24/how-to-reset-webmin-password/</link>
		<comments>http://forumsblogswikis.com/2007/07/24/how-to-reset-webmin-password/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 18:20:00 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.forumsblogswikis.com/2007/07/24/how-to-reset-webmin-password/</guid>
		<description><![CDATA[Forgot your webmin password?  If you can login to the server via SSH you still may be in luck.  Look for a file called changepass.pl in the webmin directory or as part of the webmin download.  At the prompt type
PLAIN TEXT
CODE:




./changepass.pl /etc/webmin username newpassword 






replacing /etc/webmin with the path to the webmin [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2007/07/24/how-to-reset-webmin-password/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Clearing out MySQL binary logs</title>
		<link>http://forumsblogswikis.com/2007/06/16/clearing-out-mysql-binary-logs/</link>
		<comments>http://forumsblogswikis.com/2007/06/16/clearing-out-mysql-binary-logs/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 11:19:23 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.forumsblogswikis.com/2007/06/16/clearing-out-mysql-binary-logs/</guid>
		<description><![CDATA[Over the past few weeks WHM has been sending me emails that my server space was getting full.  I guess 80% is the threshold for those emails.  But it was creeping up so slowly that over the course of 8 or 10 weeks it had only gone from 80% to 82% which I [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2007/06/16/clearing-out-mysql-binary-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a MySQL database with a shell account</title>
		<link>http://forumsblogswikis.com/2007/05/26/how-to-create-a-mysql-database-with-a-shell-account/</link>
		<comments>http://forumsblogswikis.com/2007/05/26/how-to-create-a-mysql-database-with-a-shell-account/#comments</comments>
		<pubDate>Sat, 26 May 2007 21:38:07 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.forumsblogswikis.com/2007/05/26/how-to-create-a-mysql-database-with-a-shell-account/</guid>
		<description><![CDATA[Some hosts give you the ability to login with a shell account through SSH.  Even if this option is available, and on many hosts it is not, most of your admin activities will be more difficult since you will be using a command line interface rather than a web control panel like cPanel or [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2007/05/26/how-to-create-a-mysql-database-with-a-shell-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
