<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.kochkin.org/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>kochkin.org</title>
        <description></description>
        <link>http://www.kochkin.org/</link>
        <lastBuildDate>Sat, 21 Aug 2010 14:05:37 +0400</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.kochkin.org/lib/images/favicon.ico</url>
            <title>kochkin.org</title>
            <link>http://www.kochkin.org/</link>
        </image>
        <item>
            <title>Главная</title>
            <link>http://www.kochkin.org/doku.php/start?rev=1282112886&amp;do=diff</link>
            <description>English version (Google translate)


Вопросы и ответы при использовании Fedora и прочая документация



----------</description>
            <author>Oleg Kochkin</author>
            <pubDate>Wed, 18 Aug 2010 10:28:06 +0400</pubDate>
        </item>
        <item>
            <title>Сеть</title>
            <link>http://www.kochkin.org/doku.php/fedora/020-network?rev=1282072409&amp;do=diff</link>
            <description>17 августа 2010г. Fedora 13.

Устанавливаем пакет &quot;xl2tpd&quot; из реп.

Редактируем файл &quot;/etc/xl2tpd/xl2tpd.conf&quot;:
[global]
access control = yes
[lac starnet]                            ;сюда имя хоста или адрес сервера
lns = l2tp.starnet                       ;сюда вписывать айпи адрес или доменное имя сервера
redial = yes                             ;перезванивать при разрывах
redial timeout = 10                      ;сколько секунд ждать
require chap = yes                       ;включена авториз…</description>
            <author>Oleg Kochkin</author>
        <category>fedora</category>
            <pubDate>Tue, 17 Aug 2010 23:13:29 +0400</pubDate>
        </item>
        <item>
            <title>Работа с мультимедийными файлами</title>
            <link>http://www.kochkin.org/doku.php/fedora/040-multimedia?rev=1281727529&amp;do=diff</link>
            <description>#!/usr/bin/perl

$folder=@ARGV[0];
$chapter_start=@ARGV[1];
$chapter_end=@ARGV[2];
if (&quot;$folder&quot; eq &quot;&quot;){
	print &quot;\nCommand:\n&quot;;
	print &quot;dvd-chapters-to-mpg dvd_folder [chapter_start] [chapter_end]\n&quot;;
	exit;
	}
if (&quot;$chapter_start&quot; eq &quot;&quot;){ $chapter_start=1;}
if (&quot;$chapter_end&quot; eq &quot;&quot;){ $chapter_end=$chapter_start;}
for ($i=$chapter_start;$i&lt;=$chapter_end;$i++){
	$chap=$i;
	while (length ($chap)&lt;3) {$chap=&quot;0&quot;.$chap;}
	print &quot;Chapter - $chap\n&quot;;
	`mencoder dvd:// -dvd-device \&quot;$folder\&quot; -chapter $i…</description>
            <author>Oleg Kochkin</author>
        <category>fedora</category>
            <pubDate>Fri, 13 Aug 2010 23:25:29 +0400</pubDate>
        </item>
    </channel>
</rss>
