Discovering Linux and other Linux news. I have used Debian Lenny & Sqeeze, Fedora, Zenwalk, DSL, Ubuntu, Mepis, AntiX, Parted Magic, PCLinuxOS, Red Hat, CentOS6, SliTaz and Linux Mint in all varieties.
interesting article here on the Google to Yahoo switch. I have to agree that Canonical should pursue any lucrative income streams. These are the avenues that will keep Ubuntu in production and free to us end users. I used to be a long time Yahoo fan but gave the the nod some time ago when all my searches always fell on a product of some type to sell me. Not always relevant to the search even. That was some time ago and I'm willing to see if they have changed. I'll most likely still going to use the term Google it even if I do the search on Yahoo.
I am writing this post using Lucid Lynx on a live USB install. It is running perfectly on a Toshiba laptop running an Intel Centrino Duo. It failed to finish the boot on the oder HP laptop. We'll try again later.
Ubuntu Lucid Lynx is fast approaching the final release. But for now the official beta one has been released and is ready for download. You can see the official announcement here or visit Distrowatch for a complete synopsis and breakdown. Read Canonical's technical release notes for the key differences between version 10.04 and earlier versions. You will also find download links on that page as well as bug reports. Well worth the visit if you plan on installing now or when the stable version is released. One of the more interesting changes I noticed was the change from Google to Yahoo as the default search in Mozilla Firefox. Does anyone know why?
The kernel gets pushed to 2.6.32 which is something I like. Running with the latest kernel is not something everyone likes to do until it is proven a bit longer. In my opinion why not, since Grub will give you the options of rolling back to earlier versions (providing you haven't uninstalled them).
Everything is not all a bed of roses and bugs are known to exists and more to be found. After all it is still a beta release. I plan on waiting to install when stable or later but it will be fun to take a live version for a spin. Let's hear what you think. Ubuntu Unleashed 2010 Edition: Covering 9.10 and 10.4 (5th Edition)
I am always in favor of free information especially guides related to Linux. Yes the offer comes with a gotcha. Is there anything really free? (Besides Linux) They do have a form and want you to receive emailed offers or information. This may or may not be a trade off you want but at least you can decide.
Have you seen the new themes? Are you wanting to try Lucid Lynx just a little without much hassle? Now you can. The Ubuntu Geek has a quick how to that explains how to install the Lucid Lynx themes and give your current Ubuntu install a facelift. He has instructions for versions 8.04 through the now current 9.10. Go ahead and install your favorite and it will seem like a whole new system. At least in the way it looks. As for me, I think the newer themes are going to draw on more graphic power than my tired laptop will take. I may want to hold out for the Xfce version when it arrives. How to Install Ubuntu Lucid Proposed Community Themes In Karmic/Jaunty/Intrepid
One of the cool features of Linux is how the updates work. I'm going to talk about updates with Ubuntu but the same is true, methods might differ, for about all distros. I have the Update Manager set to notify when updates are available. The other night a kernel update was available to install version 2.6.31-20 generic. Throwing caution to the wind, I installed the kernel update with the Update Manager. In my setup I am using Grub as a boot manager and I have the added option of choosing more than one kernel to boot into. Windows will never give you that option after a service pack install ever. This is one aspect where Linux and Windows differ greatly.
A kernel update is a major update since it is the core of the operating system. If I were to do this in Windows it would be considered a service pack update and not easily reversed if something goes wrong. In Linux you can remove a kernel update as easily as installing it.
Service packs can be removed in Windows but it is time intensive and may leave the system unstable. Removing any unneeded kernel in Ubuntu is very easy using Synaptic Package Manager. A quick search for the Linux header or kernel and you will be able to mark the appropriate files for removal. Synaptic will do the rest including updating Grub. This can also be accomplished on the command line using apt-get remove but you will have to know the name of the packages you want to remove.
This is one of the key differences in Linux as opposed to Windows, that will keep me using Linux for a long long time.
Really, I mean read the manual or as it is termed in Linux, the man pages. This is one of the really great features of Linux. The the manual is already written and installed by default in most distributions. Learn what a command does on the command line while still on the command line.
Open a terminal and type man followed by the command you need to know more about.
The man for each command will give you all the options, switches and examples for the command. Most of these are very thorough and very easy to understand. If you need more information after reading the man page, then you can always search the web for more. When you are done reading typing a q will return you to the terminal session.
If you are someone who learns better from a book, may I direct you to LinuxCommand.org. William E. Shotts, Jr. has a created nice site and he has also written a book, The Linux Command Line, which is also available in pdf as a download or can be purchased in hard cover.
However you decide to learn the command line is your choice. But knowing some of the basics may some day save your bacon or at the very least your computer.