Archives For November 30, 1999

i2p-icon

i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.

I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don’t reveal their real IP addresses.

I2P client is a software used for building and using anonymous I2P networks. Such networks are commonly used for anonymous peer-to-peer applications (filesharing, cryptocurrencies) and anonymous client-server applications (websites, instant messengers, chat-servers).

I2P allows people from all around the world to communicate and share information without restrictions.

Features:

  • Distributed anonymous networking framework
  • End-to-end encrypted communications
  • Small footprint, simple dependencies, fast performance
  • Rich set of APIs for developers of secure applications

So far the latest version is ip2d 2.12 with following changes:

  • Additional HTTP and SOCKS proxy tunnels
  • Reseed from ZIP archive
  • ‘X’ bandwidth code
  • OpenSSL 1.1 for Android and Mac OS X
  • Some stats in a main window for Windows version
  • Fixed clock skew for Windows XP
  • New logo for Android
  • Reduced memory and file descriptors usage

How to Install i2pd via PPA in Ubuntu / Linux Mint:

The project offers DEB binaries for download in its release page.

For those who want to keep it up-to-date, install i2pd using the PPA repository via following steps:

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:purplei2p/i2pd

Type in password (no visual feedback) when it asks and hit Enter.

i2pd-ppa

2. Then update package caches and install i2pd:

sudo apt update

sudo apt install i2pd

When a new release is out, simply launch Software Updater and upgrade it along with other system updates.

Uninstall:

You can remove the PPA anytime using Software & Updates utility under Other Software tab, and i2pd can be removed via command:

sudo apt remove i2pd && sudo apt autoremove

For router setup, tunnel configuration and other documentations, go to the wiki page.

Nvidia Linux driver

NVIDIA Linux driver 375.39 and 378.13, the latest long-lived and short-lived branch versions, were both released yesterday.

Both drivers add support Quadro GP100, P4000, P2000, P1000, P600. P400, M1200, M2200 GPUs support. NVIDIA 378.13 also supports Quadro P3000.

Besides adding new GPUs support, Nvidia 375.39 only brings fixes to hot-plugging displays and resuming from suspend issues.

Nvidia 378.13 adds support for viewing configured PRIME displays in nvidia-settings, support for X.Org xserver ABI 23, and various other changes and fixes. See HERE for details.

Download & Install Nvidia 375.39 / 378.13:

NOTE that following steps is not recommended for beginners! Installing the proprietary drivers may cause blank screen and you have to know how to troubleshoot, such as setting NOMODESET in grub, or remove the driver from command console.

Besides using the official installers from the NVIDIA website, the “Graphics Driver” team has made the new releases into PPA, available for Ubuntu 17.04, Ubuntu 16.04, Ubuntu 16.10.

1. To add the PPA, open terminal from app launcher or via Ctrl+Alt+T key and run command:

sudo add-apt-repository ppa:graphics-drivers/ppa

nvidia-ppa

2. Then update your system package index via command:

sudo apt update

3. Both drivers will finally available for install in Additional Drivers utility.

nvidia-378-375-driver

Select the one you want to install and click Apply Changes button will automatically download and install the driver into your system. Restart your computer once done.

parole-icon245

Parole, a modern simple media player for the Xfce desktop, has now reached the 0.9.0 release with a fresh set of features and fixes.

What’s new in Parole 0.9.0:

  • New “mini mode”, activated from the right-click menu.
  • New play and replay icons in the player content area. Clicking on these will play or replay your media (finally)!
  • Most deprecated API calls have been dropped or replaced. We’re not dropping GtkStatusIcon yet, the notification area lives on in Xfce!
  • Double buffering with the X11/XV video outputs has been reenabled. Ubuntu has been carrying this patch for a while now.
  • The window title and content title are now set to the playing filename if no ID3 tags are found.
  • Plugins can now be loaded by name instead of full path (plugin-name.so).
  • The desktop file and related AppStream have been updated to the now-standard “reverse-DNS” convention (org.xfce.Parole)
  • Translation updates.

parole-media-player

How to Install Parole 0.9 in Ubuntu / Linux Mint:

Besides building from the Parole source tarball, Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, users can install the 0.9.0 release from PPA repository (unofficial):

