Archives For November 30, 1999

The free and open source bittorrent client qBittorrent 3.1.5 has been release a few hours ago. Let’s see what’s new and how to install or upgrade to new version in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04, Linux Mint and their derivatives.

qbittorrent 3.1.5

qBittorrent 3.1.5 Mainly Fixed below bugs:

  • Fix compilation with Qt 4.7. Closes #1215.
  • Third attempt at fixing saving settings on OS shutdown.
  • Preview now correctly uses the selected file.
  • Allow to resize the columns in Add New Torrent dialog.
  • Ensure that at least one column in the tranferlist is always visible.
  • Ensure that the options window will always be placed onscreen.
  • Delete temporary files after they aren’t needed.
  • Correctly detect libtorrent version.
  • Various code cppcheck fixes
  • Remove isohunt search engine and update thepiratebay url
  • Fix rss settings corruption when checking regexp and going to other rule.
  • Don’t count paused torrents for the autoshutdown.
  • LINUX: Fix notifications with xfce4-notifyd.
  • OSX: Added basic retina support. Closes #1251. (Sébastien Lavoie)
  • OTHER: Sync translations from Transifex.

Install qBittorrent 3.1.5 in Ubuntu:

Press Ctrl+Alt+T on keyboard to open terminal. When it open, run below commands one by one will install qBittorrent from its official PPA repository:

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable

sudo apt-get update

sudo apt-get install qbittorrent

If you don’t like the PPAs, download & install the .deb packages from launchpad page

Ios 7 style icons theme for Ubuntu & Elementary OS

Last updated: September 26, 2013

This tutorial is going to show you an icon theme called ieos7, which is based on Mac Mountain Lion.

This theme is created for Elementary OS Luna. I’ve tested it on Ubuntu 13.04 Raring Unity, and it works.

For Ubuntu 12.04 Precise and Elementary OS Luna, you can install this icons by running below 3 commands one by one in terminal (Ctrl+Alt+T):

sudo add-apt-repository ppa:elementary-br/projects

sudo apt-get update

sudo apt-get install ieos7-icons

For other Ubuntu editions, directly download and install the ieos7-icons DEB package from launchpad.net

Once installed, use Unity Tweak Tool, Gnome Tweak Tool or other system tools to apply the theme.

Enjoy!

PAC Manager 4.5.3 has been released with bug fixes and improvements. This tutorial shows how to install / upgrade it in Ubuntu 13.04, Ubuntu 13.10, Ubuntu 12.04 and Linux Mint.

As you may know, PAC is a Perl/GTK replacement for SecureCRT/Putty/etc. It provides a GUI to configure SSH/Telnet connections. The latest release 4.5.3 has following changes:

  • Added support for SOCKs proxies!
  • Added support for defining proxies configuration PER CONNECTION! :)
  • Added an option to “Auto save” every PAC change in realtime, without user interaction
  • Added preliminary date/time information on disconnections
  • Added support for Perl 5.18
  • Fixed a minor bug with PAC substitution variables
  • Changed PAC’s behaviour to prevent password from appearing on “ps” command for RDP (both rdesktop and xfreerdp commands)

Install PAC Manager 4.5.3:

Download the Deb and double-click to install via pop-up Ubuntu Software Center.

pac-4.5.3.2-all.deb

Or you can run below commands to install the downloaded package in terminal (Ctrl+Alt+T):

sudo dpkg -i ~/Downloads/pac-4.5.3.2-all.deb; sudo apt-get -f install

Enjoy!

Gparted 0.16.2 has been released with important bug fixes and language translation updates. Here’s how to install or upgrade in Ubuntu 13.04 Raring, Ubuntu 12.04 Precise and Linux Mint 13 Maya, 15 Olivia.

Key changes include:

  • Fix crash if click apply before pending operations fully displayed
  • Fix FAT16/32 labels are sometimes shown corrupted
  • Fix regression which broke linux-swap resize
  • Fix to not hide the progress of the tools used (e.g., ntfsresize)

