Archives For November 30, 1999

The Cloud Based Nuvola Music Player has reached 2.1.0. It brings new features for users as well as for service maintainers and many bug fixes.

As you may know, Nuvola Player runs a web interface of cloud music services – Google Play Music, Amazon Cloud Player, 8tracks, Grooveshark, Hype Machine, Pandora, Rido – in its own window and provides integration with a Linux desktop.

nuvola player ubuntu unity

The new release Nuvola 2.1.0 brings following changes:

  • Added information about format support.
  • New service Deezer.
  • Extensions: Almost all extensions are enabled by default.
  • Notifications extension: Added support for actions and resident notifications.
  • Last.fm extension: Added switches to disable scrobbling for particular services.
  • Added a few keyboard shortcuts: Go back Left and go forward Right.
  • Service selector is opened in a separate window and uses native GTK+ widgets instead of web view. GTK+ zoom level is respected and non-free screenshots are not loaded.
  • User interface: Added option to prefer dark GTK+ theme.
  • Context menu of a web view is populated with custom actions.
  • Removed UI modes “toolbar only” and “both toolbar and menubar”. Main menu reorganized.
  • MPRIS extension: Renamed to Remote Player Interface.
  • Install / Upgrade Nuvola Player in Ubuntu

    For Ubuntu and its derivatives, press Ctrl+Alt+T to open terminal. When it opens, run below commands one by one:

    sudo add-apt-repository ppa:nuvola-player-builders/stable
    
    sudo apt-get update
    
    sudo apt-get install nuvolaplayer

    Nvidia DriverThe latest Long Lived Nvidia driver has reached 319.49, which added support for new GPUs and fix a few bugs. Here’s how to install or upgrade it in Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04.

    What’s new in Nvidia 319.49:

  • Added support for the following GPUs: GeForce GT 740A, GeForce GT 745A, GeForce GT 755M, GeForce GT 625, GeForce GTX 645, GRID K340, GRID K350, NVS 315, Quadro K500M
  • Fixed a bug that caused DisplayPort monitors connected to Quadro FX 3800, 4800, or 5800 to remain off after DPMS.
  • Added the NVIDIA OpenGL-based Inband Frame Readback (NvIFROpenGL) library to the Linux driver package. This library provides a high performance, low latency interface to capture and optionally encode an individual OpenGL framebuffer. NvIFROpenGL captures pixels rendered by OpenGL only and is ideally suited to application capture and remoting.
  • Fixed a bug that caused applications using CUDA-GL interop to crash when run on X servers with Xinerama enabled.
  • Fixed a bug that could prevent some double-bit ECC errors from being properly reported.
  • Fixed a bug which could cause a blank screen when changing house sync settings on Quadro Kepler GPUs with Quadro Sync boards.
  • Fixed a bug that prevented nested loops with identical loop conditions in GLSL shaders from terminating correctly. This could cause hangs in applications such as Exa PowerVIZ.
  • Fixed a bug that resulted in corrupt texels when a previously empty texture image was specified with glXBindTexImageEXT. In GNOME 3, this caused gnome-screenshot to produce garbled window screenshots.
  • Fixed a bug that caused the X server to crash when querying the current mode of disabled displays.
  • Download & Install Nvidia Driver:

    NOTE 1: At the moment when you’re reading this tutorial, you may check out the latest version of Nvidia driver for Linux at this page.

    NOTE 2: Below installation guide works for all Nvidia Linux Drivers (.run file) downloaded from the Official Website.

    1.) Download the driver:

    Download Nvidia 319.49 for Linux 32-bit

    Download Nvidia 319.49 for Linux 64-bit

    2.) Open file browser and navigate to the downloaded package. Right-click on it and go to its Properties window. In Permissions tab, check the box where is says “allow executing file as program”

    all execute as program

    3.) Now, you need to switch to command console by pressing Ctrl+Alt+F1. Log in with your username and password. When login, stop the graphic session by running below command.

    sudo stop lightdm

    4.) Finally, start the installer and follow the on screen prompts. Change the filename to yours if you’re going to install another version.

    sudo sh ~/Downloads/NVIDIA-Linux-*-319.49.run

    When done, restart your computer by sudo reboot command.

    If for some reason the new drivers do not work properly, re-do step 3.) and followed by below command to unintall the Nvidia Driver:

    sudo ~/Downloads/NVIDIA-Linux-*-319.49.run --uninstall

    Enjoy!

    Nvidia DriverHave an old graphics card that is no longer supported in the regular NVIDIA Unified Graphics Driver? Well, here’s how to install the Legacy Driver which supports the old Nvidia GPUs.

    The Nvidia Legacy Drives support the old GPUs that are no longer supported in the regular NVIDIA Unified UNIX Graphics Driver. It will be updated periodically to add support for new versions of Linux system components (e.g., new Linux kernels, new versions of the X server, etc).

    The Linux 304.* legacy driver series is the last to support the NV4x and G7x GPUs and motherboard chipsets based on them. Support for new Linux kernels and X servers, as well as fixes for critical bugs, will be included in 304.* legacy releases through the end of 2017. See the full list of supported GPUs.

    Install / Upgrade NVIDIA 304.108

    So far, the latest is 304.108 and it’s available for downloading at the official links below:

    NVIDIA Legacy Driver 304.108 for 32-bit Linux

    NVIDIA Legacy Driver 304.108 for 64-bit Linux

    You may check you system type (32-bit or 64-bit) by System Settings -> Details.

    To install it in Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04 and Linux Mint, you have to press Ctrl+Alt+F1 to switch to command console. Login with your username and password. When you’re in, follow below steps:

    Command Console

    1.) Stop graphical session. For the default Unity Desktop, run below command to stop it.

    sudo stop lightdm

    2.) Give executable permission for your downloaded package.

    chmod a+x ~/Downloads/NVIDIA-Linux-*-304.108.run

    3.) Run the installer and follow the on screen prompts to start installing Nvidia Driver:

    sudo sh ~/Downloads/NVIDIA-Linux-*-304.108.run

    4.) Restart your computer via below command:

    sudo reboot

    If for some reason the new drivers do not work properly, run below commands in Ctrl+Alt+F1 command console to remove Nvidia Driver:

    sudo stop lightdm
    
    sudo ~/Downloads/NVIDIA-Linux-*-304.108.run --uninstall
    
    sudo restart

    SMPlayer Ubuntu SMPlayer 0.8.6 has been released with Youtube Playback fixed. With this tutorial, you can always install the latest SMPlayer in Ubuntu & Linux Mint via SMPlayere PPA.

    Changes in latest SMPlayer 0.8.6:

  • SMPlayer can now update its internal Youtube code so it’s not necessary to update smplayer everytime Youtube makes a change.
  • A section “Updates” has been added to the preferences dialog, where it’s possible to configure or disable the update checker.
  • SMPlayer could still fail to find some subtitles from opensubtitles.org. Hopefully this is fixed.
  • (Windows) The autoload of subtitles with non latin1 filenames has been fixed.
  • The Windows installer gives the possibility to delete most of the configuration files of smplayer. This can be useful if the configuration files have been corrupted or smplayer has been misconfigured. Linux users can use the command “smplayer -delete-config”.
  • Several other bugfixes. See the Changelog for details.
  • Install SMPlayer via PPA:

    So far, the PPA supports Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04, and Linux Mint 13, 14, 15, 16.

    Press Ctrl+Alt+T to open terminal. When it opens, run commands to add SMPlayer PPA.

    sudo add-apt-repository ppa:rvm/smplayer

    add SMPlayer PPA

    Then update and install the media player:

    sudo apt-get update; sudo apt-get install smplayer

    Install SMPlayer Ubuntu

    How to Install Gloobus Preview in Ubuntu 13.04

    Last updated: August 13, 2013

    As you may know, Gloobus Preview is a simple application based on Apple’s “Quicklook”, designed to enable a full screen preview of any kind of file.

    Its is very easy to use, just select a file in Nautilus file browser, press SPACE and the file will open in a less than a second. Then you can press again on SPACE on your keyboard to close it.

    File types supported:

  • Images: jpeg / png / icns / bmp / svg / gif / psd / xcf
  • Documents: pdf / cbr / cbz / doc / xls / odf / ods / odp / ppt
  • Source Code: c++ / c# / java / javascript / php / xml / log / sh / python
  • Audio: mp3 / ogg / midi / 3gp / wav
  • Vídeo: mpg /avi / ogg / 3gp / mkv / flv
  • Other: folders / ttf / srt / plain text
  • Install Gloobus Preview:

    Gloobus Preview is available for Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10, and Ubuntu 11.10 from the PPA repository.

    Press Ctrl+Alt+T to open terminal. When it opens, run below commands to add the PPA. Copy the code via Ctrl+C and paste in terminal via Ctrl+Shift+V.

    sudo add-apt-repository ppa:gloobus-dev/gloobus-preview

    Then update package lists and install the packages:

    sudo apt-get update; sudo apt-get install gloobus-preview gloobus-sushi

    For the oppenoffice documents preview to work, install:

    sudo apt-get install unoconv

    That’s it! Restart Nautilus by running command nautilus -q if it doesn’t work instantly.

    This simple tutorial is going to show you how to install and setup Google Authenticator to secure your Ubuntu SSH remote login by two-factor authentication.

    Google provides this application for various smartphone platforms. With it, you can secure your account by logging in with a frequently-changing authentication code. So far, I’m using this in WordPress Login, Ubuntu Server SSH Login, Linode VPS Login. As I know, Google Authenticator also works on Amazon Web Services, App.net, Dropbox, and more.

    Install Google Authenticator in Ubuntu:

    Since Ubuntu 12.04 Precise, the Google Authenticator PAM module is available in the universe repository by default. Just open Ubuntu Software Center, search for and install libpam-google-authenticator package

    google authenticator ubuntu

    Once installed, press Ctrl+Alt+T to open terminal. Run below command to create a key and display a QR code which you can scan using the smartphone app. The emergency codes can be used when you don’t have your phone.

    google-authenticator

    google authenticator secret key

    To enable two-step authentication for SSH login, add the line “auth required pam_google_authenticator.so” (witout quotes) into /etc/pam.d/sshd. To do so, run below command in terminal:

    sudo sh -c 'echo "auth required pam_google_authenticator.so" >> /etc/pam.d/sshd'

    Also add the line “ChallengeResponseAuthentication yes” (without quotes) to /etc/ssh/sshd_config, you can do it by running below command:

    sudo sh -c 'echo "ChallengeResponseAuthentication yes" >> /etc/ssh/sshd_config'

    Finally restart SSH service on Ubuntu:

    sudo /etc/init.d/ssh restart

    This simple tutorial shows you how to install Facebook Messenger App in Ubuntu 13.10 Saucy, 13.04 Raring, 12.04 Precise and 12.10 Quantal via PPA repository.

    facebook messenger ubuntu

    As you may know, Facebook Messenger is an instant messaging service and software application which provides text and voice communication. Integrated with Facebook’s web-based Chat feature and built on the open-source MQTT protocol.

    Here’s a Linux clone of Facebook Messenger for Windows. It gives you a chat sidebar, chat popup windows, and notification toasts outside of the browser. Ubuntu users can install it from a PPA created by Webupd8Team.

    To get started installing this app, 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:nilarimogard/webupd8

    Then update your package lists and install:

    sudo apt-get update; sudo apt-get install fbmessenger

    Project Homepage:https://github.com/oconnor663/linuxmessenger

    XnRetro is a small tool that allows you to create stunning images with vintage or instant effect on your Desktop. It allows to share the result to Flickr, Picasa, Facebook and more.

    xnretro retro camera app

    Features:

    • 20 color effects
    • 15 light effects such as bokeh, leak
    • 28 frame borders
    • Adjustement like contrast, gamma, saturation, …
    • Vignetting
    • Noise
    • Save or share the result to Flickr, Picasa, Facebook, Imgur, Thmblr, ImageShack, Yfrog, GlowFoto, TwitPic, and Email.

    Install XnRetro:

    First download the app:

    XnRetro for Windows 32-bit |Windows 64-bit

    XnRetro for Ubuntu Linux

    For Ubuntu users, decompress the package and copy and paste the result folder into /opt/ folder. To do so, press Alt+F2 on your keyboard and type in gksudo nautilus to open file browser with root privilege.

    open nautilus as root

    Then drag and drop the extract folder from your ~/Downloads folder to /opt/:

    move-xnretro-to-opt

    Finally follow below steps to create a launcher for this tool:

    1.) Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to install required package:

    sudo apt-get install gnome-panel --no-install-recommends

    2.) Run command to bring up Create Launcher dialog.

    sudo gnome-desktop-item-edit /usr/share/applications/ --create-new

    In next window type following:

    name = XnRetro
    command = /opt/XnRetro/xnretro.sh
    select an icon from /opt/XnRetro/xnretro.png

    xnretro-launcher

    Once done, click Ok and you’ll see the XnRetro icon from the Unity Dash home.

    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…

    edit network to static ip

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

    choose network connection

    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.

    static ip address