1. Open terminal (Ctrl+Alt+T) and run command to add PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

parole ppa

2. Then upgrade the software via Software Updater (Update Manager) if a previous release is installed:

upgrade parole media player

For those who don’t want to add PPA, grab the DEB package directly from THIS PAGE.

Uninstall:

For any reason you can easily restore Parole media player to the original version available in Ubuntu Software App, by running command in terminal:

sudo apt install ppa-purge && sudo ppa-purge ppa:ubuntuhandbook1/apps

Blender 2.78b Releaesed! How to Install in Ubuntu

Last updated: February 11, 2017

Blender 2.78b

Blender 2.78b, a 2.78a release-compatible update was announced yesterday with important speedups, especially in Cycles and for Dependency graph.

BLender 2.78b comes with Cycles Speedups that were announced last month. Most notable will be faster rendering of Motion blur with hair, which has a 5-10 time speedup – important for production rendering. Also there are various bug-fixes.

Blender 2.78b

How to Install Blender 2.78b in Ubuntu:

Blender is now available as SNAP package, first install snapd via command sudo apt install snapd in terminal, then you’re able to search for and install blender-tpaw in Ubuntu Software.

blender SNAP

For those who don’t like the SNAP version, Blender 2.78b is also available in Thomas Schiex’s PPA, supports for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, and derivatives.

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:thomas-schiex/blender

Type in your password (no visual feedback) when it prompts and hit enter.

blender-ppa

2. Then you can upgrade Blender from an existing version via Software Updater (or Update Manager) after checking for updates.

upgrade to blender 2.78

Or install blender package either via Synaptic Package Manager or via commands:

sudo apt-get update

sudo apt-get install blender

Uninstall:

If you installed blender from PPA repository, run the following command in terminal to remove the PPA and downgrade Blender to the stock version available in Ubuntu main repositories.

sudo apt-get install ppa-purge && sudo ppa-purge ppa:thomas-schiex/blender

Linux Kernel

For those who want to test the latest Linux kernels, Ukuu (Ubuntu Kernel Upgrade Utility) offers a simple interface with list of the “mainline” Kernels and allow user to one-click download and install a selected kernel release.

The mainline kernels are provided by Ubuntu Kernel Team for testing and debugging purposes. They are not supported and are not appropriate for production use. You should only install these if they may fix a critical problem you’re having with the current kernel. Read more about mainline kernels.

UPDATE 2020-08: UKUU is no longer free for use. You need to pay $12 for a personal license.

ubuntu kernel upgrade utility

Ukuu features:

  • Fetches list of kernels from kernel.ubuntu.com
  • Displays notifications when a new kernel update is available.
  • Downloads and installs packages automatically

ukuu-settings

How to Install Ukuu in Ubuntu / Linux Mint:

For Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Linux Mint 17 & 18, and based systems, you can install the tool from the developer’s PPA.

Just open terminal via Ctrl+Alt+T keyboard shortcut, and run the commands below one by one:

sudo add-apt-repository ppa:teejee2008/ppa

sudo apt-get update

sudo apt-get install ukuu

For those don’t want to add PPA, grab the DEB package from HERE.

Uninstall:

To remove the utility, simply run apt-get command with remove flag in terminal:

sudo apt-get remove ukuu

And you can remove the PPA via the Software & Updates utility under Other Software tab.

In addition, if the new kernels do not work properly on your machine, you can easily go back to the old (stable) kernel by:

  • reboot your computer.
  • go to Grub boot-loader (press & hold Shift key while booting if don’t see the menu)
  • in Grub menu, select Advanced Options and select boot the old stable kernel.
  • finally use Ukuu to remove mainline kernels.

GIMP 2.8.20

GIMP image editor 2.8.20 stable was released one week ago. Now it’s finally available in PPA repository for Ubuntu 16.10, Ubuntu 16.04, Ubuntu 14.04, Ubuntu 12.04, and their derivatives.