GParted is a GTK+ front-end to GNU Parted and the official GNOME Partition Editor application besides Disks. It’s available in Ubuntu Software Center, but old. The GetDeb repository contains the latest packages for Ubuntu 13.04 Raring, Ubuntu 12.04 Precise and their derivatives.

Install / Upgrade Gparted:

First click the link below to download the getdeb package, then double-click to install it via pop-up Ubuntu Software Center. It will add getdeb repository to your system.

Download GetDeb package

Then, run below command in terminal to update and install it. Or you can use Synaptic Package Manager to upgrade the Gparted if you have it installed.

sudo apt-get update; sudo apt-get install gparted

This tutorial shows how to install the lightweight text editor Textadept via ppa in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10 and Linux Mint.

Textadept is a fast, minimalist, and ridiculously extensible cross-platform text editor for programmers. Written in a combination of C and Lua and relentlessly optimized for speed and minimalism over the years, Textadept is an ideal editor for programmers who want endless extensibility without sacrificing speed or succumbing to code bloat and featuritis.

Features:

  • Entirely keyboard driven.
  • Unlimited split views (GUI version).
  • Support for over 80 programming languages.
  • Powerful snippets and key commands.
  • Code autocompletion and API lookup.
  • Unparalleled extensibility.
  • Terminal (curses) version.

Install Textadept via PPA:

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

sudo add-apt-repository ppa:nilarimogard/webupd8

Update package lists:

sudo apt-get update

Install the Editor:

sudo apt-get install textadept

Enjoy!

The 2D CAD software QCad 3.3 has been released with a focus on block attributes. Block attributes can be used to define variable, dynamic text entities in blocks. Watch this screencast for a brief introduction on creating and using block attributes with QCAD.

QCAD is available in Ubuntu Software Center by default, but it’s old. This tutorial is going to show you how to download & install the latest package (so far, it’s 3.3) in Ubuntu 13.04 Raring, Ubuntu 13.10 Saucy, Ubuntu 12.04 Precise and their derivatives such as Linux Mint and Elementary OS.

Download & Install QCad 3.3:

Download:

QCad installer for 32-bit Linux

QCad installer for 64-bit Linux

Install:

1. Go to Downloads folder, right-click on downloaded file and go to its Properties window. Check on ‘Allow executing file as program.’ under Permissions tab.

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

cd ~/Downloads/ && ./qcad-3.3.0-linux-x86_*.bin

That’s it. Enjoy!

phpMyAdmin is an open-source tool written in PHP intended to handle the administration of MySQL over the Web. The latest phpMyAdmin 4.0.6 has fixed a lot of security problems and bugs since version 3.x.x is the default in Ubuntu repository.

Here’s how to install or upgrade to the latest version of phpMyAdmin (4.0.6) in Ubuntu 12.04 LTS Server, Ubuntu 10.04 Server, Ubuntu 13.04 and Ubuntu 12.10 via PPA.

To get started, connect to your Ubuntu server. When you’re log in, run below command to add the PPA:

sudo add-apt-repository ppa:tuxpoldo/phpmyadmin

Update package lists on your system:

sudo apt-get update

Install or upgrade phpMyAdmin to the latest:

sudo apt-get install phpmyadmin

That’s it. If you want to remove this PPA after installation (without removing any packages you may have installed / upgraded from the PPA), run:

sudo add-apt-repository --remove ppa:tuxpoldo/phpmyadmin

If you want to remove the PPA as well as downgrade phpMyAdmin to the version available in the official Ubuntu repositories, run:

sudo apt-get install ppa-purge; sudo ppa-purge ppa:tuxpoldo/phpmyadmin

Enjoy!

The Music Player Clementine 1.2 is coming with cloud services. It adds support for Subsonic, indexing & playing music from Box, Dropbox, Skydrive, and Ubuntu One. Add remote control support for Android and Playlist tab to the sidebar.

