Begin Linux Blog

Linux Distro Releases and News

Archive for March, 2009

Ubuntu: Pre-Install or Self-Install

Posted by beginlinux on March 29, 2009

I want to setup Ubuntu on my current laptop but as a Linux newbie I’m tired of worrying about hardware compatibility issues I’ve had in the passed like wireless cards. Even though the Ubuntu installation is easy as pie, it’s tough to give an operating system a fair shake when you have a beginner installing, setting up, and customizing the system. I want an Ubuntu desktop solution that is professionally installed and works perfectly out-of-the-box. Does such a setup exist?

Yes, not only does it exist but it has for several years. Out-of-the-box Ubuntu systems that are installed to perfection can be found all over the internet. Today I want to look at one Ubuntu desktop/laptop vendor specifically. The Denver based, System 76, offers Ubuntu installed desktop, laptop and server hardware.

System76.com also supports the Ubuntu installs that they sell through a variety of online resources. The support page includes a large collection of how to articles collected on knowledge76.com and focused on common problems. Forums on the support page provide a link to a special section of Ubuntu forums where you can ask your own questions and seek answers about your System 76 Ubuntu installed system while the bugs section provides a link to Ubuntu bugs. System 76 also provides email support for its customers if needed.

Whether you’re in the market for the 12.1″ Darter Ultra or the 17″ Bonono Professional laptop. System 76 has large, small and everything in between. The company offers Ubuntu Linux desktop, Ubuntu laptop and Ubuntu certified servers. With about 15 animal theme named products and seemingly adequate support for Ubuntu installed systems, this is looking like a good alternative to installing Ubuntu on my laptop and worrying about the headaches.

Don’t get me wrong I have faith in Ubuntu and how easy it is to work with and install, even for a newbie like me. My big thing is having a system that is perfectly setup for Ubuntu to minimize small annoying conflicts and problems. I’ve successfully installed Ubuntu numerous times on my current Dell Inspiron laptop but had problems from wireless compatibility to mouse drift! These problems were all eventually fixed with the help of the Ubuntu community but not without plenty of valuable work time lost. As I prepare to make this purchase from System76.com I am curious to know what others have experienced with the popular vendor. Surely someone out there can tell me if the Ubuntu installed laptops from System76.com are optimized for less hiccups and if all that support is really what it’s cracked up to be. What types of advantages have you Ubuntu users experienced from buying pre-installed Ubuntu systems online?

Posted in Desktop User | Comments Off

Ubuntu 9.04 Wallpaper: No Jackalope

Posted by beginlinux on March 27, 2009

The last few Ubuntu Linux released featured background and artwork that depicted the versions codename. For example when Ubuntu 8.04 Hardy Heron was released we enjoyed the abstract bird-like background and then Ubuntu 8.10 Intrepid Ibex brought us the Ibex background which wasn’t too bad. As Ubuntu 9.04 Jaunty Jackalope Alpha version rolled out users enjoyed new login screen, themes and the new boot splash theme. I was sure we’d be commenting about a new Jackalope background any day now. Now as I preview the release of Ubuntu 9.04 Beta codenamed Jaunty Jackalope, I see no Jackalope background. Instead it looks like Ubuntu has added a stylish background that favors the same theme colors as previous versions but gives off a professional vibe. I’m both excited for the new look but disappointed in the lack of a Jackalope background.

In case you prefer the lighter more “Ubuntu-like” look, Ubuntu 9.04 has also included this lighter version in the Ubuntu 9.04 beta release. The second abckground looks a little more like the traditional Ubuntu background.

Here are a few places that you can find interesting Ubuntu artwork. If you know of a few places feel free to comment and i’ll add them to this article.

Ubuntu Artwork:

Here’s a look at the two new backgrounds included in Ubuntu 9.04 Jaunty Jackalope.

bg

bg2

Posted in Desktop User | Tagged: , | 5 Comments »

What is Linux anyway?

Posted by beginlinux on March 25, 2009

Everybody knows Windows, and not always for the right reasons. Linux on the other hand can seem like dark magic only known to geeks and computer nerds to those of us on the outside. While it is harder to master than Windows, it is much more rewarding in that you finally gain control of your own PC. No more nagging from the operating system telling you it didn’t like what you just did, or not allowing you to delete that file you wanted to get rid of. If Linux tells you not to do something you can be sure it’s for a good reason!