GIMP 2.8.20 fixed the weird initial user interface language selection on mac OS. For Windows, an annoying oscillating switching between different input devices has been fixed.

  • Avoid D-Bus error message when built without D-Bus support
  • fix OS X min required conditional in gimpimagewindow.c
  • Saving to existing .xcf.bz and .xcf.gz files didn’t truncate them and could lead to unnecessarily large files
  • Text layer created by gimp-text-fontname doesn’t respect border when resized
  • Flow on Paint Dynamics editor dialog: the ‘y’ axis is indicating ‘Rate’ instead ‘Flow’
  • Vertical ruler shows artifacts if the status bar isn’t showing
  • Tablet stylus misbehaves when crossing the edge of a dock in multi-window-mode
  • Disable the new “automatic window tabbing” feature introduced on mac OS Sierra
  • Improve the visiblity of slider handles with dark themes
  • Make it harder to switch to renaming if selecting already selected items in resource lists
  • make toggling to color picker mode of paint tools more robust
  • call gimp_file_entry_set_filename() with filename encoding

GIMP 2.8

How to Install GIMP 2.8.20 in Ubuntu / Linux Mint:

The new release has been made into the PPA repository, available for all current Ubuntu releases and derivatives.

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

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

add GIMP PPA

2. You can then upgrade the editor from a previous release via Software Updater utility:

gimp-software-updater

Or install GIMP either via Synaptic Package Manager or command:

sudo apt-get update

sudo apt-get install gimp

Uninstall:

To restore GIMP to the stock versions available in Ubuntu main repositories, open terminal and purge the PPA via ppa-purge tool:

sudo apt-get ppa-purge && sudo ppa-purge ppa:otto-kesselgulasch/gimp

kodi-icon

Kodi, formerly known as XBMC, finally reached the new stable 17.0 release. Here’s how to install it in Ubuntu via PPA.

Kodi 17.0, code-name “Krypton”, brings updated default UI, better organisation of settings, and many under-the-hood changes on Video Player, Music Library, PVR, audio on Android, and thousands of small bug-fixes and improvements to stability.

Kodi 17.0 features:

  • New default skins “Estuary” for TV, and “Estouchy” for touchscreen devices.
  • New default web interface
  • New inputstream add-ons with more protocols support.
  • hardware-accelerated DVD playback
  • Numerous improvements to Live TV and PVR functionality
  • Android implementation, and a wide variety of other changes.

Kodi Media Center 17

How to Install Kodi 17 in Ubuntu / Linux Mint:

The Kodi Team announced that the official PPA will be updated soon with the new packages, available for Ubuntu 16.10, Ubuntu 16.04, Ubuntu 14.04, and Linux Mint 17 & 18.

At that time, you can follow the step below to install Kodi 17:

1. Open terminal from app launcher or via Ctrl+Alt+T shortcut key, when it opens, run command:

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

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

kodi ppa

2. Then you can upgrade Kodi Media Center from an existing version, by launching Software Updater:

upgrade Kodi

Or install it via following commands in terminal:

sudo apt update

sudo apt install kodi

Once installed, you can either launch Kodi from app launcher or log with Kodi session when you’re in login screen.

Uninstall:

To uninstall Kodi 17 and restore to the stock version in your Ubuntu repository, purge the PPA via ppa-purge tool via command:

sudo apt install ppa-purge && sudo ppa-purge ppa:team-xbmc/ppa

LibreOffice 5.3

The LibreOffice office suite has reached the 5.3 stable series a few days ago. Now it’s available in both Ubuntu PPA and Snappy store.

LibreOffice 5.3 features:

  • The MUFFIN interfaces (Microsoft Ribbon UI)
  • First source release of LibreOffice Online, that offers basic collaborative editing of documents in a browser
  • Faster rendering performance
  • Many UI/UX improvements
  • New text layout engine
  • And much more, see the release note.
LibreOffice 5.3 'Ribbon' UI

LibreOffice 5.3 ‘Ribbon’ UI

How to Install LibreOffice 5.3 in Ubuntu:

For Ubuntu 16.04 and higher, the latest LibreOffice is now available via snap package, simply run commands below in terminal (Ctrl+Alt+T):

sudo apt install snapd && sudo snap install libreoffice

You can also use Ubuntu Software to install the snap version of LibreOffice (need to install snapd).

libreoffice-snap

To remove the Snap version of LibreOffice, either use Ubuntu Software App, or run command:

