<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>.::digital nihilism::. - BSD</title>
    <link>http://blog.nihilism.ru/</link>
    <description>Bayrak Alexander blog</description>
    <dc:language>ru</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>FreeBSD Jail Utilities.</title>
    <link>http://blog.nihilism.ru/index.php?/archives/97-FreeBSD_Jail_Utilities..html</link>
            <category>BSD</category>
    
    <comments>http://blog.nihilism.ru/index.php?/archives/97-FreeBSD_Jail_Utilities..html#comments</comments>
    <wfw:comment>http://blog.nihilism.ru/wfwcomment.php?cid=97</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.nihilism.ru/rss.php?version=2.0&amp;type=comments&amp;cid=97</wfw:commentRss>
    

    <author>nospam@example.com (Bayrak Alexander)</author>
    <content:encoded>
    Нашел полезные утилиты, которые будут полезны всем кто имеет дело с FreeBSD jail.&lt;br /&gt;
&lt;br /&gt;
The new utilities make use of the ability to add a process to a jail in new versions of newer FreeBSD. Most of what these commands do could be possible via shell scripts and the default jail commands, however they do them in a more secure, reliable and simple fashion.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;injail&lt;/strong&gt;: to determine if running in a jail or not (for use in scripts).&lt;br /&gt;
&lt;strong&gt;jails&lt;/strong&gt;: lists all the running jails.&lt;br /&gt;
&lt;strong&gt;jid&lt;/strong&gt;: translates jail ids to jail host names and vice versa.&lt;br /&gt;
&lt;strong&gt;jkill&lt;/strong&gt;: shutdown or restart a jail.&lt;br /&gt;
&lt;strong&gt;jps&lt;/strong&gt;: lists processes running in a jail.&lt;br /&gt;
&lt;strong&gt;jstart&lt;/strong&gt;: a secure replacement for the jail command.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.nihilism.ru/index.php?/archives/97-FreeBSD_Jail_Utilities..html#extended&quot;&gt;Продолжить чтение &quot;FreeBSD Jail Utilities.&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 11 Jul 2008 17:08:30 +0400</pubDate>
    <guid isPermaLink="false">http://blog.nihilism.ru/index.php?/archives/97-guid.html</guid>
    
</item>
<item>
    <title>Доступны материалы с AsiaBSDcon 2008. </title>
    <link>http://blog.nihilism.ru/index.php?/archives/44-Dostupny_materialy_s_AsiaBSDcon_2008._.html</link>
            <category>BSD</category>
    
    <comments>http://blog.nihilism.ru/index.php?/archives/44-Dostupny_materialy_s_AsiaBSDcon_2008._.html#comments</comments>
    <wfw:comment>http://blog.nihilism.ru/wfwcomment.php?cid=44</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.nihilism.ru/rss.php?version=2.0&amp;type=comments&amp;cid=44</wfw:commentRss>
    

    <author>nospam@example.com (Bayrak Alexander)</author>
    <content:encoded>
    Стали доступны материалы с конференции AsiaBSDcon 2008, которая проходила в Токио с 27 по 30 марта.&lt;br /&gt;
&lt;br /&gt;
Для закачки доступны следующие материалы: &lt;br /&gt;&lt;a href=&quot;http://blog.nihilism.ru/index.php?/archives/44-Dostupny_materialy_s_AsiaBSDcon_2008._.html#extended&quot;&gt;Продолжить чтение &quot;Доступны материалы с AsiaBSDcon 2008. &quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 21 Apr 2008 12:10:59 +0400</pubDate>
    <guid isPermaLink="false">http://blog.nihilism.ru/index.php?/archives/44-guid.html</guid>
    
</item>
<item>
    <title>FreeBSD 7.0</title>
    <link>http://blog.nihilism.ru/index.php?/archives/52-FreeBSD_7.0.html</link>
            <category>BSD</category>
    
    <comments>http://blog.nihilism.ru/index.php?/archives/52-FreeBSD_7.0.html#comments</comments>
    <wfw:comment>http://blog.nihilism.ru/wfwcomment.php?cid=52</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.nihilism.ru/rss.php?version=2.0&amp;type=comments&amp;cid=52</wfw:commentRss>
    

    <author>nospam@example.com (Bayrak Alexander)</author>
    <content:encoded>
    28 февраля был анонсирован выход FreeBSD 7.0 ( http://www.freebsd.org/releases/7.0R/announce.html )&lt;br /&gt;
&lt;br /&gt;
Обновил свою домашнюю тестовую FreeBSD c 7.0RC1 до 7.0 STABLE. Обновление как и предполагалось прошло без каких либо сложностей.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;[bayrak@vostok]$ uname -a&lt;br /&gt;
FreeBSD vostok 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Feb 29 03:59:35 MSK 2008     bayrak@vostok:/usr/obj/usr/src/sys/GENERIC  amd64&lt;br /&gt;
[bayrak@vostok]$&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Что наиболее интересно для меня в релизе 7.0, и с чем в первую очередь хочется покопаться&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.nihilism.ru/index.php?/archives/52-FreeBSD_7.0.html#extended&quot;&gt;Продолжить чтение &quot;FreeBSD 7.0&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 29 Feb 2008 23:51:00 +0300</pubDate>
    <guid isPermaLink="false">http://blog.nihilism.ru/index.php?/archives/52-guid.html</guid>
    
</item>

</channel>
</rss>