<?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>Top Web Solutions. Hosting Solutions, Linux, Bash, SSH, Operation Systems. cPanel Control Panel, Fantastico Autoinstaller, Apache Web server, Gentoo Linux &#187; Bash / SSH</title>
	<atom:link href="http://www.top-web-solutions.com/cat/bash-ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.top-web-solutions.com</link>
	<description>cPanel Control Panel, Fantastico Autoinstaller, Apache Web server, Gentoo Linux</description>
	<lastBuildDate>Fri, 01 May 2009 13:22:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Delete files older than X nuber of days</title>
		<link>http://www.top-web-solutions.com/delete-files-older-than-x-nuber-of-days.html</link>
		<comments>http://www.top-web-solutions.com/delete-files-older-than-x-nuber-of-days.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:52:14 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Bash / SSH]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=239</guid>
		<description><![CDATA[Here is another bash one-liner. This one will help you find and delete files older than X number of days. Very useful in a directory full of various types of logs, such as /var/log:
find .  -type f -mtime +X -exec rm -rf {} \; ;done
This assumes, that you are already in the directory in question. Simply [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/delete-files-older-than-x-nuber-of-days.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>remove only old files from a folder</title>
		<link>http://www.top-web-solutions.com/remove-only-old-files-from-a-folder.html</link>
		<comments>http://www.top-web-solutions.com/remove-only-old-files-from-a-folder.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:14:04 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Bash / SSH]]></category>
		<category><![CDATA[Tips`n`Tricks]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=231</guid>
		<description><![CDATA[If you have a directory full of logs for example, I am sure at some point you needed to delete all of them, but the 10 most recent ones. Here is a very short bash one-liner:

rm `ls -t &#124; awk 'NR&#62;10'`


This will remove all the files from the folder and will leave the 10 most [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/remove-only-old-files-from-a-folder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual FreeBSD part 2: Installing the BASH shell.</title>
		<link>http://www.top-web-solutions.com/virtual-freebsd-part-2-installing-the-bash-shell.html</link>
		<comments>http://www.top-web-solutions.com/virtual-freebsd-part-2-installing-the-bash-shell.html#comments</comments>
		<pubDate>Sun, 01 Mar 2009 15:17:26 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Bash / SSH]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://futurepages.net/virtual-freebsd-part-2-installing-the-bash-shell/</guid>
		<description><![CDATA[This is the second part of the &#8220;Virtual FreeBSD&#8221; tutorials series. In the first part we have installed the OS from the scratch by downloading most of it from the Internet. In this second tutorial we will customize the default shell and install a little bit more user-friendly one. But first thing first:
Requirements

A fresh (or [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/virtual-freebsd-part-2-installing-the-bash-shell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openvpn and a Windows client</title>
		<link>http://www.top-web-solutions.com/openvpn-and-a-windown-client.html</link>
		<comments>http://www.top-web-solutions.com/openvpn-and-a-windown-client.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:53:51 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Bash / SSH]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://top-web-solutions.com/openvpn-and-a-windown-client/</guid>
		<description><![CDATA[This is quite an easy one. Even for a newbie. Here we will show the quickest way to create an openVPN tunnel between your safe home Linux/BSD router and your Windows client. Very useful for mobile computers, which do not always use the same secure network. Mind that this only shows you the quickest way [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/openvpn-and-a-windown-client.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding ssh keys automatically</title>
		<link>http://www.top-web-solutions.com/adding-ssh-keys-automatically.html</link>
		<comments>http://www.top-web-solutions.com/adding-ssh-keys-automatically.html#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:36:56 +0000</pubDate>
		<dc:creator>Adam Cooper</dc:creator>
				<category><![CDATA[Bash / SSH]]></category>
		<category><![CDATA[adding ssh key]]></category>
		<category><![CDATA[key work]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-keygen]]></category>

		<guid isPermaLink="false">http://www.top-web-solutions.com/?p=24</guid>
		<description><![CDATA[Top Solution of the day:
SSH keys are very useful for people who work with multiple servers every day.
How do keys work:
Simply, you generate yourself a key:
ssh-keygen -t dsa -C &#8220;Comment-goes-here&#8221;
The ssh-keygen is an application that generates and manages authentication keys.
You can see the full manual here.

The -t means type of the key, and the -C [...]]]></description>
		<wfw:commentRss>http://www.top-web-solutions.com/adding-ssh-keys-automatically.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
