Tag Archive for ‘Linux’

Linux Kernel 2.6.35 installation guide for Ubuntu Linux

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 and 10.10 ) and most distributions based on these versions of Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS, if you have these installed and up-to-date.

Installation Guide

  1. Download linux-headers-2.6.35-020635_2.6.35-020635_all.deb
  2. Download your kernel headers package;
    I386: linux-headers-2.6.35-020635-generic_2.6.35-020635_i386.deb
    AMD64: linux-headers-2.6.35-020635-generic_2.6.35-020635_amd64.deb
  3. Download your kernel compile;
    I386: linux-image-2.6.35-020635-generic_2.6.35-020635_i386.deb
    AMD64: linux-image-2.6.35-020635-generic_2.6.35-020635_amd64.deb
  4. Install the files in the same order (else it won`t work!)
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu
    If it`s not there check all steps (and ofcourse errors)

For those who want to do their “own” compiles, the source is also available; linux-source-2.6.35_2.6.35-020635_all.deb

Bookmark and Share

Linux Kernel 2.6.34 installation guide for Ubuntu Linux 10.04

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 ) and all distributions based on these versions of Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration. 
Note: nVIDIA ForceWare drivers are automatically installed using DKMS

Installation Guide

  1. Download linux-headers-2.6.34-020634_2.6.34-020634_all.deb
  2. Download your kernel headers package;
    I386:  linux-headers-2.6.34-020634-generic_2.6.34-020634_i386.deb
    AMD64: linux-headers-2.6.34-020634-generic_2.6.34-020634_amd64.deb
  3. Download your kernel compile;
    I386:  linux-image-2.6.34-020634-generic_2.6.34-020634_i386.deb
    AMD64: linux-image-2.6.34-020634-generic_2.6.34-020634_amd64.deb
  4. Install the files in the same order (else it won`t work!)
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

For those who want to do their “own” compiles, the source is also available; linux-source-2.6.34_2.6.34-020634_all.deb

Bookmark and Share

Linux Kernel 2.6.33 installation guide for Ubuntu Linux

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (9.10) and all distributions based on Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration. 
Note: nVIDIA ForceWare drivers are automatically installed using DKMS (which is included in Ubuntu 8.10 and higher including 9.04 and 9.10)

And in case you don`t want to reboot you should try out Ksplice.

Installation Guide

  1. Download linux-headers-2.6.33-020633_2.6.33-020633_all.deb
  2. Download your kernel headers package;
    I386:  linux-headers-2.6.33-020633-generic_2.6.33-020633_i386.deb
    AMD64: linux-headers-2.6.33-020633-generic_2.6.33-020633_amd64.deb
  3. Download your kernel compile;
    I386:  linux-image-2.6.33-020633-generic_2.6.33-020633_i386.deb
    AMD64: linux-image-2.6.33-020633-generic_2.6.33-020633_amd64.deb
  4. Install the files in the same (else it won`t work!)
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

For those who want to do their “own” compiles, the source is available here.

Bookmark and Share

Linux Kernel 2.6.32 installation guide for Ubuntu Linux

The Ubuntu kernel guys have released an official build of the 2.6.32 Linux Kernel.
The .deb files should work with both Ubuntu and distributions based on Ubuntu.

The included kernel files have been compiled using the generic ubuntu configuration. 
Note: nVIDIA ForceWare drivers are automatically installed using DKMS (which is included in Ubuntu 8.10 and higher including 9.04 and 9.10)

The required files can be found at http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.32/

Installation Guide

  1. Download linux-headers-2.6.32-020632_2.6.32-020632_all.deb
  2. Download your kernel headers package;
    I386:  linux-headers-2.6.32-020632-generic_2.6.32-020632_i386.deb
    AMD64: linux-headers-2.6.32-020632-generic_2.6.32-020632_amd64.deb
  3. Download your kernel compile;
    I386:  linux-image-2.6.32-020632-generic_2.6.32-020632_i386.deb
    AMD64: linux-image-2.6.32-020632-generic_2.6.32-020632_amd64.deb
  4. Install the files in the following order:
    1. linux-headers-2.6.32-020632_2.6.32-020632_all.deb
    2. I386:  linux-headers-2.6.32-020632-generic_2.6.32-020632_i386.deb or AMD64: linux-headers-2.6.32-020632-generic_2.6.32-020632_amd64.deb
    3. I386: linux-image-2.6.32-020632-generic_2.6.32-020632_i386.deb or AMD64: linux-image-2.6.32-020632-generic_2.6.32-020632_amd64.deb
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

For those who want to do their “own” compiles, the source is available here.

Bookmark and Share

OpenOffice 3.1.0 installation guide for Ubuntu Linux

This guide works under Ubuntu Linux 8.04 / 8.10 and 9.04 and could work under other Debian based linux distributions.

STEP 1 – Add the OpenOffice.org 3.1 repositories Go to System -> Administration -> Software Sources

Review image

Enter your password. Go to the second tab, “Third-Party Software,” click on the “Add” button, and paste the line below for your Ubuntu distribution… For Ubuntu 8.04 deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu hardy main For Ubuntu 8.10 deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu intrepid main For Ubuntu 9.04 deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu jaunty main

Review image

· Right click HERE and choose the “Save Link As…” options to save the key file on your desktop.

· Go to the fourth tab, “Authentication,” click the “Import Key File” button, navigate to the location where you’ve just saved the key file (usually, it is File System/home/YOURUSERNAME/Desktop) and double click it. You will immediately see a new entry called “247D1CFF 2009-01-21 Launchpad PPA for OpenOffice.org Scribblers.”

Review image

Now, click the “Close” button, then the “Reload” one and wait for the application to close!

Review image

STEP 2 – Remove the old OpenOffice 3.0 Go to System -> Administration -> Update Manager

Review image

Let the Update Manager load the information about new software and click on the “Partial Upgrade” button when prompted…

Review image

The partial upgrade will start and you will be asked to confirm the upgrade. Click on the “Start Upgrade” button…

Review image

When asked to remove obsolete packages, click on the “Remove” button…

Review image

When the partial upgrade is done, click on the “Close” button to finish the removal process of the installed OpenOffice.org suite.

Review image

However, not all packages were removed, so you need to do it manually before installing the new OpenOffice.org 3.1. Open a terminal (Applications -> Accessories -> Terminal) and paste the following code: sudo apt-get remove language-support-en language-support-translations-en openoffice.org-help-en-gb openoffice.org-l10n-en-gb openoffice.org-l10n-en-za thunderbird-locale-en-gb Type Y when asked if you want to remove those packages. When it’s done, close the terminal window.

Review image

STEP 3 – Install OpenOffice.org 3.1 At this moment, you don’t have any OpenOffice.org suite installed in your system. Therefore, go to Applications -> Add/Remove

Review image

Select the “All availalbe applications” option from the “Show” drop-down menu and search for openoffice in the “Search” box. The OpenOffice.org Suite will be found… scroll down until you see it and click on the check box in front of it. Click the “Install All” button when asked if you want to install the OpenOffice.org Suite and bundled applications…

Review image

Now, click the “Apply Changes” button…

Review image

Then the “Apply” button…

Review image

Wait for the installer to install the new OpenOffice.org packages….

Review image

When the installation process is over, you will be notified. Click the “Close” button to close the Add/Remove software…

Review image

That’s all, folks! Go to Applications -> Office and you can use your brand new OpenOffice.org 3.1 office suite.

Review image

And the best part is that your open source office suite will be up-to-date from now on. Take a look below at some shots of OpenOffice.org 3.1 in Ubuntu 9.04 (Jaunty Jackalope).

Review image
Review image

Source: http://news.softpedia.com/news/How-to-Install-OpenOffice-org-3-1-on-Ubuntu-9-04-111105.shtml

Bookmark and Share