<?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://programmers.com.ua/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmers.com.ua</link>
	<description>Блог обо мне, программировании и вообще о жизни</description>
	<lastBuildDate>Thu, 19 Aug 2010 09:18:49 +0000</lastBuildDate>
	<language>ru</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Актуальный список стран</title>
		<link>http://programmers.com.ua/2010/08/19/countrycodes/</link>
		<comments>http://programmers.com.ua/2010/08/19/countrycodes/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 09:18:49 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://programmers.com.ua/?p=309</guid>
		<description><![CDATA[Искал актуальный список стран. Наконец нашел более-менее на него похожее. Для удобства в массиве php, представленном ниже: $c_codes[&#34;AF&#34;] = &#34;Afghanistan&#34;; $c_codes[&#34;AX&#34;] = &#34;Aland Islands &#34;; $c_codes[&#34;AL&#34;] = &#34;Albania &#34;; $c_codes[&#34;DZ&#34;] = &#34;Algeria &#34;; $c_codes[&#34;AS&#34;] = &#34;American Samoa &#34;; $c_codes[&#34;AD&#34;] = &#8230; <a href="http://programmers.com.ua/2010/08/19/countrycodes/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Искал актуальный список стран. Наконец нашел более-менее на него похожее. Для удобства в массиве php, представленном ниже:</strong></p>
<p><strong><span id="more-309"></span><br />
</strong><br />
</p>
<pre class="brush: php; ">

$c_codes[&quot;AF&quot;] = &quot;Afghanistan&quot;;
$c_codes[&quot;AX&quot;] = &quot;Aland Islands &quot;;
$c_codes[&quot;AL&quot;] = &quot;Albania &quot;;
$c_codes[&quot;DZ&quot;] = &quot;Algeria &quot;;
$c_codes[&quot;AS&quot;] = &quot;American Samoa &quot;;
$c_codes[&quot;AD&quot;] = &quot;Andorra&quot;;
$c_codes[&quot;AO&quot;] = &quot;Angola &quot;;
$c_codes[&quot;AI&quot;] = &quot;Anguilla &quot;;
$c_codes[&quot;AQ&quot;] = &quot;Antarctica &quot;;
$c_codes[&quot;AG&quot;] = &quot;Antigua and Barbuda &quot;;
$c_codes[&quot;AR&quot;] = &quot;Argentina&quot;;
$c_codes[&quot;AM&quot;] = &quot;Armenia &quot;;
$c_codes[&quot;AW&quot;] = &quot;Aruba &quot;;
$c_codes[&quot;AU&quot;] = &quot;Australia &quot;;
$c_codes[&quot;AT&quot;] = &quot;Austria &quot;;
$c_codes[&quot;AZ&quot;] = &quot;Azerbaijan&quot;;
$c_codes[&quot;BS&quot;] = &quot;Bahamas &quot;;
$c_codes[&quot;BH&quot;] = &quot;Bahrain &quot;;
$c_codes[&quot;BD&quot;] = &quot;Bangladesh &quot;;
$c_codes[&quot;BB&quot;] = &quot;Barbados &quot;;
$c_codes[&quot;BY&quot;] = &quot;Belarus&quot;;
$c_codes[&quot;BE&quot;] = &quot;Belgium &quot;;
$c_codes[&quot;BZ&quot;] = &quot;Belize &quot;;
$c_codes[&quot;BJ&quot;] = &quot;Benin &quot;;
$c_codes[&quot;BM&quot;] = &quot;Bermuda &quot;;
$c_codes[&quot;BT&quot;] = &quot;Bhutan&quot;;
$c_codes[&quot;BO&quot;] = &quot;Bolivia &quot;;
$c_codes[&quot;BA&quot;] = &quot;Bosnia and Herzegovina &quot;;
$c_codes[&quot;BW&quot;] = &quot;Botswana &quot;;
$c_codes[&quot;BV&quot;] = &quot;Bouvet Island &quot;;
$c_codes[&quot;BR&quot;] = &quot;Brazil&quot;;
$c_codes[&quot;IO&quot;] = &quot;British Indian Ocean Territory &quot;;
$c_codes[&quot;BN&quot;] = &quot;Brunei Darussalam &quot;;
$c_codes[&quot;BG&quot;] = &quot;Bulgaria &quot;;
$c_codes[&quot;BF&quot;] = &quot;Burkina Faso &quot;;
$c_codes[&quot;BI&quot;] = &quot;Burundi&quot;;
$c_codes[&quot;KH&quot;] = &quot;Cambodia &quot;;
$c_codes[&quot;CM&quot;] = &quot;Cameroon &quot;;
$c_codes[&quot;CA&quot;] = &quot;Canada &quot;;
$c_codes[&quot;CV&quot;] = &quot;Cape Verde &quot;;
$c_codes[&quot;KY&quot;] = &quot;Cayman Islands &quot;;
$c_codes[&quot;CF&quot;] = &quot;Central African Republic &quot;;
$c_codes[&quot;TD&quot;] = &quot;Chad &quot;;
$c_codes[&quot;CL&quot;] = &quot;Chile &quot;;
$c_codes[&quot;CN&quot;] = &quot;China &quot;;
$c_codes[&quot;CX&quot;] = &quot;Christmas Island&quot;;
$c_codes[&quot;CC&quot;] = &quot;Cocos (Keeling) Islands &quot;;
$c_codes[&quot;CO&quot;] = &quot;Colombia &quot;;
$c_codes[&quot;KM&quot;] = &quot;Comoros &quot;;
$c_codes[&quot;CG&quot;] = &quot;Congo &quot;;
$c_codes[&quot;CD&quot;] = &quot;Congo, the Democratic Republic of the&quot;;
$c_codes[&quot;CK&quot;] = &quot;Cook Islands &quot;;
$c_codes[&quot;CR&quot;] = &quot;Costa Rica &quot;;
$c_codes[&quot;CI&quot;] = &quot;Cote D&#039;Ivoire&quot;;
$c_codes[&quot;HR&quot;] = &quot;Croatia &quot;;
$c_codes[&quot;CU&quot;] = &quot;Cuba &quot;;
$c_codes[&quot;CY&quot;] = &quot;Cyprus &quot;;
$c_codes[&quot;CZ&quot;] = &quot;Czech Republic &quot;;
$c_codes[&quot;DK&quot;] = &quot;Denmark&quot;;
$c_codes[&quot;DJ&quot;] = &quot;Djibouti &quot;;
$c_codes[&quot;DM&quot;] = &quot;Dominica &quot;;
$c_codes[&quot;DO&quot;] = &quot;Dominican Republic &quot;;
$c_codes[&quot;EC&quot;] = &quot;Ecuador &quot;;
$c_codes[&quot;EG&quot;] = &quot;Egypt&quot;;
$c_codes[&quot;SV&quot;] = &quot;El Salvador &quot;;
$c_codes[&quot;GQ&quot;] = &quot;Equatorial Guinea &quot;;
$c_codes[&quot;ER&quot;] = &quot;Eritrea &quot;;
$c_codes[&quot;EE&quot;] = &quot;Estonia &quot;;
$c_codes[&quot;ET&quot;] = &quot;Ethiopia &quot;;
$c_codes[&quot;FK&quot;] = &quot;Falkland Islands (Malvinas) &quot;;
$c_codes[&quot;FO&quot;] = &quot;Faroe Islands &quot;;
$c_codes[&quot;FJ&quot;] = &quot;Fiji &quot;;
$c_codes[&quot;FI&quot;] = &quot;Finland &quot;;
$c_codes[&quot;FR&quot;] = &quot;France&quot;;
$c_codes[&quot;GF&quot;] = &quot;French Guiana &quot;;
$c_codes[&quot;PF&quot;] = &quot;French Polynesia &quot;;
$c_codes[&quot;TF&quot;] = &quot;French Southern Territories &quot;;
$c_codes[&quot;GA&quot;] = &quot;Gabon &quot;;
$c_codes[&quot;GM&quot;] = &quot;Gambia &quot;;
$c_codes[&quot;GE&quot;] = &quot;Georgia &quot;;
$c_codes[&quot;DE&quot;] = &quot;Germany &quot;;
$c_codes[&quot;GH&quot;] = &quot;Ghana &quot;;
$c_codes[&quot;GI&quot;] = &quot;Gibraltar &quot;;
$c_codes[&quot;GR&quot;] = &quot;Greece&quot;;
$c_codes[&quot;GL&quot;] = &quot;Greenland &quot;;
$c_codes[&quot;GD&quot;] = &quot;Grenada &quot;;
$c_codes[&quot;GP&quot;] = &quot;Guadeloupe &quot;;
$c_codes[&quot;GU&quot;] = &quot;Guam &quot;;
$c_codes[&quot;GT&quot;] = &quot;Guatemala&quot;;
$c_codes[&quot;GG&quot;] = &quot;Guernsey &quot;;
$c_codes[&quot;GN&quot;] = &quot;Guinea &quot;;
$c_codes[&quot;GW&quot;] = &quot;Guinea-Bissau &quot;;
$c_codes[&quot;GY&quot;] = &quot;Guyana &quot;;
$c_codes[&quot;HT&quot;] = &quot;Haiti&quot;;
$c_codes[&quot;HM&quot;] = &quot;Heard Island and Mcdonald Islands &quot;;
$c_codes[&quot;VA&quot;] = &quot;Holy See (Vatican City State) &quot;;
$c_codes[&quot;HN&quot;] = &quot;Honduras &quot;;
$c_codes[&quot;HK&quot;] = &quot;Hong Kong &quot;;
$c_codes[&quot;HU&quot;] = &quot;Hungary&quot;;
$c_codes[&quot;IS&quot;] = &quot;Iceland &quot;;
$c_codes[&quot;IN&quot;] = &quot;India &quot;;
$c_codes[&quot;ID&quot;] = &quot;Indonesia &quot;;
$c_codes[&quot;IR&quot;] = &quot;Iran, Islamic Republic of &quot;;
$c_codes[&quot;IQ&quot;] = &quot;Iraq &quot;;
$c_codes[&quot;IE&quot;] = &quot;Ireland &quot;;
$c_codes[&quot;IM&quot;] = &quot;Isle of Man &quot;;
$c_codes[&quot;IL&quot;] = &quot;Israel &quot;;
$c_codes[&quot;IT&quot;] = &quot;Italy &quot;;
$c_codes[&quot;JM&quot;] = &quot;Jamaica&quot;;
$c_codes[&quot;JP&quot;] = &quot;Japan &quot;;
$c_codes[&quot;JE&quot;] = &quot;Jersey &quot;;
$c_codes[&quot;JO&quot;] = &quot;Jordan &quot;;
$c_codes[&quot;KZ&quot;] = &quot;Kazakhstan &quot;;
$c_codes[&quot;KE&quot;] = &quot;KENYA&quot;;
$c_codes[&quot;KI&quot;] = &quot;Kiribati &quot;;
$c_codes[&quot;KP&quot;] = &quot;Korea, Democratic People&#039;s Republic of &quot;;
$c_codes[&quot;KR&quot;] = &quot;Korea, Republic of &quot;;
$c_codes[&quot;KW&quot;] = &quot;Kuwait &quot;;
$c_codes[&quot;KG&quot;] = &quot;Kyrgyzstan&quot;;
$c_codes[&quot;LA&quot;] = &quot;Lao People&#039;s Democratic Republic &quot;;
$c_codes[&quot;LV&quot;] = &quot;Latvia &quot;;
$c_codes[&quot;LB&quot;] = &quot;Lebanon &quot;;
$c_codes[&quot;LS&quot;] = &quot;Lesotho &quot;;
$c_codes[&quot;LR&quot;] = &quot;Liberia&quot;;
$c_codes[&quot;LY&quot;] = &quot;Libyan Arab Jamahiriya &quot;;
$c_codes[&quot;LI&quot;] = &quot;Liechtenstein &quot;;
$c_codes[&quot;LT&quot;] = &quot;Lithuania &quot;;
$c_codes[&quot;LU&quot;] = &quot;Luxembourg &quot;;
$c_codes[&quot;MO&quot;] = &quot;Macao&quot;;
$c_codes[&quot;MK&quot;] = &quot;Macedonia, the Former Yugoslav Republic of &quot;;
$c_codes[&quot;MG&quot;] = &quot;Madagascar &quot;;
$c_codes[&quot;MW&quot;] = &quot;Malawi &quot;;
$c_codes[&quot;MY&quot;] = &quot;Malaysia &quot;;
$c_codes[&quot;MV&quot;] = &quot;Maldives&quot;;
$c_codes[&quot;ML&quot;] = &quot;Mali &quot;;
$c_codes[&quot;MT&quot;] = &quot;Malta &quot;;
$c_codes[&quot;MH&quot;] = &quot;Marshall Islands &quot;;
$c_codes[&quot;MQ&quot;] = &quot;Martinique &quot;;
$c_codes[&quot;MR&quot;] = &quot;Mauritania&quot;;
$c_codes[&quot;MU&quot;] = &quot;Mauritius &quot;;
$c_codes[&quot;YT&quot;] = &quot;Mayotte &quot;;
$c_codes[&quot;MX&quot;] = &quot;Mexico &quot;;
$c_codes[&quot;FM&quot;] = &quot;Micronesia, Federated States of &quot;;
$c_codes[&quot;MD&quot;] = &quot;Moldova, Republic of&quot;;
$c_codes[&quot;MC&quot;] = &quot;Monaco &quot;;
$c_codes[&quot;MN&quot;] = &quot;Mongolia &quot;;
$c_codes[&quot;ME&quot;] = &quot;Montenegro &quot;;
$c_codes[&quot;MS&quot;] = &quot;Montserrat &quot;;
$c_codes[&quot;MA&quot;] = &quot;Morocco&quot;;
$c_codes[&quot;MZ&quot;] = &quot;Mozambique &quot;;
$c_codes[&quot;MM&quot;] = &quot;Myanmar &quot;;
$c_codes[&quot;NA&quot;] = &quot;Namibia &quot;;
$c_codes[&quot;NR&quot;] = &quot;Nauru &quot;;
$c_codes[&quot;NP&quot;] = &quot;Nepal&quot;;
$c_codes[&quot;NL&quot;] = &quot;Netherlands &quot;;
$c_codes[&quot;AN&quot;] = &quot;Netherlands Antilles &quot;;
$c_codes[&quot;NC&quot;] = &quot;New Caledonia &quot;;
$c_codes[&quot;NZ&quot;] = &quot;New Zealand &quot;;
$c_codes[&quot;NI&quot;] = &quot;Nicaragua&quot;;
$c_codes[&quot;NE&quot;] = &quot;Niger &quot;;
$c_codes[&quot;NG&quot;] = &quot;Nigeria &quot;;
$c_codes[&quot;NU&quot;] = &quot;Niue &quot;;
$c_codes[&quot;NF&quot;] = &quot;Norfolk Island &quot;;
$c_codes[&quot;MP&quot;] = &quot;Northern Mariana Islands&quot;;
$c_codes[&quot;NO&quot;] = &quot;Norway &quot;;
$c_codes[&quot;OM&quot;] = &quot;Oman &quot;;
$c_codes[&quot;PK&quot;] = &quot;Pakistan &quot;;
$c_codes[&quot;PW&quot;] = &quot;Palau &quot;;
$c_codes[&quot;PS&quot;] = &quot;Palestinian Territory, Occupied&quot;;
$c_codes[&quot;PA&quot;] = &quot;Panama &quot;;
$c_codes[&quot;PG&quot;] = &quot;Papua New Guinea &quot;;
$c_codes[&quot;PY&quot;] = &quot;Paraguay &quot;;
$c_codes[&quot;PE&quot;] = &quot;Peru &quot;;
$c_codes[&quot;PH&quot;] = &quot;Philippines&quot;;
$c_codes[&quot;PN&quot;] = &quot;Pitcairn &quot;;
$c_codes[&quot;PL&quot;] = &quot;Poland &quot;;
$c_codes[&quot;PT&quot;] = &quot;Portugal &quot;;
$c_codes[&quot;PR&quot;] = &quot;Puerto Rico &quot;;
$c_codes[&quot;QA&quot;] = &quot;Qatar&quot;;
$c_codes[&quot;RE&quot;] = &quot;Reunion &quot;;
$c_codes[&quot;RO&quot;] = &quot;Romania &quot;;
$c_codes[&quot;RU&quot;] = &quot;Russian Federation &quot;;
$c_codes[&quot;RW&quot;] = &quot;Rwanda &quot;;
$c_codes[&quot;SH&quot;] = &quot;Saint Helena&quot;;
$c_codes[&quot;KN&quot;] = &quot;Saint Kitts and Nevis &quot;;
$c_codes[&quot;LC&quot;] = &quot;Saint Lucia &quot;;
$c_codes[&quot;PM&quot;] = &quot;Saint Pierre and Miquelon &quot;;
$c_codes[&quot;VC&quot;] = &quot;Saint Vincent and the Grenadines &quot;;
$c_codes[&quot;WS&quot;] = &quot;Samoa&quot;;
$c_codes[&quot;SM&quot;] = &quot;San Marino &quot;;
$c_codes[&quot;ST&quot;] = &quot;Sao Tome and Principe &quot;;
$c_codes[&quot;SA&quot;] = &quot;Saudi Arabia &quot;;
$c_codes[&quot;SN&quot;] = &quot;Senegal &quot;;
$c_codes[&quot;RS&quot;] = &quot;Serbia&quot;;
$c_codes[&quot;SC&quot;] = &quot;Seychelles &quot;;
$c_codes[&quot;SL&quot;] = &quot;Sierra Leone &quot;;
$c_codes[&quot;SG&quot;] = &quot;Singapore &quot;;
$c_codes[&quot;SK&quot;] = &quot;Slovakia &quot;;
$c_codes[&quot;SI&quot;] = &quot;Slovenia&quot;;
$c_codes[&quot;SB&quot;] = &quot;Solomon Islands &quot;;
$c_codes[&quot;SO&quot;] = &quot;Somalia &quot;;
$c_codes[&quot;ZA&quot;] = &quot;South Africa &quot;;
$c_codes[&quot;GS&quot;] = &quot;South Georgia and the South Sandwich Islands &quot;;
$c_codes[&quot;ES&quot;] = &quot;Spain&quot;;
$c_codes[&quot;LK&quot;] = &quot;Sri Lanka &quot;;
$c_codes[&quot;SD&quot;] = &quot;Sudan &quot;;
$c_codes[&quot;SR&quot;] = &quot;Suriname &quot;;
$c_codes[&quot;SJ&quot;] = &quot;Svalbard and Jan Mayen &quot;;
$c_codes[&quot;SZ&quot;] = &quot;Swaziland&quot;;
$c_codes[&quot;SE&quot;] = &quot;Sweden &quot;;
$c_codes[&quot;CH&quot;] = &quot;Switzerland &quot;;
$c_codes[&quot;SY&quot;] = &quot;Syrian Arab Republic &quot;;
$c_codes[&quot;TW&quot;] = &quot;Taiwan, Province of China &quot;;
$c_codes[&quot;TJ&quot;] = &quot;Tajikistan&quot;;
$c_codes[&quot;TZ&quot;] = &quot;Tanzania, United Republic of &quot;;
$c_codes[&quot;TH&quot;] = &quot;Thailand &quot;;
$c_codes[&quot;TL&quot;] = &quot;Timor-Leste &quot;;
$c_codes[&quot;TG&quot;] = &quot;Togo &quot;;
$c_codes[&quot;TK&quot;] = &quot;Tokelau&quot;;
$c_codes[&quot;TO&quot;] = &quot;Tonga &quot;;
$c_codes[&quot;TT&quot;] = &quot;Trinidad and Tobago &quot;;
$c_codes[&quot;TN&quot;] = &quot;Tunisia &quot;;
$c_codes[&quot;TR&quot;] = &quot;Turkey &quot;;
$c_codes[&quot;TM&quot;] = &quot;Turkmenistan&quot;;
$c_codes[&quot;TC&quot;] = &quot;Turks and Caicos Islands &quot;;
$c_codes[&quot;TV&quot;] = &quot;Tuvalu &quot;;
$c_codes[&quot;UG&quot;] = &quot;Uganda &quot;;
$c_codes[&quot;UA&quot;] = &quot;Ukraine &quot;;
$c_codes[&quot;AE&quot;] = &quot;United Arab Emirates&quot;;
$c_codes[&quot;GB&quot;] = &quot;United Kingdom &quot;;
$c_codes[&quot;US&quot;] = &quot;United States &quot;;
$c_codes[&quot;UM&quot;] = &quot;United States Minor Outlying Islands &quot;;
$c_codes[&quot;UY&quot;] = &quot;Uruguay &quot;;
$c_codes[&quot;UZ&quot;] = &quot;Uzbekistan&quot;;
$c_codes[&quot;VU&quot;] = &quot;Vanuatu &quot;;
$c_codes[&quot;VA&quot;] = &quot;Vatican City State &quot;;
$c_codes[&quot;VE&quot;] = &quot;Venezuela &quot;;
$c_codes[&quot;VN&quot;] = &quot;Viet Nam &quot;;
$c_codes[&quot;VG&quot;] = &quot;Virgin Islands, British &quot;;
$c_codes[&quot;VI&quot;] = &quot;Virgin Islands, U.S. &quot;;
$c_codes[&quot;WF&quot;] = &quot;Wallis and Futuna&quot;;
$c_codes[&quot;EH&quot;] = &quot;Western Sahara &quot;;
$c_codes[&quot;YE&quot;] = &quot;Yemen &quot;;
$c_codes[&quot;CD&quot;] = &quot;Zaire &quot;;
$c_codes[&quot;ZM&quot;] = &quot;Zambia &quot;;
$c_codes[&quot;ZW&quot;] = &quot;Zimbabwe &quot;;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://programmers.com.ua/2010/08/19/countrycodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mplayer &#8211; просмотр видео</title>
		<link>http://programmers.com.ua/2010/08/18/mplayer-fullscreen/</link>
		<comments>http://programmers.com.ua/2010/08/18/mplayer-fullscreen/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 09:52:56 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://programmers.com.ua/?p=296</guid>
		<description><![CDATA[Недавно столкнулся с проблемой в плейре totem под Ubuntu 10.04 которая у меня стоит. При попытке просмотра периодически вылетал, видимо сказывалось из-за каких то ошибок в кодеке. При просмотре в mplayer проблем не было. Для того чтобы просмотреть в mplayere &#8230; <a href="http://programmers.com.ua/2010/08/18/mplayer-fullscreen/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="alignleft" src="http://1.bp.blogspot.com/_JSR8IC77Ub4/TDs-nnQLwwI/AAAAAAAAAuM/F8U8ycfvnU8/s1600/216px-MPlayer.svg+%281%29.png" alt="" width="239" height="139" />Недавно столкнулся с проблемой в плейре totem под Ubuntu 10.04 которая у меня стоит. При попытке просмотра периодически вылетал, видимо сказывалось из-за каких то ошибок в кодеке. При просмотре в mplayer проблем не было. Для того чтобы просмотреть в mplayere в полноэкранном режиме:</p>
<pre class="brush: bash; ">
mplayer -vo xv -fs -stop-xscreensaver -zoom videofilename.avi
</pre>
</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://programmers.com.ua/2010/08/18/mplayer-fullscreen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Изменение блога</title>
		<link>http://programmers.com.ua/2010/08/13/%d0%b8%d0%b7%d0%bc%d0%b5%d0%bd%d0%b5%d0%bd%d0%b8%d0%b5-%d0%b1%d0%bb%d0%be%d0%b3%d0%b0/</link>
		<comments>http://programmers.com.ua/2010/08/13/%d0%b8%d0%b7%d0%bc%d0%b5%d0%bd%d0%b5%d0%bd%d0%b8%d0%b5-%d0%b1%d0%bb%d0%be%d0%b3%d0%b0/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 09:20:34 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[Новости]]></category>

		<guid isPermaLink="false">http://programmers.com.ua/?p=292</guid>
		<description><![CDATA[После месячного перерыва перешел на новый wordpress 3.1 С изменением дизайна, т.к мне кажеться предыдущий был тяжеловатым и выглядел довольно громоздко. Сейчас стоит стандартная тема, к-ю я сейчас активно изменяю. Для создания альбома, который будет брать фотки с гугловского picasa &#8230; <a href="http://programmers.com.ua/2010/08/13/%d0%b8%d0%b7%d0%bc%d0%b5%d0%bd%d0%b5%d0%bd%d0%b8%d0%b5-%d0%b1%d0%bb%d0%be%d0%b3%d0%b0/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://down.cdhaha.net/wp-content/uploads/2009/02/wordpress.gif" alt="" width="128" height="128" />После месячного перерыва перешел на новый wordpress 3.1 С изменением дизайна, т.к мне кажеться предыдущий был тяжеловатым и выглядел довольно громоздко. Сейчас стоит стандартная тема, к-ю я сейчас активно изменяю. Для создания альбома, который будет брать фотки с гугловского picasa &#8211; кто то посоветует? Так, чтобы вытягивалась только 1 фотография в миниатюре, а при нажатии мышкой увеличивалась.</p>
]]></content:encoded>
			<wfw:commentRss>http://programmers.com.ua/2010/08/13/%d0%b8%d0%b7%d0%bc%d0%b5%d0%bd%d0%b5%d0%bd%d0%b8%d0%b5-%d0%b1%d0%bb%d0%be%d0%b3%d0%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB в VirtualBox</title>
		<link>http://programmers.com.ua/2010/06/10/usb-%d0%b2-virtualbox/</link>
		<comments>http://programmers.com.ua/2010/06/10/usb-%d0%b2-virtualbox/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 22:25:57 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://programmers.com.ua/?p=269</guid>
		<description><![CDATA[Стояла у меня себе virtualbox ose никого не трогала. И тут понадобилось мне использовать свой принтер. Подумывал поставить samba и как бы через сеть отправлять на принтер задания. Но это как то нерационально ради виртуалки, к-я запускается не каждый день &#8230; <a href="http://programmers.com.ua/2010/06/10/usb-%d0%b2-virtualbox/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.virtualbox.org/graphics/vbox_logo2_gradient.png" alt="" width="140" height="180" /><br />
Стояла у меня себе virtualbox ose никого не трогала. И тут понадобилось мне использовать свой принтер. Подумывал поставить samba и как бы через сеть отправлять на принтер задания. Но это как то нерационально ради виртуалки, к-я запускается не каждый день &#8211; ставить еще одну службу, которая будет накладывать свою лепту тормознутости, хоть, возможно, и маленькую. А, как выяснилось, virtualbox поддерживает USB. Но, как выяснилось позже поддерживает его неурезанная версия, т.е не ose. Обычный надо скачивать с<span style="color: #33cccc;"> <strong><span style="text-decoration: underline;"><span style="color: #33cccc;"><a href="http://">virtualbox.org</a></span></span></strong></span><br />
т.к в репозитарии Ubuntu 10.04 его нет.<br />
Основное различие между ose и обычной в том что последняя не предоставляется с открытыми исходными кодами, следовательно в Ubuntu не была включена. Различия между ними можно увидеть <span style="color: #33cccc;"><span style="text-decoration: underline;"><strong><a href="http://www.virtualbox.org/wiki/Editions">на</a></strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://programmers.com.ua/2010/06/10/usb-%d0%b2-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Установил Kompozer</title>
		<link>http://programmers.com.ua/2010/06/07/%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%b8%d0%bb-kompozer/</link>
		<comments>http://programmers.com.ua/2010/06/07/%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%b8%d0%bb-kompozer/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 07:14:07 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[Новости]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[WYSIWYG]]></category>
		<category><![CDATA[коддинг]]></category>

		<guid isPermaLink="false">http://programmers.com.ua/?p=262</guid>
		<description><![CDATA[Собственно вчера установил WYSIWYG-редактор HTML. Сейчас он называется Kompozer. Когда то раньше назывался NVU. Пока что производит приятное впечатление по сравнению ссо старым редактором. Имеет встроенный браузер, который чем то напоминает Firebug для Mozilla Firebug]]></description>
			<content:encoded><![CDATA[<p>Собственно вчера установил WYSIWYG-редактор  HTML. Сейчас он называется Kompozer. Когда то раньше назывался NVU. Пока что производит приятное впечатление по сравнению ссо старым редактором. Имеет встроенный браузер, который чем то напоминает Firebug для Mozilla Firebug</p>
<p><img class="attachment" title="grub2.linux.command.line.ok.sm.png" src="http://programmers.com.ua/blog/wp-content/uploads/2010/06/Блог-программиста-KompoZer.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://programmers.com.ua/2010/06/07/%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%b8%d0%bb-kompozer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRUB &#8211; проверка версии и установка</title>
		<link>http://programmers.com.ua/2010/06/06/grub-%d0%bf%d1%80%d0%be%d0%b2%d0%b5%d1%80%d0%ba%d0%b0-%d0%b2%d0%b5%d1%80%d1%81%d0%b8%d0%b8-%d0%b8-%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b0/</link>
		<comments>http://programmers.com.ua/2010/06/06/grub-%d0%bf%d1%80%d0%be%d0%b2%d0%b5%d1%80%d0%ba%d0%b0-%d0%b2%d0%b5%d1%80%d1%81%d0%b8%d0%b8-%d0%b8-%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b0/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 17:44:08 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://programmers.com.ua/?p=254</guid>
		<description><![CDATA[Для проверки версии grub grub-install -v Должен показать версию 1.98 или 1.97 &#8211; Это и будет grub2 Для обновления grub следует запустить: sudo aptitude install grub-pc После чего запуститься интерактивное окно с вопросами, на которые желательно дать ответы Вообщем, покажется &#8230; <a href="http://programmers.com.ua/2010/06/06/grub-%d0%bf%d1%80%d0%be%d0%b2%d0%b5%d1%80%d0%ba%d0%b0-%d0%b2%d0%b5%d1%80%d1%81%d0%b8%d0%b8-%d0%b8-%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b0/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Для проверки версии grub</p>
<pre class="brush: bash; ">

grub-install -v
</pre>
<p>Должен показать версию 1.98 или 1.97 &#8211; Это и будет grub2</p>
<p>Для обновления grub следует запустить:</p>
<pre class="brush: bash; ">

sudo aptitude install grub-pc
</pre>
<p>После чего запуститься интерактивное окно с вопросами, на которые желательно <img src='http://programmers.com.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  дать ответы<br />
Вообщем, покажется следующее окно:<br />
<img class="attachment" title="grub2.upgrade.ok.sm.png" src="https://help.ubuntu.com/community/Grub2?action=AttachFile&amp;do=get&amp;target=grub2.upgrade.ok.sm.png" alt="grub2.upgrade.ok.sm.png" /></p>
<p>Нажать ОК для продолжения</p>
<p><img class="attachment" title="grub2.linux.command.line.ok.sm.png" src="https://help.ubuntu.com/community/Grub2?action=AttachFile&amp;do=get&amp;target=grub2.linux.command.line.ok.sm.png" alt="grub2.linux.command.line.ok.sm.png" /></p>
<p>В котором просят ввести специальные команды, такие как <em>quiet, splash, noapic</em></p>
<p>Обычно это поле остается пустым. Нажимаем ОК для продолжения.</p>
<p>На этом все. GRUB 2 установлен</p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://programmers.com.ua/2010/06/06/grub-%d0%bf%d1%80%d0%be%d0%b2%d0%b5%d1%80%d0%ba%d0%b0-%d0%b2%d0%b5%d1%80%d1%81%d0%b8%d0%b8-%d0%b8-%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grub 2 &#8211; смена скриншота</title>
		<link>http://programmers.com.ua/2010/06/01/grub-2-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%81%d0%ba%d1%80%d0%b8%d0%bd%d1%88%d0%be%d1%82%d0%b0/</link>
		<comments>http://programmers.com.ua/2010/06/01/grub-2-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%81%d0%ba%d1%80%d0%b8%d0%bd%d1%88%d0%be%d1%82%d0%b0/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 11:42:56 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[grub 2]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://programmers.com.ua/?p=239</guid>
		<description><![CDATA[Если Вам надоело черное окно при выборе ОС, а душа желает чего то посвежее? К примеру так: Для изменения фона нужно сделать следующее: 1. Установить   grub2-splashimages sudo apt-get install grub2-splashimages 2. Отредактировать файл  /etc/grub.d/05_debian_theme sudo gedit /etc/grub.d/05_debian_theme 3.  Найти в &#8230; <a href="http://programmers.com.ua/2010/06/01/grub-2-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%81%d0%ba%d1%80%d0%b8%d0%bd%d1%88%d0%be%d1%82%d0%b0/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Если Вам надоело черное окно при выборе ОС, а душа желает чего то посвежее?<br />
К примеру так:<br />
<img src="http://programmers.com.ua/blog/wp-content/uploads/2010/06/P100041-1.jpg" alt="" /></p>
<p>Для изменения фона нужно сделать следующее:<br />
<span id="more-239"></span></p>
<p dir="ltr">1. Установить   grub2-splashimages</p>
<pre class="brush: bash; ">

sudo apt-get install grub2-splashimages
</pre>
<p>2. Отредактировать файл  /etc/grub.d/05_debian_theme</p>
<pre class="brush: bash; ">
sudo gedit /etc/grub.d/05_debian_theme
</pre>
<p>3.  Найти в этом файле строку</p>
<pre class="brush: bash; ">
WALLPAPER=/path-to-image/your-image-name-here-including-extension;
</pre>
<p>или что то в этом духе. Это путь к рисунку. Можно поставить путь к любому рисунку формата png, tga, jpeg, jpg</p>
<p>Изменить, к примеру это строку на WALLPAPER=&raquo;/usr/share/images/grub/linux010.png&raquo;</p>
<p>4. Для вступления изменений</p>
<pre class="brush: bash; ">
sudo update-grub
</pre>
<p>И перезагрузка</p>
<pre class="brush: bash; ">
sudo reboot
</pre>
<p>Параметры COLOR_NORMAL и COLOR_HIGHLIGHT отвечают за цвет текста и цвет курсора<br />
У меня стоит так:</p>
<pre class="brush: bash; ">

WALLPAPER=/usr/share/images/grub/linux010.png;
COLOR_NORMAL=white/black;
COLOR_HIGHLIGHT=white/blue;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://programmers.com.ua/2010/06/01/grub-2-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%81%d0%ba%d1%80%d0%b8%d0%bd%d1%88%d0%be%d1%82%d0%b0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Камера 211</title>
		<link>http://programmers.com.ua/2010/04/13/%d0%ba%d0%b0%d0%bc%d0%b5%d1%80%d0%b0-211/</link>
		<comments>http://programmers.com.ua/2010/04/13/%d0%ba%d0%b0%d0%bc%d0%b5%d1%80%d0%b0-211/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 08:31:10 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://programmers.com.ua/?p=198</guid>
		<description><![CDATA[Просмотрел вчера дома фильм &#171;Камера 211&#8243;Кто этот фильм не смотрел &#8211; советую его просмотреть ДО начала прочтения сего поста. Ну что я могу сказать о нем? Да, сценарий немного необычен, хоть и тема &#171;тюрма и бунты&#187; довольно таки заезжена. Показано, &#8230; <a href="http://programmers.com.ua/2010/04/13/%d0%ba%d0%b0%d0%bc%d0%b5%d1%80%d0%b0-211/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Просмотрел вчера дома фильм &laquo;Камера 211&#8243;Кто этот фильм не смотрел &#8211; советую его просмотреть ДО начала прочтения сего поста.</p>
<p><a title="Turtouse SVN" href="http://films-iphone.com/p2p/img_1original/kamera.211_4510_films-iphone.com.jpg"></a><br />
<img class="alignnone" src="http://films-iphone.com/p2p/img_1original/kamera.211_4510_films-iphone.com.jpg" alt="" width="319" height="333" /></p>
<p><span id="more-198"></span><br />
Ну что я могу сказать о нем? Да, сценарий немного необычен, хоть и тема &laquo;тюрма и бунты&raquo; довольно таки заезжена. Показано, на что способен человек под воздействиям серьезных обстоятельств. Как этот человек может меняться. Хотя на протяжении всего фильма создавалось ощущение, что режисеру был известен конец и с самого начала шла подгонка сценария под собственно этот конец. Хоть и по форумам и комментариям к статьям про этот фильм и говорят что снято без внесения голливудских штучек, я с этим не согласен. Что меня больше удивило &#8211; так это то, что беременная женщина полезла в толпу. И это после разговора с работниками этой тюрьмы. Что она хотела там узнать и увидеть нового? Да, я понимаю волнение, но все как то нереалистично тут. Главарь &#8211; почему он получился таким добродушным и рассудительным? Хоть и со страшным лицом )) Как говорил Станиславский &#8211; &laquo;НЕ ВЕРЮЮ!!&raquo; А в целом да &#8211; кино не плохое. О какой то хорошей игре актеров я бы не стал говорить &#8211; у нас снимают и по-лучше фильмы. Мне лично было интересно в начале, да и в общем то потом по фильму. До того момента, когда его жена полезла в толпу. Потом как то, что ли, немного предсказуемо пошло что ли)) Кто не смотрел &#8211; посмотреть советую. Но говорить о том что фильм дает возможность задуматься &#8211; я так не думаю.</p>
]]></content:encoded>
			<wfw:commentRss>http://programmers.com.ua/2010/04/13/%d0%ba%d0%b0%d0%bc%d0%b5%d1%80%d0%b0-211/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Программа по учету финансов</title>
		<link>http://programmers.com.ua/2010/04/12/%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%bc%d0%b0-%d0%bf%d0%be-%d1%83%d1%87%d0%b5%d1%82%d1%83-%d1%84%d0%b8%d0%bd%d0%b0%d0%bd%d1%81%d0%be%d0%b2/</link>
		<comments>http://programmers.com.ua/2010/04/12/%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%bc%d0%b0-%d0%bf%d0%be-%d1%83%d1%87%d0%b5%d1%82%d1%83-%d1%84%d0%b8%d0%bd%d0%b0%d0%bd%d1%81%d0%be%d0%b2/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 07:08:37 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Жизнь блога]]></category>

		<guid isPermaLink="false">http://programmers.com.ua/?p=195</guid>
		<description><![CDATA[Захотел сегодня поставить программу для учета личных финансов &#8211; особняком стоит gnucash. Но он мне показался сильно замудрым Сильно много сложностей &#8211; и это при том что я повидал разного на 1С. Как вывод об этой программе я сделал &#8211; &#8230; <a href="http://programmers.com.ua/2010/04/12/%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%bc%d0%b0-%d0%bf%d0%be-%d1%83%d1%87%d0%b5%d1%82%d1%83-%d1%84%d0%b8%d0%bd%d0%b0%d0%bd%d1%81%d0%be%d0%b2/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Захотел сегодня поставить программу для учета личных финансов &#8211; особняком стоит gnucash. Но он мне показался сильно замудрым <img src='http://programmers.com.ua/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Сильно много сложностей &#8211; и это при том что я повидал разного на 1С. Как вывод об этой программе я сделал &#8211; для личного испльзования не годиться. Но фишка в том что и для предприятий и ЧП также не годиться. Почему не годиться для ООО и ЧП? Потому что изменить, к примеру, счет фактуру под себя нельзя &#8211; только стандартная да и вообще все как то очень в ней стандартно &#8211; кто ее захочет использовать &#8211; прийдеться просто смириться и все )) Поэтому я решил продолжить пока что поиски чего то по-лучше и в то же время &#8211; бесплатного.</p>
<p>P.S Загорелся для разработки онлайнового учета личных финансов.</p>
]]></content:encoded>
			<wfw:commentRss>http://programmers.com.ua/2010/04/12/%d0%bf%d1%80%d0%be%d0%b3%d1%80%d0%b0%d0%bc%d0%bc%d0%b0-%d0%bf%d0%be-%d1%83%d1%87%d0%b5%d1%82%d1%83-%d1%84%d0%b8%d0%bd%d0%b0%d0%bd%d1%81%d0%be%d0%b2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Интернет-шлюз на Ubuntu</title>
		<link>http://programmers.com.ua/2010/04/11/%d0%b8%d0%bd%d1%82%d0%b5%d1%80%d0%bd%d0%b5%d1%82-%d1%88%d0%bb%d1%8e%d0%b7-%d0%bd%d0%b0-ubuntu/</link>
		<comments>http://programmers.com.ua/2010/04/11/%d0%b8%d0%bd%d1%82%d0%b5%d1%80%d0%bd%d0%b5%d1%82-%d1%88%d0%bb%d1%8e%d0%b7-%d0%bd%d0%b0-ubuntu/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 14:07:21 +0000</pubDate>
		<dc:creator>roman</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://programmers.com.ua/?p=176</guid>
		<description><![CDATA[Настроить шлюз на Ubuntu очень просто: работаем к командной строке: Настраиваем сетевые интерфейсы (скорей всего их же два &#8211; один в сеть, второй в интернет) Причем первый можно настроить при установке. Желательно, конечно, тот у которого выход в интернет. Чтобы &#8230; <a href="http://programmers.com.ua/2010/04/11/%d0%b8%d0%bd%d1%82%d0%b5%d1%80%d0%bd%d0%b5%d1%82-%d1%88%d0%bb%d1%8e%d0%b7-%d0%bd%d0%b0-ubuntu/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Настроить шлюз на Ubuntu  очень просто:<br />
работаем к командной строке:</p>
<ul>
<li><strong>Настраиваем сетевые интерфейсы</strong> (скорей всего их же два &#8211; один в  сеть, второй в интернет) Причем первый можно настроить при установке.<br />
Желательно, конечно, тот у которого выход в интернет. Чтобы качать  недостающие пакеты.</li>
</ul>
<p style="padding-left: 60px;">Вписываем все данные для интернета, к примеру</p>
<pre class="brush: bash; ">

Маска: 255.255.255.0
Шлюз: 192.168.0.253 (адрес роутера)
Днс: 192.168.0.253 (тоже)
Днс2: можно провайдера, если знаете
</pre>
<ul>
<li><strong>Настраиваем вторую сетевую</strong> (в локальную сеть) командой</li>
</ul>
<p style="padding-left: 60px;">
<pre class="brush: bash; ">

sudo ifconfig eth1 212.212.212.1 (ваш адрес в локальной сети)
</pre>
<p style="padding-left: 60px;">При чем также можно настроить и первую eth0, если ее не настроили  при установке.</p>
<ul>
<li><strong>Пишем</strong></li>
</ul>
<p style="padding-left: 60px;">
<pre class="brush: bash; ">

sudo nano /etc/network/interfaces
</pre>
<p>И редактируем, шлюз, маску второго интерфейса по подобию первого,  дописываем кроме шлюза и днс.</p>
<p>Сохраняем, закрываем&#8230;</p>
<ul>
<li><strong>Доустанавливаем</strong></li>
</ul>
<p style="padding-left: 60px;">
<pre class="brush: bash; ">

sudo apt-get install ipmasq
</pre>
<p style="padding-left: 60px;">и</p>
<p style="padding-left: 60px;">
<pre class="brush: bash; ">

sudo apt-get install dnsmasq
</pre>
<p>Перезапускаемся и все! Прописав на нужных компах шлюз и ДНС этого  компьютера &#8211; они выйдет в сеть!!!</p>
<p><strong>P.S</strong> Единственный минус тот, что это все работало только до Ubuntu 9.04.  Почему тут не работает &#8211; я пока х.з Буду инвестигейтить если что, напишу дальше.</p>
]]></content:encoded>
			<wfw:commentRss>http://programmers.com.ua/2010/04/11/%d0%b8%d0%bd%d1%82%d0%b5%d1%80%d0%bd%d0%b5%d1%82-%d1%88%d0%bb%d1%8e%d0%b7-%d0%bd%d0%b0-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
