<?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>Weez.com &#187; Linux</title>
	<atom:link href="http://www.weez.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weez.com</link>
	<description>Solving everyday practical LAMP problems... one at a time</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:07:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Which Linux distribution for a MySQL database server? A specific point of view.</title>
		<link>http://www.weez.com/2011/12/which-linux-distribution-for-a-mysql-database-server-a-specific-point-of-view/</link>
		<comments>http://www.weez.com/2011/12/which-linux-distribution-for-a-mysql-database-server-a-specific-point-of-view/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 19:49:01 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[specific]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.weez.com/2011/12/which-linux-distribution-for-a-mysql-database-server-a-specific-point-of-view/</guid>
		<description><![CDATA[One of the more common questions I get asked is which Linux distribution I would use for a MySQL database server. Bearing the responsibility for someone else&#8217;s success means I should advise something that is stable, reliable, easy to manage and has plenty of resources available online. It should also allow running MySQL without too [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more common questions I get asked is which Linux distribution I would use for a MySQL database server. Bearing the responsibility for someone else&#8217;s success means I should advise something that is stable, reliable, easy to manage and has plenty of resources available online. It should also allow running MySQL without too much hassle. Unless there are individual circumstances, it actually makes the decision quite easy.<br />
<span id="more-7740"></span><br />
There are probably only a few distributions, which can be considered: CentOS, Debian, RedHat Enterprise Linux, SuSE Linux and Ubuntu. Of course CentOS and Ubuntu derive from RedHat and Debian respectively, but their install bases are large enough to mention them separately. Running MySQL won&#8217;t be much different whether one or another distribution is used. All use common Linux kernel &#8211; the heart of Linux operating system &#8211; which in principle will behave the same way in all cases. The kernel versions may be different in different distributions as for example RedHat is very conservative in that area for the sake of compatibility with drivers and applications throughout a release lifetime, which can be even several years. Newer kernel versions may carry new features or slight performance improvements, however these days it is rarely important to MySQL users. If it is to you, then you probably did your own research and benchmarks already and this post is not for you.</p>
<p>For most people, managing a database server during its lifetime comes down to this rather boring process &#8211; install, configure, tune, start/stop MYSQL, upgrade MySQL, 10x start/stop MySQL, upgrade MySQL, downgrade MySQL, upgrade MySQL, install a security fix for something, 20x start/stop MySQL, upgrade MySQL, &#8230; . Restarting and changing MySQL version might just be the most critical operations you ever do once server is moved into production. Success and efficiency of these operations may directly impact service availability, which means that what you could wish for the most are quick and problem free restarts and upgrades (or downgrades).</p>
<p>From my experience, and I have done thousands upgrades and downgrades in my life, the least number of problems come from RPM packages available in RedHat, CentOS and SuSE. In fact, I cannot recall encountering any serious problem with that package management system. Moreover, I have not seen broken systems, where installing or updating a RPM package would be impossible without resolving tons of problems first. It can obviously mean that RPM has flaws and does not verify consistency very carefully, but it never turned out to be any problem. </p>
<p>On the other end there are Debian and Ubuntu. Both use tool called dpkg for package management. There isn&#8217;t a month that I log in to a system based on either distribution where there are no issues with packages consistency. Unfinished installations, unresolved conflicts are so common that it&#8217;s just beyond simple negligence. The packaging system is just not robust enough. Another problem is that one broken package may block you from installing or uninstalling anything else. Imagine that someone left system in such shape, you prepared for downtime, stopped MySQL and&#8230; error &#8211; text editor has not been properly installed, so you cannot upgrade MySQL either until the problem is fixed. In a stressful situation when downtime clock ticks &#8211; annoying at best. Resolving problems can easily lead to unexpected consequences. Here&#8217;s a different scenario:<br />
<code><br />
# apt-get install binutils<br />
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.<br />
</code></p>
<p>While everyone should stop and check what this means instead of following the advice blindly, many still would just do as they were instructed. In this particular case the problems were with MySQL packages upgraded from 5.1 to 5.5. The former were not fully uninstalled, the latter were in half-configured state. Obviously binutils has nothing to do with MySQL, but it would not install anyway. The larger problem &#8211; chances are that fixing this with &#8216;dpkg &#8211;configure -a&#8217; would cause MySQL to shut down. The MySQL package scripts for Debian force MySQL stop/start upon completion and unlike RPM, dpkg does not have any opt-out option. </p>
<p>More problems can come from the standard Debian init (startup) script for MySQL. By default it not only starts database, but also updates system tables (if needed), scans all tables for consistency problems, etc. I mean, that works great for a computer at home or a tiny and unimportant system, but any of these operations may have severe consequences on a large production system. This is why all of this extra functionality was stripped from Percona Server. This behavior actually appears to be a general problem with Debian &#8211; it wants to be smarter than you. This might work for desktops, but anywhere else it is plain stupid and makes you waste time on outsmarting a wise-ass system. Of course I do know some people who like such approach, but he is Belgian and they were unable to form a government for 541 days&#8230; (congrats that you finally made it this week, btw! <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>The init scripts for RedHat, CentOS and SuSE are simple and do only what&#8217;s required of them &#8211; stop or start MySQL. No problems there.</p>
<p>It&#8217;s now clear that I never recommend Debian or Ubuntu, because I do not like some of the &#8220;mechanics&#8221; and I feel people are generally safer if they do not use any of these two. With the choice left between RedHat/CentOS and SuSE, I lean towards the former. Why? RedHat and CentOS are the only platforms getting packages from all MySQL and MySQL-fork vendors &#8211; Oracle, MariaDB and Percona. By my observations RedHat and CentOS are also much more frequently used with MySQL, so there will be more resources available online. </p>
<p>But if you are a skilled systems administrator or your company hires one, then you could use pretty much anything, including my favorites such as Slackware and Gentoo.</p>
<p>In the beginning I mentioned that individual circumstances may influence the decision. One example of such specific case, which limits your options, is for example a requirement for commercial support for the operating system. You will have to choose between RedHat or SuSE. Another such case can be related to hardware. Any newly released component may simply lack support from the Linux kernel, but this can also be the case for any high-end/enterprise class equipment. Hardware vendors may release Linux drivers on their own, but often only for very specific Linux distributions.</p>
<p>View full post on <a href="http://www.mysqlperformanceblog.com/2011/12/08/which-linux-distribution-for-mysql-server/">MySQL Performance Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2011/12/which-linux-distribution-for-a-mysql-database-server-a-specific-point-of-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Login with Linux passwd or shadow</title>
		<link>http://www.weez.com/2011/12/login-with-linux-passwd-or-shadow/</link>
		<comments>http://www.weez.com/2011/12/login-with-linux-passwd-or-shadow/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 03:30:23 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[passwd]]></category>
		<category><![CDATA[Shadow]]></category>

		<guid isPermaLink="false">http://www.weez.com/2011/12/login-with-linux-passwd-or-shadow/</guid>
		<description><![CDATA[Package: Login with Linux passwd or shadow Summary: Authenticate Linux users with passwd or shadow Groups: PHP 5, Unix, User Management Author: Marcus Brasizza Description: This class can authenticate Linux/Unix users with passwd or shadow files&#8230; Read more at http://www.phpclasses.org/package/7234-PHP-Authenticate-Linux-users-with-passwd-or-shadow.html View full post on PHP Classes: Latest entries]]></description>
			<content:encoded><![CDATA[<div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Package:</div>
<div><a href="http://www.phpclasses.org/package/7234-PHP-Authenticate-Linux-users-with-passwd-or-shadow.html">Login with Linux passwd or shadow</a></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Summary: </div>
<div><span name="description">Authenticate Linux users with passwd or shadow</span></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Groups: </div>
<div><a href="http://www.phpclasses.org/browse/class/8.html">PHP 5</a>, <a href="http://www.phpclasses.org/browse/class/23.html">Unix</a>, <a href="http://www.phpclasses.org/browse/class/21.html">User Management</a></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Author: </div>
<div><a href="http://www.phpclasses.org/browse/author/342223.html">Marcus Brasizza</a></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Description: </div>
<div>This class can authenticate Linux/Unix users with passwd or shadow files&#8230;</p>
<p>Read more at http://www.phpclasses.org/package/7234-PHP-Authenticate-Linux-users-with-passwd-or-shadow.html</p></div>
</div>
<p><a href="http://feedads.g.doubleclick.net/~a/GXskQyngs7pDsWQujbUhWwcPYP0/0/da"><img src="http://feedads.g.doubleclick.net/~a/GXskQyngs7pDsWQujbUhWwcPYP0/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/GXskQyngs7pDsWQujbUhWwcPYP0/1/da"><img src="http://feedads.g.doubleclick.net/~a/GXskQyngs7pDsWQujbUhWwcPYP0/1/di" border="0" ismap="true"></img></a></p>
<p><img src="http://feeds.feedburner.com/~r/phpclasses/~4/TH73Je4EXIY" height="1" width="1"/></p>
<p>View full post on <a href="http://feedproxy.google.com/~r/phpclasses/~3/TH73Je4EXIY/7234-PHP-Authenticate-Linux-users-with-passwd-or-shadow.html">PHP Classes: Latest entries</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2011/12/login-with-linux-passwd-or-shadow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Andrew Hutchings: Building Drizzle in RedHat Enterprise Linux 6 and derivatives</title>
		<link>http://www.weez.com/2011/01/andrew-hutchings-building-drizzle-in-redhat-enterprise-linux-6-and-derivatives/</link>
		<comments>http://www.weez.com/2011/01/andrew-hutchings-building-drizzle-in-redhat-enterprise-linux-6-and-derivatives/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 20:06:41 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Drizzle]]></category>
		<category><![CDATA[Andrew]]></category>
		<category><![CDATA[Building]]></category>
		<category><![CDATA[derivatives]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Hutchings]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://www.weez.com/2011/01/andrew-hutchings-building-drizzle-in-redhat-enterprise-linux-6-and-derivatives/</guid>
		<description><![CDATA[Over this weekend I have been playing with a test release of Scientific Linux 6 which is a binary-compatible rebuild of the source for RedHat Enterprise Linux 6 with a few additions, very similar to CentOS (CentOS 6 should be out in the next few weeks).  Specifically I have been testing Drizzle in it to [...]]]></description>
			<content:encoded><![CDATA[<p>Over this weekend I have been playing with a test release of Scientific Linux 6 which is a binary-compatible rebuild of the source for RedHat Enterprise Linux 6 with a few additions, very similar to CentOS (CentOS 6 should be out in the next few weeks).  Specifically I have been testing Drizzle in it to see if we can compile it and that it will pass our regression suite.  The good news is &#8216;yes&#8217; to both.  Here is how to do it.</p>
<p>First of all you need some pre-requisites installed.  Almost all are available from the operating system&#8217;s repositories apart from one which I will come to in a minute.  You need to install the following packages using yum or any other package manager:</p>
<ul>
<li>bzr</li>
<li>boost-devel</li>
<li>autoconf</li>
<li>automake</li>
<li>gcc</li>
<li>gcc-c++</li>
<li>libtool</li>
<li>gperf</li>
<li>libuuid-devel</li>
<li>zlib-devel</li>
<li>pcre-devel</li>
<li>readline-devel</li>
<li>flex</li>
<li>bison</li>
</ul>
<p>Now, the key thing missing from the above list is Google&#8217;s Protocol Buffers.  Unfortunately, unlike Fedora, this does not seem to be in the RedHat repositories so we need to roll our own.  To do this:</p>
<ol>
<li>Install the following packages using yum or any other package manager:
<ul>
<li>rpm-build</li>
</ul>
<ul>
<li>python-devel</li>
</ul>
<ul>
<li>python-setuptools</li>
</ul>
</li>
<li>Download the protobuf source package from <a href="http://5dollarwhitebox.org/repos/drizzle/dev/Redhat/5/SRPMS/">here</a>.</li>
<li>Run the following (as root):
<pre>rpmbuild --rebuild protobuf-2.2.0-3.el5.src.rpm</pre>
</li>
<li>Install the protobuf packages as follows (again as root):
<pre>rpm -Uvh /root/rpmbuild/RPMS/x86_64/*</pre>
<p>or if you are using 32bit:</p>
<pre>rpm -Uvh /root/rpmbuild/RPMS/i686/*</pre>
</li>
</ol>
<p>You are now good to go.  You should be able to compile Drizzle <a href="http://wiki.drizzle.org/Compiling#Getting_the_Code">in the normal way</a>.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxjedi.co.uk%2F%3Fp%3D75&amp;title=Building%20Drizzle%20in%20RedHat%20Enterprise%20Linux%206%20and%20derivatives"><img src="http://www.linuxjedi.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share" /></a> </p>
<p>View full post on <a href="http://www.linuxjedi.co.uk/?p=75">Planet Drizzle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2011/01/andrew-hutchings-building-drizzle-in-redhat-enterprise-linux-6-and-derivatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix For Sale: Massively Damaged, Sold As Is &amp; Absent Delusions Of Grandeur Over Linux Infringement</title>
		<link>http://www.weez.com/2010/09/unix-for-sale-massively-damaged-sold-as-is-absent-delusions-of-grandeur-over-linux-infringement/</link>
		<comments>http://www.weez.com/2010/09/unix-for-sale-massively-damaged-sold-as-is-absent-delusions-of-grandeur-over-linux-infringement/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 17:42:10 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Absent]]></category>
		<category><![CDATA[Damaged]]></category>
		<category><![CDATA[Delusions]]></category>
		<category><![CDATA[Grandeur]]></category>
		<category><![CDATA[Infringement]]></category>
		<category><![CDATA[massively]]></category>
		<category><![CDATA[over]]></category>
		<category><![CDATA[Sale]]></category>
		<category><![CDATA[sold]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/unix-for-sale-massively-damaged-sold-as-is-absent-delusions-of-grandeur-over-linux-infringement/</guid>
		<description><![CDATA[Unix For Sale: Massively Damaged, Sold As Is &#038; Absent Delusions Of Grandeur Over Linux Infringement Techdirt: &#8220;SCO is now apparently trying to sell off what remains of its &#8220;Unix assets&#8221; Read more on Linux Today]]></description>
			<content:encoded><![CDATA[<p><b>Unix For Sale: Massively Damaged, Sold As Is &#038; Absent Delusions Of Grandeur Over Linux Infringement</b><br />
Techdirt: &#8220;SCO is now apparently trying to sell off what remains of its &#8220;Unix assets&#8221;</p>
<p>Read more on <a rel="nofollow" href="http://linuxtoday.com/news_story.php3?ltsn=2010-09-18-007-35-NW-CD-HU">Linux Today</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/unix-for-sale-massively-damaged-sold-as-is-absent-delusions-of-grandeur-over-linux-infringement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon makes a welcome entry to the Linux market</title>
		<link>http://www.weez.com/2010/09/amazon-makes-a-welcome-entry-to-the-linux-market/</link>
		<comments>http://www.weez.com/2010/09/amazon-makes-a-welcome-entry-to-the-linux-market/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 07:28:59 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[entry]]></category>
		<category><![CDATA[makes]]></category>
		<category><![CDATA[Market]]></category>
		<category><![CDATA[Welcome]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/amazon-makes-a-welcome-entry-to-the-linux-market/</guid>
		<description><![CDATA[Amazon makes a welcome entry to the Linux market From a business standpoint it is designed to protect Amazon, and its cloud customers, not just from intruders but from themselves. Read more on ZDNet]]></description>
			<content:encoded><![CDATA[<p><b>Amazon makes a welcome entry to the Linux market</b><br />
From a business standpoint it is designed to protect Amazon, and its cloud customers, not just from intruders but from themselves.</p>
<p>Read more on <a rel="nofollow" href="http://www.zdnet.com/blog/open-source/amazon-makes-a-welcome-entry-to-the-linux-market/7381">ZDNet</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/amazon-makes-a-welcome-entry-to-the-linux-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Урок 2. Файловая система Linux. Теория</title>
		<link>http://www.weez.com/2010/09/%d1%83%d1%80%d0%be%d0%ba-2-%d1%84%d0%b0%d0%b9%d0%bb%d0%be%d0%b2%d0%b0%d1%8f-%d1%81%d0%b8%d1%81%d1%82%d0%b5%d0%bc%d0%b0-linux-%d1%82%d0%b5%d0%be%d1%80%d0%b8%d1%8f/</link>
		<comments>http://www.weez.com/2010/09/%d1%83%d1%80%d0%be%d0%ba-2-%d1%84%d0%b0%d0%b9%d0%bb%d0%be%d0%b2%d0%b0%d1%8f-%d1%81%d0%b8%d1%81%d1%82%d0%b5%d0%bc%d0%b0-linux-%d1%82%d0%b5%d0%be%d1%80%d0%b8%d1%8f/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 09:43:19 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[система]]></category>
		<category><![CDATA[Теория]]></category>
		<category><![CDATA[Урок]]></category>
		<category><![CDATA[Файловая]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/%d1%83%d1%80%d0%be%d0%ba-2-%d1%84%d0%b0%d0%b9%d0%bb%d0%be%d0%b2%d0%b0%d1%8f-%d1%81%d0%b8%d1%81%d1%82%d0%b5%d0%bc%d0%b0-linux-%d1%82%d0%b5%d0%be%d1%80%d0%b8%d1%8f/</guid>
		<description><![CDATA[В данном уроке на простых примерах объяснено что такое файл, каталог и какие действия с ними можно выполнять. Линукс для начинающего пользователя www.linux.panzins.ru]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/cdfL3y5YM28?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/cdfL3y5YM28?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
В данном уроке на простых примерах объяснено что такое файл, каталог и какие действия с ними можно выполнять. Линукс для начинающего пользователя www.linux.panzins.ru</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/%d1%83%d1%80%d0%be%d0%ba-2-%d1%84%d0%b0%d0%b9%d0%bb%d0%be%d0%b2%d0%b0%d1%8f-%d1%81%d0%b8%d1%81%d1%82%d0%b5%d0%bc%d0%b0-linux-%d1%82%d0%b5%d0%be%d1%80%d0%b8%d1%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bootando um servidor linux antes do voo</title>
		<link>http://www.weez.com/2010/09/bootando-um-servidor-linux-antes-do-voo/</link>
		<comments>http://www.weez.com/2010/09/bootando-um-servidor-linux-antes-do-voo/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 01:09:19 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[antes]]></category>
		<category><![CDATA[Bootando]]></category>
		<category><![CDATA[Servidor]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/bootando-um-servidor-linux-antes-do-voo/</guid>
		<description><![CDATA[Estava voltando do Chile quando o servidor linux é reiniciado&#8230;. #tenso]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/54l-zBOYzaM?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/54l-zBOYzaM?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Estava voltando do Chile quando o servidor linux é reiniciado&#8230;. #tenso</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/bootando-um-servidor-linux-antes-do-voo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slackware Linux &#8211; смена шрифта консоли</title>
		<link>http://www.weez.com/2010/09/slackware-linux-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%88%d1%80%d0%b8%d1%84%d1%82%d0%b0-%d0%ba%d0%be%d0%bd%d1%81%d0%be%d0%bb%d0%b8/</link>
		<comments>http://www.weez.com/2010/09/slackware-linux-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%88%d1%80%d0%b8%d1%84%d1%82%d0%b0-%d0%ba%d0%be%d0%bd%d1%81%d0%be%d0%bb%d0%b8/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 21:44:14 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[консоли]]></category>
		<category><![CDATA[смена]]></category>
		<category><![CDATA[шрифта]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/slackware-linux-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%88%d1%80%d0%b8%d1%84%d1%82%d0%b0-%d0%ba%d0%be%d0%bd%d1%81%d0%be%d0%bb%d0%b8/</guid>
		<description><![CDATA[Данный веб-каст демонстрирует настройку шрифтов в консоли при помощи pkgtool. Демонстрация проходит на Slackware Linux 13.1 (x32).]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/vCp4tTD4xV4?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/vCp4tTD4xV4?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Данный веб-каст демонстрирует настройку шрифтов в консоли при помощи pkgtool. Демонстрация проходит на Slackware Linux 13.1 (x32).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/slackware-linux-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%88%d1%80%d0%b8%d1%84%d1%82%d0%b0-%d0%ba%d0%be%d0%bd%d1%81%d0%be%d0%bb%d0%b8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slackware Linux &#8211; смена шрифта консоли</title>
		<link>http://www.weez.com/2010/09/slackware-linux-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%88%d1%80%d0%b8%d1%84%d1%82%d0%b0-%d0%ba%d0%be%d0%bd%d1%81%d0%be%d0%bb%d0%b8/</link>
		<comments>http://www.weez.com/2010/09/slackware-linux-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%88%d1%80%d0%b8%d1%84%d1%82%d0%b0-%d0%ba%d0%be%d0%bd%d1%81%d0%be%d0%bb%d0%b8/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 21:44:14 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[смена]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/slackware-linux-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%88%d1%80%d0%b8%d1%84%d1%82%d0%b0-%d0%ba%d0%be%d0%bd%d1%81%d0%be%d0%bb%d0%b8/</guid>
		<description><![CDATA[Данный веб-каст демонстрирует настройку шрифтов в консоли при помощи pkgtool. Демонстрация проходит на Slackware Linux 13.1 (x32).]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/vCp4tTD4xV4?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/vCp4tTD4xV4?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Данный веб-каст демонстрирует настройку шрифтов в консоли при помощи pkgtool. Демонстрация проходит на Slackware Linux 13.1 (x32).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/slackware-linux-%d1%81%d0%bc%d0%b5%d0%bd%d0%b0-%d1%88%d1%80%d0%b8%d1%84%d1%82%d0%b0-%d0%ba%d0%be%d0%bd%d1%81%d0%be%d0%bb%d0%b8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux ist 1000x besser</title>
		<link>http://www.weez.com/2010/09/linux-ist-1000x-besser/</link>
		<comments>http://www.weez.com/2010/09/linux-ist-1000x-besser/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 20:02:33 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[1000x]]></category>
		<category><![CDATA[besser]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/09/linux-ist-1000x-besser/</guid>
		<description><![CDATA[Linux Ubuntu 9.10 mit Windows XP in Sun VM]]></description>
			<content:encoded><![CDATA[<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/kzlRSPBbxCM?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/kzlRSPBbxCM?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Linux Ubuntu 9.10 mit Windows XP in Sun VM</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/09/linux-ist-1000x-besser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