Linux is an operating system that has its roots in Unix. It can do (almost) everything Windows can, and most of the time it can do it better. The fundamental difference between Windows and Linux is the approach. Windows is a commercial product designed to appeal to the widest possible audience and their various computers. It makes things as easy as possible to use, and hides all the workings from the user. This entails compromise.
Any system that tries to covers as wide a field as Windows isn’t going to be able to do everything well. To make it appeal and work for the widest audience the users have to be ‘protected’ from damaging the system and cede most of the control to it. Linux on the other hand has a more sensible approach. It has a core system which you can then bolt extras onto if you need them. You can tailor it to an amazing degree to your specific needs. It (mostly) isn’t a commercial product, and is maintained and developed by enthusiasts throughout the world.

The differenced I think can be summed up in one sentence. Windows was designed to sell, Linux was created to work.
Most distributions or ‘distros’ are free. You can download them, use them, abuse them, and pretty much do what you like with them. Most of the utilities and applications are also free. This is the other main attraction to new Linux users. Freedom. Not only do you not have to pay for any of the software, although I would encourage donations where appropriate, you have the freedom to do what you like. There are no lengthy Terms and Conditions to read, or copy protection because the software is free to use and distribute.

Linux main downside is that it is harder to manage to begin with. It can seem daunting at first, but well worth it once you get the hang of things. A lot of work has been done, and is being done to make the system easier for the newbie. The documentation is pretty good, and because the following of Linux is pretty fanatical there are hundreds of online forums and resources to help you along the way.
Linux, like your PC itself is made up of several components which I shall briefly describe below.

Processor
Even though you can see it, your operating system is doing several things at once. Most of them will have to go through your processor. Linux has a scheduler which prioritizes all the different demands and gives them to the processor in order. It decides what is important and what isn’t and ensures the processor deals with the important ones first.
Memory
Linux tries to use your available memory as much as possible as it works much faster than your hard drive. The processes mentioned above are stored here while they are being worked on. If you memory gets full then it has an overflow called Swap Space which pretends to be memory so your processor can use it.

Devices
Your PC is made up of any number of combinations of hardware. Sound cards, video cards, network cards, hard drives, the list is endless. Somehow Linux manages to support the majority of them while remaining a decent size. It does this by using modules. These are like ‘bolt-ons’ that can be added if they are needed by the system. This allows the flexibility to add and remove hardware as you need to.
Kernel
The kernel is the heart of Linux. It is the sun around which everything orbits and receives life. This is what makes Linux what it is. It is a core program that controls everything around it. It coordinates everything that goes on within the system.
File System
Where you had FAT and NTFS in Windows, here we have ext2, ext3 and others. Think of them as a library. Your hard drive is the book shelf, and the file system is how the books are arranged. There has to be a system for you to quickly find your book and the same for computer files.
GUI
The Graphical User Interface (GUI) is the pretty desktop you see. Windows is purely GUI driven, in that everything you do is dragging and dropping from one window to another, which is where it got its name. Although Linux can do the same, it works differently. At its core Linux is controlled from the command line. You type in commands and the machine does its thing.
Applications
These are software addons you can install to achieve a certain goal. Things like music players, office tools, web browsers etc. Exactly the same as buying a firewall or office suite for Windows, except for the most part, applications for Linux are free. There are commercial applications out there which you have to pay for, but they are in the minority, and unless your needs are extremely specific, not really necessary.
Utilities
These are similar to applications in that you can install them on your system for a specific purpose. However that purpose is very different. Applications are like productivity tools, they help you produce something. Utilities help you manage your system like managing hard drives, monitoring networks, firewalls and that kind of thing.
That is your Linux system in a nutshell. As with everything, there is as much technical detail as you could wish for if that’s your thing, but this was just an overview to familiarize you with Linux. Pretty straightforward once explained isn’t it?

Posted in Uncategorized | Tagged: , , , | Leave a Comment »

Ubuntu:Bluetooth Wireless Training

Posted by beginlinux on March 22, 2009

Bluetooth technology allows you to replace the cables typically used to connect keyboards, mice and other peripherals. According to the official Bluetooth site, the goals of Bluetooth are “robustness, low power and low cost”. This sounds like a great option but many people have problems with Bluetooth if you look on the Internet forums. So … I bought a Kennison Bluetooth keyboard, mouse and detachable number pad….I figured this will be the worst to set up. I was actually dead wrong. The Kennison keyboard was a breeze, here is a tutorial on how I did it.

