Archives For January 31, 2014

KDE 4.12.2 Ubuntu

KDE 4.12.2 was released two weeks ago. Now it’s available in the Kubuntu Backports PPA for Ubuntu 13.10 Saucy.

KDE 4.12.2 brought more than 20 recorded bugfixes include improvements to the personal information management suite Kontact, the UML tool Umbrello, the document viewer Okular, the web browser Konqueror, the file manager Dolphin, and others. This release also included an updated Plasma Workspaces 4.11.6.

Upgrade / Install KDE 4.12.2:

Press Ctrl+Alt+T one your keyboard to open the terminal. When it opens, run the command below to add Kubuntu PPA:

sudo add-apt-repository ppa:kubuntu-ppa/backports

Update package lists and upgrade KDE:

sudo apt-get update

sudo apt-get dist-upgrade

If you’re going to install Kubuntu Desktop, run below command after updating package lists:

sudo apt-get install kde-standard kubuntu-desktop

Tips: The binary packages will soon be available for Ubuntu 12.04. By then, you can run previous commands to upgrade KDE in Precise.

Postgresql ubuntu 14.04

This simple tutorial is going to show beginners how to install the PostgreSQL 9.3 (9.2, 9.1, 9.0 or 8.4) in Ubuntu 14.04 Server via its official repository.

The PostgreSQL Global Development Group (PGDG) maintains an APT repository of PostgreSQL packages for Debian and Ubuntu. The repository provides the PostgreSQL server packages as well as extensions and modules packages for all PostgreSQL versions supported.

So far, the repository support:

  • Debian 6.0 (squeeze), 7.0 (wheezy), and unstable (sid) 64/32 bit (amd64/i386)
  • Ubuntu 10.04 (lucid), 12.04 (precise), and 14.04 (trusty) 64/32 bit (amd64/i386)
  • PostgreSQL 8.4, 9.0, 9.1, 9.2, 9.3
  • Server extensions such as Slony-I, various PL languages, and datatypes
  • Applications like pgadmin3, pgbouncer, and pgpool-II

To get started installing PostgreSQL on Ubuntu 14.04, do the following steps:

1. Create and edit the PostgreSQL repository by running the command below:

sudo vi /etc/apt/sources.list.d/pgdg.list

Press I on keyboard and add the below line into the file:

deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main

Press Esc on keyboard and followed by :wq to save the file.

2. Download & import the repository key:

wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -

3. Update your system:

sudo apt-get update && sudo apt-get upgrade

4. Now you’re able to install PostgreSQL via below command:

sudo apt-get install postgresql-9.3 pgadmin3

NOTE: This repository provides “postgresql”, “postgresql-contrib”, and “postgresql-client” meta-packages that depend on the latest postgresql-x.y, … packages, similar to the ones present in Debian and Ubuntu. Once a new PostgreSQL version is released, these meta-packages will be updated to depend on the new version. If you rather want to stay with a particular PostgreSQL version, you should install specific packages like “postgresql-9.3” instead of “postgresql”.

via:postgresql wiki page

HotShots

Hotshots, a screen capture with some editing feature now is at version 2.1.0. The new release brings a faster launch time and some new features.

Hotshots 2.1.0 changelog:

  • Speed up launch time
  • Add option for mouse cursor in snapshot
  • Add User defined action on click/double-click tray icon
  • Editor: add group alignment (vertical/horizontal)
  • Editor: add rescale background image panel
  • Change Windows grabbing code on windows platform
  • Editor: correct invalid save/restore position for text item

hotshots 2.1 ubuntu

Install / Upgrade:

There are a few Launchpad PPAs that contain the most recent build of HotShots, available for Ubuntu 14.04, Ubuntu 13.10, and Ubuntu 12.04.

Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the commands below one by one to install HotShots from ppa:ubuntuhandbook1/apps:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

sudo apt-get update

sudo apt-get install hotshots

You can also install Hotshots from ppa:samrog131/ppa or

Linux Kernel 3.12.11

