Archives For November 30, 1999

Linux Kernel

Linux 4.11 Kernel was officially released on April 30th. Linus Torvalds announced in lkml.org:

So after that extra week with an rc8, things were pretty calm, and I’m much happier releasing a final 4.11 now.

We still had various smaller fixes the last week, but nothing that made me go “hmm..”. Shortlog appended for people who want to peruse the details, but it’s a mix all over, with about half being drivers (networking dominates, but some sound fixlets too), with the rest being soem arch updates, generic networking, and filesystem (nfs[d]) fixes. But it’s all really small, which is what I like to see the last week of the release cycle.

Linux 4.11 Kernel release highlights:

  • Enable frame-buffer compression by default for Skylake device and newer.
  • Adds DP MST audio support in Intel’s DRM driver.
  • Initial Geminilake graphics support.
  • ASPEED AST2500 display support.
  • Better Turbo Boost Max 3.0 support.
  • New ARM SoCs and boards support.
  • Realtek ALC1220 is now supported
  • Radeon/AMDGPU and various other DRM driver updates.
  • Improvements and updates to KVM, Xen, TurboStat, Raspberry Pi, TPM2, and more.

How to Install Kernel 4.11 in Ubuntu:

The mainline kernel PPA built the Linux 4.11 build .deb packages a few days later, available for download at the link below:

You can also use UKUU, a simple graphical tool to install latest Linux Kernels in Ubuntu.

To get Linux 4.11 Kernel from command console, run following commands one by one:

for 64-bit system:

cd /tmp/

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-headers-4.11.0-041100_4.11.0-041100.201705041534_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-headers-4.11.0-041100-generic_4.11.0-041100.201705041534_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-image-4.11.0-041100-generic_4.11.0-041100.201705041534_amd64.deb

sudo dpkg -i *.deb

for 32-bit system:

cd /tmp/

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-headers-4.11.0-041100_4.11.0-041100.201705041534_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-headers-4.11.0-041100-generic_4.11.0-041100.201705041534_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-image-4.11.0-041100-generic_4.11.0-041100.201705041534_i386.deb

sudo dpkg -i *.deb

After installed these debs, restart and enjoy!

Uninstall:

To remove Linux Kernel 4.11, first restart and select boot with previous kernel (from Grub boot-loader -> Advanced Options) and then run command:

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

Want to change the boring default Ubuntu desktop themes? Well, there’s a script allows to easily install a list of the latest version of nice GTK themes.

It supports GTK 3.18 to 3.24, and will install the correct version according to your system. So far, support themes are:

  • Adapta
  • Arc (Firefox themes: Arc, Arc Darker, Arc Dark)
  • Arc-Flatabulous
  • Arc-Red
  • Breeze
  • Candra (GNOME 3.20+ only)
  • Ceti-2 (GNOME 3.18 only)
  • Cloak (GNOME 3.20+ only)
  • DeLorean Dark (GNOME 3.18 only)
  • EvoPop
  • Flat-Plat
  • Flatabulous (GNOME 3.18 only)
  • Flattiance (GNOME 3.18 only)
  • Fresh-Finesse
  • Greybird
  • macOS-Sierra
  • Minwaita
  • Numix
  • OSX-Arc Collection
  • Paper
  • Plano (GNOME 3.20+ only)
  • Pop
  • Redmond-Themes
  • Vertex
  • Vimix
  • Yosembiance (GNOME 3.18 only)
  • Zuki

1. To get the script, open terminal via Ctrl+Alt+T or searching for “Terminal” from app launcher. When it opens, run command:

sudo apt install git && git clone https://github.com/tliron/install-gnome-themes

2. The command clone the script source into your user root directory. To run the script, simply run command:

~/install-gnome-themes/install-gnome-themes

To avoid rebuilding themes, it will delete installed themes with same names, then install some required libraries, finally download and build the themes one by one in your system:

When everything’s done, launch Gnome Tweak Tool or Unity Tweak Tool and enjoy the new themes by selecting one of them:

via:github

This quick tutorial is going to show you how to install the latest FFmpeg multimedia library 3.3 “Hilbert” in Ubuntu 16.04, Ubuntu 14.04 via PPA.

