<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>pclinuxos &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/pclinuxos/</link>
	<description>Feed of posts on WordPress.com tagged "pclinuxos"</description>
	<pubDate>Sun, 12 Oct 2008 04:50:54 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Software Installation In Linux]]></title>
<link>http://kzimm.wordpress.com/?p=75</link>
<pubDate>Wed, 01 Oct 2008 19:05:27 +0000</pubDate>
<dc:creator>Padma</dc:creator>
<guid>http://kzimm.pt-br.wordpress.com/2008/10/01/software-installation-in-linux/</guid>
<description><![CDATA[One of the complaints I still hear from new (or non-) Linux users is that installing software is too]]></description>
<content:encoded><![CDATA[<p>One of the complaints I still hear from new (or non-) Linux users is that installing software is too hard.  The usual case in point is that in Windows, they just do an online search for what they want, download the installer, and double-click on it, and, after a few 'OK' clicks, voilà!  Or they just go down to the store, plunk $50 on the counter, take the CD home, insert it into the drive, and, again, after a few 'OK' clicks, voilà!</p>
<p>In reality, software installation in Linux can be even easier.  It can also be much harder.  It depends on what level of responsibility you want to take. <!--more--></p>
<p>As I see it, there are currently four ways of installing software in Linux.  I'll look at each of them in turn.</p>
<p><strong>1. </strong>Use the distro's package manager.  Virtually every major distro uses a package manager associated with repositories of software that can be installed.  The graphical tool used for it may be called Synaptic, or Yum, or RPMdrake, or any of many other names.  But they all work in pretty much the same way.  The user selects one or more repositories from which to download software.  He then uses the tool to search the repository for desired software.  Once found, he selects it for installation, and then clicks an 'Apply' button.  The package manager then downloads the requested files, resolves any dependency issues, installs the software, and finally updates its database of what is currently installed on the machine.</p>
<p>Updates are handled the same way.  Since the tool keeps track of what is installed on the machine, all it takes is a refresh of the repository data, and it knows what software needs to be updated.  Click to select, click 'Apply' and it's done.  What could be simpler?</p>
<p>Of course, some people (correctly) point out that the software in a given distro's repositories isn't necessarily the most current version of the software.  Or it's not available for their specific distribution.  What to do?  That leads us to our second method.</p>
<p><strong>2. </strong>Directly install the package from an outside source.  One can search for software online, just like Windows users do.  Sites like rpm.pbone.net, and rpmfind.net can point you to packages for rpm-based distros like RedHat/Fedora, Mandriva, and PCLinuxOS.  Similar tools exist, I am sure, for debian-based distros, like Ubuntu and Mepis.  There are even tools, like <a href="http://linux.die.net/man/1/alien">alien</a>, for converting one package format to another.</p>
<p>Once the package has been downloaded, it needs to be installed. For rpm-based distros, this is done with the <a href="http://linux.die.net/man/8/rpm">rpm</a> command in a console window.  Alternatively, there are some guis available for it.  I use kpackage to install non-repo rpms.  But, command-line or gui, it is up to the user to resolve any dependencies the package may have.  Fortunately, whether I use kpackage or 'rpm -i', the package gets added to my package database, so Synaptic knows it's there.</p>
<p>There is a third method of installing software that is used primarily for commercial products.</p>
<p><strong>3. </strong>Non-package-specific binaries.  These are installers that are bundled with the software (usually).  I have used these to install Sun's Java, ATI drivers for my video card, and some commercial Linux games.  With these, the software is downloaded (or the CD inserted), the file may have to be made executable, and the file is then run.  The install may run strictly on the command line, or it may pop up a simple gui dialog box to show progress and ask questions, much like a Windows install.  All dependencies must be either met prior to installing, or are included in the installation file(s).  If they are included, they are normally written to 'non-standard' locations, like a sub-directory of the installation location, so as to not interfere with the existing 'standard' versions.  Some of these installers are even smart enough to insert entries into the 'Start' menu.</p>
<p>One thing these installers do <strong>not </strong>do, however, is tell the package manager that they are there.  It is up to the user to track updates, and manually install them, if necessary.</p>
<p>There is one final method for installing software in Linux.</p>
<p><strong>4. </strong>Install directly from source.  This is the one that gives Linux a 'bad name'.  A lot of us old heads know the mantra of "./configure; make; make install".  This is useful if one really, <em>really </em>wants the most recent, bleeding edge version of a given open-source package.  But this should be done only if one knows how to resolve make/compiler error messages.  The appropriate compiler must be previously installed (probably gcc, but occasionally something else).  All necessary libraries must be pre-installed.  And, if all works well, nothing is put into the menu system.  The package manager knows nothing about what was done.</p>
<p>(To be fair, some distros, like Gentoo, install everything from source.  But its 'emerge' program is designed to act like a binary package manager in all other ways.)</p>
<p>So there are the four primary means of installing software in Linux, ranging from the easiest, to the hardest, most demanding of user knowledge and interaction.  Which method(s) to use is up to the individual user, and how much effort they want to put into maintaining the health of their system.  Using the package manager is the safest, most stable way to install software and keep it up to date.  But if that isn't sufficient, then there are other ways, as well.</p>
<p>A final caveat: installing anything outside the distro's repositories can cause problems for the system.  In particular, the libraries needed by the 'strange' software may clash with the pre-existing libraries and programs installed by the package manager.  So you may have the latest version of 'Program X', but now 'Program Y' no longer works correctly.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Why I Choose PCLinuxOS Over More Heavily Marketed Distros]]></title>
<link>http://ruel24.wordpress.com/?p=3</link>
<pubDate>Mon, 22 Sep 2008 01:43:42 +0000</pubDate>
<dc:creator>ruel24</dc:creator>
<guid>http://ruel24.pt-br.wordpress.com/2008/09/22/why-i-choose-pclinuxos-over-more-heavily-marketed-distros/</guid>
<description><![CDATA[
Anyone who has used Linux for any length of time has done the distro hop. And from hopping around, ]]></description>
<content:encoded><![CDATA[<p><a href="http://ruel24.files.wordpress.com/2008/09/mydesktop1.png"><img class="alignright size-medium wp-image-32" title="mydesktop" src="http://ruel24.wordpress.com/files/2008/09/mydesktop1.png?w=300" alt="" width="300" height="225" /></a></p>
<p>Anyone who has used Linux for any length of time has done the distro hop. And from hopping around, with each distro, we can find things in one distro we like better than another, yet it never seems that one single distro has all the qualities you like. Well, for me, that ended when I tried <a href="http://www.pclinuxos.com">PCLinuxOS</a> just a couple of years ago. It just seemed to combine all the elements I like from various distros into a very well put together distro. It's almost like the developers read my mind when I was thinking about what a perfect distro would be like. Spooky...</p>
<p>One thing that completely turns me off of a distro is a lack of a control panel type application. That stops me dead in the water. Yeah, I've hacked configuration files and brought up a terminal and entered countless commands to configure things (you couldn't avoid that back in the 90's) but why are distros still requiring this? Some distros have automated scripts to setup your system, but many times they get it wrong. I like to have the control that a control panel application gives me. Essentially, there are 2 applications of this type out there: the Mandriva Control Center (MCC) and Suse's YaST. PCLinuxOS uses the Mandriva Control Center, renamed the PCLinuxOS Control Center and modified for the differences between the two distros. It's the best application of its type in the land of Linux.</p>
<p>PCLinuxOS gives me all the control, without protecting me from myself, while making everything simple to do. How many distros can claim that? This is accomplished by 3 things: The PCLinuxOS Control Panel, pure lack of heavy handed system scripts, and access to the root account at the login screen. The root account is a personal choice for many. The subject of the root account and sudo and system security has been heavily debated, and both sides have very valid points. Personally, I hate sudo but I can turn it on, as in most distros, if I wish. But, PCLinuxOS is designed from the onset with the complete beginner in mind, so everything is just as simple as it gets.</p>
<p>A lot of comments have been made about RPM based distros and dependency hell. Unfulfilled dependencies are still a problem in Debian and Ubuntu, as well. It didn't disappear. What is different is that Apt and Synaptic are far more polite about it. What solves the dependency issue is the package installation system, not the type of package. RPM packages are little different than DEB packages. It's Apt and the repositories that solve the problem. PCLinuxOS uses a modified Apt and Synaptic that allows it to be used on an RPM distro. Not only that, but it goes one step further by providing all the packages you'll ever need in a single repository and they even simplify that by only having main, extra, nonfree, and KDE sections. There are no universe, multiverse, and whatever else confusing sections. They keep it simple.</p>
<p>I love the fact that PCLinuxOS is a rolling release. What they do is freeze the GCC (Gnu Compiler Collection) version and the supporting libraries for several releases. Therefore, all packages are compiled against the same libraries and are compatible. That means that PCLinuxOS 2009 will be nothing more than PCLinuxOS 2007 with a newer kernel and some new artwork. So, a fully updated 2007 release is the same as the newest release. There's no reason to wipe your hard drive and reinstall your distro., which is completely different than every major distro out there. Eventually, they have to do a rebase and upgrade GCC and all the development libraries to gain new functionality, so it doesn't go on forever. But, 2007 was the first rebase since PCLinuxOS started in 2003. It was required to add Compiz to the distro, which required a newer version of GCC.</p>
<p>The developers of PCLinuxOS insist on the highest standards of quality over speed of release. PCLinuxOS is the most rock steady distro I've ever used. It always pains me to read about other distros that are so good, but get released so buggy. I'm not going to point my finger at any certain ones, but many of them have this problem. They insist on a rigid release schedule and many bugs, some even show stoppers, make it into the final release. Not PCLinuxOS. It gets released "when it's ready". That goes for all the packages they release into the repository, as well. Are there occasional problems? Of course there are. But, it's not in the same league as some other distros I've used over the years. It's difficult to test for every possible system it's going to get installed on, but they do an admirable job.</p>
<p>The community at PCLinuxOS is absolutely first rate. The moderators have caught their fair share of criticism over time, but they have done an outstanding job of keeping the forum orderly and void of "RTFM" comments. Also, political discussion is strictly forbidden, keeping it free from angry users. When you want help, its given politely. You don't get nasty remarks about how you didn't word your question correctly, or didn't provide enough info. You get kind, courteous answers and polite requests for more info. Also, when they're working on getting a new release out, it gets kind of hectic, but when you ask for a package, it's usually granted rather swiftly. On top of that, you get answers, sometimes, by the very developers of the distro - even Texstar himself. This is something that only a small distro like PCLinuxOS can do. You can even find them in the IRC chatrooms on Freenode, answering questions and just having general conversations about life itself. That kind of intimacy with the very people responsible for the distro is something that just appeals to me, as a user. They get user feedback first hand and it gets considered in the distro.</p>
<p>On the subject of community, in no other distro have I felt compelled to get involved. In this distro, they have community based projects at <a href="http://www.mypclinuxos.com">MyPCLinuxOS</a>, an advanced "hackers" forum at  <a href="http://hack.mypclinuxos.com">HackMyPCLinuxOS</a> and other areas such as <a href="http://www.linfx.com">LinFX</a> to contribute graphics to the cause. If you have any talent at all that can be useful, there's a place for you to contribute, and it's welcome.</p>
<p>MyPCLinuxOS has launched many community built versions of PCLinuxOS. There's PCLinuxOS Gnome, which has a Gnome default environment; EeePCLinuxOS for the EeePC; BEL (Business Edition Linux) for server/enterprise needs; TinyMe, which is a very small version sort of like Puppy Linux; MythTVOS that simplifies MythTV setup; and many more. There's a PCLinuxOS for every need.</p>
<p>Your choice of the distro you use is a personal one. There is no single distro that fits everyone's needs. Also, many people come from different backgrounds and have different appreciations for the various approaches different distros use. That's what's so beautiful about Linux. The choice is there. If you are an Ubuntu, Fedora, Suse, Slackware or any other distro user, and it works for you, great. PCLinuxOS is my choice for the reasons given above, and if any of these traits of the distro appeal to you, I suggest you try it out.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Distributions I'm looking forward to]]></title>
<link>http://celettu.wordpress.com/?p=177</link>
<pubDate>Sat, 20 Sep 2008 22:42:40 +0000</pubDate>
<dc:creator>celettu</dc:creator>
<guid>http://celettu.pt-br.wordpress.com/2008/09/21/distributions-im-looking-forward-to/</guid>
<description><![CDATA[I&#8217;m back. Since I&#8217;ve spent a week outside visiting castles, ruins, museums and bookshops]]></description>
<content:encoded><![CDATA[<p>I'm back. Since I've spent a week outside visiting castles, ruins, museums and bookshops, there isn't much I can write about...I haven't tinkered, not even a single little tink. But I am looking forward to the upcoming releases of some distributions, some of them old favourites, some of them I've never installed before.</p>
<p><strong>Debian 5.0</strong></p>
<p>I have never installed Debian before, which seems crazy even to me. I think my reasoning was "Well, I've installed Ubuntu, and Ubuntu is Debian, right? Right? Hello? Anyone?"<br />
Anyway, since I've installed almost any well-known Debian derivate, except the all-father itself, that's what I'll do when it comes out. That should be this month.</p>
<p><strong>Mandriva 2009</strong></p>
<p>Mandriva has been a favourite of mine. As a everything-and-the-kitchen-sink, I thought it came very close to Ubuntu. That's why I tried a few betas of the next release, and to my surprise I didn't like them at all. Installing software proved to be impossible, and using the nvidia driver didn't work either. I hope these issues won't show up for me in the final release. It's scheduled to show up on the servers early next month.</p>
<p><strong>Ubuntu 8.10</strong></p>
<p>This one's a given. As I mentioned before, I think Ubuntu does the best job in providing an OS for the "normal" PC user. By that I mean someone who doesn't want to know about computers, and instead just use them. Unlike previous releases, I haven't tried a single alpha. If any of the betas have the final new artwork, I probably will install that. Ubuntu will hit the download mirrors somewhere in the final week of October.</p>
<p><strong>Sidux 2008-04</strong></p>
<p>Another one I haven't tried yet, but a distribution that seems to have a very loyal fanbase, at least judging from the comments on various newsboards. On the surface, it doesn't have any special feature that really grabs my attention, but it's said to be fast and stable. We'll see. Like Ubuntu and Mandriva, it should appear somewhere next month.</p>
<p><strong>Fedora 10</strong></p>
<p>Fedora Core 1 was one of the first Linux distributions I ever installed (and messed up completely). Since then, I switched to other distributions, vor various reasons. One is the love of Fedora for bleeding edge software...I like a bit of stability on my PC. Another is the fact that it's RPM based, which to me has always been slower than pacman or apt. But since it's been a while since I tried Fedora, I'll probably give it a go when it comes out, which should be November 18th.</p>
<p><strong>PCLinuxOS 2008</strong></p>
<p>Ah, the distribution that is slowly becoming legendary by not appearing. In the last month, I've noticed quite a lot of grumbles about the delay, which is a change of pace for the once fan-favourite number one of the Distrowatch rankings. Of course, PCLinuxOS is supposed to be a rolling release OS, but downloading a 600+ MB ISO, and having to download an additional 600 just for updates isn't really everyone's cup of tea. Apparently, it's "very close to release", but it has been very close to release for a while now. Fingers crossed.</p>
<p>And last but not least:</p>
<p><strong>TinyMe 2008.1</strong></p>
<p>Interesting, because it's based on PCLinuxOS 2008 (or 2008.1?), which doesn't exist, and even more interesting because it offers LXDE, which is Openbox made easy. There aren't many distros that offer Openbox as the default WM, because, let's face it, Openbox is for geeks ;) LXDE tries to make it a bit easier while maintaining the obvious Openbox advantages of simplicity, configurability and speed. I'm curious to see how TinyMe holds up against my own Arch + Openbox configuration (which I think is absolutely perfect for me, but <em>did</em> take some time to get right).<br />
The first alpha release of TinyMe has just appeared, so I guess the final release is still some time away.</p>
<p>In any case, I have some busy months ahead of me :)</p>
<p>San</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Is PCLinuxOS Stale?]]></title>
<link>http://kzimm.wordpress.com/?p=63</link>
<pubDate>Thu, 11 Sep 2008 20:55:08 +0000</pubDate>
<dc:creator>Padma</dc:creator>
<guid>http://kzimm.pt-br.wordpress.com/2008/09/11/is-pclinuxos-stale/</guid>
<description><![CDATA[Recently, I&#8217;ve been reading posts talking about how PCLinuxOS is &#8220;stale&#8221;, &#8220;g]]></description>
<content:encoded><![CDATA[<p>Recently, I've been reading posts talking about how PCLinuxOS is "stale", "going downhill", or even "dying".  They point out that the "current" version of PCLOS is 2007, has an out-of-date kernel, and won't recognize the latest hardware.</p>
<p><!--more--></p>
<p>While these posts have a point, they are mssing the larger picture.  PCLOS is a "rolling release" distro.  It doesn't need to be released every six months to fix problems.  Users aren't forced to re-install in order to get the latest and greatest version of anything.  I installed PCLOS 2007 many months ago.  I immediately did a full update, several hundred Meg of patches.  Since then, I have updated roughly once per week, so I have, in effect, the latest and greatest that will be delivered in the next iso put out by Tex and the Ripper Gang.</p>
<p>But let me see if I can explicitly counter some of the points I have seen made:</p>
<ol>
<li><em>The UI is old. </em>Oh, come now.  It was "fresh" and "new" a mere 18 months ago.  It's still one heck of a nice-looking desktop.  Besides, one of the first things I do, at least, is update the appearance of the desktop to suit my own mood and needs.  I apply different wallpaper, and different icons, and a different color scheme ... Okay, so I don't stick with the default.  Then again, most people I know, don't.  But I just booted the live-CD a few days ago, and I still thought the overall look was pretty classy.</li>
<li><em>The repos don't have up-to-date software</em>.  If you mean "bleeding edge" software, then you are correct.  Everything in the repos is built and tested against the rest of the repos to make sure nothing breaks something else.  If it does, then something needs to be fixed.  This is all done to help maintain the <em>stability </em>of the distro.  Of course, usually this charge is levied when "version 3.7.19 came out Tuesday, and it's not in the repos, yet!"  But if you look at the repos, we currently might have 3.7.17, which probably meets the needs of 99% of the users.  Besides, compiling and testing software takes time, so if nobody points out that a newer version is available, and also why it should be upgraded, it probably won't be done right away.
<p>The more specific charge, lately, is that <em>KDE 4.1 is out, and everybody else offers it.  Why don't you? </em>The basic fact is, KDE 4.x is not "ready for prime time", even according to the KDE developers.  PCLinuxOS is targeted at new Linux users, offering a stable, high-quality experience.  Why give "newbies" a known-to-be-buggy interface?  KDE 4.x is making great strides, and I am sure will become a very solid product.  Meanwhile, I suspect that 4.1.1. might be offered as an optional item in the soon-to-be-released "2008" version.</li>
<li><em>It's no better than any other distro at detecting hardware.</em> This is a bad thing?  Sure, it doesn't make a great marketing tool, "We're no worse than anybody else!", but it's not really a bad thing.</li>
<li><em>Ubuntu/OpenSuse/Mandriva/et.al. are marketing PCLOS out of existence. </em>Well, a corporate distro, particularly Ubuntu, has much deeper pockets than Tex has.  PCLOS spreads by word-of-mouth.  The "big boys" can afford to put thousands, or even millions, of dollars down for marketing, and maybe to smooth the way into corporate markets, and such.  If Linux were all about marketing, and "sales", then PCLOS would definitely be an "also-ran".
<p>But PCLOS is really just a distro put out by one man in Texas (admittedly with the help of a small team of helpers from around the globe), who makes a version of Linux he likes, and is willing to share with anyone who wants a copy.  If people like it, that's great.  If they prefer a different distro, that's fine, too.  As he has said, "use whatever distro works on your hardware."</li>
</ol>
<p>I, personally, don't think PCLinuxOS has gone stale.  It works great on my hardware.  It has stable, reasonably up-to-date software.  Does it need a new release?  Yes, if just to provide a newer default kernel and better hardware detection from the live-CD.  Also to reduce the amount of updates needed to bring the install "current".  It will also generate a little more "buzz" in the marketplace, which, I admit, is not really a bad thing.</p>
<p>On a final note, I will point out that there is a project underway to produce an official remaster of PCLinuxOS on a quarterly basis, bundling all the updates to that point into the system and making a new live-cd.  This will reduce the amount of updates needed to download after an install, and may even help keep the "buzz" going.  All they're waiting on is for the next official release, which should be "Real Soon Now™".</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Něco je ve vzduchu]]></title>
<link>http://pclinuxoscz.wordpress.com/2008/09/09/neco-je-ve-vzduchu/</link>
<pubDate>Tue, 09 Sep 2008 10:59:54 +0000</pubDate>
<dc:creator>David</dc:creator>
<guid>http://pclinuxoscz.pt-br.wordpress.com/2008/09/09/neco-je-ve-vzduchu/</guid>
<description><![CDATA[Nechci být falešným prorokem, ale zdá se, že dlouho očekávaný okamžik se blíží. Mnoho in]]></description>
<content:encoded><![CDATA[<p>Nechci být falešným prorokem, ale zdá se, že dlouho očekávaný okamžik se blíží. Mnoho indicií naznačuje, že PCLinuxOS 2008 vyjde ještě tento měsíc. Ale nic jsem neřekl.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Unetbootin: a revolutionary multiplatform (Linux and Windows) software to create bootable Linux USB OS (and not only...)]]></title>
<link>http://galigio.wordpress.com/?p=232</link>
<pubDate>Mon, 08 Sep 2008 15:47:22 +0000</pubDate>
<dc:creator>galigio</dc:creator>
<guid>http://galigio.pt-br.wordpress.com/2008/09/08/unetbootin-a-revolutionary-multiplatform-linux-and-windows-software-to-create-bootable-linux-usb-os-and-not-only/</guid>
<description><![CDATA[This week, in our Linux Page (in Spanish), we have described UNetbootin: a powerful software which a]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;"><a title="Linux Page" href="http://galigio.wordpress.com/linux/"><img style="float:left;margin:1em 1em 0 0;" src="https://docs.google.com/File?id=dt3c895_37gmkqxvdd_b" alt="" width="45" height="55" /></a>This week, in our <a title="Linux Page" href="http://galigio.wordpress.com/linux/">Linux Page (in Spanish)</a>, we have described <a title="UNetbootin Homepage" href="http://unetbootin.sourceforge.net/">UNetbootin</a>: a powerful software which allows you to install many different Linux OS (Ubuntu, Fedora, openSUSE, CentOS, Debian, ArchLinux and many others) on a bootable USB key. The use of UNetbootin is really simple and after a couple of tests everyone is able to create his/her own portable OS on USB. Moreover can be used to easily install a new Linux OS directly on the local hard disk. In fact, this software properly manages Linux and Windows bootloader without causing side effects. I personally recommend <a title="UNetbootin" href="http://unetbootin.sourceforge.net/">UNetbootin </a>to all the people who always desires testing the last OS versions and do not want to install them directly on their PC. Last but not least,  UNetbootin is available in the followiing languages: English, Spanish, Russian, Portuguese and Hungarian. Easy, useful tool! <a href="http://www.addthis.com/bookmark.php"><img style="border:0 solid;width:125px;height:16px;" src="http://i119.photobucket.com/albums/o158/galigio/button1-bm.gif" alt="AddThis" /></a> <a href="http://podcasts.odiogo.com/get_mp3.mp3?f=/computer-borders/Computer_Borders-Unetbootin-_a_revolutionary_multiplatform_Linux_and_Windows_software_to_create_bootable_Linux_USB_OS.mp3"><img style="border:0 solid;width:32px;height:16px;" src="http://i119.photobucket.com/albums/o158/galigio/mp3link.gif" alt="mp3 link" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux Distro Ranking]]></title>
<link>http://digitalbytes.wordpress.com/?p=254</link>
<pubDate>Wed, 03 Sep 2008 22:38:59 +0000</pubDate>
<dc:creator>bytewax</dc:creator>
<guid>http://digitalbytes.pt-br.wordpress.com/2008/09/03/linux-distro-ranking/</guid>
<description><![CDATA[Para quem não conhece o Distrowatch.com, fica aqui o aperitivo. Os 10+ das distribuições de Linux]]></description>
<content:encoded><![CDATA[<p><span style="font-family:calibri;">Para quem não conhece o <a href="http://www.distrowatch.com">Distrowatch.com</a>, fica aqui o aperitivo. Os 10+ das distribuições de Linux referem-se a uma aposta ganha para quem pretende trocar o windows por qualquer coisa diferente.</span></p>
<blockquote><p><span style="font-family:calibri;"><strong><a href="http://www.ubuntu.com/" target="_blank">01 Ubuntu</a><br />
</strong>Ubuntu é um sistema operativo Linux completo p/ desktop, livremente distribuido com dois tipos de suporte: comunitário e profissional. A comunidade Ubuntu assenta em ideias enraizadas no Manifesto Ubuntu : o software deve ser disponibilizado sem custos, utilizado por todos em cada linguagem, mesmo quem tem algum tipo de deficiência e que todos devem ser livres de personalizar e alterar o seu software seja de que forma for que melhor se adapte a si. "Ubuntu" é uma palavra anciã do mundo Africano que significa "humanidade para com os outros". A distribuição Ubuntu traz esse espírito para o mundo do software. <span style="color:#ffcc00;">♣♣♣♣♣</span></span></p></blockquote>
<blockquote><p><span style="font-family:calibri;"><strong><a href="http://www.opensuse.org/" target="_blank"> 02 OpenSUSE</a><br />
</strong>OpenSUSE é um projecto comunitário patrocinado pela Novell que visa a promoção da utilização de Linux em todo o lado, acesso livre e fácil numa distribuição completa. Este projecto tem 3 objectivos: fazer do openSUSE o Linux mais fácil, ter o maior número de utlizadores, aumentar a colaboração open source para que seja o mais usável tanto a nível de iniciantes como de utilizadores experientes, simplificar dramáticamente o desenvolvimento e processos de instalação para que seja a plataforma escolhida pelos desenvolvedores e comerciantes de software para Linux. <span style="color:#ffcc00;">♣♣♣♣</span></span></p></blockquote>
<blockquote><p><span style="font-family:calibri;"><strong><a href="http://fedoraproject.org/" target="_blank"> 03 Fedora</a></strong><a href="fedoraproject.org/" target="_blank"> </a><br />
Este Projecto desenvolvido pela Red Hat está aberto a todos para participação geral, liderado por meritocracia, segue um conjunto de objectivos. O principal é trabalhar a par com a comunidade Linux para construir um sistema operativo polivalente, completo, exclusivamente a partir de open source software. O desenvolvimento será feito em forúns públicos e produzirá lançamentos periódicos do Fedora (cerca de 2-3 vezes por ano, com data prevista de distribuição). A equipe de engenheiros da Red Hat continuará a participar na sua programação e irá convidar e encorajar mais participação e exterior. Utilizando este processo mais aberto, esperam fornecer um sistema operativo mais em conta com os ideais do software livre e mais apelativo à comunidade open source. <span style="font-family:'Lucida Grande';"><span style="color:#ffcc00;">♣♣♣♣</span></span></span></p></blockquote>
<blockquote><p><span style="font-family:calibri;"><strong><a href="http://www.linuxmint.com/" target="_blank">04</a></strong><strong><a href="http://www.linuxmint.com/" target="_blank"> Mint</a></strong><br />
Linux Mint é baseado na distro Ubuntu e o seu objectivo é fornecer uma experiência out-of-the-box mais completa, includindo browser plugins, media codecs, suporte para DVD playback, Java e outros componentes semelhantes. Adiciona também um personalização ao desktop, menus, e vários utensílios únicos de configuração, o interface de instalação é baseado na web. Os repositórios são compativeis com os do Ubuntu.<span style="color:#ffcc00;"> </span><span style="font-family:'Lucida Grande';"><span style="color:#ffcc00;">♣♣♣♣</span></span></span></p></blockquote>
<blockquote><p><span style="font-family:calibri;"><a href="www.pclinuxos.com" target="_blank"><strong> 05</strong></a><a href="http://www.pclinuxos.com" target="_blank"><strong> PCLinuxOS</strong></a><br />
O Live CD de PCLinuxOS existe apenas em Inglês e é basedo no Mandrake Linux que corre inteiramente a partir de um 'bootable CD'. Os dados são descomprimidos em tempo real, permitindo para cima de 2GB de aplicações incluindo um X server completo, ambiente KDE, OpenOffice.org e muitas outras prontas a utilizar Em adição podemos instala-lo no disco duro de forma bastante rápida e simples. Podem ser adicionados ou removidos programas a partir do apt-get, via Synaptic. <span style="font-family:'Lucida Grande';"><span style="color:#ffcc00;">♣♣♣♣</span></span></span></p></blockquote>
<blockquote><p><span style="font-family:calibri;"> <span style="font-family:calibri;"><a href="www.debian.org/" target="_blank"><strong> 06</strong></a><a href="http://www.debian.org/" target="_blank"><strong> Debian</strong><br />
</a>O projecto Debian é uma associação de individuais que partilham a mesma causa a fim de criarem um sistema operativo livre chamado Debian GNU/Linux. Actualmente utilizam o kernel Linux (parte de código criado por Linus Torvalds e mantida por milhares de programadores à volta do globo). Claro que aquilo que os utilizadores querem são aplicações: programas que os ajudem a obter o que pretendem realizar, desde edição de documentos até à gestão de negócios, passando pelos jogos e pela criação de mais software. Debian vem com mais de 20,000 pacotes (software pre-compilado reunido num formato de fácil instalação) - todo ele livre. Tal como um torre que tem o kernel como base. Um nível acoma encontram-se os utensílios básicos para de seguida se posicionar todo o software que corre no nosso computador. No topo da torra está o Debian - cuidadosamente a organizar e a orientar todas as peças para que a seja um conjunto que funcione suavemente.  <span style="font-family:'Lucida Grande';"><span style="color:#ffcc00;">♣♣♣♣♣</span></span></span></span></p></blockquote>
<blockquote><p><span style="font-family:calibri;"><span style="font-family:calibri;"><span style="font-family:calibri;"><a href="www.mandriva.com/" target="_blank"><strong>07 </strong></a><a href="http://www.mandriva.com/" target="_blank"><strong>Mandriva</strong><br />
</a>Mandriva Linux (inicialmente Mandrakelinux) foi criado em 1998 com o objectivo de tornar o Linux  mais acessível a todos. Na altura era já bastante conhecido, poderoso e estável mas necessitava de forte conhecimento e técnica, tal como uso extensivo da linha de comandos; A MandrakeSoft via assim uma oportunidade de integrar no Linux, o melhor ambiente gráfico que desenvolvera, contribuindo com as suas próprias utilidades de configuração para se tornar famosa por definir um standard na facilidade de utilização e funcionalidade. Esta aproximação inovadora ofereceu todo o poder e estabilidade do Linux, tanto a utilizadores comuns como aos profissionais num ambiente amigável e agradável. Milhares de novos utilizadores descobriam assim o Linux, encontrando-se um substituto à altura do seu anterior sistema operativo. Um Linux como servidor ou estação de trabalho sem razão para ter ciumes de quaisquer outros sistemas operativos estabelecidos e aceites. <span style="font-family:'Lucida Grande';"><span style="color:#ffcc00;">♣♣♣♣</span></span></span></span></span></p></blockquote>
<blockquote><p><span style="font-family:calibri;"><span style="font-family:calibri;"><span style="font-family:calibri;"><span style="font-family:calibri;"><a href="http://www.dreamlinux.com.br/" target="_blank"><strong>08</strong></a><a href="http://www.dreamlinux.com.br/" target="_blank"><strong> Dream Linux</strong><br />
</a>Dreamlinux é uma distribuição brasileira baseda em Debian GNU/Linux. Um live CD com opção de instalação que arranca directamente para um gestor de janelas Xfce ou GNOME e que permite acesso a uma boa colecção de aplicações para desktop, tak como um painel de controlo para confuguração de sistema. <span style="font-family:'Lucida Grande';"><span style="color:#ffcc00;">♣♣♣</span></span></span></span></span></span></p></blockquote>
<blockquote><p><span style="font-family:calibri;"><span style="font-family:calibri;"><span style="font-family:calibri;"><span style="font-family:calibri;"><span style="font-family:calibri;"><a href="www.sabayonlinux.org/" target="_blank"><strong>09</strong></a><a href="http://www.sabayonlinux.org/" target="_blank"><strong> Sabayon</strong><br />
</a><span style="font-family:calibri;">Sabayon Linux é um live DVD desenhado para transformar um computador num poderoso sistema Gentoo Linux em menos de 5 minutos. Gentoo Linux é uma distro apoiada por um gestor de instalação de software denominado "Portage". Além de funcionar como live DVD, pode também ser instalado no disco duro e inclui uma variada quantidade de gestores de janelas e de aplicações open source software tais como KDE, GNOME, XFce, Fluxbox, KOffice, OpenOffice.org, FreeNX, amaroK, Kaffeine, etc. <span style="font-family:'Lucida Grande';"><span style="color:#ffcc00;">♣♣♣♣</span></span></span></span></span></span></span></span></p></blockquote>
<blockquote><p><span style="font-family:calibri;"><strong><a href="www.damnsmalllinux.org" target="_blank"><span style="text-decoration:underline;">10</span></a></strong><a href="http://www.damnsmalllinux.org" target="_blank"><strong> Damn Small</strong><br />
</a>Damn Small Linux empresarial tem o tamanho de (50MB) em live CD. Apesar do seu tamanho minúsculo pode orgulhar-se de ser funcional e intuitivo, um completo desktop, inclui XMMS (MP3 e MPEG), cliente FTP, browser links-hacked, folha de cálculo, cliente email, dicionário (Inglês), processador de texto, 3 editores (Nedit, nVi, Zile [clone de emacs ]), Xpdf, Worker (gestor de ficheiros), Naim (AIM, ICQ, IRC), VNCviwer, SSH/SCP servidor e cliente, DHCP client, PPP, PPPoE, servidor web, calculadora, gestor de janelas Fluxbox , monitorizador de sistema, suporte USB e brevemente terá também suporte PCMCIA. A melhor escolha para hardware pouco recente.  <span style="font-family:'Lucida Grande';"><span style="color:#ffcc00;">♣♣♣♣</span></span></span></p></blockquote>
]]></content:encoded>
</item>
<item>
<title><![CDATA[PCLinuxOS Saves the Day ... Again]]></title>
<link>http://kzimm.wordpress.com/?p=57</link>
<pubDate>Mon, 25 Aug 2008 15:54:57 +0000</pubDate>
<dc:creator>Padma</dc:creator>
<guid>http://kzimm.pt-br.wordpress.com/2008/08/25/pclinuxos-saves-the-day-again/</guid>
<description><![CDATA[Thursday, my daughter&#8217;s Dell Inspiron laptop was working fine.  She finished as usual, just cl]]></description>
<content:encoded><![CDATA[<p>Thursday, my daughter's Dell Inspiron laptop was working fine.  She finished as usual, just closing the lid, which puts the laptop in suspend/hibernate mode.</p>
<p>Friday evening, she opened the lid, and got ... nothing.  It was plugged into power, the indicator light was on, but the screen remained totally blank. She tried moving the mouse, clicking buttons, pressing keys.  Nothing.  Zilch.  Nada.  Finally, in desperation, she hit the power button.</p>
<p>When she booted it back up, she got the comforting splash screen, then it cleared, and ... nothing.  Just a little blinking cursor in the upper left corner.</p>
<p>Saturday, she called me and said, "I need help."</p>
<p><!--more--></p>
<p>I gathered up my usual live-CDs: Knoppix, PCLOS-2007, Minime-2008, Mandriva One; and headed over to her place.  I had her run through the problem once more, and this time she indicated that in the last day's troubleshooting, she had gotten a message once or twice about a corrupt or invalid filesystem.  deciding to stick with what I am most familiar with, I pulled out my Minime-2008 CD, and booted her laptop.  Same thing: blank screen, blinking cursor.  I inserted the CD and rebooted.  She watched over my shoulder.  I went into the PCC and opened DiskDrake.</p>
<p>"See that large green block?  That's your Windows partition.  Says its ntfs.  Let's see if we can mount it.  Hmm.  It says it's not a valid filesystem, and can't be mounted."</p>
<p>She told me that she had done a data backup on Thursday, so she would lose no data if we re-installed.  Fine.  Where's the  XP disk?  She didn't have one.  And we couldn't even get to the repair console on the system.  But she needed to get a system up and running, so she could do some newsletters for Monday's Girls Scout meeting, among other things.  She also wanted to get online and check her email, etc.</p>
<p>"Go ahead and install that PCLinux thing."</p>
<p>Okay.  A few quick checks (What kind of modem?  A Broadcom blah-blah-blah. Etc.), and I went back to PCLOS, and installed it on her hard drive, where "C:" used to live.  "You now have internet connectivity.  Give me a few minutes to do a system update."</p>
<p>After the updates, I installed a few things automatically, like fonts, Win32 codecs, dvdcss, etc.  Then I asked her what her immediate needs were.  A PDF-generating publishing tool for the newsletter.  Scribus fit that bill.  A music player: Amarok.  "Can this play DVDs?"  Kaffeine.  MSN/AIM/IRC.  I gave her both Kopete and Pidgin.  I also installed OpenOffice, since I knew she had had MSOffice on the old system.  Firefox3 for a familiar browser.  Then I handed it to her.</p>
<p>She opened Scribus first.  "Hey, I can use this!"  She closed that, and stuck in a DVD movie.  A moment later, a dialog popped up asking her what she wanted to do with it.  She clicked "Play with Kaffeine", and sure enough, there was her movie.  This really started her laughing.  Her live-in boyfriend had recently installed Ubuntu 8.04 on his desktop, because he wanted a good multimedia machine, and he thought "<a href="http://elisa.fluendo.com">Elisa</a>" looked interesting.  But he could never get it to work.  And now she was playing movies on her laptop, while his desktop system couldn't.</p>
<p>Of course, this morning I learned that she called her tech support friend, who is shipping her an XP recovery CD.  A lot of her data is locked up in proprietary format files (not just MSOffice), and she needs to run those programs to get at the data.  So later this week, she is going to be reinstalling XP (which should prove to be a lot more work).  But, until then, she has a more-than-functional laptop to keep her connected and productive.</p>
<p>And she kept the Minime CD to give to her boyfriend. ;)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux!!!]]></title>
<link>http://velicia.wordpress.com/?p=47</link>
<pubDate>Sat, 16 Aug 2008 07:36:29 +0000</pubDate>
<dc:creator>Velicia Llewellyn</dc:creator>
<guid>http://velicia.pt-br.wordpress.com/2008/08/16/linux/</guid>
<description><![CDATA[Heya all! As a heads up for anyone I haven&#8217;t told, I&#8217;m currently in the process of insta]]></description>
<content:encoded><![CDATA[<p>Heya all! As a heads up for anyone I haven't told, I'm currently in the process of installing Linux as my computer's primary operating system, so I might be out of world for a while. Hopefully not too long, but I've already hit a snag that's going to delay me a bit.</p>
<p>Why am I switching? Well, for one, I'm sick and tired of Windows' general futziness. It seems that, even with a new install, there's always something crashing or slowing down. I also hate how Vista treats you like a toddler when it comes to playing with settings. I also don't game near as much as I used to (I'll be keeping a windows partition just in case). Finally, I used to use Linux, and I miss it! Frankly, it's a far superior operating system, even taking into account driver issues and setup difficulty.</p>
<p>For those of you that are curious, I will be using <a title="PCLinuxOS" href="http://www.pclinuxos.com/" target="_blank">PCLinuxOS</a>, which I found to be very easy to set up and use in the past. So far, working with the live CD, that's been the case here as well.</p>
<p>See you all on the other side!</p>
<p>=^.^= Vel</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Pinguino vs Windows (funny !)]]></title>
<link>http://cissiboy.wordpress.com/?p=1159</link>
<pubDate>Fri, 15 Aug 2008 06:50:58 +0000</pubDate>
<dc:creator>Lorenzo Zanirato</dc:creator>
<guid>http://cissiboy.pt-br.wordpress.com/2008/08/15/pinguino-vs-windows-funny/</guid>
<description><![CDATA[W il pinguino, ma fa ridere !!!
]]></description>
<content:encoded><![CDATA[[caption id="" align="alignnone" width="250" caption="W il pinguino, ma fa ridere !!!"]<a href="http://cissiboy.files.wordpress.com/2008/08/windows-linux.jpg"><img class="alignnone size-full wp-image-1161" src="http://cissiboy.wordpress.com/files/2008/08/windows-linux.jpg" alt="" width="250" height="841" /></a>[/caption]
]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenSuSe Not!!!]]></title>
<link>http://linuxnotlinux.wordpress.com/?p=16</link>
<pubDate>Wed, 13 Aug 2008 00:18:53 +0000</pubDate>
<dc:creator>Walt Not Walt</dc:creator>
<guid>http://linuxnotlinux.pt-br.wordpress.com/2008/08/12/opensuse-not/</guid>
<description><![CDATA[Originally posted as Walt Not Walt

OpenSuse 11.0
I’m a distrowhore. Not as much as I used to be b]]></description>
<content:encoded><![CDATA[<p><em>Originally posted as <a href="http://waltnotwalt.wordpress.com/2008/07/03/opensuse-not/">Walt Not Walt</a><br />
</em><br />
<strong>OpenSuse 11.0</strong></p>
<p>I’m a distrowhore. Not as much as I used to be before I started working for RGIS again a year ago in February. Nowaways, I ain’t got time to mess around or even fart around. Since 2000, I think I’ve farted around with over 100 different distro releases. I’ve even run Yellow Dog, Mandrake, and Slackintosh on an iBook.</p>
<p>Because I’ve not tried anything SuSe flavored since before Novell gobbled it up, I decided since this was a slow week at RGIS to give the KDE 4 version of OpenSuSe 11.0 a try.</p>
<p>Alas, I wasn’t very impressed. I found it hard to use and counter-intuitive. But it did look great. Others have dissected OpenSuSe 11 in a much more technical matter than I. This is the punter’s eye view.</p>
<p><strong>Networking</strong></p>
<p>Unlike any other distro that I have used, I couldn’t figure out how to change from the wired NIC to the wireless NIC. I could get the wireless NIC to work with ndiswrapper but I could not switch from eth0 to wlan0 with the KDE Network Manager applet. Yes, I know how to do that from a shell. If I wanted to do command line, I would still be using Slackware. I’m a lazy sod.</p>
<p><strong>KDE 4</strong></p>
<p>I could grow to like it. My favie windows manager right now is e17 on Elive Debian. But the box the Lovely Lettuce uses runs KDE 3.5 and PCLinuxOS. Historically, I tended to prefer KDE over Gnome (I like the endless config options) even though I tend to like Gnome apps better.</p>
<p>KDE 4 feels like a new desktop in KDE drag. Even if it looks the same, it just doesn’t feel right. But then I think of the difference between e16 and e17, for all practical purposes the only thing that is the same is the name.</p>
<p>I like change or I wouldn’t be farting with 10 different distros on one box.</p>
<p><strong>Multimedia</strong></p>
<p>For legal reasons, OpenSuSe doesn’t include much multimedia support. One can d/l such stuff from OpenSuSe repositories once the distro is installed if one clever enough.</p>
<p><strong>Conclusion</strong></p>
<p>OpenSuSe 11.0 isn’t the distro for me. But I’m weird. I strongly suspect, nay, I know, that i am not the target audience for the distro.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Video Editing in Linux: Kino v Open Movie v KdenLive]]></title>
<link>http://desktoplinux.wordpress.com/?p=90</link>
<pubDate>Sun, 10 Aug 2008 23:55:09 +0000</pubDate>
<dc:creator>Daniel Dage</dc:creator>
<guid>http://desktoplinux.pt-br.wordpress.com/2008/08/10/video-editing-in-linux-kino-v-open-movie-v-kdenlive/</guid>
<description><![CDATA[I have yet to see a decent article on using video with Linux, so I thought I would write one.  I]]></description>
<content:encoded><![CDATA[<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">I have yet to see a decent article on using video with Linux, so I thought I would write one.  I've been working with video and posting my clips on YouTube using Windows Movie Maker 2.  It is an adequate program, but I'd like to find something that could be as good or better in Linux.  Could I pull it off?  Follow along and see...</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">I used a Canon Powershot A630 and captured the video on an SD card.  The video was only about a minute long, just to keep it as simple as possible.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Would PCLinuxOS be able to read the output?  Would I be able to edit it with a title and maybe add some music?  Would I be able to post my video on YouTube?  Let's see.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">I was looking for some likely video editors and these were on my list:</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Kino</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Cinalerra</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Open Movie</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">KDEnlive</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">I've been using Movie Maker for all of my videos thus far, so anything I used in Linux would at least have to measure up to that.  I had not used any of these but did some research on each of these and downloaded everything except Cinalerra. I'm not opposed to Cinalerra but didn't want to spend scads of time learning features I would never use.  I wouldn't mind trying it eventually, but this is a basic project.  Capture, edit, render and post.  Once a body does that, we can experiment and tweak. </span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">PCLOS was able to read my SD card, no problems.  That's more than I can say for my niece's laptop which is running Vista.  Oh well.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Meanwhile, I'm also playing with Ksnapshot for screen capturing.  I'm definitely expanding my skill level with this exercise!</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><strong><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Kino</span></span></span></strong></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Kino looked pretty simple until I tried to import my .avi file.  Then it acted confused as it wasn't a DV file.  I said import anyway, and away it went.  It said it might take awhile.  Okay.  So I waited for a couple of minutes.  And then some more.  This movie was about 90 seconds long, so I was not going to wait forever.  I purposefully made the clip short in order to limit processing and rendering issues.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/kino2import.jpg"><img class="alignnone size-medium wp-image-92" src="http://desktoplinux.wordpress.com/files/2008/08/kino2import.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Finally, it imported, taking a full 3 minutes.  Next, I went to the timeline.</span></span></span></p>
[caption id="attachment_93" align="alignnone" width="300" caption="The Kino Timeline"]<a href="http://desktoplinux.wordpress.com/files/2008/08/kinotimeline.jpg"><img class="size-medium wp-image-93" src="http://desktoplinux.wordpress.com/files/2008/08/kinotimeline.jpg?w=300" alt="The Kino Timeline" width="300" height="225" /></a>[/caption]
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">This did not look like a timeline view to me.  I had a series of clips, each about 6 seconds long.  I clicked the Trim button and saw that I could do a little basic editing, but it was not a timeline format I was familiar with using other editors I had fiddle with.  Even the editor that comes with Nero seemed more full featured than this!</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/kinotrim.jpg"><img class="alignnone size-medium wp-image-94" src="http://desktoplinux.wordpress.com/files/2008/08/kinotrim.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">I looked at the export feature just to see what it looked like and it appeared to support several formats including some DVD options.  But I decided to look else where to do this project.  I didn't see anywhere to put titles especially in light of not having a proper time line.  Perhaps I missed something?  I may need to do more research in order to warm up to Kino.  NEXT!</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Open Movie</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">For some reason, my package manager did not install Open Movie in the menu, so I ended up searching for it.  Then I put an icon on the desktop.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/open-movie.jpg"><img class="alignnone size-medium wp-image-95" src="http://desktoplinux.wordpress.com/files/2008/08/open-movie.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Now here was an editor that I could understand a bit better.  There was a more "normal" timeline with multiple tracks with the capacity to add even more audio and video tracks.  But I ran into trouble when trying to add any effects other than a title.  Plus, the program would simply disappear whenever I tried to preview my movie.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/open-movie1.jpg"><img class="alignnone size-medium wp-image-96" src="http://desktoplinux.wordpress.com/files/2008/08/open-movie1.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">More research needed.  I did look at the export options, and those options looked a bit complicated for someone used to using Movie Maker.  Lots of promise here, but I need to be able to preview without the thing crashing.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/open-moviexport.jpg"><img class="alignnone size-medium wp-image-97" src="http://desktoplinux.wordpress.com/files/2008/08/open-moviexport.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">NEXT!</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">KDEnlive</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">I'm running out of options, here.  Kdenlive came on to the scene relatively recently, and I was keen to give it a try.  I had seen some YouTube videos made with this program, so I knew some people were using it.  Could I use it?</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">The default video format stymied me for a bit.  ATSC is something I hadn't heard of before.  Reading a bit, it sounded like a fancy name for mpeg-2.  Okay, moving on...</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/kdenlive.jpg"><img class="alignnone size-medium wp-image-98" src="http://desktoplinux.wordpress.com/files/2008/08/kdenlive.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Next I could decide how many audio and video tracks in my project.  Movie Maker only allows one video and 2 audio so the flexibility to add more is nice.  I decided to stay with the default of 2 and 2.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/kdenlive2.jpg"><img class="alignnone size-medium wp-image-99" src="http://desktoplinux.wordpress.com/files/2008/08/kdenlive2.jpg?w=300" alt="" width="300" height="204" /></a></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Next I was greeted by a screen that looked intuitive as it really seemed to fit with the KDE theme.  Perhaps this would be the one.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/kdenlive3.jpg"><img class="alignnone size-medium wp-image-100" src="http://desktoplinux.wordpress.com/files/2008/08/kdenlive3.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">So I went to Project&#62;add clip and was able to browse for my movie clip.  I was able to drag it to the timeline.  So far so good!  Next, clicked the "play" button in the preview window....</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/kdenlivekill.jpg"><img class="alignnone size-medium wp-image-101" src="http://desktoplinux.wordpress.com/files/2008/08/kdenlivekill.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Not good.  Not good at all. </span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">So I tried it again, and the second time it worked.   I have no idea what I did different if anything.  So while I knew I might crash at any time, I also knew this program showed promise.  So it was time to save before it crashed again.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Time to add a title, which looked like it needed to be a text clip.  So I created and added it...or at least I think so.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/kdenlivetitler2.jpg"><img class="alignnone size-medium wp-image-102" src="http://desktoplinux.wordpress.com/files/2008/08/kdenlivetitler2.jpg?w=300" alt="" width="300" height="270" /></a></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">It didn't show up in my preview.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Okay, so far so good.  Let's render this thing out, shall we?</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Under file, I tried "export timeline."  Good choice.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/kdenliveexport2.jpg"><img class="alignnone size-medium wp-image-103" src="http://desktoplinux.wordpress.com/files/2008/08/kdenliveexport2.jpg?w=264" alt="" width="264" height="300" /></a></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">I had a lot of choices for high and medium quality.  Medium is good enough for the moment so I picked mpeg 640x480 high.  So far so good.  Lots of audio choices, too.  Now I'm starting to feel a bit overwhelmed as there really are a lot of choices here!</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><a href="http://desktoplinux.wordpress.com/files/2008/08/kdenliveexport3.jpg"><img class="alignnone size-medium wp-image-104" src="http://desktoplinux.wordpress.com/files/2008/08/kdenliveexport3.jpg?w=264" alt="" width="264" height="300" /></a></p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">I finally clicked the export button and let fly.  It said it should be finished in about 5 minutes and had a progress moniter to show me how things were going.  This is the furthest I had gone with any of the programs and was looking good. </span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">After rendering, the title still did not make an appearance.  I went back and tried to fiddle some more but never was able to make the title appear in the preview window on top of the clip.</p>
<p style="margin-bottom:0;line-height:150%;">
<p><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">There were still choices available in Movie Maker that were lacking here, such as toggling between timeline and storyboard view and number of transiton and effects.  But overall, this program is a pretty good fit.  Or it would be without the niggling defect of not seeing the Title/text screen I created.  I did not play with that many features as I wanted a quick and dirty demonstration just to see if using Linux with TouTube was even possible for a noob like me.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;"><span style="color:#000000;"><span style="font-family:Times New Roman,serif;"><span style="font-size:small;">Out of the 3 programs previewed, I liked Kdenlive the best, but not having the Title show up was a real bummer.  Kdenlive could eventually become my editor of choice by the time it gets to 1.0 status.  The trick is going to be to keep the development moving and thus keep my interest alive.  This type of progression is what has helped Linux reach critical mass as desktop choice.  It is good enough now to hold the interest of the average user, even if it not totally perfect.  Handling video tasks such as screencasting, editing for online viewing and working with webcams are going to be crucial in order to make this OS viable for the future.  Video rendering remains one of the most intensive tasks most home computers do and it is becoming more and more necessary for business.  The future of computing is in video, and Linux is woefully behind in that area.  This is why Macs have seen such a rise in sales is because iLife makes video creation so easy and painless.  Most prominent YouTubers are using Macs.  It would be nice if Linux could at least make an appearance but right now Linux is in sad, sad shape in the area of allowing average users to generate content.</span></span></span></p>
<p style="margin-bottom:0;line-height:150%;">The finished product isn't anything too special but here it is:</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/sKKNZQ_xOvU'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/sKKNZQ_xOvU&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
<p style="margin-bottom:0;line-height:150%;">The good news is that I was able to completely capture and render the video and post to YouTube within Linux without having to go into Windows.  And really, that was the ultimate objective.  I'll still use Windows for the majority of my video work, just because it is faster at the present time and plays nicely with my webcam on the laptop.</p>
<p style="margin-bottom:0;line-height:150%;">I'm also in search of screencorder software, similar to <a href="http://camstudio.org/" target="_self">Camstudio</a>.  Or it would be cool if Camstudio were ported to Linux. I feel this type of software is crucial to further development of Linux.  That is because no one is going to sit down with a book or manual to learn about Linux or software.  But they will watch a series of short, concise video tutorials on the subject.  I can learn more from 4 minutes of video than an hour of reading a technical manual.  I can't do code, but I could make technical support videos for Linux if there existed the right tools.  The Xvidcapture that I found isn't quite cutting it, even though it's a good start.</p>
<p style="margin-bottom:0;line-height:150%;">D.</p>
<p style="margin-bottom:0;line-height:150%;">
<p style="margin-bottom:0;line-height:150%;">
]]></content:encoded>
</item>
<item>
<title><![CDATA[CLAMAV GUI on PCLINUXOS 2007]]></title>
<link>http://secarikehidupan.wordpress.com/?p=299</link>
<pubDate>Fri, 08 Aug 2008 09:04:56 +0000</pubDate>
<dc:creator>secarikehidupan</dc:creator>
<guid>http://secarikehidupan.pt-br.wordpress.com/2008/08/08/clamav-pclinuxos/</guid>
<description><![CDATA[Setelah puas dengan Hardy Heron dilaptopku, giliran komputer kantor aku tanemin sistem operasi linux]]></description>
<content:encoded><![CDATA[<p><a href="http://secarikehidupan.wordpress.com/files/2008/08/pclinuxos_logo.png"><img class="alignright size-medium wp-image-301" style="margin-left:10px;margin-right:10px;" src="http://secarikehidupan.wordpress.com/files/2008/08/pclinuxos_logo.png?w=200" alt="" width="100" height="100" /></a>Setelah puas dengan <em>Hardy Heron</em> dilaptopku, giliran komputer kantor aku tanemin sistem operasi <a title="About Linux." href="http://en.wikipedia.org/wiki/Linux" target="_blank">linux</a>. Kali ini aku ingin mencoba distro lain, akhirnya pilihan jatuh pada distro <a title="Vendor's site." href="http://www.pclinuxos.com/" target="_blank">pclinuxos</a> 2007 yang menggunakan <em>enviroment</em> <a title="About KDE." href="http://www.kde.org/" target="_blank">KDE</a> sebagai <a title="About GUI." href="http://en.wikipedia.org/wiki/Graphical_user_interface" target="_blank">GUI</a> <em>default</em>-nya. <a title="Vendor's site." href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> mengadaptasi <a title="About GNOME." href="http://www.gnome.org/" target="_blank">GNOME</a> meski distro ini juga menyediakan versi KDE-nya dengan distro <a title="Vendor's site." href="http://www.kubuntu.org/" target="_blank">Kubuntu</a>. Tapi karena komputer kantor, ya aku tetep mempertahankan sistem operasi yang lama (apalagi kalo bukan Windows XP), <em>dual booting</em> dech jadinya.</p>
<p><!--more--></p>
<p>Kalo di <em>Hardy Heron</em> laptopku aku beri <a title="avast! Linux Home Edition." href="http://secarikehidupan.wordpress.com/2008/06/19/avast-linux-home-edition/" target="_blank">avast! Linux Home Edition</a>, di pclinuxos 2007 ini aku juga ingin mencicipi antivirus yang direkomendasikan oleh distronya, yaitu <a title="Vendor's site." href="http://www.clamav.net/" target="_blank">clamav</a>. Antivirus ini dapat dijalankan langsung dengan <em>text mode</em> lewat <em>terminal</em> (semacam <em>command prompt</em> kalo di Windows). Namun, kita bisa menambahkan <a title="Vendor's site." href="http://klamav.sourceforge.net/klamavwiki/index.php/Main_Page" target="_blank">klamav</a> sebagai aplikasi GUI dari antivirus ini. Kalo kita juga menanamkan <a title="Vendor's site." href="http://dazuko.dnsalias.org/wiki/index.php/Main_Page" target="_blank">dazuko</a>, kita akan mendapatkan fitur tambahan berupa <strong><em>real time scanning</em></strong> seperti antivirus Windows pada umumnya. Dan enaknya lagi, semua itu bisa langsung kita peroleh dari <strong>Synaptic Package Manager</strong>! hehehe.... :)</p>
<p align="center"><a href="http://secarikehidupan.wordpress.com/files/2008/08/klamav_scan.png"><img class="alignnone size-thumbnail wp-image-302" src="http://secarikehidupan.wordpress.com/files/2008/08/klamav_scan.png?w=128" alt="" width="128" height="91" /></a> <a href="http://secarikehidupan.wordpress.com/files/2008/08/klamav_autoscan.png"><img class="alignnone size-thumbnail wp-image-303" src="http://secarikehidupan.wordpress.com/files/2008/08/klamav_autoscan.png?w=128" alt="" width="128" height="91" /></a> <a href="http://secarikehidupan.wordpress.com/files/2008/08/klamav_update.png"><img class="alignnone size-thumbnail wp-image-304" src="http://secarikehidupan.wordpress.com/files/2008/08/klamav_update.png?w=128" alt="" width="128" height="91" /></a> <a href="http://secarikehidupan.wordpress.com/files/2008/08/klamav_email.png"><img class="alignnone size-thumbnail wp-image-305" src="http://secarikehidupan.wordpress.com/files/2008/08/klamav_email.png?w=128" alt="" width="128" height="91" /></a> <a href="http://secarikehidupan.wordpress.com/files/2008/08/klamav_virus.png"><img class="alignnone size-thumbnail wp-image-306" src="http://secarikehidupan.wordpress.com/files/2008/08/klamav_virus.png?w=128" alt="" width="128" height="91" /></a> <a href="http://secarikehidupan.wordpress.com/files/2008/08/klamav_events.png"><img class="alignnone size-thumbnail wp-image-307" src="http://secarikehidupan.wordpress.com/files/2008/08/klamav_events.png?w=128" alt="" width="128" height="91" /></a> <a href="http://secarikehidupan.wordpress.com/files/2008/08/klamav_about.png"><img class="alignnone size-thumbnail wp-image-308" src="http://secarikehidupan.wordpress.com/files/2008/08/klamav_about.png?w=128" alt="" width="128" height="91" /></a></p>
<pre style="text-align:center;"><span style="color:#999999;">(Click to enlarge)</span></pre>
]]></content:encoded>
</item>
<item>
<title><![CDATA[TinyMe 2008.0 is here!]]></title>
<link>http://virtualbox.wordpress.com/?p=182</link>
<pubDate>Wed, 06 Aug 2008 16:07:35 +0000</pubDate>
<dc:creator>gorneman</dc:creator>
<guid>http://virtualbox.pt-br.wordpress.com/2008/08/06/tinyme-is-here/</guid>
<description><![CDATA[You can download the latest image of TinyMe(PcLinuxOs) from here.
]]></description>
<content:encoded><![CDATA[<p><a rel="tag" href="http://wordpress.com/tag/damn-small/"></a>You can download the latest image of TinyMe(PcLinuxOs) from <a href="/images/tinymepclinuxos/">here</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Něco se začíná dít]]></title>
<link>http://pclinuxoscz.wordpress.com/2008/07/16/neco-se-zacina-dit/</link>
<pubDate>Wed, 16 Jul 2008 10:11:03 +0000</pubDate>
<dc:creator>David</dc:creator>
<guid>http://pclinuxoscz.pt-br.wordpress.com/2008/07/16/neco-se-zacina-dit/</guid>
<description><![CDATA[Asi nejsem sám, kdo si uvědomuje problémy nastíněné v článku V zámku a podzámčí. V tomto]]></description>
<content:encoded><![CDATA[<p>Asi nejsem sám, kdo si uvědomuje problémy nastíněné v článku <a href="http://pclinuxoscz.wordpress.com/2008/07/01/v-zamku-a-podzamci/">V zámku a podzámčí</a>. <br />V tomto <a href="http://www.mypclinuxos.com/forum/index.php?topic=2156.0">vlákně</a> se můžete dočíst nejen něco o aktuálním stavu prací na liveCD PCLinuxOS 2008, ale i o zajímavých návrzích, jak oživit vývoj PCLOSu (pokud umíte anglicky).</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[no pclinuxos yet, try pardus 2008 instead!]]></title>
<link>http://bulletspawn.wordpress.com/?p=12</link>
<pubDate>Tue, 01 Jul 2008 18:48:40 +0000</pubDate>
<dc:creator>bulletspawn</dc:creator>
<guid>http://bulletspawn.pt-br.wordpress.com/2008/07/01/no-pclinuxos-yet-try-pardus-2008-instead/</guid>
<description><![CDATA[Well we got to July 1st without the latest release of pclinuxos so I was wrong again.
However I have]]></description>
<content:encoded><![CDATA[<p>Well we got to July 1st without the latest release of pclinuxos so I was wrong again.</p>
<p>However I have found a promising distribution: <a href="http://www.pardus.org.tr/eng/index.html">Pardus</a></p>
<p>Pardus is quite low on distrowatch however after managing to find the English part of their website (by default both the website and distro are in Turkish although an English option can be selected) I have found a solid distribution. So exactly one week from now I will post a review of Pardus 2008; this will be my most professional review yet (by that I mean it will be split into categories and have screenshots).</p>
<p><span style="text-decoration:underline;"><strong>My test machine:</strong></span></p>
<p>generic Philliips laptop</p>
<p>1.5 GHz core 2 duo</p>
<p>2GB ram</p>
<p>Realtek sound card (older distributions generally do not support it)</p>
<p>Intel GMA 965 graphics chipset (Intel GMA x3100)</p>
<p><span style="text-decoration:underline;"><strong>Review criteria:</strong></span></p>
<p>Hardware support</p>
<p>Multimedia support</p>
<p>Speed/Stability</p>
<p>Ease of use</p>
<p>Aesthetics</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[V zámku a podzámčí]]></title>
<link>http://pclinuxoscz.wordpress.com/2008/07/01/v-zamku-a-podzamci/</link>
<pubDate>Tue, 01 Jul 2008 06:52:19 +0000</pubDate>
<dc:creator>David</dc:creator>
<guid>http://pclinuxoscz.pt-br.wordpress.com/2008/07/01/v-zamku-a-podzamci/</guid>
<description><![CDATA[Zítra to bude osm měsíců, co se nějakým způsobem pohybuji mezi komunitou PCLinuxOSu a za ten ]]></description>
<content:encoded><![CDATA[<p>Zítra to bude osm měsíců, co se nějakým způsobem pohybuji mezi komunitou PCLinuxOSu a za ten čas jsem si byl schopen udělat obrázek o situaci uvnitř této skvělé distribuce.<br />
Tak tedy: Vývoj PCLOSu probíhá dosti uzavřeným způsobem. Myslím, že to není nějaký záměr, je to prostě jen pozůstatek z doby vzniku distribuce, kdy to celé vzniklo jako dosti konspirativní akce několika nadšenců a opravdových machrů z Mandrake komunity. Otcové PCLOSu byli velmi schopní lidé, ale nepatřili mezi kmenové vývojáře Mandraku. Neměli zažitou "štábní kulturu", mechanismy vytváření velké distribuce, koordinaci a rozdělení práce mezi dobrovolné vývojáře a řízení rozsáhlých projektů.<br />
Měli spoustu entuziasmu, věděli co uživatelé doopravdy chtějí a potřebují (alespoň ti domácí), dokázali potlačit své ego a neprosazovat svoje ideje silou - vždy se ptali co které řešení přinese uživateli. Troufnu si tvrdit, že v tomhle jsou tvůrci PCLOSu unikátní. Jsou to vesměs velmi milí a skromní lidé, se kterými je radost jednat. Nad běžným uživatelem neohrnují nos, naopak dělají vše pro to, aby se cítil spokojen.<br />
Úspěch PCLOSu asi překvapil i je samotné a projekt jim postupně přerostl přes hlavu. Už to není hříčka několika kamarádů, stala se z něho regulérní distribuce soupeřící s obry jako Ubuntu, Mandriva, OpenSUSE, Fedora a Debian. A v tom je možná ten problém. Styl práce se totiž příliš nezměnil. PCLOS už z podstaty přitahuje hlavně nezkušené začátečníky a lidí, kteří skutečně rozumí Linuxu, je mezi nově příchozími pomálu. Jiná věc je, že ani struktura vývojového týmu není na nově příchozí příliš dobře připravena.<br />
Komunikace mezi kmenovými vývojáři je uzavřená, nelze se tedy učit jejím pozorováním. Jedinou možností, jak sledovat část dění, je konference pclinuxos-testers, tady se toho však odehrává jen velmi málo. PCLOS se tak ochuzuje o postřehy, zkušenosti a nápady i těch nemnoha odborníků, jejichž jediným útočištěm je komunitní web MyPCLinuxOS.com a jeho projekty jako Santa's Little Helpers. Jak už jsem řekl, nemyslím, že je to záměr, spíše jen setrvačnost starého modelu vývoje.<br />
To co by PCLOS potřeboval, by byl skutečný manažer s rozsáhlými pravomocemi, který by se inspiroval u velkých distribucí a vybudoval infrastrukturu, která umožnila zapojení všech schopných lidí do vývoje a testování, nastavil přísná pravidla (která by nemohli porušovat ani kmenoví vývojáři), vynutil jejich dodržování a stanovil přesné mechanismy. Zní to jako managorský newspeak, ale dává to smysl.<br />
Možná si říkáte, že takový manažer už tady je, totiž Texstar. Je dobře, že existuje někdo, kdo má poslední slovo. Texstar je však především vývojář a uvažuje jako vývojář. Díky tomu, že je nucen kromě vývoje zastávat byť jen okrajově manažerské povinnosti, je velmi vytížen a není divu, že je zavalen prací. I to je známka špatného rozdělování úkolů mezi dostupné zdroje. Z tohoto pohledu považuji vyhlášenou kvalitu distribuce za malý zázrak.<br />
Myslím, že ať chceme nebo ne, nastíněnému scénáři se PCLinuxOS do budoucna nevyhne. Jedinou alternativou je ztráta dechu a pomalé zaostávání.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Ahora si ya no necesitaras Windows, PlayOnLinux!!]]></title>
<link>http://briandb.wordpress.com/?p=56</link>
<pubDate>Sun, 29 Jun 2008 15:59:27 +0000</pubDate>
<dc:creator>briandb</dc:creator>
<guid>http://briandb.pt-br.wordpress.com/2008/06/29/ahora-si-no-necesitaras-windows-playonlinux/</guid>
<description><![CDATA[Seguramente no dejas de usar windows porque no puedes jugar Call of duty o trabajar con Word, Excel ]]></description>
<content:encoded><![CDATA[<p>Seguramente no dejas de usar windows porque no puedes jugar Call of duty o trabajar con Word, Excel o Powerpoint, prueba entonces instalar Playonlinux.</p>
<p style="text-align:center;"><a href="http://briandb.wordpress.com/files/2008/06/linux-game.jpg"><img class="aligncenter size-full wp-image-57" src="http://briandb.wordpress.com/files/2008/06/linux-game.jpg" alt="" width="250" height="190" /></a></p>
<p>Si tienes Ubuntu Hardy sigue estos pasos en un Terminal:</p>
<blockquote><p><code>sudo wget http://playonlinux.botux.net/playonlinux_hardy.list -O /etc/apt/sources.list.d/playonlinux.list<br />
wget -q http://playonlinux.botux.net/pol.gpg -O- &#124; sudo apt-key add -<br />
sudo apt-get update<br />
sudo apt-get install playonlinux</code></p></blockquote>
<p>Puedes ver la gran lista en <a href="http://www.playonlinux.com/es/scripts.html" target="_blank">http://www.playonlinux.com/es/scripts.html</a></p>
<p>Para instalarlo en otros sistema ve a la siguiente dirección: <a href="http://www.playonlinux.com/es/download.html" target="_blank">http://www.playonlinux.com/es/download.html</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Vydání liveCD PCLinuxOS 2008 se posouvá]]></title>
<link>http://pclinuxoscz.wordpress.com/2008/06/27/vydani-livecd-pclinuxos-2008-se-posouva/</link>
<pubDate>Fri, 27 Jun 2008 05:36:31 +0000</pubDate>
<dc:creator>David</dc:creator>
<guid>http://pclinuxoscz.pt-br.wordpress.com/2008/06/27/vydani-livecd-pclinuxos-2008-se-posouva/</guid>
<description><![CDATA[LiveCD PCLinuxOS 2008 mělo vyjít na konci června, ale zřejmě kvůli Texstarově nemoci se jeho ]]></description>
<content:encoded><![CDATA[<p>LiveCD PCLinuxOS 2008 mělo vyjít na konci června, ale zřejmě kvůli Texstarově nemoci se jeho vydání posouvá.<br />
Na rozdíl od jiných distribucí to však není žádná brzda rozvoje a pokroku, neboť liveCD nebude nic jiného než výběr balíčků z aktuálního repozitáře + nějaký nový uživatelský vzhled a výchozí nastavení.<br />
Úkolem liveCD bude především redukovat objem aktualizovaných balíků po čerstvé instalaci. V tomto ohledu jsou na tom čeští uživatelé lépe, neboť poslední české liveCD PCLinuxOS.cz 2007.1 je o půl roku mladší než poslední oficiální anglická verze.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[افضل توزيعات لينكس]]></title>
<link>http://dheeb.wordpress.com/?p=318</link>
<pubDate>Sun, 22 Jun 2008 11:02:27 +0000</pubDate>
<dc:creator>regex2008</dc:creator>
<guid>http://dheeb.pt-br.wordpress.com/2008/06/22/%d8%a7%d9%81%d8%b6%d9%84-%d8%aa%d9%88%d8%b2%d9%8a%d8%b9%d8%a7%d8%aa-%d9%84%d9%8a%d9%86%d9%83%d8%b3/</guid>
<description><![CDATA[ملاحظة : 1- هذه الاحصائية مجرد وجهة نظري حسب استخدامي و ت]]></description>
<content:encoded><![CDATA[<p>ملاحظة : 1- هذه الاحصائية مجرد وجهة نظري حسب استخدامي و تجربتي لهذه التوزيعات . 2- الترتيب لا يعني الافضلية</p>
<p> <a href="http://dheeb.files.wordpress.com/2008/06/distros.jpg"><img class="alignnone size-medium wp-image-319" src="http://dheeb.wordpress.com/files/2008/06/distros.jpg?w=300" alt="" width="300" height="171" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[pclinuxos 2008?]]></title>
<link>http://bulletspawn.wordpress.com/?p=7</link>
<pubDate>Sun, 22 Jun 2008 10:15:01 +0000</pubDate>
<dc:creator>bulletspawn</dc:creator>
<guid>http://bulletspawn.pt-br.wordpress.com/2008/06/22/pclinuxos-2008/</guid>
<description><![CDATA[So first linux review on it&#8217;s way; I expect pclinuxos 2008 to come out any day now. Last month]]></description>
<content:encoded><![CDATA[<p>So first linux review on it's way; I expect pclinuxos 2008 to come out any day now. Last month texstar said he expected this release to come out sometime in June (source: <a href="http://www.pclinuxos.com/index.php?option=com_smf&#38;Itemid=26&#38;topic=45802.0">http://www.pclinuxos.com/index.php?option=com_smf&#38;Itemid=26&#38;topic=45802.0</a>) so hopefully since its getting toward July pclinuxos should be right around the corner.</p>
<p>My theory is that they were waiting for the stable release of firefox 3, since that came out a while ago there's probably some heavy work going on now. Though that said I first theorised that it would be released last march (I expected it to be scheduled for release in January but that was too close to the release of 2007). Later I theorised that it would come on May 20th (exactly one year after 2007). Soooo yeah it's all speculation at the moment.</p>
<p>Anyway to the point, as soon as pclinuxos 2008 is released I will install it and use it for a week before reviewing it here on wordpress.</p>
<p>P.S. A bit of tasty information here: according to this reviewer pclinuxos 2008 will ship with kde 4 but I wouldn't consider this a reliable source so  take from it what you will (source:<a href="http://distrogue.blogspot.com/2008/01/pclinuxos-2008-and-we-have-another.html">http://distrogue.blogspot.com/2008/01/pclinuxos-2008-and-we-have-another.html</a>)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux Mint 5.0: Usage Points]]></title>
<link>http://alternativenayk.wordpress.com/?p=168</link>
<pubDate>Fri, 13 Jun 2008 17:17:08 +0000</pubDate>
<dc:creator>NAyK</dc:creator>
<guid>http://alternativenayk.pt-br.wordpress.com/2008/06/13/linux-mint-50-usage-points/</guid>
<description><![CDATA[Unlike my previous review of Ubuntu 8.04, in which I both compared it to PCLinuxOS (which is not fai]]></description>
<content:encoded><![CDATA[<p><a href="http://alternativenayk.wordpress.com/files/2008/06/mint-big.png"><img class="size-thumbnail wp-image-167 alignright" style="float:right;margin:5px;" src="http://alternativenayk.wordpress.com/files/2008/06/mint-big.png?w=107" alt="" width="107" height="96" /></a>Unlike my previous review of Ubuntu 8.04, in which I both compared it to PCLinuxOS (which is not fair to both distros) and also criticised it's GNOME-ic flavour, which I agree is a matter of taste. Instead, I'm focussing simply on my current use of Linux Mint 5.0 and rate my experience (positive/negative).</p>
<p>Note that I remain a Windows-bred beginner... a noob if you will... and so I'm not the typical linux user who goes to Forums for help. I usually expect things to work, and when they don't I waste time gripping about it in blogs like this! rather than actually finding constructive solutions for myself and others. See, I'm a terrible person, but heck, that's me. So here's my gripe. Read with caution.</p>
<p>Points : 10 (highest) to 1 (lowest). Usually I would never use 1 or 10, except in exceptional cases, so in effect my rating is between 2-9</p>
<p><strong>1. Ease of installation =8</strong></p>
<p>Linux Mint 5.0 was pretty easy to install and apart from a little slow response when I clicked "next", it was painless and error free.</p>
<p><strong>2. Out of the box experience =9</strong></p>
<p>Unlike Ubuntu, which I kept having to install plugins that I desired, I've never had to install any plugin or closed-source device apart from what is already installed.... and yes, everything works. I've watched DVDs, listened to music and even played flash movies with ease. In fact, it's easy to take this for granted... and matches something like my experience with PCLinuxOS. Linux Mint has a stellar "out of the box" experience.</p>
<p><strong>3. Nags (problems (bugs?) in the system) = 3 </strong></p>
<p>a. Biggest flaw so far... when I load Linux Mint, I get 800x600 resolution. I then have to log out and re-loggin, and then I get the right resolution I desire. The fact that I use VIA chipset (why, oh, why?) could be the problem, but I certainly didn't face this problem in previous editions.</p>
<p>b. The other biggest flaw is that it doesn't allow me to hibernate, saying that I don't have enough memory. Ubuntu said the same thing. Now if it is a "swap" drive problem, and I have 500 MB for my swap, I would think Linux Mint should advise SWAP size while installing, don't you think?</p>
<p><strong>4. Windows inter-operatability =5</strong></p>
<p>As expected, the GRUB worked perfectly, and recognised my Windows partition. However, like Ubuntu, Linux Mint cannot mount NTFS partitions if Windows is hibernated. Since I usually hibernate my Windows, this is a real pain!</p>
<p><strong>5. Firefox 3 = 5 (but somehow better than Ubuntu)</strong></p>
<p>Perhaps Firefox has updated its Beta version, but somehow the Mint Firefox 3 works better than the Ubuntu Firefox 3. I still find myself longing for Firefox 2+ because so far I haven't seen anything that great about 3, and perhaps that because it's still in Beta (I think). It would have been nice to keep 3 optional.</p>
<p>Anyway, the biggest problem in the Mint Firefox is that it messes with the default Google search engine, customizing the look-and-feel and in the process losing some of the traditional Google search links (like images etc).</p>
<p><strong>6. Operating System Navigation = 6</strong></p>
<p>I like the look, even of the Menu Bar, but somehow it's still difficult to find everything, because of the limited space for each section in the menu bar (we have to scroll down to find what we want, in "system" for instance). This is a pain, and actually makes you wish for more shortcuts (eeks!) or even the Windows 'open-everything' taskbar (double eeks!)</p>
<p><strong>TOTAL:</strong> 8+9+3+5+5+6 = 36 / 60 = "6" ... which actually looks worse than I actually found it. Without this mathematical rating, I think my actual new Linux Mint 5.0 experience is about a "7"... or even "7.5" out of 10. Certainly I would recommended it for the easy-solution seekers (like me).</p>
]]></content:encoded>
</item>

</channel>
</rss>
