Archives For News

Free open-source software updates and Linux news

The latest stable Linux Kernel 3.10.6 has been released. All users of the 3.10 kernel series must upgrade. Here’s how to install / upgrade in Ubuntu 13.04 Raring, 12.04 Precise and 12.10 Quantal.

Kernel 3.10.6 in Ubuntu

The Linux Kernel 3.10.6 comes with lots of fixes and improvements, such as updated Radeon, i915 vedio drivers, update RAID, Wireless, drivers and so forth. See the announcement.

Install / Upgrade Kernel 3.10.6

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to download the DEBs:

  • For 32-bit system:
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-headers-3.10.6-031006-generic_3.10.6-031006.201308112316_i386.deb 
    
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-headers-3.10.6-031006_3.10.6-031006.201308112316_all.deb
    
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-image-3.10.6-031006-generic_3.10.6-031006.201308112316_i386.deb
  • For 64-bit system:
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-headers-3.10.6-031006-generic_3.10.6-031006.201308112316_amd64.deb
    
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-headers-3.10.6-031006_3.10.6-031006.201308112316_all.deb
    
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-image-3.10.6-031006-generic_3.10.6-031006.201308112316_amd64.deb
  • After downloading the packages, both 32-bit & 64-bit can run below commands to install them:

    sudo dpkg -i linux-headers-3.10.6*.deb linux-image-3.10.6*.deb

    Once installed, update grub to apply changes and you’re done!

    sudo update-grub

    (Optional) To remove Linux Kernel 3.10.6, run this command in terminal:

    sudo apt-get purge linux-image-3.10.6*

    Mozilla finally announced the stable released of Firefox 23. Ubuntu users will receive updates very soon. Here’s a guide to upgrade your Firefox to latest in Ubuntu 13.04 Raring, 12.04 Precise and 12.10 Quantal.

    In the new release, the mixed content blocking has been enabled to protect users from eavesdroppers and man-in-the-middle attacks on HTTPS pages, the about:memory’s functional UI (user interface) has been improved, the notifications of plugin installation has a simpler interface, and social share functionality has been added. (Release note)

    Upgrade to Firefox 23 in Ubuntu:

    Synaptic Package Manager provides a graphical way to upgrade to the latest Firefox web browser.

    To get started, open the tool and click Reload button to update package lists, search firefox in the box, right-click and choose “Mark for Upgrade”, and finally click the Apply to start upgrading.

    To install Synaptic Package Manager, click the link below to launch Ubuntu Software Center and click to install the package.

    Click to install Synaptic

    The Netflix Desktop App has updated to version 0.8.0. This tutorial shows you how to install / upgrade it in Ubuntu 13.10 Saucy, 13.04 Raring, 12.04 Precise and 12.10 Quantal.

    In this release, it updated the French, Uyghur, Spanish translation, fixed some bugs and also added some new features. Here’s the details:

    • Added support for beesu sudo GUI.
    • Added a new package for loading Katsomo.
    • Updated the British English translation.
    • Updated the icon for the Maxdome package.
    • Replace test-xattr binary with python script.
    • Fixed tab characters in the command-line help.
    • Updated to the latest release of Firefox (22.0).
    • Now using a workaround for Katsomo locking up on exit.
    • Moved downloaded files to /var/lib/wine-browser-installer.
    • Disabled the client side graphics workaround on new Wine versions.
    • Disabled screensaver/suspend operations while the browser is running.
    • Added an override for the User Agent string so that Netflix always sees Firefox 18.0.
    • Now using fontconfig, in addition to debconf, to establish that msttcorefonts is installed.
    • Fixed dependencies so that the services could not get out of sync with wine-browser-installer

    The Netflix PPA has updated for Ubuntu 13.10, 13.04, 12.10, 12.04 and 10.04 users. To add this repository, press Ctrl+Alt+T to open terminal. When it opens, run below commands:

    sudo add-apt-repository ppa:ehoover/compholio

    After that, you can install the Netflix desktop app or receive updates when a new release comes out via below commands:

    sudo apt-get update; sudo apt-get install netflix-desktop

    The latest stable Linux Kernel 3.10.5 has been released. All users of the 3.10 kernel series are urged to upgrade as soon as possible. Here’s how to install / upgrade in Ubuntu 13.04 Raring, 12.04 Precise and 12.10 Quantal.

    UPDATE: The 3.10 kernel series has reached 3.10.6, see this tutorial.

    Linux kernel 3.10.5 contains lots of fixes and improvements, such as updated video drivers (Radeon, i915, Nouveau, etc.), updated iSCSI, MD, RAID, Wireless, ATA, SATA, ACPI and USB drivers, as well as sound improvements.

    Install / Upgrade Kernel 3.10.5

    Press Ctrl+Alt+T to open terminal for running commands. When it opens, follow below steps:

    For 32-bit system, run below commands to download the Debs:

    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.5-saucy/linux-headers-3.10.5-031005-generic_3.10.5-031005.201308040618_i386.deb
    
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.5-saucy/linux-headers-3.10.5-031005_3.10.5-031005.201308040618_all.deb
    
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.5-saucy/linux-image-3.10.5-031005-generic_3.10.5-031005.201308040618_i386.deb

    For 64-bit system, run beloww commands instead:

    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.5-saucy/linux-headers-3.10.5-031005-generic_3.10.5-031005.201308040618_amd64.deb
    
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.5-saucy/linux-headers-3.10.5-031005_3.10.5-031005.201308040618_all.deb
    
    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.5-saucy/linux-image-3.10.5-031005-generic_3.10.5-031005.201308040618_amd64.deb

    After downloading the packages, both 32-bit & 64-bit can run below commands to install them:

    sudo dpkg -i linux-headers-3.10.5*.deb linux-image-3.10.5*.deb

    Once installed, update grub to apply changes:

    sudo update-grub

    (Optional) To remove Linux Kernel 3.10.5, run below commands in terminal:

    sudo apt-get purge linux-image-3.10.5*

    UPDATE 2024: Nightingale is also discontinued! Try Clementine Music Player which is available in Ubuntu Software / App Center.

    Here I’m going to tell you that the popular Songbird Music Player project has been discontinued. For those who are looking for an alternative, check out Nightingale which is built upon Songbird.

    Eric Wittman announced on the Songbird blog, “Unfortunately, the company has found ourselves unable to fund further business operations and as of June 28, 2013 all of Songbird’s operations and associated services will be discontinued.”

    Songbird is a music player originally released in early 2006 with the stated mission “to incubate Songbird, the first Web player, to catalyze and champion a diverse, open Media Web”. On June 3, 2010, official Linux support for Songbird was dropped.

    While thanking the users, investors, partners, developers of Songbird, Eric Wittman openly recommends the open source desktop media player Nightingale as an alternative.

    To access the open source for the Songbird Desktop player, you can go here:

    http://getsongbird.com/desktop/index.php?download=source (Domain expired)

    Nightingale is an open source media player based on Songbird and focused on Linux. It has a beautiful interface with a wide range of supported audio formats, all with multi-platform support!

    Nightingale is available for downloading at: getnightingale.com/all-versions.php

    For Ubuntu 13.04, 12.04, 12.10 and Linux Mint 13, 14, 15 users, run below commands in terminal (Ctrl+Alt+T) to install nightingale from PPA:

    sudo add-apt-repository ppa:nightingaleteam/nightingale-release
    
    sudo apt-get update
    
    sudo apt-get install nightingale

    The Qupzilla web browser will be available by default in Ubuntu 13.10 Saucy’s universe repository. Since then, you can directly install it from Ubuntu Software Center.

    Below is the discription from the Ubuntu Software Center:

    QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.

    QupZilla has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL Manager.

    QupZilla’s main aim is to be a very fast and very stable QtWebKit browser available to everyone.

    Once installed the browser, you’ll be able to open it from the Unity Dash. Enjoy!

    The latest stable Linux Kernel 3.10.4 has been released. This simple tutorial will show you how to install / upgrade this kernel in Ubuntu 13.04 Raring, 12.10 Quantal and 12.04 Precise.

    Linux kernel 3.10.4 is an important release, which brings many improvements to IPv4 and IPv6 protocols, as well as many updated drivers and ARM fixes. All users of the 3.10 kernel series are urged to upgrade as soon as possible. See official announcement.

    To get started, press Ctrl+Alt+T to open a terminal window, copy and paste below command into terminal and run to download the kernel:

    for 32-bit system:

    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.4-saucy/linux-headers-3.10.4-031004-generic_3.10.4-031004.201307282043_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.4-saucy/linux-headers-3.10.4-031004_3.10.4-031004.201307282043_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.4-saucy/linux-image-3.10.4-031004-generic_3.10.4-031004.201307282043_i386.deb

    for 64-bit system:

    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.4-saucy/linux-headers-3.10.4-031004-generic_3.10.4-031004.201307282043_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.4-saucy/linux-headers-3.10.4-031004_3.10.4-031004.201307282043_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.4-saucy/linux-image-3.10.4-031004-generic_3.10.4-031004.201307282043_amd64.deb

    After that, both 32-bit and 64-bit run below command to install the kernel

    sudo dpkg -i linux-headers-3.10.4-*.deb linux-image-3.10.4*.deb

    Finally apply changes to grub boot loader:

    sudo update-grub

    You can remove the downloaded packages after the kernel is properly installed.

    This latest stable Kernel 3.10.3 has been released. All users of the 3.10 kernel series are urged to upgrade as soon as possible. This tutorial shows how to install / Upgrade Kernel 3.10.3 for Ubuntu 13.04, 12.04, 12.10 and Linux Mint users.

    Linux Kernel 3.10.3 is a small release that includes a lot of small changes. The mainline Kernel PPA has updated DEB packages for Ubuntu / Debian users. Read full list of changes at LKML

    Install / Upgrade Kernel 3.10.3

    Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to downloads Debs.

    For 32-bit system:

    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003-generic_3.10.3-031003.201307251835_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003_3.10.3-031003.201307251835_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-image-3.10.3-031003-generic_3.10.3-031003.201307251835_i386.deb

    For 64-bit system:

    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003-generic_3.10.3-031003.201307251835_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003_3.10.3-031003.201307251835_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-image-3.10.3-031003-generic_3.10.3-031003.201307251835_amd64.deb

    After that, both 32-bit and 64-bit use below command to install the kernel:

    sudo dpkg -i linux-headers-3.10.3*.deb linux-image-3.10.3*.deb

    To apply changes, run:

    sudo update-grub

    (Optional) To remove this kernel, run below command in terminal:

    sudo apt-get purge linux-image-3.10.3*

    The HotShots screenshot tool 1.2.0 has been released. This simple tutorial shows you how to install or upgrade to this version on Ubuntu 13.04 Raring, 12.04 Precise and 12.10 Quantal.

    HotShots is an application for capturing screens and saving them in a variety of image formats as well as adding annotations and graphical data (arrows, lines, texts, …). Because HotShots is written with Qt, it runs on Windows and Linux

    The new release has some layout changes. The editor has multi-selection, the ability to select shadows on each item, the ability to edit some items (polygon, polyline, and curve) more easily, and the ability to add post-effects to the image background. The uploader adds a user field to define the output template for FTP uploader. The ability to send a document directly to the printer has been added. Slovak, Turkish, Russian, Sinhala, Serbian, Czech, Vietnamese, Basque, Spanish, and Chinese translations have been added.

    Install HotShots:

    A PPA repository has been created to make it easy to install for Ubuntu and Linux Mint users. So far it supports Ubuntu 13.04 Raring Ringtal, 12.10 Quantal Quetzal, and Ubuntu 12.04 LTS Precise Pangolin.

    Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to add the ppa:

    sudo add-apt-repository ppa:dhor/myway

    After that, update package lists and install HotShots screenshot tool via below command:

    sudo apt-get update; sudo apt-get install hotshots

    Once installed, you can open it from the Unity Dash.

    This latest stable Kernel 3.10.2 has been released. All users of the 3.10 kernel series are urged to upgrade as soon as possible. This tutorial shows how to install / Upgrade Kernel 3.10.2 for Ubuntu 13.04, 12.04, 12.10 and Linux Mint users.

    Linux Kernel 3.10.2 is also a small release that includes a few updated drivers, fixes for the ext3 and ext4 file systems, as well as other small changes. Read the announcement.

    Install / Upgrade Kernel 3.10.2

    The Kernel PPA has updated with latest DEBs for Ubuntu and Linux Mint users.

    Press Ctrl+Alt+T on your keyboard to open a terminal window. When it opens, run below commands to download the Debs.
    For 32-bit system:

    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002-generic_3.10.2-031002.201307212216_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002_3.10.2-031002.201307212216_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-image-3.10.2-031002-generic_3.10.2-031002.201307212216_i386.deb

    For 64-bit system

    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002-generic_3.10.2-031002.201307212216_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002_3.10.2-031002.201307212216_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-image-3.10.2-031002-generic_3.10.2-031002.201307212216_amd64.deb

    After downloading, both 32-bit and 64-bit use below command to install them:

    sudo dpkg -i linux-headers-3.10.2*.deb linux-image-3.10.2*.deb

    Finally, remember to update grub to apply changes. To do so, run below command:

    sudo update-grub

    Once done, restart your computer and you should see the entry with Linux Kernel 3.10.2.