FFmpeg 3.3 “Hilbert” is a new major release that features:

  • Apple Pixlet decoder
  • NewTek SpeedHQ decoder
  • QDMC audio decoder
  • PSD (Photoshop Document) decoder
  • FM Screen Capture decoder
  • ScreenPressor decoder
  • XPM decoder
  • DNxHR decoder fixes for HQX and high resolution videos
  • ClearVideo decoder (partial)
  • 16.8 and 24.0 floating point PCM decoder
  • Intel QSV-accelerated VP8 video decoding
  • native Opus encoder
  • DNxHR 444 and HQX encoding
  • Quality improvements for the (M)JPEG encoder
  • VAAPI-accelerated MPEG-2 and VP8 encoding
  • MPEG-7 Video Signature filter
  • Intel QSV video scaling and deinterlacing filters
  • Support MOV with multiple sample description tables
  • Pro-MPEG CoP #3-R2 FEC protocol
  • Support for spherical videos
  • CrystalHD decoder moved to new decode API
  • and many more, see release note.

How to Install FFmpeg 3.3 via PPA in Ubuntu:

1. Open terminal via Ctrl+Alt+T or by searching for “Terminal” from the dash. When it opens, run command to add the PPA repository (unofficial):

sudo add-apt-repository ppa:jonathonf/ffmpeg-3

Type in password (no visual feedback due to security reason) and hit Enter.

2. (For Ubuntu 14.04 only), you also need to add another PPA for the dependencies:

sudo add-apt-repository ppa:jonathonf/tesseract

3. Then upgrade FFmpeg using Software Updater:

Or simply run command:

sudo apt update && sudo apt upgrade

How to Restore:

To undo the changes and restore to the stock version of FFmpeg in main Ubuntu repositories, purge the PPA via command:

sudo apt install ppa-purge && ppa-purge ppa:jonathonf/ffmpeg-3

MuseScore 2.1, a free music notation software, was released today with new note input modes and a huge list of bug-fixes.

According to the release note, MuseScore 2.1 brings than 350 new features, improvements, and bug fixes. It mainly features:

  • New note input modes:
    • Rhythmic input: enter rhythm first, pitches later.
    • Semi-real-time MIDI input – a limited form of real-time input.
  • Much better support for SFZ sample libraries in Zerberus synthesizer
  • New “Regroup Rhythms” command under Layout menu
  • And so many bug fixes, improvements.
  • There are also known incompatibilities with the 2.0 release. See the release note.

How to Install MuseScore 2.1 in Ubuntu:

MuseScore has an official stable PPA for Ubuntu 14.04, Ubuntu 16.04, and higher.

Though the PPA is not ready for the new release at the moment, you can download the AppImage from the link below:

Then make the file executable from its context menu -> Properties window:

Finally run the file to start MuseScore 2.1:

Ubuntu 12.04 LTS Has Reached the End of Life

Last updated: April 29, 2017

Ubuntu 12.04 Precise Pangolin LTS (Long-Support Term) reached the end of its life yesterday on April 28 2017.

The news team announced on the Ubuntu Fridge a month ago:

Ubuntu announced its 12.04 (Precise Pangolin) release almost 5 years ago, on April 26, 2012. As with the earlier LTS releases, Ubuntu committed to ongoing security and critical fixes for a period of 5 years. The support period is now nearing its end and Ubuntu 12.04 will reach end of life on Friday, April 28th. At that time, Ubuntu Security Notices will no longer include information or updated packages for Ubuntu 12.04.

If you want to upgrade your Ubuntu 12.04 LTS installation, you may first upgrade to Ubuntu 14.04 LTS, supported until April 2019, and then to Ubuntu 16.04 LTS, supported supported until April 2021.

For users who can’t upgrade immediately, Canonical has announced an extended support package for Ubuntu Advantage customers:

Following the end-of-life of Ubuntu 12.04 LTS, Canonical is offering Ubuntu 12.04 ESM (Extended Security Maintenance), which provides important security fixes for the kernel and the most essential user space packages in Ubuntu 12.04. These updates are delivered in a secure, private archive exclusively available to Ubuntu Advantage customers.

All Ubuntu 12.04 LTS users are encouraged to upgrade to Ubuntu 14.04 LTS or Ubuntu 16.04 LTS. But for those who cannot upgrade immediately, Ubuntu 12.04 ESM updates will help ensure the on-going security and integrity of Ubuntu 12.04 systems.

Users interested in Ubuntu 12.04 ESM updates can purchase Ubuntu Advantage at http://buy.ubuntu.com/

