<?xml version='1.0' encoding='koi8-r'?>
<rss version='2.0'>
  <channel>
    <title>Ivanovo Linux Users Group - Общее администрирование</title>
    <link>http://lug.ivanovo.ru/f/forum.pl</link>
    <description>Latest forum posts</description>
    <lastBuildDate>Wed, 11 Oct 2017 20:02:01 GMT</lastBuildDate>
    <ttl>120</ttl>
    <generator>mwForum 2.12.0</generator>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=8010</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=8010</link>
      <title>What do you use Ubuntu for?</title>
      <author>JoeClark</author>
      <pubDate>Wed, 11 Oct 2017 12:43:43 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[I use Ubuntu on my laptop mainly as a web browsing system, but also for email, office work, light gaming, etc. What do you use Ubuntu for? Any very strange uses out there?<br/><br/>I didn&#39;t find the right solution from the internet.<br/><br/>References:<br/><a class='url' href='https://www.cnet.com/forums/discussions/what-do-you-use-ubuntu-for-65123/'>https://www.cnet.com/forums/discussions/what-do-you-use-ubuntu-for-65123/</a><br/><br/><a class='url' href='https://blog.advids.co/20-marketing-video-examples-from-website-builder-software-platform-and-tool/'>website builder software</a>]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7957</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7957</link>
      <title>pptpd &amp; squid проблема</title>
      <author>hawk</author>
      <pubDate>Thu, 26 Sep 2013 05:41:19 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Оживлю тему, с проблемой разобрался случайно, отключив для ряда пользователей проверку по MAC :).<br/>Т.е.&#160; <div class='lblock'><br/>acl ip1027 src 192.168.10.27/32<br/>acl mac1027 arp 14:da:e9:97:e4:24<br/>.....<br/>#http_access allow mac1027 ip1027<br/>http_access allow ip1027<br/></div><br/>перестаёт отваливаться.]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7954</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7954</link>
      <title>Squid  3.1.12 ACL is used but there is no HTTP reply -- not matching.</title>
      <author>kolka88</author>
      <pubDate>Thu, 15 Aug 2013 22:31:00 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Проблема решена. Как мне ответили на другом форуме:<br/>Не сталкивался лично, но в документации ясно сказано, что rep_mime_type не предназначен для http_access.<br/><br/>rep_mime_type: regular expression pattern matching on the reply (downloaded content) content-type header. This is only usable in the http_reply_access directive, not http_access.<br/><a class='url' href='http://wiki.squid-cache.org/SquidFaq/SquidAcl'>http://wiki.squid-cache.org/SquidFaq/SquidAcl</a><br/><br/>делаем http_reply_access вместо http_access.]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7953</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7953</link>
      <title>Squid  3.1.12 ACL is used but there is no HTTP reply -- not matching.</title>
      <author>kolka88</author>
      <pubDate>Wed, 07 Aug 2013 22:11:27 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Вот конфиг:<br/><br/><div class='lblock'>http_port 127.0.0.1:3128 intercept<br/>connect_timeout 20 second<br/>shutdown_lifetime 1 seconds<br/>cache_dir ufs /usr/local/squid/cache 3000 16 256<br/>maximum_object_size 4 GB<br/>quick_abort_min -1 KB<br/>coredump_dir /usr/local/squid/cache<br/>access_log /usr/local/squid/log/access.log squid<br/>log_mime_hdrs on<br/>acl webserver src 10.135.1.7/32<br/>acl localnet src 10.135.1.0/25 # RFC1918 possible internal network<br/>acl multimedia urlpath_regex &quot;/usr/local/etc/squid/AccessLists/block_multimedia.txt&quot;<br/>acl morning time 08:00-09:00<br/>acl lanch time 12:00-13:00<br/>acl after_work time 18:00-23:00<br/>acl fails rep_mime_type ^.*mms.* <br/>acl fails rep_mime_type ^.*ms-hdr.* <br/>acl fails rep_mime_type ^.*x-fcs.* <br/>acl fails rep_mime_type ^.*x-ms-asf.* <br/>acl fails2 urlpath_regex dvrplayer mediastream mms:// <br/>acl fails2 urlpath_regex .asf$ .afx$ .flv$ .swf$ <br/>acl deny_rep_mime_flashvideo rep_mime_type -i video/flv <br/>acl deny_rep_mime_shockwave rep_mime_type -i ^application/x-shockwave-flash$ <br/>acl x-type req_mime_type -i ^application/octet-stream$ <br/>acl x-type req_mime_type -i application/octet-stream <br/>acl x-type req_mime_type -i ^application/x-mplayer2$ <br/>acl x-type req_mime_type -i application/x-mplayer2 <br/>acl x-type req_mime_type -i ^application/x-oleobject$ <br/>acl x-type req_mime_type -i application/x-oleobject <br/>acl x-type req_mime_type -i application/x-pncmd <br/>acl x-type req_mime_type -i ^video/x-ms-asf$ <br/>acl x-type2 rep_mime_type -i ^application/octet-stream$ <br/>acl x-type2 rep_mime_type -i application/octet-stream <br/>acl x-type2 rep_mime_type -i ^application/x-mplayer2$ <br/>acl x-type2 rep_mime_type -i application/x-mplayer2 <br/>acl x-type2 rep_mime_type -i ^application/x-oleobject$<br/>acl x-type2 rep_mime_type -i application/x-oleobject<br/>acl x-type2 rep_mime_type -i application/x-pncmd<br/>acl x-type2 rep_mime_type -i ^video/x-ms-asf$<br/>acl torrent_mime rep_mime_type -i ^application/x-bittorrent$<br/>acl torrent_mime rep_mime_type -i application/x-bittorrent <br/>acl CONNECT method CONNECT<br/>acl allowdomen dstdomain &quot;/usr/local/etc/squid/AccessLists/allowdomenlitvin.txt&quot;<br/>acl allowdomenkasp dstdomain &quot;/usr/local/etc/squid/AccessLists/allowdomenkasp.txt&quot;<br/>acl RestrictedDomains dstdomain &quot;/usr/local/etc/squid/AccessLists/RestrictedDomains.txt&quot;<br/>http_access allow manager webserver<br/>http_access allow manager<br/>http_access allow webserver<br/>http_access allow localhost<br/>http_access deny all selector<br/>http_access allow all allowdomenkasp<br/>http_access allow buh allowdomen <br/>http_access allow morning&#160; RestrictedDomains<br/>http_access allow lanch RestrictedDomains<br/>http_access allow after_work RestrictedDomains<br/>http_access allow lanch deny_rep_mime_flashvideo<br/>http_reply_access allow lanch deny_rep_mime_flashvideo<br/>http_access allow lanch deny_rep_mime_shockwave<br/>http_reply_access allow lanch deny_rep_mime_shockwave<br/>http_access allow lanch x-type<br/>http_reply_access allow lanch x-type<br/>http_access allow lanch fails<br/>http_reply_access allow lanch fails<br/>http_access allow lanch fails2<br/>http_reply_access allow lanch fails2<br/>http_access allow lanch multimedia<br/>http_reply_access allow lanch multimedia<br/>http_access allow manager localhost<br/>http_access deny manager<br/>http_access deny CONNECT<br/>http_access deny to_localhost<br/>http_access allow it RestrictedDomains<br/>http_access allow it multimedia<br/>http_access allow it deny_rep_mime_flashvideo<br/>http_reply_access allow it deny_rep_mime_flashvideo<br/>http_access allow it deny_rep_mime_shockwave<br/>http_reply_access allow it deny_rep_mime_shockwave<br/>http_access allow it fails<br/>http_reply_access allow it fails<br/>http_access allow it fails2<br/>http_reply_access allow it fails2<br/>http_access allow it x-type<br/>http_reply_access allow it x-type<br/>http_access allow it x-type2<br/>http_reply_access allow it x-type2<br/>http_access allow it torrent_mime<br/>http_reply_access allow it torrent_mime<br/>http_reply_access deny deny_rep_mime_flashvideo<br/>http_reply_access deny deny_rep_mime_shockwave<br/>http_access deny fails<br/>http_reply_access deny fails<br/>http_access deny fails2<br/>http_reply_access deny fails2<br/>http_access deny x-type<br/>http_reply_access deny x-type<br/>http_access deny torrent_mime&#160; &#160; &#160; <br/>http_reply_access deny torrent_mime<br/>#http_access deny x-type2<br/>#http_reply_access deny x-type2<br/>http_access deny torrent_mime<br/>http_reply_access deny torrent_mime<br/>http_access deny RestrictedDomains<br/>http_access deny multimedia<br/>http_access allow localnet<br/>http_access allow localnet2<br/>refresh_pattern -i (/cgi-bin/|\?) 0&#160; &#160;&#160; 0%&#160; &#160; &#160; 0<br/>refresh_pattern .&#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160; 0&#160; &#160; &#160;&#160; 20%&#160; &#160;&#160; 4320<br/>error_directory /usr/local/etc/squid/errors.local/ru<br/>wccp2_router 10.135.1.1<br/>wccp2_forwarding_method gre<br/>wccp2_return_method gre<br/></div><br/><br/>Причем не важно, делается запрос на любой абсолютно url да тут даже и не делаю запрос на url он начинает выплевывать это все дело(((, даже рестарт делаю и сразу срач, я подозреваю что может в этот момент и запросов то нет...<br/><div class='lblock'><br/>tail -r /var/log/squid/cache.log | more<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:34 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;torrent_mime&#39; ACL is used but there is no HTTP reply -- not matching.<br/>2013/08/08 09:07:33 kid1| ACL::checklistMatches WARNING: &#39;fails&#39; ACL is used but there is no HTTP reply -- not matching.<br/></div><br/><br/>И что делать даже не знаю...]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7952</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7952</link>
      <title>Squid  3.1.12 ACL is used but there is no HTTP reply -- not matching.</title>
      <author>LOE</author>
      <pubDate>Wed, 07 Aug 2013 13:18:18 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Кидай свой конфиг сквида (приаттачить к сообщению или в личку) и давай полный url запроса(-ов)<br/>Надо щупать руками ситуацию.]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7951</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7951</link>
      <title>Squid  3.1.12 ACL is used but there is no HTTP reply -- not matching.</title>
      <author>kolka88</author>
      <pubDate>Wed, 07 Aug 2013 10:41:30 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Вы так и не решили проблему? У меня тоже самое... Люди неужто никто с таким не сталкивался?]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7908</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7908</link>
      <title>Книги системное администрирование посоветуйте ?</title>
      <author>LOE</author>
      <pubDate>Fri, 01 Feb 2013 13:44:15 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Обсуждение по данной тематике (поиск книг) уже было<br/>Если Топикстартер не знает что ему нужно, никто ему не поможет.<br/>Гугл (а так-же ozon.ru) в помошь.<br/><br/>Тема блокируется. Дальнейшие дубли будут удаляться.<br/><br/>PS. совет: найти книгу (или описание) в электронном виде, убедиться что это то, что нужно. после этого купить бумажный вариант.]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7907</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7907</link>
      <title>Книги системное администрирование посоветуйте ?</title>
      <author>Deness</author>
      <pubDate>Fri, 01 Feb 2013 10:47:55 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Я знаю эти но какие из них купить не знаю ?<br/><br/>Какие самые важные ?<br/><br/>Том Адельштайн <br/><br/>Системное администрирование в Linux<br/><br/>Эви Немет <br/><br/>Руководство администратора Linux<br/><br/>Э. Немет <br/><br/>Unix и Linux: Руководство системного администратора<br/><br/>Марк Собель <br/><br/>Linux. Администрирование и системное программирование]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7905</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7905</link>
      <title>Книга по Bash ?</title>
      <author>LOE</author>
      <pubDate>Mon, 21 Jan 2013 09:53:25 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Вот не понимаю таких людей ...<br/>Цитата:<div class='lblock'>&#160; Написал(а) Deness Дата 18.01.13 18:00 <br/> А скачать где на русском ?</div><br/>Теперь тебе нужна бумажная книга.<br/>Хорошо, <a class='url' href='http://www.ozon.ru/?context=search&amp;text=linux'>топай на ozon</a>, выбирай любую, покупай и читай бумажный вариант.<br/><br/>PS. топик закрываю.]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7904</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7904</link>
      <title>Книга по Bash ?</title>
      <author>Deness</author>
      <pubDate>Mon, 21 Jan 2013 09:39:30 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[видел]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7903</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7903</link>
      <title>Книга по Bash ?</title>
      <author>Deness</author>
      <pubDate>Mon, 21 Jan 2013 09:38:48 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Я уже повторял мне книга нужна !<br/><br/>Пялица в монитор нету жилания !<br/><br/>Названия и автора напишите ?]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7899</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7899</link>
      <title>Книга по Bash ?</title>
      <author>LOE</author>
      <pubDate>Sun, 20 Jan 2013 20:52:29 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Поскольку включить мозг тебе не удается, вот <a class='url' href='http://www.opennet.ru/man.shtml?topic=bash&amp;category=1'>информация для размышления</a> (по-русски)<br/><br/>PS. такого нежелания подумать своим мозгом я еще не встречал.]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7898</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7898</link>
      <title>ReiserFS блоки ?</title>
      <author>LOE</author>
      <pubDate>Sun, 20 Jan 2013 20:44:06 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[Легче что?<br/><br/>Если хочешь узнать детали реализации файловых систем, то ставь исходники ядра и усмотрись в исходники драйверов разных ФС.<br/><br/>PS. почитай <a class='url' href='http://ru.wikipedia.org/wiki/Список_файловых_систем'>Список файловых систем</a>. Их есть много и у каждой свои плюсы и минусы.<br/>PPS. бессмысленная дискуссия]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7895</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7895</link>
      <title>ReiserFS блоки ?</title>
      <author>Deness</author>
      <pubDate>Sun, 20 Jan 2013 19:34:20 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[ясно ей легче ?]]>
      </description>
    </item>
    <item>
      <guid isPermaLink='false'>http://lug.ivanovo.ru/f/topic_show.pl?pid=7894</guid>
      <link>http://lug.ivanovo.ru/f/topic_show.pl?pid=7894</link>
      <title>Книга по Bash ?</title>
      <author>Deness</author>
      <pubDate>Sun, 20 Jan 2013 19:33:36 GMT</pubDate>
      <category>Общее администрирование</category>
      <description>
        <![CDATA[всё]]>
      </description>
    </item>
  </channel>
</rss>