The Linux Kernel 3.12.11 has been released today, along with Kernel 3.10.30 LTS and Kernel 3.13.3. If you’re using Kernel 3.12, it’s recommended to upgrade to this kernel release or Kernel 3.13.

The kernel 3.12.11 mainly brings updated architectures, including ARM and x86, numerous updates drivers (i915, nouveau, radeon ,and usb), as well as a few bug fixes. For details, see the announcement.

Upgrade / Install Kernel 3.12.11:

The DEB packages of this kernel release has been made into Ubuntu Kernel Page, including the Low-latency packages.

For command line, you can follow the steps below to download and install them.

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

For 32 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.11-trusty/linux-headers-3.12.11-031211-generic_3.12.11-031211.201402131753_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.11-trusty/linux-headers-3.12.11-031211_3.12.11-031211.201402131753_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.11-trusty/linux-image-3.12.11-031211-generic_3.12.11-031211.201402131753_i386.deb

For 64 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.11-trusty/linux-headers-3.12.11-031211-generic_3.12.11-031211.201402131753_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.11-trusty/linux-headers-3.12.11-031211_3.12.11-031211.201402131753_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.11-trusty/linux-image-3.12.11-031211-generic_3.12.11-031211.201402131753_amd64.deb

2. Once downloaded, install them via:

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

After all, restart your computer and done.

If you’re running a proprietary video driver, you may re-build or re-install to get it work with the new kernel.

If for some reason this kernel release doesn’t work properly for you, reboot into previous kernel (Grub -> Advanced -> select previous kernel) and run this command to remove Linux Kernel 3.12.11:

sudo apt-get remove linux-headers-3.12.11-* linux-image-3.12.11-*

Linux Kernel 3.10.30

The latest Linux Kernel LTS 3.10.30 has been announced today. Greg KH urged all users of this kernel series to upgrade as soon as possible.

Kernel 3.10.30 is a small release which mainly brings some updates drivers, including i915, nouveau, radeon, and mcc, as well as some fixes. For details, see the announcement.

Install / Upgrade to Kernel 3.10.30:

The Ubuntu Kernel Team has build the deb packages which are available in this page.

For command line, you can follow the steps below to install them:

1. Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the commands below one by one to download this kernel:

For 32 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-headers-3.10.30-031030-generic_3.10.30-031030.201402131735_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-headers-3.10.30-031030_3.10.30-031030.201402131735_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-image-3.10.30-031030-generic_3.10.30-031030.201402131735_i386.deb

For 64 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-headers-3.10.30-031030-generic_3.10.30-031030.201402131735_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-headers-3.10.30-031030_3.10.30-031030.201402131735_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-image-3.10.30-031030-generic_3.10.30-031030.201402131735_amd64.deb

2. Then install the packages:

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

After the installation, it automatically updated your grub boot loader. Just restart and boot with new kernel.

If you’re using a proprietary video driver, you may need to re-build or re-install to get it work with the new kernel.

If for some reason this kernel release doesn’t work properly for you, reboot into previous kernel (Grub -> Advanced -> select previous kernel) and run this command in terminal to remove Linux Kernel 3.10.30:

sudo apt-get remove linux-headers-3.10.30-* linux-image-3.10.30-*

Linux Kernel 3.13.3

The latest Linux Kernel 3.13.3 has been announced today. All users of the 3.13 kernel series are urged to upgrade as soon as possible.

Linux kernel 3.13.3 brings updated architectures, including ARM and x86, numerous updates drivers (i915, nouveau, radeon ,and usb), as well as a few bug fixes. For details, see the announcement.

Install / Upgrade to Kernel 3.13.3:

The Ubuntu Kernel Team has build the deb packages which are available in this page. Low-latency Kernel packages are included.

If you’re comfortable with command line, you can also follow the steps below to download & install this kernel:

1. Download Kernel DEBs:

For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303-generic_3.13.3-031303.201402131842_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303_3.13.3-031303.201402131842_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-image-3.13.3-031303-generic_3.13.3-031303.201402131842_i386.deb

For 64 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303-generic_3.13.3-031303.201402131842_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303_3.13.3-031303.201402131842_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-image-3.13.3-031303-generic_3.13.3-031303.201402131842_amd64.deb

