Archives For jimingkui

As you may know, Jupiter is a powerful and lightweight power and hardware control applet. It has been retired and last supported release is up to Ubuntu 12.10 Quantal. However, Jupiter is available for Ubuntu 13.04 from JoliCloud Desktop Environment PPA.

The webupd8team add the packages to the ppa and it’ll be used as a background program for JoliCloud session. I’ve installed it on my laptop and it’s working well.

Install Jupiter on Ubuntu 13.04:

Note that don’t install it on a product machine. Use it as your own risk!

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

sudo add-apt-repository ppa:jolicloud-team/ppa

Then update package lists and install:

sudo apt-get update; sudo apt-get install jupiter

To install Jupiter support package for Eee PCs:

sudo apt-get install jupiter-support-eee

jupiter ubuntu 13.04 unity

The JoliCloud Desktop Environment finally is available for Ubuntu 12.04 Precise, 13.04 Raring and 12.10 Quantal. Here’s how to install it via ppa repository.

As you may know, JoliCloud Desktop Environment puts a HTML5 launcher with shortcuts to popular websites and services front and center, such as Facebook, Twitter, Gmail, Wikidedia, Angry birds, and more.

Install JoliCloud Desktop

To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below command to add the JoliCloud official ppa repository:

sudo add-apt-repository ppa:jolicloud-team/ppa

After that, update the package lists to make it avaiable and finally install the session. To do so, run below command:

sudo apt-get update; sudo apt-get install jolicloud-desktop-environment

Once installed, log out current session. Click on the gear icon and choose Jolicloud for Ubuntu login.

This simple tutorial shows how to install latest Komodo edit on Ubuntu 13.04 Raring, 12.10 Quantal, 12.04 Precise via ppa repository.

Komodo Edit, based on the award-winning Komodo IDE, offers sophisticated support for all major scripting languages, including in-depth autocomplete and calltips, multi-language file support, syntax coloring and syntax checking, Vi emulation, Emacs key bindings. It provides dynamic language expertise for Perl, PHP, Python, Ruby, and Tcl, plus JavaScript, CSS, HTML, and XML, and template languages like RHTML, Template-Toolkit, HTML-Smarty and Django.

Install Komodo Edit

A PPA repository has been created for Ubuntu users. So far it supports Ubuntu 13.04, 12.04 and 12.10.

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

sudo add-apt-repository ppa:mystic-mirage/komodo-edit

After that, update your package lists and install this tool via command below:

sudo apt-get update; sudo apt-get install komodo-edit

Once installed, open it by running komodo command. You may need to manually create launcher shortcut

This is a picture guide for beginners to set static IP address on Ubuntu 13.04 Raring Ringtail, both wireless and wired connection.

Ubuntu by default uses DHCP (Dynamic Host Configuration Protocol) to obtain IP address when your computer is connected to a network. You may required to change to static IP address in some network environments. This tutorial will show you how to do this step by step.

Tutorial Objectives:

  • Setup Static IP Address in Ubuntu 13.04 (both wireless & wired)
  • Enjoy!

To get started, move your cursor to top-right corner network icon on panel. Click to expand the menu and choose Edit Connections…

In next window, choose your wired connection or wifi network then click Edit button.

Then navigate to IPv4 Settings tab. Switch Method to “Manual” from the drop-down box. Click Add button and type in IP address, netmask and gateway. Finally click “Save” when everything’s done.

This simple tutorial shows you how to install the latest RawTherapee 4.0.11 on Ubuntu 13.04 Raring, 12.10 Quantal, 12.04 Precise using PPA repository.

RawTherapee is a cross-platform raw image processing program written in C++, using a GTK+ front-end and a patched version of dcraw for reading raw files. It is notable for the advanced control it gives the user over the demosaicing and developing process.

“The 4.0.11 release includes a number of new features which you can read about below, but just as importantly it contains a large number of speed improvements and bug fixes, so we recommend you update straight away!”

New features:

  • CIECAM02 “Adaptation scene luminosity” now calculated automatically
  • CIECAM02 hot/bad pixel fixer to prevent bright pixels from appearing
  • The Defringe tool is now able to target a range of specific colors without touching others
  • New bundled processing profiles
  • New keyboard shortcuts to apply rank and color labels and a new direct popup menu for color labels, all in the File Browser
  • “Profile Fill Mode” button controls whether to replace missing processing profile values with default ones or not
  • Keyboard shortcuts to open the next/previous image and to synchronize the File Browser strip with the currently opened image
  • New demosaicing algorithms for noisy photos:
    • LMMSE
    • IGV
  • More zoom levels
  • Redesigned save window
  • New functionality of the minima/maxima control points curves editor, see the RawTherapee Manual
  • Support for TIFFfiles with alpha channels
  • Support for 32-bit TIFF files (HDR)
  • Preferences/Batch processing options: all to ‘Add’ and all to ‘Set’
  • Support for
    • Nikon D5200
    • Nikon D7100
    • Nikon COOLPIX A
    • Panasonic Lumix DMC-G5