sudo snap remove libreoffice
Note that the snap packages so far have known issues, such as unreachable folders outside the Snap’s sandbox, and custom theme issue.

Also, the official PPA is available with traditional packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Linux Mint 17 & 18:

1. To add the PPA, run following command in terminal:

sudo add-apt-repository ppa:libreoffice/ppa

LibreOffice Fresh PPA

2. Then upgrade LibreOffice using the Software Updater (or Update Manager) utility after checking for updates:

upgrade to LibreOffice 5.2

RawTherapee

The RawTherapee RAW file processor has reached the new stable 5.0 release a few days ago. Now it’s available in PPA for Ubuntu 16.04, Ubuntu 16.10, Linux Mint 18, Elementary OS Loki, and derivatives.

RawTherapee 5 supports most raw formats, including some unusual ones like those from cameras using Foveon and X-Trans sensors. If your camera’s raw format is not supported, read ‘Adding Support for New Raw Formats‘.

New Features in RawTherapee 5:

  • Wavelets tool.
  • Retinex tool.
  • Monitor profile and rendering intent support.
  • Print soft-proofing support.
  • Automatic chroma noise reduction, manual luminance noise reduction using sliders and curves.
  • The “Inspect” tab in the File Browser lets you see a 100% preview of the image whose thumbnail your mouse cursor hovers over, which is either the largest JPEG image embedded in the raw file or the image itself when hovering over non-raw images.
  • The curve pipette allows you to pick the right point of a curve by clicking in the preview, and input/output values so that you can set the desired output value for a given input value.
  • Post-resize sharpening, to give your photos that subtle crispness after resizing them.
  • Dual-illuminant DCP support with curves, base tables, look tables and baseline exposure.
  • New exposure tone curve modes “Luminance” and “Perceptual”.
  • Queue processing will stop if an error is encountered while saving, e.g. if you run out of disk space.
  • The Contrast by Detail Levels tool received the “Process Locate Before/After Black-and-White” option.
  • Rec. 2020 ICC profile added.
  • The Navigator can show RGB, HSV and L*a*b* values in a range of 0-255, 0-1 or %.
  • The Lockable Color Picker allows you to place multiple sample points over the preview to measure colors and see them change in real time as you manipulate the image. They support the same ranges as the Navigator.
  • Grayscale JPEG and TIFF images are now supported.
  • 32-bit TIFF files are supported.
  • In addition to these new features, RawTherapee received over two years worth of amazing speedups, code cleanups and bug fixes, making it faster and more stable than ever before!

How to Install RawTherapee 5 in Ubuntu

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:dhor/myway

Type in password (no visual feedback) when it prompts and hit enter.

rawtherapee-ppa-xenial

2. Then install or upgrade RawTherapee either via Synaptic Package Manager or by running the commands below one by one:

sudo apt update

sudo apt install rawtherapee

For those who don’t want to add PPA, grab the DEB package from here.

Note: you won’t be able to upgrade the software using Software Updater utility since the PPA build miss data and debug files.

How to Restore:

To uninstall RawTherapee 5.0 and restore to the stock versions in Ubuntu main repositories, run command to install ppa-purge and purge the PPA:

sudo apt install ppa-purge && sudo ppa-purge ppa:dhor/myway

Corebird Twitter Client

Corebird, native GTK+ twitter client, got an update 15 hours ago with compilation and crash fixes. PPA has been updated for Ubuntu 16.04, Ubuntu 16.10, and derivatives.

Corebird 1.4.2 is a small bug-fix release to the 1.4 series, here’s the changelog:

  • Fix a crash when going back from a tweet with media to another tweet with media
  • Fix compilation with –disable-video
  • Decrease log level of UserStream output to debug when no internet connection is present
Corebird 1.2 corebird 1.2

How to Install Corebird 1.4.2 in Ubuntu:

I’ve made the new release into PPA (unofficial) available for Ubuntu 16.04, and Ubuntu 16.10.

1. Run the following command in terminal (Ctrl+Alt+T) to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

corebird-ppa

2. Then upgrade it via Software Updater if you have a previous release installed.

upgrade corebird

Or run the commands to install / upgrade the app:

sudo apt update

sudo apt install corebird

For those who don’t want to add PPA, grab the DEB package from the PPA page.