Archives For November 30, 1999

This simple tutorial shows you how to install the yEd Graph Editor in Ubuntu 12.04 Precise, 12.10 Quantal, 13.04 Raring, 13.10 Saucy and Linux Mint.

yEd graph editor

yEd is a powerful desktop application that can be used to quickly and effectively generate high-quality diagrams. Create diagrams manually, or import your external data for analysis. The automatic layout algorithms arrange even large data sets with just the press of a button.

Install yEd

The official website provides the yEd installer script for 32-bit /64-bit Linux systems, which includes a suitable JRE.

To download this script, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below command (check 32-bit or 64-bit via System Settings -> Details):

For 32-bit system:

wget http://www.yworks.com/products/yed/demo/yEd-3.13_64-bit_setup.sh

For 64-bit system:

wget http://www.yworks.com/products/yed/demo/yEd-3.13_64-bit_setup.sh

Before running this script, run below command in previous terminal to give its executable permission.

chmod +x yEd-3.13_*-bit_setup.sh

Finally run the script to bring up setup wizard:

./yEd-3.13_*-bit_setup.sh

yEd graph editor wizard

Follow the setup wizard. When done, you’ll be able to open yEd Graph Editor in Unity Dash.

yEd graph editor unity

How to Install Areca Backup in Ubuntu Linux

Last updated: July 28, 2013

This simple and brief tutorial shows you how to download and install Areca Backup utility in Ubuntu Linux Unity Desktop.

Areca Backup in ubuntu unity

As you may know, Areca Backup is an Open Source personal backup solution which is released under the General Public License (GPL) v2. It basically allows you to select a set of files / directories to back-up, choose where and how (as a simple file copy, as a zip archive, …) they will be stored, and configure post-backup actions (like sending backup reports by email or launching custom shell scripts).

Download & Install Areca Backup

The acrca backup depends on Java, so first install OpenJDK from Ubuntu Software Center or Oracle Java from ppa.

The last stable version can be downloaded from below link:

download areca backup

Choose to download the areca-*-linux-gtk.tar.gz. You may check 32-bit or 64-bit by opening Details from Unity Dash.

download areca backup

Once downloading process finished, decompress the package and put the result folder to /opt/ directory. To do so, press Alt+F2 and type in gksudo nautilus to open file browser with root privilege.

open nautilus as root

Then move the extracted folder to computer -> /opt/ folder.

move-to-opt

Now you’re able to open this backup utility via command: /opt/areca/areca.sh

To create a launcher for Areca Backup

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

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

After that, run below commands to create the .desktop launcher file:

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

It brings up a dialog, where you can set the icon, name, and command of new launcher.

launcher for areca backup

Once done, you’ll see areca backup in Unity Dash.

areca backup in unity

This simple tutorial shows how to reduce / increase the number of workspaces on Ubuntu 12.04, 12.10, 13.04 and upcoming 13.10 Unity Desktop.

6 number of workspaces

There are quite a few Ubuntu configuration tools that allow to manage number of workspaces on Unity Desktop, such as Ubuntu Tweak, Unity Tweak Tool, Unsettings, CompizConfig Settings Manager, etc.

NOTE: For Ubuntu 13.04 and higher, you may first enable workspaces from System Settings -> Appearances -> Behavior tab -> Enable Workspaces.

To change number of workspaces via Ubuntu Tweak:

Ubuntu Tweak is very popular Ubuntu Configuration tool which was started in 2008. The first supported release is Ubuntu 7.10 Gutsy Gibbon.

To install Ubuntu Tweak, first download the .deb file from launchpad.net/ubuntu-tweak. Or use below command to download it (Press Ctrl+Alt+T to open terminal for running commands):

cd ~/Downloads/ && wget https://launchpad.net/ubuntu-tweak/0.8.x/0.8.5/+download/ubuntu-tweak_0.8.5-1_all.deb

To install Ubuntu Tweak, run:

sudo dpkg -i ~/Downloads/ubuntu-tweak_*.deb; sudo apt-get -f install

Once installed, open the tool and navigate to Tweaks -> Workspace. Change the value of horizontal and vertical workspace and that’s it!

number of workspaces via ubuntu tweak

To change number of workspaces via Unity Tweak Tool:

Unity Tweak Tool is a settings manager for Unity Desktop. It has a user friendly GUI. If you’re running on Ubuntu 13.04 Raring and higher, this can be a good way to add or remove virtual workspaces. Because Unity Tweak Tool is available in Ubuntu Software Center by default. You can click the link below to launcher USC and install it.

Install Unity Tweak Tool

Once installed, open it. Under Window Manager click Workspace Settings. Then you’ll be able to change the number of workspaces:

number of workspaces tweak tool

Use CompizConfig Settings Manager to Change number of Workspaces:

Compiz is a compositing window manager for the X Window System. It’s the default in Ubuntu system. CompizConfig Settings Manager (CCSM) is the GUI tool for configuring Compiz effects.

To install CCSM, click link below to launch Ubuntu Software Center and click install button.

install CCSM

Once installed, open it from Unity Dash. Navigate to General -> General Options -> Desktop size tab, there you’ll see the options to change number of horizontal and vertical workspaces.

number of workspaces CCSM

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..

touchpad tap actions

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.

default touchpad tapping utility

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.

synaptiks touchpad tap configurations tool

Google-Music-Manager

This simple tutorial will show you how to install Google Play Music Manager on Ubuntu 13.10, 13.04, 12.04 from Google official repository.

UPDATE: Google Music Manager is NO longer available due to favor of YouTube Music!!!

Press Ctrl+Alt+T to open terminal and get started with below steps:

  1. Copy and paste this command and hit run to add the Google repository:
    sudo sh -c 'echo "deb http://dl.google.com/linux/musicmanager/deb/ stable main" >> /etc/apt/sources.list.d/google-musicmanager.list'
  2. Download and install the key:
    wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  3. Update:
    sudo apt-get update
  4. Finally install Google Music Manager, so far it’s still in beta:
    sudo apt-get install google-musicmanager-beta

Enjoy!