Install RawTherapee:

The latest release is available for Ubuntu 13.04 Raring, 12.10 Quantal, Ubuntu 12.04 Precise from the ppa repository.

To add the ppa, press Ctrl+Alt+T on your keyboard to open a terminal window. When it opens, run below command:

sudo add-apt-repository ppa:dhor/myway

Then update package lists and install via Synaptic Package Manager. Or you can run below command instead:

sudo apt-get update; sudo apt-get install rawtherapee

DiffImg is a simple image comparison tool which take two images with the same size as input. Some statitics are computed and the positions where pixel differ are displayed as a color mask.

There are very few image difference tools for Ubuntu Linux. DiffImg is one of them which has a user friendly GUI. It uses OpenCV as backend so it can read and compare 8/16/24/32 bits images without problem but only single channel and RGB image has been take into account, so alpha channel isn’t supported.

Because DiffImg is written with Qt, it runs on Windows and Linux (MacOSX isn’t tested yet) and OS/2. It can read basic formats as BMP, PNG, JPG but also Tiff and OpenExR.

Current Features:

  • Image difference display : a yellow/red mask can overlay the original/modified images.
  • Single/Dual panels mode.
  • Statistic computation: Mean error, RMS error and min/max are computed.
  • Several metrics can be used for computing image difference.
  • Histogram of error.
  • “Slideshow” : DiffImg can compare directory of image, so you can switch to the previous/next comparison if you have two folders with the same image list.
  • Supported files :DifffImg uses Qt plugins to load images, so by default it can read basic formats as BMP, PNG, JPG and OpenCV supported formats (Tiff, OpenExR).
  • Basic batch mode

Install DiffImg:

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, 12.10 Quantal, 12.04 Precise and Linux Mint 13 Maya, 14 Nadia, 15 Olivia.

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

sudo add-apt-repository ppa:dhor/myway

Then you can update package lists and install the tool via Synaptic Package Manager, or run below command:

sudo apt-get update; sudo apt-get install diffimg

That’s it.

For other systems, Diffimg source code and exe file can be download from SourceForge.

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.

Pogo is an ultra lightweight music player for Ubuntu Linux. It is a fork of Decibel Audio Player and supports most common audio formats. Pogo is written in Python and uses GTK+ and gstreamer.

Pogo plays your music. Nothing else. It is both fast and easy-to-use. The clear interface uses the screen real-estate very efficiently. Other features include: Fast search on the harddrive and in the playlist, smart album grouping, cover display, desktop notifications and no music library.

Install Pogo Audio Player:

The developer has created a ppa repository to make it easy to install for Ubuntu and Linux Mint users. So far it supports Ubuntu 13.10 Saucy, 13.04 Raring, 12.10 Quantal, 12.04 Precise, 10.04 Lucid.

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

sudo add-apt-repository ppa:pogo-dev/daily

After that, update package lists and install Pogo via command below:

sudo apt-get update; sudo apt-get install pogo

This brief tutorial shows you how to change your laptop touchpad tap actions in Ubuntu, including single tap, two and three finger tap as well as tap on corners..

I’m only using single tap and touchpad scrolling feature on my laptop. As you may know, Ubuntu acts as middle click when tapping on top-right corner of touchpad. It is annoying that I was always ‘corner-tapping’ on my Google Chrome tabs, and they vanished all of a sudden. More over, two finger tap brings up righ-click menu, quick tapping twice on title-bar, browser tabs allows to move items. Due to these useless and annoying tap actions (only for me), I’m determined to tweak my touchpad settings. That’s why I’m writting this tutorial.

The default Mouse & Touchpad utility in Ubuntu Unity is getting better now, but it’s not powerful enough. So far it only has the ability to switch on / off touchpad, Tap to click, Disable while typing, Two finger scroll, Contents sticks to fingers as well as point speed settings.

I found synaptiks, which is a simple utility that covers almost all settings of Synaptics Touchpad, including multi-tapping, tapping on corners. It is available on Ubuntu Software Center by default since Ubuntu 12.04 Precise. Click link below to install it:

Install Synaptiks Touchpad Configuration

When installed, open the tool and go to Touchpad Configuration -> Tapping. There provides options to change tapping on 4 corners, single tap, two finger tap, three finger tap, drag items by tapping, etc.

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.