<?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>x83.net &#187; archive</title>
	<atom:link href="http://www.x83.net/tag/archive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 09:50:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure syslog</title>
		<link>http://www.x83.net/configure-syslog/</link>
		<comments>http://www.x83.net/configure-syslog/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 03:51:08 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Juniper]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[junos]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[syslog]]></category>

		<guid isPermaLink="false">http://www.x83.net/blog/?p=65</guid>
		<description><![CDATA[

root@olive.x83.net# show system syslog &#124; display set
set system syslog archive size 1000k
set system syslog archive files 10
set system syslog archive world-readable
set system syslog user * any emergency
set system syslog file messages any notice
set system syslog file messages authorization info
set system syslog file interactive-commands interactive-commands any
set system syslog file security authorization any
set system syslog file security [...]]]></description>
			<content:encoded><![CDATA[<pre>

root@olive.x83.net# show system syslog | display set
set system syslog archive size 1000k
set system syslog archive files 10
set system syslog archive world-readable
set system syslog user * any emergency
set system syslog file messages any notice
set system syslog file messages authorization info
set system syslog file interactive-commands interactive-commands any
set system syslog file security authorization any
set system syslog file security interactive-commands any
set system syslog console authorization info
</pre>
<p>To stop recording system messages : </p>
<p><strong>deactivate system syslog file messages</strong></p>
<p>and to start recording :   </p>
<p><strong>activate system syslog file messages</strong></p>
<p>To turn of logging :</p>
<p><strong>delete system syslog file messages</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/configure-syslog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
