<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>BIN63</title>
	
	<link>http://bin63.com</link>
	<description>Stan and Moe's Survival Guides</description>
	<lastBuildDate>Fri, 15 Mar 2013 11:07:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BIN63" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="bin63" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">BIN63</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to Set Up an SFTP User on FreeBSD</title>
		<link>http://bin63.com/how-to-set-up-an-sftp-user-on-freebsd</link>
		<comments>http://bin63.com/how-to-set-up-an-sftp-user-on-freebsd#comments</comments>
		<pubDate>Mon, 12 Nov 2012 13:15:36 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://bin63.com/?p=2101</guid>
		<description><![CDATA[Do you need a secure way to give people access to files on your FreeBSD server? While FTP is not a good option because passwords are transfered in plain text, you should use the more secure SFTP. SFTP is based on SSH which encrypts all passwords and data. With this option there is no need [...]]]></description>
		<wfw:commentRss>http://bin63.com/how-to-set-up-an-sftp-user-on-freebsd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Rename a Jail Using ezjail on FreeBSD</title>
		<link>http://bin63.com/how-to-rename-a-jail-using-ezjail-on-freebsd</link>
		<comments>http://bin63.com/how-to-rename-a-jail-using-ezjail-on-freebsd#comments</comments>
		<pubDate>Mon, 05 Nov 2012 12:34:18 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://bin63.com/?p=2027</guid>
		<description><![CDATA[This tutorial covers the steps to rename a jail using ezjail on FreeBSD. Instead of deleting and creating a new jail, you can rename an existing jail. This can safe you some time. If you do not use ezjail you can probably adjust the steps that it will work with your jail administration framework. Root [...]]]></description>
		<wfw:commentRss>http://bin63.com/how-to-rename-a-jail-using-ezjail-on-freebsd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a User to the Wheel Group on FreeBSD</title>
		<link>http://bin63.com/how-to-add-a-user-to-the-wheel-group-on-freebsd</link>
		<comments>http://bin63.com/how-to-add-a-user-to-the-wheel-group-on-freebsd#comments</comments>
		<pubDate>Mon, 05 Nov 2012 11:57:10 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://bin63.com/?p=2032</guid>
		<description><![CDATA[Sometimes you need to add a regular user to the wheel group. You can do this by directly editing the /etc/group file but there is a more comfortable way with the pw command. With this command you can add, modify and remove users and groups on FreeBSD. Root access is required to edit the following [...]]]></description>
		<wfw:commentRss>http://bin63.com/how-to-add-a-user-to-the-wheel-group-on-freebsd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a User to a Group on FreeBSD</title>
		<link>http://bin63.com/how-to-add-a-user-to-a-group-on-freebsd</link>
		<comments>http://bin63.com/how-to-add-a-user-to-a-group-on-freebsd#comments</comments>
		<pubDate>Mon, 05 Nov 2012 11:30:09 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://bin63.com/?p=2030</guid>
		<description><![CDATA[By adding users to separate groups you can easily handle different access rights. For this you need to use the pw command. With this command-line based editor the superuser root can edit system users and groups in a standardized way on FreeBSD. This includes adding, modifying and removing users and groups. Root access is required [...]]]></description>
		<wfw:commentRss>http://bin63.com/how-to-add-a-user-to-a-group-on-freebsd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install PPTP VPN Server on FreeBSD</title>
		<link>http://bin63.com/how-to-install-pptp-vpn-server-on-freebsd</link>
		<comments>http://bin63.com/how-to-install-pptp-vpn-server-on-freebsd#comments</comments>
		<pubDate>Thu, 25 Oct 2012 08:05:08 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://bin63.com/?p=1836</guid>
		<description><![CDATA[This tutorial will cover the steps to set up a virtual private network on FreeBSD. We are using the PPTP VPN server to establish a VPN of 2 and more users. For the clients there is no need to install any VPN application as the built-in VPN client of Windows, Linux or Mac can be [...]]]></description>
		<wfw:commentRss>http://bin63.com/how-to-install-pptp-vpn-server-on-freebsd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install and Use the PF Firewall on FreeBSD</title>
		<link>http://bin63.com/how-to-install-and-use-the-pf-firewall-on-freebsd</link>
		<comments>http://bin63.com/how-to-install-and-use-the-pf-firewall-on-freebsd#comments</comments>
		<pubDate>Wed, 24 Oct 2012 19:51:30 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://bin63.com/?p=1833</guid>
		<description><![CDATA[PF or Packet Filter is the in-build firewall software of FreeBSD. This firewall was originally developed for OpenBSD and has been ported to other operating systems like FreeBSD, NetBSD, Mac and Debian. In this tutorial we will show you the PF installation and configuration steps on FreeBSD to keep your network secure. Root access is [...]]]></description>
		<wfw:commentRss>http://bin63.com/how-to-install-and-use-the-pf-firewall-on-freebsd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install ElasticSearch on Windows</title>
		<link>http://bin63.com/how-to-install-elasticsearch-on-windows</link>
		<comments>http://bin63.com/how-to-install-elasticsearch-on-windows#comments</comments>
		<pubDate>Wed, 24 Oct 2012 16:12:25 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
				<category><![CDATA[ElasticSearch]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bin63.com/?p=1822</guid>
		<description><![CDATA[In this tutorial we show you the ElasticSearch installation process on Windows. ElasticSearch is a distributed, RESTful, open source search server, based on Apache Lucene and developed in Java. We are using the Unix-like environment and command-line interface Cygwin to execute ElasticSearch commands on Windows. Install Cygwin With the following instructions you will install Cygwin [...]]]></description>
		<wfw:commentRss>http://bin63.com/how-to-install-elasticsearch-on-windows/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Update FreeBSD Source Files, Ports and Docs With CVSup</title>
		<link>http://bin63.com/how-to-update-freebsd-source-files-ports-and-docs-with-cvsup</link>
		<comments>http://bin63.com/how-to-update-freebsd-source-files-ports-and-docs-with-cvsup#comments</comments>
		<pubDate>Wed, 24 Oct 2012 06:04:20 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://bin63.com/?p=1830</guid>
		<description><![CDATA[With CVSup you can update FreeBSD source files, ports and docs. CVSup efficiently updates all types of files, including sources, binaries, hard links, symbolic links, and even device nodes. Read more at the CVSup handbook page. Root access is required to edit the following files and to execute commands. Log in as root (su) or [...]]]></description>
		<wfw:commentRss>http://bin63.com/how-to-update-freebsd-source-files-ports-and-docs-with-cvsup/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Search and Install FreeBSD Ports</title>
		<link>http://bin63.com/how-to-search-and-install-freebsd-ports</link>
		<comments>http://bin63.com/how-to-search-and-install-freebsd-ports#comments</comments>
		<pubDate>Wed, 24 Oct 2012 05:31:44 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://bin63.com/?p=1819</guid>
		<description><![CDATA[The FreeBSD ports and packages collection is a simple way to install applications. In this tutorial we will show you to search and install new packages using this collection. There are thousands of ports available. Each application within the ports tree holds any patches to make the code compile and run on FreeBSD. Root access [...]]]></description>
		<wfw:commentRss>http://bin63.com/how-to-search-and-install-freebsd-ports/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Setup the JAVA_HOME Environment Variable on Windows</title>
		<link>http://bin63.com/how-to-setup-the-java_home-environment-variable-on-windows</link>
		<comments>http://bin63.com/how-to-setup-the-java_home-environment-variable-on-windows#comments</comments>
		<pubDate>Tue, 23 Oct 2012 15:06:26 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bin63.com/?p=1841</guid>
		<description><![CDATA[This instruction will show you to set up the JAVA_HOME environment variable on Windows. First you have to find the path to the Java development kit (JDK) on your system. Please use this path for the JAVA_HOME environment variable in the last step of this instruction. Setup the JAVA_HOME Environment Variable Right click on the [...]]]></description>
		<wfw:commentRss>http://bin63.com/how-to-setup-the-java_home-environment-variable-on-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
