<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Комментарии на сайте Японский городовой</title>
	<atom:link href="http://jeka-nn.ru/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeka-nn.ru</link>
	<description>Блог Jekи</description>
	<lastBuildDate>Tue, 08 May 2012 09:41:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Комментарий к записи Новые тарифы Дом.ru в Нижнем Новгороде (Игорь)</title>
		<link>http://jeka-nn.ru/2009/08/novie-tarifi-dom-ru-v-nizhnem-nobgoroge/comment-page-1/#comment-447</link>
		<dc:creator>Игорь</dc:creator>
		<pubDate>Tue, 08 May 2012 09:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://jeka-nn.ru/?p=7#comment-447</guid>
		<description>Какие же они новые? Они старые!</description>
		<content:encoded><![CDATA[<p>Какие же они новые? Они старые!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Делаем точку доступа wi-fi в Linux (hostapd) (Unknown)</title>
		<link>http://jeka-nn.ru/2010/05/delaem-tochku-dostupa-wi-fi-v-linux/comment-page-1/#comment-446</link>
		<dc:creator>Unknown</dc:creator>
		<pubDate>Sun, 11 Mar 2012 16:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://jeka-nn.ru/?p=245#comment-446</guid>
		<description>А что представляет из себя ваш указанный интерфейс ppp0?
точка доступа появляется, к ней можно подключаться,но инета не дает. при выключенном фаерволе тоже самое</description>
		<content:encoded><![CDATA[<p>А что представляет из себя ваш указанный интерфейс ppp0?<br />
точка доступа появляется, к ней можно подключаться,но инета не дает. при выключенном фаерволе тоже самое</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Яндекс включил АГС-30 (WordPressUser)</title>
		<link>http://jeka-nn.ru/2009/12/yandex-vkljuchil-ags-30/comment-page-1/#comment-445</link>
		<dc:creator>WordPressUser</dc:creator>
		<pubDate>Sun, 11 Mar 2012 00:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://jeka-nn.ru/?p=139#comment-445</guid>
		<description>Нихрена у него точность не высокая, косяки у Яндекса как были, так и  &lt;a href=&quot;http://druweb.ru/yandex-metrika-bugs.html&quot; rel=&quot;nofollow&quot;&gt;есть&lt;/a&gt;. Причем во всех сервисах, включая глючный Вебмастер.</description>
		<content:encoded><![CDATA[<p>Нихрена у него точность не высокая, косяки у Яндекса как были, так и  <a href="http://druweb.ru/yandex-metrika-bugs.html" rel="nofollow">есть</a>. Причем во всех сервисах, включая глючный Вебмастер.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Устанавливаем Dropbox в Kubuntu (alexglue)</title>
		<link>http://jeka-nn.ru/2011/10/ustanavlivaem-dropbox-v-kubuntu/comment-page-1/#comment-444</link>
		<dc:creator>alexglue</dc:creator>
		<pubDate>Wed, 22 Feb 2012 20:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://jeka-nn.ru/?p=348#comment-444</guid>
		<description>modificated ~/bin/dropbox.sh
BTW, do not forget to set &lt;b&gt;sudo chmod o+x ~/bin/dropbox.sh&lt;/b&gt; and to create the subdirectory ~/bin/ if not exists.
&lt;pre&gt;
#!/bin/sh
#dropbox public directory
DPDIR=~/Dropbox/Public
#Ваш ID, можно перейти на dropbox.com и посмотреть любую ссылку на свой файл
#Например: http://dl.getdropbox.com/u/13224542/file.txt, 13224542 - это Ваш ID
ID=13224542
if [ -e &quot;$1&quot; ]
then
file=`basename &quot;$1&quot;`
        if [ ! -f &quot;$DPDIR/$file&quot; ] #we no need to copy this file if it&#039;s already exists
        then
                cp -f &quot;$1&quot; &quot;$DPDIR&quot;
        fi
link=&quot;http://dl.getdropbox.com/u/$ID/$file&quot;
#getting short url using google api (you can use other shortener if you like so)
shorten_url=`curl -d url=$link http://goo.gl/api/shorten&#124;egrep -o &quot;https?://[^\&quot;]+&quot;`
notify-send -i go-down &quot;Dropbox&quot; &quot;Короткая ссылка на \&quot;$file\&quot; скопирована в буфер обмена&quot;
echo &quot;$shorten_url&quot; &#124; xsel -bi
else
notify-send -i go-down &quot;Dropbox&quot; &quot;Выберите файл!&quot;
&lt;/pre&gt;

Надеюсь кому-то пригодится.</description>
		<content:encoded><![CDATA[<p>modificated ~/bin/dropbox.sh<br />
BTW, do not forget to set <b>sudo chmod o+x ~/bin/dropbox.sh</b> and to create the subdirectory ~/bin/ if not exists.<br />
<pre><pre>
#!/bin/sh
#dropbox public directory
DPDIR=~/Dropbox/Public
#Ваш ID, можно перейти на dropbox.com и посмотреть любую ссылку на свой файл
#Например: http://dl.getdropbox.com/u/13224542/file.txt, 13224542 - это Ваш ID
ID=13224542
if [ -e &quot;$1&quot; ]
then
file=`basename &quot;$1&quot;`
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if [ ! -f &quot;$DPDIR/$file&quot; ] #we no need to copy this file if it&#039;s already exists
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;then
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cp -f &quot;$1&quot; &quot;$DPDIR&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fi
link=&quot;http://dl.getdropbox.com/u/$ID/$file&quot;
#getting short url using google api (you can use other shortener if you like so)
shorten_url=`curl -d url=$link http://goo.gl/api/shorten|egrep -o &quot;https?://[^\&quot;]+&quot;`
notify-send -i go-down &quot;Dropbox&quot; &quot;Короткая ссылка на \&quot;$file\&quot; скопирована в буфер обмена&quot;
echo &quot;$shorten_url&quot; | xsel -bi
else
notify-send -i go-down &quot;Dropbox&quot; &quot;Выберите файл!&quot;
</pre></pre></p>
<p>Надеюсь кому-то пригодится.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Расшариваем принтер в своей сети Linux (Фаткулла)</title>
		<link>http://jeka-nn.ru/2010/10/rassharivaem-printer-v-svoey-seti-linux/comment-page-1/#comment-443</link>
		<dc:creator>Фаткулла</dc:creator>
		<pubDate>Wed, 08 Feb 2012 16:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://jeka-nn.ru/?p=309#comment-443</guid>
		<description>Спасибо! Очень доходчиво.</description>
		<content:encoded><![CDATA[<p>Спасибо! Очень доходчиво.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Монтирование *.mdf образов в Ubuntu (wl)</title>
		<link>http://jeka-nn.ru/2009/10/montirovanie-mdf-obrazov-v-ubuntu/comment-page-1/#comment-442</link>
		<dc:creator>wl</dc:creator>
		<pubDate>Mon, 16 Jan 2012 03:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://jeka-nn.ru/?p=42#comment-442</guid>
		<description>ctrl + alt + t тебе в помощь...</description>
		<content:encoded><![CDATA[<p>ctrl + alt + t тебе в помощь&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи xsane не видит сканер или права на сканер (Александр С.)</title>
		<link>http://jeka-nn.ru/2011/01/xsane-ne-vidit-skaner-ili-prava-na-skaner/comment-page-1/#comment-441</link>
		<dc:creator>Александр С.</dc:creator>
		<pubDate>Fri, 13 Jan 2012 03:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://jeka-nn.ru/?p=334#comment-441</guid>
		<description>А мне не помогло!? (Росинка 9, сканер Epson Perfection V300 Photo)</description>
		<content:encoded><![CDATA[<p>А мне не помогло!? (Росинка 9, сканер Epson Perfection V300 Photo)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Делаем точку доступа wi-fi в Linux (hostapd) (Леонид)</title>
		<link>http://jeka-nn.ru/2010/05/delaem-tochku-dostupa-wi-fi-v-linux/comment-page-1/#comment-440</link>
		<dc:creator>Леонид</dc:creator>
		<pubDate>Sun, 18 Dec 2011 11:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://jeka-nn.ru/?p=245#comment-440</guid>
		<description>У меня настройки dhcp другие и  называется он isc-dhcp-server, а hostapd не запускается как демон и ему нужно указать при запуске файл конфигурации... и виндовые клиенты не получают dns... а клиенты ubuntu нормально работают. И пришлось канал поменять с 1 на 10 потому что на 1 канале соединение всего первые несколько секунд было а потом пропадало, хотя сигнал отличный.</description>
		<content:encoded><![CDATA[<p>У меня настройки dhcp другие и  называется он isc-dhcp-server, а hostapd не запускается как демон и ему нужно указать при запуске файл конфигурации&#8230; и виндовые клиенты не получают dns&#8230; а клиенты ubuntu нормально работают. И пришлось канал поменять с 1 на 10 потому что на 1 канале соединение всего первые несколько секунд было а потом пропадало, хотя сигнал отличный.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи xsane не видит сканер или права на сканер (Андрей)</title>
		<link>http://jeka-nn.ru/2011/01/xsane-ne-vidit-skaner-ili-prava-na-skaner/comment-page-1/#comment-439</link>
		<dc:creator>Андрей</dc:creator>
		<pubDate>Wed, 23 Nov 2011 12:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeka-nn.ru/?p=334#comment-439</guid>
		<description>Спасибо большое! Несколько часов искал это решение!!!</description>
		<content:encoded><![CDATA[<p>Спасибо большое! Несколько часов искал это решение!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Настройка интернета (PPPoE) в Ubuntu (YahooBot)</title>
		<link>http://jeka-nn.ru/2010/01/nastroyka-interneta-in-ubuntu/comment-page-1/#comment-438</link>
		<dc:creator>YahooBot</dc:creator>
		<pubDate>Thu, 03 Nov 2011 12:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://jeka-nn.ru/?p=160#comment-438</guid>
		<description>А где описание конфликта Network Manager &amp; pppoeconf?
Без этого статья, - фигня.</description>
		<content:encoded><![CDATA[<p>А где описание конфликта Network Manager &amp; pppoeconf?<br />
Без этого статья, &#8212; фигня.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