The LiVES video editor and VJ tool has reached the 2.8.5 release. The new release features experimental support for Wayland.

Besides the Wayland support, LiVES 2.8.5 includes following changes

  • Fix audio loss when inserting without audio in clip editor (regression).
  • Fix compiler error and warnings for gcc 7
  • Fix regression in mkv_decoder.
  • Fix compiler warnings for openGL plugin.
  • Change max seek allowed from 1 second to 2 seconds in avformat decoder.
  • Update css state selectors for gtk 3.18+
  • Updated translation to Ukranian (thaks Yuri).

How to Install LiVES 2.8.5 in Ubuntu:

For Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, and derivatives, you can install LiVES 2.8.5 from the unofficial PPA.

1. Open terminal via Ctrl+Alt+T or by searching for “Terminal” from start menu. When it opens, run command:

sudo add-apt-repository ppa:ubuntuhandbook1/lives

Type in your password (no visual feedback due to security reason) and hit Enter.

2. If you have a previous release installed, launch Software Updater (Update Manager) to upgrade LiVES after checking for updates:

Or just run commands to install the editor for the first time:

sudo apt update && sudo apt install lives lives-plugins

Uninstall:

To remove LiVES video editor, either use your system package manager or run command in terminal:

sudo apt remove lives lives-plugins && sudo apt autoremove

And remove the PPA by going to System Settings -> Software & Updates -> Other Software tab.

The Budgie desktop environment 10.3 was released a few days ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 16.10, and/or Ubuntu 17.04.

The Ubuntu Budgie team announced the release of Budgie 10.3 as the final release of the 10.x series. And the Qt 5-based Budgie Desktop 11 is now under development.

Budgie 10.3 features:

  • Supports the downloading of artwork for the MprisClient.
  • New and improved Alt-Tab keyboard app switcher.
  • Adds a couple of customization options for the Clock Applet.
  • Option to choose a left or right window button layout.
  • Various Budgie applets bug fixes and more.

How to Install Budgie 10.3 in Ubuntu:

For Ubuntu 16.04 & Ubuntu 16.10:

The budgie-remix PPA contains the Budgie Desktop 10.3 for Ubuntu 16.04, Ubuntu 16.10 and derivatives.

1. Open terminal via Ctrl+Alt+T or by searching for “Terminal” from start menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:budgie-remix/ppa

Type in your password (no visual feedback due to security reason) when prompts and hit enter.

2. Then check updates and install the desktop environment via commands:

sudo apt update && sudo apt install budgie-desktop budgie-indicator-applet

3. After that, you may remove the PPA repository because it contains a newer version of Nautilus for Ubuntu 16.04. To do so, go to System Settings -> Software & Updates -> Other Software tab.

For Ubuntu 17.04:

For Ubuntu 17.04 Zesty, the backports PPA is available.

1. To add the PPA, open terminal via Ctrl+Alt+T and run command:

sudo add-apt-repository ppa:ubuntubudgie/backports

2. Then check updates and install the desktop via commands:

sudo apt update && sudo apt install budgie-desktop budgie-indicator-applet

Once installed, log out and choose log in back with Budgie.

Uninstall:

To remove the Budgie desktop environment, simply run following command in terminal:

sudo apt remove budgie-desktop budgie-indicator-applet && sudo apt autoremove

To remove the PPAs, go to System Settings -> Software & Updates -> Other Software tab.

Luminance, a complete workflow for HDR imaging, finally got a new release more than three years after the last.

Luminance HDR is a graphical user interface (based on the Qt5 toolkit) that provides a complete workflow for HDR imaging. It supports following HDR formats: OpenEXR (exr), Radiance RGBE (hdr), Tiff formats: 16bit, 32bit (float) and LogLuv (tiff), Raw image formats (various), PFS native format (pfs). And it supports JPEG, PNG, PPM, PBM, TIFF, FITS LDR formats.

The latest Luminance HDR 2.5.0 features:

  • Two brand new tonemapping operators: ferradans and mai
  • Optional automatic adjustment of LDRs levels
  • Greater EV values range in HDR Creation Wizard
  • Restore load/save curves in HDR Creation Wizard
  • Better HiDPI support
  • Better CLI interface
  • Fix various crashes
  • “Fast Export”, which renders current image in full size
  • List version of supported cameras for RAW files (and some libraw info)
  • Export to HTML (Create a webpage with embedded HDR viewer)
  • Better printing support and print preview in Help Browser
  • A new “Dark Theme” (beta) and native platform icons support
  • Switch UI full screen (F11), show LDRs and HDRs images full screen (F10)
  • Portuguese (Brazilian) translation
  • Other small impovements and bugfixing as usual

For Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, and their derivatives, the 2.5.0 release is available via the PPA repository.

To install it, open terminal via Ctrl+Alt+T or by searching “Terminal” from start menu, and then do following steps:

1. Run command to add the PPA repository:

sudo add-apt-repository ppa:dhor/myway

Type in your password (no visual feedback due to security reason) when prompts and hit Enter.

2. If you have a previous release installed, now launch Software Updater (Update Manager) to upgrade it:

Or run following commands to check updates and install Luminance HDR:

sudo apt update && sudo apt install luminance-hdr

How to Uninstall:

The PPA repository can be removed by going to System Settings -> Software & Updates -> Other Software tab. To remove the software, either use your system package manager or run command:

sudo apt remove --autoremove luminance-hdr

MPV, an open-source MPlayer and MPlayer2 based media player, has reached the 0.25 release two days ago. Here’s how to install it in Ubuntu 16.04 LTS.

MPV 0.25 drops support for OS X 10.7 and earlier. Support for some optical media functionality (DVD/CD) is now disabled by default. More parts of the player are now licensed under LGPL. New features include:

  • TOOLS: add acompressor.lua script for runtime acompressor ffmpeg filter control
  • dvb: add support for DVB-T2
  • lavfi: support hwdec filters for –lavfi-complex
  • macOS: initial Touch Bar support
  • osc: add volume button (mouse wheel to change volume)
  • sub: add SDH subtitle filter
  • vo_opengl: add experimental vdpauglx backend
  • vo_opengl: implement videotoolbox hwdec on iOS

There are also lots of bug-fixes, minor enhancements, and other changes in this release. See the release note for details.

How to Install MPV 0.25 in Ubuntu 16.04:

MPV does not provide official Linux binaries, but it refers to a third-party PPA which so far offers the 0.25 release for Ubuntu 16.04, Linux Mint 18, and derivatives.

To install it, open terminal via Ctrl+Alt+T or by searching for “Terminal” from start menu. When it opens, do:

1. add the PPA repository via command:

sudo add-apt-repository ppa:mc3man/mpv-tests

Type in your password (no visual feedback due to security reason) when prompts and hit Enter.

2. If you have a previous release installed, you can now launch Software Updater and upgrade the software after checking for updates:

Or just run commands to install it for the first time:

sudo apt update && sudo apt install mpv

Uninstall:

For any reason, you can remove the PPA easily by going to System Settings -> Software & Updates -> Other Software tab. And remove the player via command:

sudo apt remove mpv && sudo apt autoremove 

How to Install Google Earth in Ubuntu 17.04

Last updated: April 23, 2017

This quick tutorial is going to show you how to install the latest Google Earth in Ubuntu 17.04 Zesty Zapus by adding the Google Earth Linux repository.

Although you can download Google Earth, Google Earth Pro, or Google Earth Enterprise Client packages from their direct web pages, here’s how to add the single Linux repository, select install one of them, and receive automatic updates via update manager.

Open terminal by pressing Ctrl+Alt+T or searching for “Terminal” from the start menu. When it opens, run following commands one by one:

1. Run command to download and install the Google keyring:

wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Type in your password (no visual feedback due to security reason) when it asks and hit Enter.

2. Then run command to add Google Earth for Linux repository:

sudo sh -c 'echo "deb http://dl.google.com/linux/earth/deb/ stable main" >> /etc/apt/sources.list.d/google-earth.list'

3. Finally, you can search for and install google-earth via Synaptic Package Manager after clicking Refresh.

Or run command to check updates and install Google Earth:

sudo apt update

sudo apt install google-earth-stable

For choices, you may replace google-earth-stable in command with:

  • google-earth-pro-stable for Google Earth Pro edition.
  • google-earth-ec-stable for Google Earth Enterprise Client.

Uninstall:

To remove the repository, simply go to System Settings -> Software & Updates -> Other Software tab.

To remove Google Earth, either use Synaptic Package Manager or run command:

sudo apt remove google-earth-* && sudo apt autoremove