<?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; Linux</title>
	<atom:link href="http://www.x83.net/tag/linux/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>Install Dante socks proxy</title>
		<link>http://www.x83.net/install-dante-socks-proxy/</link>
		<comments>http://www.x83.net/install-dante-socks-proxy/#comments</comments>
		<pubDate>Mon, 24 May 2010 12:51:07 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dante]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[socks]]></category>

		<guid isPermaLink="false">http://www.x83.net/install-dante-socks-proxy/</guid>
		<description><![CDATA[Dante socks install :
Download Dante from : ftp://ftp.inet.no/pub/socks/dante-1.2.0.tar.gz
tar zxvf dante-1.2.0.tar.gz
cd dante-1.2.0
yum install gcc make
./configure
make -j4
make install
ifconfig -a &#124;  grep inet &#124; awk &#8216;{print $2}&#8217; &#124; awk -F &#8216;:&#8217; &#8216;{print $2}&#8217; &#124; grep -v 127.0.0.1 &#62;  /root/ips
for i in `cat ips` ;do echo &#8220;internal: $i port = 6060&#8243; &#62;&#62; /root/sockd.conf ;done
Example of sockd.conf :
logoutput: stderr
method: username [...]]]></description>
			<content:encoded><![CDATA[<p>Dante socks install :</p>
<p>Download Dante from : ftp://ftp.inet.no/pub/socks/dante-1.2.0.tar.gz</p>
<p>tar zxvf dante-1.2.0.tar.gz<br />
cd dante-1.2.0<br />
yum install gcc make<br />
./configure<br />
make -j4<br />
make install</p>
<blockquote><p>ifconfig -a |  grep inet | awk &#8216;{print $2}&#8217; | awk -F &#8216;:&#8217; &#8216;{print $2}&#8217; | grep -v 127.0.0.1 &gt;  /root/ips</p></blockquote>
<blockquote><p>for i in `cat ips` ;do echo &#8220;internal: $i port = 6060&#8243; &gt;&gt; /root/sockd.conf ;done</p></blockquote>
<p>Example of sockd.conf :</p>
<blockquote><p>logoutput: stderr<br />
method: username none<br />
external: externalIPtouse<br />
client pass {<br />
from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0<br />
}<br />
pass {<br />
from: 0.0.0.0/0 to: 0.0.0.0/0<br />
method: username<br />
protocol: tcp udp<br />
}
</p></blockquote>
<p>Launch using :</p>
<p>sockd -f /root/sockd.conf -d</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/install-dante-socks-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move Windows with screen</title>
		<link>http://www.x83.net/move-windows-with-screen/</link>
		<comments>http://www.x83.net/move-windows-with-screen/#comments</comments>
		<pubDate>Thu, 13 May 2010 11:18:36 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=414</guid>
		<description><![CDATA[
change to the window you want to move
type (for example) ^a:number 1
^x is the host key (usually ^a on most machines)  (CTRL+A)
:number (typed literally) is the command
1 the number to move the current screen to

]]></description>
			<content:encoded><![CDATA[<ul>
<li>change to the window you want to move</li>
<li>type (for example) <strong>^a:number 1</strong></li>
<li><strong>^x</strong> is the host key (usually ^a on most machines)  (CTRL+A)</li>
<li><strong>:number</strong> (typed literally) is the command</li>
<li><strong>1</strong> the number to move the current screen to</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/move-windows-with-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add swap on Linux</title>
		<link>http://www.x83.net/add-swap-on-linux/</link>
		<comments>http://www.x83.net/add-swap-on-linux/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 19:09:46 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[/etc/fstab]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[mkswap]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=390</guid>
		<description><![CDATA[
[root@host ~]# dd if=/dev/zero of=/swapfile bs=1024 count=1048576
1048576+0 records in
1048576+0 records out
[root@host ~]# sync
[root@host ~]# mkswap /swapfile
Setting up swapspace version 1, size = 1073737 kB
[root@host ~]# swapon /swapfile
[root@host ~]# echo &#8220;/swapfile swap swap defaults 0 0&#8243; >> /etc/fstab
]]></description>
			<content:encoded><![CDATA[<blockquote><p>
[root@host ~]# dd if=/dev/zero of=/swapfile bs=1024 count=1048576<br />
1048576+0 records in<br />
1048576+0 records out<br />
[root@host ~]# sync<br />
[root@host ~]# mkswap /swapfile<br />
Setting up swapspace version 1, size = 1073737 kB<br />
[root@host ~]# swapon /swapfile<br />
[root@host ~]# echo &#8220;/swapfile swap swap defaults 0 0&#8243; >> /etc/fstab</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/add-swap-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to generate interface configs on Linux</title>
		<link>http://www.x83.net/script-to-generate-interface-configs-on-linux/</link>
		<comments>http://www.x83.net/script-to-generate-interface-configs-on-linux/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 20:26:54 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[DEVICE]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[ifcfg-eth1]]></category>
		<category><![CDATA[IPADDR]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=382</guid>
		<description><![CDATA[Generate ifcfg-eth1 307-366 configs. 
touch ifcfg-eth1:{307..366}
for f in ifcfg-eth1:{307..366}; do cat origfile > &#8220;$f&#8221;; done
for f in eth1:{307..366}; do echo &#8220;DEVICE=$f&#8221; >> &#8220;ifcfg-$f&#8221;; done
for f in {307..366}; do echo &#8220;IPADDR=aaa.bbb.ccc.$((f-239))&#8221; >> &#8220;ifcfg-eth1:$f&#8221;; done

origfile contains:
GATEWAY=eee.fff.ggg.hhh
TYPE=Ethernet
BOOTPROTO=none
NETMASK=255.255.255.192
]]></description>
			<content:encoded><![CDATA[<p>Generate ifcfg-eth1 307-366 configs. </p>
<blockquote><p>touch ifcfg-eth1:{307..366}<br />
for f in ifcfg-eth1:{307..366}; do cat origfile > &#8220;$f&#8221;; done<br />
for f in eth1:{307..366}; do echo &#8220;DEVICE=$f&#8221; >> &#8220;ifcfg-$f&#8221;; done<br />
for f in {307..366}; do echo &#8220;IPADDR=aaa.bbb.ccc.$((f-239))&#8221; >> &#8220;ifcfg-eth1:$f&#8221;; done
</p></blockquote>
<p>origfile contains:</p>
<blockquote><p>GATEWAY=eee.fff.ggg.hhh<br />
TYPE=Ethernet<br />
BOOTPROTO=none<br />
NETMASK=255.255.255.192</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/script-to-generate-interface-configs-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I find out Linux Disk utilization RHEL/Centos?</title>
		<link>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/</link>
		<comments>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:11:36 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[iostat]]></category>
		<category><![CDATA[rhel]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=377</guid>
		<description><![CDATA[iostat syntax for disk utilization report
iostat -d -x interval count
      -d : Display the device utilization report (d == disk)
      -x : Display extended statistics including disk utilization
      interval : It is time period in seconds between two samples . [...]]]></description>
			<content:encoded><![CDATA[<p>iostat syntax for disk utilization report</p>
<p>iostat -d -x interval count</p>
<p>      -d : Display the device utilization report (d == disk)<br />
      -x : Display extended statistics including disk utilization</p>
<p>      interval : It is time period in seconds between two samples . iostat 2 will give data at each 2 seconds interval.</p>
<p>      count : It is the number of times the data is needed . iostat 2 5 will give data at 2 seconds interval 5 times</p>
<p>Display 3 reports of extended statistics at 5 second intervals for disk</p>
<p>Type the following command:</p>
<p># iostat -d -x 5 3</p>
<p>Output:</p>
<p>[root@vari Desktop]# iostat -d -x 5 3</p>
<p>Linux 2.6.18-128.7.1.el5xen (vari.taashee.com) 08/26/2009 _i686_ (2 CPU)</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 2.41 12.42 3.27 5.37 134.84 142.70 32.13 0.12 14.04 1.83 1.58</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 0.00 1.60 0.00 0.40 0.00 16.00 40.00 0.00 0.00 0.00 0.00</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00</p>
<p>Where,</p>
<p>    rrqm/s : The number of read requests merged per second that were queued to the hard disk<br />
    wrqm/s : The number of write requests merged per second that were queued to the hard disk<br />
    r/s : The number of read requests per second<br />
    w/s : The number of write requests per second<br />
    rsec/s : The number of sectors read from the hard disk per second<br />
    wsec/s : The number of sectors written to the hard disk per second<br />
    avgrq-sz : The average size (in sectors) of the requests that were issued to the device.<br />
    avgqu-sz : The average queue length of the requests that were issued to the device<br />
    await : The average time (in milliseconds) for I/O requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.</p>
<p>      svctm : The average service time (in milliseconds) for I/O requests that were issued to the device<br />
      %util : Percentage of CPU time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100%.</p>
<p>How do I interpret the output result for optimization?</p>
<p>First you need to note down following values from the iostat output:</p>
<p>   1. The average service time (svctm)<br />
   2. Percentage of CPU time during which I/O requests were issued (%util)<br />
   3. See if a hard disk reports consistently high reads/writes (r/s and w/s)</p>
<p>If any one of these are high, you need to take one of the following action:</p>
<p>      Get high speed disk and controller for file system (for example move from SATA I to SAS 15k disk)<br />
      Tune software or application or kernel or file system for better disk utilization<br />
      Use RAID array to spread the file system</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to sort folders by size with one command line in Linux</title>
		<link>http://www.x83.net/how-to-sort-folders-by-size-with-one-command-line-in-linux/</link>
		<comments>http://www.x83.net/how-to-sort-folders-by-size-with-one-command-line-in-linux/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 03:35:40 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[du]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[max-depth]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[xargs]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=347</guid>
		<description><![CDATA[du &#8211;max-depth=1 $PWD &#124; sort -n -r
du -H &#8211;max-depth=1 $PWD
&#8220;-H&#8221;  &#8211; produce human readable format sizes (like: 1K 10M 1G)
A good and short one liner using xargs
du -s ./* &#124; sort -n&#124; cut -f 2-&#124;xargs -i du -sh {}
This will sort the folders according to size and display them in human readable format… to [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>du &#8211;max-depth=1 $PWD | sort -n -r<br />
du -H &#8211;max-depth=1 $PWD</p></blockquote>
<p>&#8220;-H&#8221;  &#8211; produce human readable format sizes (like: 1K 10M 1G)</p>
<p>A good and short one liner using xargs</p>
<blockquote><p>du -s ./* | sort -n| cut -f 2-|xargs -i du -sh {}</p></blockquote>
<p>This will sort the folders according to size and display them in human readable format… to reverse the list<br />
use sort -nr option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/how-to-sort-folders-by-size-with-one-command-line-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto configure vsftpd</title>
		<link>http://www.x83.net/howto-configure-vsftpd/</link>
		<comments>http://www.x83.net/howto-configure-vsftpd/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 07:03:14 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[chroot_list]]></category>
		<category><![CDATA[vsftpd]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=318</guid>
		<description><![CDATA[yum install vsftpd
[root@shifu ~]# cat /etc/vsftpd/vsftpd.conf  &#124; grep -v ^#
anonymous_enable=NO                      # disable anonymous account
local_enable=YES                    [...]]]></description>
			<content:encoded><![CDATA[<p>yum install vsftpd</p>
<blockquote><p>[root@shifu ~]# cat /etc/vsftpd/vsftpd.conf  | grep -v ^#<br />
anonymous_enable=NO                      # disable anonymous account<br />
local_enable=YES                             # enable local users<br />
write_enable=YES                            # enable uploading files<br />
local_umask=022                             # mask<br />
dirmessage_enable=YES<br />
xferlog_enable=YES                         # log messages<br />
connect_from_port_20=YES<br />
xferlog_std_format=YES<br />
idle_session_timeout=600<br />
chroot_list_enable=YES                     # chroot users into their own dir<br />
listen=YES</p>
<p>pam_service_name=vsftpd<br />
userlist_enable=YES<br />
tcp_wrappers=YES</p>
</blockquote>
<p><strong>/etc/vsftpd/chroot_list</strong> contains a list of all users that will be in chroot</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/howto-configure-vsftpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upgrade MySQL 5.0 to MySQL 5.1 cPanel</title>
		<link>http://www.x83.net/how-to-upgrade-mysql-5-0-to-mysql-5-1-cpanel/</link>
		<comments>http://www.x83.net/how-to-upgrade-mysql-5-0-to-mysql-5-1-cpanel/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 08:22:51 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql 5.0]]></category>
		<category><![CDATA[mysql 5.1]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=221</guid>
		<description><![CDATA[How to upgrade MySQL 5.0 to MySQL 5.1 in a cPanel server
Login as root and edit /var/cpanel/cpanel.config. 
Replace :
mysql-server=5.0 with
mysql-server=5.1
Finally run: /scripts/mysqlup
]]></description>
			<content:encoded><![CDATA[<p>How to upgrade MySQL 5.0 to MySQL 5.1 in a cPanel server</p>
<p>Login as root and edit <strong>/var/cpanel/cpanel.config. </strong></p>
<p>Replace :</p>
<p>mysql-server=5.0 with<br />
mysql-server=5.1</p>
<p>Finally run: <em>/scripts/mysqlup</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/how-to-upgrade-mysql-5-0-to-mysql-5-1-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sysctl Linux</title>
		<link>http://www.x83.net/sysctl-linux/</link>
		<comments>http://www.x83.net/sysctl-linux/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:58:25 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[net.ipv4]]></category>
		<category><![CDATA[rp_filter]]></category>
		<category><![CDATA[sysctl]]></category>
		<category><![CDATA[ttl]]></category>

		<guid isPermaLink="false">http://www.x83.net/blog/?p=121</guid>
		<description><![CDATA[
net.ipv4.tcp_ecn = 0
net.ipv4.conf.default.rp_filter = 1
#kernel.sysrq = 1
kernel.core_uses_pid = 1

net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.eth0.rp_filter = 0

net.ipv4.neigh.default.gc_thresh1 = 65535
net.ipv4.neigh.default.gc_thresh2 = 65535
net.ipv4.neigh.default.gc_thresh3 = 65535

kernel.core_uses_pid = 1
#Default ttl
net.ipv4.ip_default_ttl = 255

#No uptime
net.ipv4.tcp_timestamps=0

#Forwarding
net.ipv4.ip_forward = 1

net.ipv4.tcp_ecn = 0
net.ipv4.conf.default.rp_filter = 1
kernel.core_uses_pid = 1

#Connection max numer
net.ipv4.ip_conntrack_max = 65535

#Against DDOS //6169=0x1819
net.ipv4.icmp_ratelimit=0
net.ipv4.icmp_ratemask=6169

#Disabling of ICMP echo-reply directed to Broadcast addresses // against scanning
net.ipv4.icmp_echo_ignore_broadcasts=1

]]></description>
			<content:encoded><![CDATA[<pre>
net.ipv4.tcp_ecn = 0
net.ipv4.conf.default.rp_filter = 1
#kernel.sysrq = 1
kernel.core_uses_pid = 1

net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.eth0.rp_filter = 0

net.ipv4.neigh.default.gc_thresh1 = 65535
net.ipv4.neigh.default.gc_thresh2 = 65535
net.ipv4.neigh.default.gc_thresh3 = 65535

kernel.core_uses_pid = 1
#Default ttl
net.ipv4.ip_default_ttl = 255

#No uptime
net.ipv4.tcp_timestamps=0

#Forwarding
net.ipv4.ip_forward = 1

net.ipv4.tcp_ecn = 0
net.ipv4.conf.default.rp_filter = 1
kernel.core_uses_pid = 1

#Connection max numer
net.ipv4.ip_conntrack_max = 65535

#Against DDOS //6169=0x1819
net.ipv4.icmp_ratelimit=0
net.ipv4.icmp_ratemask=6169

#Disabling of ICMP echo-reply directed to Broadcast addresses // against scanning
net.ipv4.icmp_echo_ignore_broadcasts=1
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/sysctl-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
