<?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>Записки эникейщика</title>
	<atom:link href="http://read-me.su/feed/" rel="self" type="application/rss+xml" />
	<link>http://read-me.su</link>
	<description>Mac OS X, Windows, Linux, железки и прочее</description>
	<lastBuildDate>Wed, 28 Dec 2011 18:09:41 +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>Просмотр статистики соединения в Ubuntu</title>
		<link>http://read-me.su/prosmotr-statistiki-soedineniya-v-ubuntu/</link>
		<comments>http://read-me.su/prosmotr-statistiki-soedineniya-v-ubuntu/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 13:31:34 +0000</pubDate>
		<dc:creator>БопоХ</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Lifehack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://read-me.su/?p=1285</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>


]]></description>
		<wfw:commentRss>http://read-me.su/prosmotr-statistiki-soedineniya-v-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Горячие клавиши в терминале 2</title>
		<link>http://read-me.su/goryachie-klavishi-v-terminale-2/</link>
		<comments>http://read-me.su/goryachie-klavishi-v-terminale-2/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 18:07:04 +0000</pubDate>
		<dc:creator>БопоХ</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://read-me.su/?p=1280</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
В продолжение поста про горячие клавиши в терминале
ctrl-u&#160;&#8212; вырезать (в буфер) строку слева от курсора
ctrl-w&#160;&#8212; вырезать (в буфер) слово слева от курсора
alt-backspace&#160;&#8212; вырезать (в буфер) слово слева от курсора до символа, например в пути

]]></description>
		<wfw:commentRss>http://read-me.su/goryachie-klavishi-v-terminale-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Скрипт отключения/включения wifi в dir-300 из консоли</title>
		<link>http://read-me.su/skript-otklyucheniya-vklyucheniya-wifi-v-dir-300-iz-konsoli/</link>
		<comments>http://read-me.su/skript-otklyucheniya-vklyucheniya-wifi-v-dir-300-iz-konsoli/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 13:49:33 +0000</pubDate>
		<dc:creator>БопоХ</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://read-me.su/?p=1256</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Написал скрипт для отключения/включения wi-fi на роутере dir-300 из консоли. Работает просто, параметры up и down. Для большинства практического смысла не имеет, а я часто включаю, выключаю вай-фай ну и для практики с  curl. В методе POST передается слишком много параметров, я часть порубил, часть оставил.

#!/bin/bash
&#160;
#Адрес веб-интерфейса роутера
routerUrl=http://192.168.0.1
routerLogin=user
routerPassword=derpasswort
#ssid сети, вместо пробелов &#34;+&#34;
wlanSsid=halyava
&#160;
curl -d &#34;ACTION_POST=LOGIN&#38;FILECODE=&#38;VERIFICATION_CODE=&#38;LOGIN_USER=$routerLogin&#38;LOGIN_PASSWD=$routerPassword&#38;login=Log+In+&#38;VER_CODE=&#34; \
	&#34;$routerUrl/st_device.php&#34; [...]]]></description>
		<wfw:commentRss>http://read-me.su/skript-otklyucheniya-vklyucheniya-wifi-v-dir-300-iz-konsoli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Полезности по SSH. Туннель, проброс портов, socks-прокси</title>
		<link>http://read-me.su/poleznosti-po-ssh-tunnel-probros-portov-socks-proksi/</link>
		<comments>http://read-me.su/poleznosti-po-ssh-tunnel-probros-portov-socks-proksi/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 21:08:38 +0000</pubDate>
		<dc:creator>БопоХ</dc:creator>
				<category><![CDATA[Crossplatform]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://read-me.su/?p=1242</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Поскольку мне в последнее время приходится каждый день работать по ssh, то хочется поделиться теми вещами, которые мне помогают в работе. Прежде всего надо отметить, что часть отличных возможностей ssh остается в тени. Хотя в мане это все есть. В этот топик буду складывать фичи ssh. Все касаемо OpenSSH. Итак:

]]></description>
		<wfw:commentRss>http://read-me.su/poleznosti-po-ssh-tunnel-probros-portov-socks-proksi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apt-cacher-ng&#160;&#8212; кешер deb пакетов из репозитория</title>
		<link>http://read-me.su/apt-cacher-ng-kesher-deb-paketov-iz-repozitoriya/</link>
		<comments>http://read-me.su/apt-cacher-ng-kesher-deb-paketov-iz-repozitoriya/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 17:42:07 +0000</pubDate>
		<dc:creator>БопоХ</dc:creator>
				<category><![CDATA[Lifehack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://read-me.su/?p=1235</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Всегда пользуюсь. Простая программа apt-cacher-ng.
Нет смысла держать зеркало репозиториев в маленькой сети. И в большой, я думаю, это не всегда ценное решение. Программа крайне проста в работе. Все deb пакеты, что проходят через нее, остаются в кеше на сервере в папке /var/cache/apt-cacher-ng/. И в следующий раз, если клиент запрашивает пакет, который есть в базе кешера, [...]]]></description>
		<wfw:commentRss>http://read-me.su/apt-cacher-ng-kesher-deb-paketov-iz-repozitoriya/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Как выключить Linux компьютер через определенное время</title>
		<link>http://read-me.su/kak-vyiklyuchit-linux-kompyuter-cherez-opredelennoe-vremya/</link>
		<comments>http://read-me.su/kak-vyiklyuchit-linux-kompyuter-cherez-opredelennoe-vremya/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 16:57:01 +0000</pubDate>
		<dc:creator>БопоХ</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>

		<guid isPermaLink="false">http://read-me.su/?p=1231</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Тут я давненько писал как выключить компьютер через определенное время в Windows. В Linux это делается ничуть не сложнее, так же присутствует программа с одноименным названием shutdown.

]]></description>
		<wfw:commentRss>http://read-me.su/kak-vyiklyuchit-linux-kompyuter-cherez-opredelennoe-vremya/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Как разобрать Apple клавиатуру</title>
		<link>http://read-me.su/kak-razobrat-apple-klaviaturu/</link>
		<comments>http://read-me.su/kak-razobrat-apple-klaviaturu/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 21:02:37 +0000</pubDate>
		<dc:creator>БопоХ</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[MacOS]]></category>

		<guid isPermaLink="false">http://read-me.su/?p=1218</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