2. Install all the packages:

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

Once installed, restart your computer and done.

If you’re using a proprietary video driver, you may need to re-build or re-install to get it work with the new kernel.

If for some reason this kernel release doesn’t work properly for you, reboot into previous kernel (Grub -> Advanced -> select previous kernel) and run this command to remove Linux Kernel 3.13.3:

sudo apt-get remove linux-headers-3.13.3-* linux-image-3.13.3-*

CoverGloobus in Elementary OS

CoverGloobus is a simple application that displays the cover and the info of playing song on your desktop as a nice widget.

If you have been using Ubuntu for years, you may have heard of CoverGloobus. The project was last updated 4 years ago, but it’s still working good on Ubuntu 12.04. I’ve tested it on Elementary OS Luna, here are the screenshots:

covergloobus eos
 

covergloobus eos

covergloobus eos

CoverGloobus downloads lyrics and covers from internet and supports the most popular music plays, including Amarok2, Audacious, Banshee, Deadbeef, Exaile, gmusicbrowser, MOC, MPD, Rhythmbox, VLC, Songbird, Totem, and more.

Install:

Download and install the DEB:

CoverGloobus 1.7.3 for 32 bit

CoverGloobus 1.7.3 for 64 bit

Once installed, open it from Application Menu and right click on the widget to configure the player, themes, etc.

To make it work with Noise music player, download the below package, extract and paste the “Noise.py” & “Noise.pyc” files to /usr/share/covergloobus/players

Noise_Player_Covergloobus.zip

xfce4 drop-down terminal

As you may know, Xfce4 terminal supports the Quake style drop-down mode since version 0.6. Just a parameter --drop-down will start xfce4-terminal just like quake, yakuake, or tilda.

Xfce4 Terminal Quake Style

It is advised to bind this feature to a shortcut in the keyboard preferences. Below steps will teach you how:

1. Open xfce4-setting-manager from Application menu or Alt+F2 Application Finder box.

2. Click on the Keyboard icon under Hardware section.

3. Under Application Shortcuts tab, click on the Add button and type in the command box xfce4-terminal --drop-down

Xfce terminal Quake style

4. Click on OK and set a keyboard shortcut in next window.

Now you’re able to press the keyboard shortcut to launch a drop-down Xfce4 terminal. Click the button at right-bottom to open the preferences dialog and edit the width, height, opacity, duration and more!

qt qmmp music player

 

The Winamp-like audio player Qmmp has reached version 0.7.5. It has been made into PPA available for Ubuntu 12.04 Precise users.

Qmmp is a Qt-based multimedia player available for Linux, FreeBSD and Windows. The latest 0.7.5 mainly fixed following bugs:

  • fixed tab closing bug in the qsui plugin
  • fixed cpu architecture detection while build using qmake
  • fixed feature to disable qsui before build
  • fixed latest cmake support

qmmp ubuntu

Install:

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

sudo add-apt-repository -y ppa:forkotov02/ppa

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

This will also install the Qmmp 0.7.4 into your system if you’re on Ubuntu 13.10, Ubuntu 13.04 or Ubuntu 12.10.

Firefox 27 Lands in Ubuntu, Here’s How to Upgrade

Last updated: February 11, 2014

Firefox 27

The latest version of Firefox is usually available as a security update in all supported releases of Ubuntu within a few hours of Mozilla’s announcement.

This time, Canonical announced the updated to Firefox 27 in its supported Ubuntu releases six days later since it was released on February 4, 2014. See what’s new in Firefox 27

How to Upgrade:

Firefox 27 is available in recommended repository for Ubuntu 13.10, Ubuntu 12.10 and Ubuntu 12.04.

To get started, make sure the recommended updates repository is enabled.

ubuntu security updates repository

Then you can install the Firefox updates via Software Updates:

upgrade firefox via software updater

You can also use Synaptic Package Manager (available in Ubuntu Software Center) to upgrade your firefox:

upgrade to firefox 27 via synaptic

That’s it.