<?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>gibbsie.org Knowledge Base &#187; Security</title>
	<atom:link href="http://kb.gibbsie.org/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://kb.gibbsie.org</link>
	<description>An IT technical knowledge base, provided by gibbsie.org Solutions</description>
	<lastBuildDate>Fri, 15 Jan 2010 09:41:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Basic Solaris Security Checks</title>
		<link>http://kb.gibbsie.org/2008/08/basic-solaris-security-checks/</link>
		<comments>http://kb.gibbsie.org/2008/08/basic-solaris-security-checks/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 17:42:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Sun Microsystems]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=70</guid>
		<description><![CDATA[Decrypting a file that has been encrypted (low-grade encryption): # crypt abc &#038;&#038; rm abc.cr File encryption with crypt (low-grade encryption): # crypt abc.cr &#038;&#038; rm abc Stops users logging in: # echo 'Please go away' > /etc/nologin Find all your writable directories: # find / -perm -0777 -type d -ls Find all SGID files: [...]]]></description>
		<wfw:commentRss>http://kb.gibbsie.org/2008/08/basic-solaris-security-checks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NIS+ Authentication</title>
		<link>http://kb.gibbsie.org/2008/08/nisplus-authentication/</link>
		<comments>http://kb.gibbsie.org/2008/08/nisplus-authentication/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 10:56:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[NIS+]]></category>
		<category><![CDATA[Sun Microsystems]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=47</guid>
		<description><![CDATA[NIS+ is Sun Microsystems secure implementation of NIS. NIS+, through its confusing hierarchies and less than clear implementation guides, never really won the hearts of UNIX systems administrators and architects resulting in a poor uptake. As a result, Sun have recently end of lifed (EOLd) NIS+. There are a number of commands used to get [...]]]></description>
		<wfw:commentRss>http://kb.gibbsie.org/2008/08/nisplus-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris 10 Zones</title>
		<link>http://kb.gibbsie.org/2008/08/solaris-10-zones/</link>
		<comments>http://kb.gibbsie.org/2008/08/solaris-10-zones/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 20:38:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Sun Microsystems]]></category>
		<category><![CDATA[Zones]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=24</guid>
		<description><![CDATA[This section provides an introductions to zones within the Solaris 10 operating environment. A zone is Sun&#8217;s answer to providing an isolated environment in which a set of service daemons can operate. It&#8217;s easy to think of a zone as an advanced &#8216;chroot jail&#8217; with additional functionality and benefits. Zone States A zone can be [...]]]></description>
		<wfw:commentRss>http://kb.gibbsie.org/2008/08/solaris-10-zones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nortel Alteon Load Balancer</title>
		<link>http://kb.gibbsie.org/2008/08/nortel-alteon-load-balancer/</link>
		<comments>http://kb.gibbsie.org/2008/08/nortel-alteon-load-balancer/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 20:32:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Alteon]]></category>
		<category><![CDATA[Application Switch]]></category>
		<category><![CDATA[Load Balancer]]></category>
		<category><![CDATA[Nortel]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=18</guid>
		<description><![CDATA[Show full configuration: /info/slb/dump Add a real server /cfg/slb/real x dis rip w.x.y.z name "hostname" ena Alter a real server configuration: /cfg/slb/real x inter 1 retry 3 restr 3 Show ports: /info/port Show filters on a specific port: /info/slb/port x Saving Configuration Changes Make configuration active: apply Save configuration to flash: save Sync configuration with [...]]]></description>
		<wfw:commentRss>http://kb.gibbsie.org/2008/08/nortel-alteon-load-balancer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check Point FW-1</title>
		<link>http://kb.gibbsie.org/2008/08/check-point-fw-1/</link>
		<comments>http://kb.gibbsie.org/2008/08/check-point-fw-1/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 20:24:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Check Point FW-1]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=14</guid>
		<description><![CDATA[Initial command-line options: cpstart Launches all Check Point VPN-1 NGX applications running on the system, except for cprid, which is invoked on boot and runs separately. The processes cpstart loads are: NGX daemon (fwd) SmartCentre Server (fwm) NGX SNMP daemon (snmpd) Authentication daemons cpstop Kills all Check Point applications running on the system, except for [...]]]></description>
		<wfw:commentRss>http://kb.gibbsie.org/2008/08/check-point-fw-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