Open System/Administration/Synaptic Package Manager. Install these packages:
bluetooth, gnome-bluetooth, bluez, bluez-gnome

This will give you the basis for what you need to make sure you can use Bluetooth with the setup.Actually all I did is to make sure these applications were installed and then I restarted the system and everything was working including the keyboard, moue and detachable number pad. There are several function keys for media, gadgets, etc. that did not work immediately but I am working on those. The CDROM opener worked fine.

keyborad

In my situation I was using a USB wireless keyboard, an old Logitech, that had been around as a replacement. What I found interesting is that I could use both keyboards at the same time, one Bluetooth and one RF wireless. Now, though I could type at the same time with two keyboards, that was not really very useful as I only have two hands, but it does illustrate the possibility if you needed that feature. The RF wireless usually will use 2.4 GHz and a USB connection while my Bluetooth used 2.4 GHz-2..47GHz as a standard frequency.

The Kennison Slimblade Media Notebook Set was perfect as a small compact keyboard with 30 feet of range for my Ubuntu 8.10 desktop. It has a detachable numberpad that I set aside until I need it and of course the small, but very useful mouse also comes with the set. This is a great set up if you need to conserver space, as I did as I have two keyboards and mice on my desk as I always run several desktops at the same time.

Overall, I am impressed with how easy it was to get Bluetooth working with this keyboard. Ubuntu 8.10 and Linux in general have come a long way. I will now surely purchase more Bluetooth products in the future to use with Linux. Oh, and by the way, I don’t purchase products that have the word”Microsoft” on them, wonder why they are hard to set up with Linux?

Posted in Desktop User | Tagged: , , | Leave a Comment »

Mounting an NTFS drive in Debian

Posted by beginlinux on March 18, 2009

As an ex Windows user, I still have quite a collection of music on my old NTFS drive that I don’t want to mess with Fortunately you can mount the drive in Linux and read and write to it as you would have done before Here I get the best of both worlds.

Being able to access my old Windows drives was one of the big barriers to my coming over to Linux. Once I had trawled the forums and help pages and found out I can still use ntfs to a degree I was sold. The tools won’t make Linux use ntfs, they just allow you to access them.
The process has two dependencies, ntfs-3g and libfuse 2. You will need these two packages installed before you begin the process. Ntfs-3g is a third party package that allows reading and writing to ntfs drives, which is the holy grail for me right now!

apt-get install libfuse2
apt-get install ntfs-3g

Once you have the two packages installed we can begin.

deb5_468

The first step is to ensure your Debian system ‘sees’ the ntfs drive. You’re not going to be able to mount anything if Linux can’t see it.
fdisk -l | grep NTFS

You should then see something like;
/dev/hda1   *           1       14387   156288421+    7  HPFS/NTFS

So now we know your ntfs drive is located on hda1. Check it isn’t mounted already by typing;
mount

There should be nothing coming up unless this isn’t the first time you are attempting this. The next step is to create a folder to mount the drive in. Linux won’t create somewhere dynamically for you. You have to tell it where you want it to put the information. I called my directory ‘windows’ but you can call it what you want.

mkdir /media/windows
mount –t ntfs-3g /dev/hda1 /media/windows

This last command mounts hda1 with ntfs-3g in the /media/windows directory. If you navigate to it now you should see your ntfs files inside. If yours works like mine did then you should also get a drive icon on the desktop. This should be labeled as whatever you called your folder in /media. You can now double click and access the files inside.

Now here is a very important step that had me stumped for ages. Unmounting the ntfs drive.
umount /dev/hda1

Notice the spelling. U-mount, not un-mount! I saw unmount whenever I read this for ages and couldn’t for the life of me figure out what was going on. So hopefully those few words are going to save you much more time than I spent trying to get the thing to work properly.
You don’t want to have to manually mount the drive every time you boot up Debian. So here is another little trick to auto mount it whenever the system starts. To do this we have to modify a file called fstab. Be very careful!!!! If you damage this file it will not boot.

Modify the file in your text editor of choice and add the line;
/dev/hda1 /media/windows ntfs-3g defaults 0 0

Save this, and now every time you boot your machine your ntfs drive will b mounted and ready to use!

Posted in Desktop User | Tagged: , | 7 Comments »