As well as the above main features, Clementine 1.2 also contains below new features:

  • Add configurable blur & opacity to album art when used as a playlist background.
  • Support Opus where available.
  • Support .mka and .oga file extensions.
  • Parsing support for WPL playlists.
  • Sort providers by user preference.
  • Add year and bitrate to MPRIS2 messages.
  • Add “not equals” operator to fields in the smart playlist wizard.
  • Add an option to write ratings, play count and scores to files.
  • Add options to show the rating and score on the OSD.
  • Add support for POPM tags.
  • Add support for FMPS tags in Ogg, FLAC, MP4 and ASF files.
  • Compile the bundled Taglib with ASF, MP4 and Opus support.
  • Make it possible to cancel cover searches.
  • Add an option to resume playback on startup.
  • Add support for Performer and Grouping tags.
  • Add Radio GFM.
  • Add an Apply button to the settings dialog.
  • Make it possible to mark all episodes of a podcast as new/listened.
  • Add an option for fading in/out on pause/unpause.
  • Add stereo balance slider to the equalizer.
  • Add a –restart-or-previous commandline flag.
  • Allow files to be transcoded directly from the playlist.
  • Export downloaded album covers
  • see changelog

Although this is not officially 1.2 yet, it already works completely flawless Clementine 1.2 stable is out! Packages for Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10, Debian wheezy, squeeze, Fedora, Windows are ready!

Download Clementine on Google Code

You can also add the Clementine PPA to get it on your Ubuntu system when it’s ready. Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands one by one:

sudo add-apt-repository ppa:me-davidsansome/clementine
sudo apt-get update
sudo apt-get install clementine

Enjoy!

The Cloud music player Nuvola 2.2 added new service Bandcamp & Libre.fm. Here’s how to install or upgrade Nuvola Player 2.2 in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10 and their derivatives such as Linux Mint and Elementary OS Luna.

New features in Nuvola 2.2:

Nuvola now supports Bandcamp. Bandcamp is an online music store, as well as a platform for artist promotion, that caters mainly to independent artists. Artists on Bandcamp have a customizable microsite with the albums they upload. All tracks can be played for free on the website and some artists offer free music downloads.

Nuvola Player supports scrobling to Libre.fm, a free Last.fm alternative.

Last.fm love and ban actions are available from the main menu (control), tray icon and Unity quick list.

Some services allow you to download songs, but file downloads were not supported by Nuvola Player. File downloads have been enabled and a simple downloads manager has been created to address this issue.

Other changes:

  • File INSTALL: Added information how to run Nuvola Player from source directory.
  • Google Play: Fixed detection of playback status.
  • Google Play: Enable links to song downloading.
  • Updated translations.
  • Updated translations template.
  • Deezer: Fixed metadata and playback status parsing.

Install Nuvola Player 2.2:

Nuvola Player Stable PPA is ready. Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands one by one to install it on your system:

sudo add-apt-repository ppa:nuvola-player-builders/stable

sudo apt-get update

sudo apt-get install nuvolaplayer nuvolaplayer-flashplugin

This tutorial shows how to install the latest stable GNU Emacs (so far, it’s 24.3) in Ubuntu 13.04 Raring, Ubuntu 12.10, Ubuntu 12.04 Precise and their deviratives such as Linux Mint and Elementary OS Luna via PPA.

Highlights of Emacs 24.3 include:

  • Generalized variables are now in core Emacs Lisp.
  • An update for the Common Lisp emulation library.
  • A new major mode for Python.

There are many more changes; for a summary see the etc/NEWS file, which you can view from Emacs with `C-h n’.

Install / Upgrade Emacs 24.3 via PPA:

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

sudo add-apt-repository ppa:cassou/emacs

Then update package lists on your system:

sudo apt-get update

After that, you can install or upgrade via synaptic package manager, which is available in Ubuntu Software Center. Or just run below command:

sudo apt-get install emacs24

Enjoy!