!Внимание, я не несу никакой ответственности за данный совет, все делаете на свой страх и риск!

Прислали мне благодарностью за некоторую помощь клавиатуру Apple aluminium keyboard из Бельгии. Конечно же на ней нет русского языка, это меня не пугает абсолютно, а вот французская/бельгийская раскладка AZERTY немного вводит в ступор. Не стал отчаиваться, полез искать гайды по разборке [...]]]></description>
		<wfw:commentRss>http://read-me.su/kak-razobrat-apple-klaviaturu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Superблок</title>
		<link>http://read-me.su/superblok/</link>
		<comments>http://read-me.su/superblok/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 11:26:48 +0000</pubDate>
		<dc:creator>БопоХ</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Юмор]]></category>
		<category><![CDATA[lulz]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://read-me.su/?p=1204</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Вот такие казусы в переводе попадаются, но редко.

]]></description>
		<wfw:commentRss>http://read-me.su/superblok/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Права на сканер в Ubuntu Linux</title>
		<link>http://read-me.su/prava-na-skaner-v-ubuntu-linux/</link>
		<comments>http://read-me.su/prava-na-skaner-v-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 08:32:28 +0000</pubDate>
		<dc:creator>БопоХ</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://read-me.su/?p=1178</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
После установки драйвера для сканера может оказаться то, что сканер работает только с правами рута. Как лечить:
В консоли

sudo sane-find-scanner

интересует строка вида

found USB scanner (vendor=0x04f9, product=0x01a6) at libusb:001:014


]]></description>
		<wfw:commentRss>http://read-me.su/prava-na-skaner-v-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Хоткеи в терминале</title>
		<link>http://read-me.su/hotkei-v-terminale/</link>
		<comments>http://read-me.su/hotkei-v-terminale/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 11:59:52 +0000</pubDate>
		<dc:creator>БопоХ</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://read-me.su/?p=1165</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Фичи линуксов можно узнавать бесконечно.
ctrl-k&#160;&#8212; При редактировании команды в командной строке эта комбинация удаляет все введенные символы от курсора до конца строки.
ctrl-d&#160;&#8212; равносильно exit.
ctrl-r&#160;&#8212; Используется для поиска команды в истории командной строки (набирается эта комбинация и затем начальные буквы искомой команды).
ctrl-z&#160;&#8212; Останавливает текущее приложение. Последующий ввод bg переводит приложение в фоновый режим, fg&#160;&#8212; вывод из [...]]]></description>
		<wfw:commentRss>http://read-me.su/hotkei-v-terminale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

