Archives For November 30, 1999

How to Install Super Boot Manager in Ubuntu 13.10

Last updated: October 26, 2013

Super Boot Manager is a simple tool to configure Grub, Burg, and Plymouth. This interface also allows the installation of Burg, the installation of many graphic themes for Burg and Plymouth and it allows the creation of customized themes.

The Super Boot Manager PPA is not ready for Ubuntu 13.10 Saucy Salamander. So here’s how to install it using the Raring DEBs. It works great in my Ubuntu 13.10 64-bit machine.

Tutorial Objectives:

  • Install Super Boot Manager in Ubuntu 13.10
  • Enjoy!

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

sudo add-apt-repository ppa:ingalex/super-boot-manager

After added the PPA, open Software & Updates from Unity Dash. Under Other Software tab, find out the line says ‘http://ppa.launchpad.net/ingalex/super-boot-manager/ubuntu saucy main’. Edit and change the distribution from saucy to raring.

super boot manager repository

Now you can install the Super Boot Manager as well as buc by running below 3 commands one by one:

sudo apt-get update

sudo apt-get install super-boot-manager

sudo apt-get -f install

Once installed, launch it from Unity Dash (need a restart) or run command below:

super-boot-manager

Screenshots:

super-boot-manager main window

super-boot-manager main window

burg manager

burg manager

grub manager

grub manager

plymouth manager

plymouth manager

The NetBeans is an integrated development environment (IDE) written in Java and can run on Windows, OS X, Linux, Solaris and other platforms supporting a compatible JVM.

NetBeans IDE lets you quickly and easily develop Java desktop, mobile, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS. The IDE also provides a great set of tools for PHP and C/C++ developers. It is free and open source and has a large community of users and developers around the world.

See What’s new in latest NetBeans IDE 7.4:

  • HTML5 development for Android and iOS devices
  • HTML5 development in Java EE and PHP applications
  • Editing support for Knockout and AngularJS frameworks
  • Java SE 8 Support
  • Redesigned JavaFX support according to JDK 8 architecture
  • Additional enhancements are listed on the NetBeans IDE 7.4 New and Noteworthy page.

For more about this release, see the NetBeans IDE 7.4 Release Information page.

This tutorial shows you how to install NetBeans IDE 7.4 in Ubuntu 13.10 & Linux Mint 16 using oracle’s own JDK + NetBeans Co-bundled distribution package. It also works on Ubuntu 14.04, Ubuntu 13.04, Ubuntu 12.04 and other derivatives.

Install Netbean IDE 7.4 on Ubuntu & Linux Mint

NetBeans IDE 7.4 works better and faster with JDK distribution, so first download the oracle’s Co-bundled package JDK 7u45 with NetBeans 7.4 Go and download:

      jdk-7u45-nb-7_4-linux-i586.sh for the 32-bit Linux System.
      jdk-7u45-nb-7_4-linux-x64.sh for the 64-bit Linux System.
Download NetBean IDE

Download NetBean IDE

Go to the Downloads folder, set the permission by right-click on the installer -> Properties -> Permissions tab -> check ‘Allow executing file as program’. Or just run command below in terminal (Ctrl+Alt+T):

chmod +x ~/Downloads/jdk-7u45-nb-7_4-linux*.sh

Now run the installer:

cd ~/Downloads && ./jdk-7u45-nb-7_4-linux*.sh

It brings up the install wizard:

Netbean IDE install wizard

Netbean IDE install wizard

Follow it. Finally you’ll get the NetBeans IDE 7 installed on your system:

NetBeans IDE 7.4 on Ubuntu 13.10

NetBeans IDE 7.4 on Ubuntu 13.10

(Optional) To uninstall Netbeans IDE 7.4, run the uninstall.sh from the installation directory

opera ubuntu 13.10

This tutorial shows how to install Opera browser in Ubuntu 13.10 Saucy Salamander or Linux Mint 16 Petra.

Opera is a web browser developed by Opera Software. The latest versions of Opera use the Blink layout engine, which is used in Chrome v28+.

The latest Opera 12.16 for Linux is a recommended upgrade offering security and stability enhancements.

opera web browser in ubuntu 13.10

How to install Opera:

It’s very easy to install Opera in Ubuntu and its derivatives. Just download the Debian package from its official site. Or check your OS type (32-bit or 64-bit) and download the installer from Opera repository:

Opera 12.16 for 32-bit Ubuntu

Opera 12.16 for 64-bit Ubuntu

Once downloaded, double-click to install the package via pop-up Ubuntu Software Center or Gdebi. If you’re missing dependencies, run below command in terminal (Ctrl+Alt+T):

sudo dpkg -i ~/Downloads/opera_12.16*.deb; sudo apt-get -f install

xfce theme manager

Xfce Theme Manager, an integrated theme manager for Xfce Desktop now is available for (X)Ubuntu 13.10 Saucy Salamander.

With this tool, you can manage:

  • GTK themes
  • window borders and controls
  • icon themes
  • cursors
  • wallpapers
  • panel size and style, backdrop adjustments, fonts and other view options

Screenshots:

xfce theme manager gtk

xfce theme manager gtk

xfce theme manager advanced

xfce theme manager advanced

xfce theme manager icons

xfce theme manager icons

To install Xfce Theme Manager in (X)Ubuntu 13.10 Saucy and Linux Mint 16 Xfce, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run commands below one by one:

sudo add-apt-repository ppa:rebuntu16/other-stuff

sudo apt-get update

sudo apt-get install xfce-theme-manager

Once installed, open it from Application Menu -> Settings -> Settings Manager -> Other -> Xfce-Theme-Manager

save ubuntu backlight settings

As your may know, every time Ubuntu boots up you get the maximum level of screen brightness on laptop. Here’s a way to save your brightness by adding a startup script which will automatically adjust screen brightness when Ubuntu boots up.

Tutorial Objectives:

  • Save your screen brightness in Ubuntu 13.10
  • Enjoy!

To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run commands below:

cat /sys/class/backlight/acpi_video0/max_brightness

It outputs the maximum level of your laptop backlight. Mine is 9. The minimum is 0.

Run command below to edit the /etc/rc.local file, which is a script executed at the end of each multiuser runlevel.

sudo gedit /etc/rc.local

Add following before the last line. Change 0 to the brightness level as you want (from 0 to the max)

echo 0 > /sys/class/backlight/acpi_video0/brightness

save-screen-brightness

Install Picapy, Picasa Web App in Ubuntu 13.10

Last updated: October 23, 2013

picasa web app ubuntu 13.10

Picapy is a Desktop App to manage your Picasa Web photos without opening a browser or installing Google’s Picasa Photo editor.

It works just like a file browser. Once logged in, you’re presented with a window displaying your Picasa Web albums. There you can add, edit or delete folders to your choosing. To edit/remove more than one folder use CTRL+Click.

picapy ubuntu 13.10

Install picasa via PPA:

The developer has created a PPA to make it easy to install in Ubuntu and its derivatives. So far, the PPA supports Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.04 Precise, Ubuntu 12.10, Linux Mint 13/15/14/16.

To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:atareao/atareao

Then you can install it after checking for updates, run:

sudo apt-get update; sudo apt-get install picapy

bitdefender linux repository

This tutorial shows how to install BitDefender Antivirus Scanner in Ubuntu 13.10 Saucy or Linux Mint 16 Petra from bitdefender repository.

Bitdefender is an antivirus software suite developed by Romania-based software company Softwin. You can use the Free Edition on Ubuntu Linux to scan remove devices and ntfs partitions.

Tutorial Objectives:

  • Install BitDefender Scanner in Ubuntu 13.10 or Linux Mint 16
  • Enjoy!

To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run commands to add BitDefender repository for Linux:

sudo sh -c 'echo "deb http://download.bitdefender.com/repos/deb/ bitdefender non-free" >> /etc/apt/sources.list.d/bitdefender.list'

Then get the key:

wget -O- -q http://download.bitdefender.com/repos/deb/bd.key.asc | sudo apt-key add -

After that, you can install the Scanner after checking for updates. Or run:

sudo apt-get update; sudo apt-get install bitdefender-scanner-gui

You can also install Bitdefender-samba, Bitdefender-mail with the commands below:

sudo apt-get install bitdefender-samba bitdefender-mail

Once installed, restart your computer and you’ll see the shortcut icon in Unity Dash.

bitdefender ubuntu 13.10

Birdie is a beautiful Twitter client designed for elementary OS. It is fast, easy to use and works great. It provides all the basic Twitter features and allows you to enjoy Twitter right on your desktop.

Birdie is built by volunteers. All the source code is licensed under the GPLv3 and freely available for anyone to use, modify or share.

Birdie has been written using native technologies, like Vala and Gtk. It provides a seamless integration with elementary OS and feels like a first-class app.

birdie ubuntu 13.10

Install Birdie in Ubuntu

Birdie gets a launchpad PPA, but it is not available for Ubuntu 13.10 Saucy Salamander. You can download the Deb from the link below:

32 bits for Ubuntu

64-bits for Ubuntu

Once downloaded, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below to install the DEB as well as fix dependencies.

sudo dpkg -i birdie_0.3*.deb; sudo apt-get -f install

Google Search in terminal

Want to use ‘Search on Google’ in selected text’s context menu in your Gnome Terminal? The developer of Ubuntu Tweak did a little hack on Gnome Terminal, added the Google search support for it.

So that you can quickly Google command line errors from terminal. Highlight the text, right-click on it and choose ‘Search on Google’. It opens the default web browser and go to the google search result page.

search on google in terminal ubuntu 13.10

The developer has created a PPA to make it easy to install, but Ubuntu 13.10 is not supported yet. Fortunately, Ubuntu 13.10 Saucy Salamander uses Gnome Terminal 3.6.1 which is same in Ubuntu 13.04 Raring. So you can install the DEBs for Raring on Saucy.

To get started, click the links below to download the debs:

Install both data & main debs and apply the changes by restart your terminal.

emerald ubuntu 13.10

Emerald is a custom window decorator which was shipped with Compiz. It decorates windows borders and title bars by installing and editing themes.

Emerald has been discontinued, but the latest v0.9.5 works great in all current Canonical supported Ubuntu releases. Webupd8 team has created a PPA for Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04. Here’s how to install and use Emerald in Ubuntu 13.10.

emerald ubuntu 13.10

Tutorial Objectives:

  • Install Emerald Window Decorator in Ubuntu 13.10
  • Enjoy!

To get started, press Ctrl+ALt+T on your keyboard to open terminal. When it opens, run command to install the required packages:

sudo apt-get install git autoconf libtool libwnck1.0-cil-dev libwnck-dev intltool libdecoration0-dev gawk compizconfig-settings-manager

Download the source tarball:

wget cgit.compiz.org/fusion/decorators/emerald/snapshot/emerald-0.9.5.tar.gz

Uncompress and go into result folder:

tar -zxvf emerald-0.9.5.tar.gz && cd emerald-0.9.5/

Run commands below one by one to compile it:

./autogen.sh
make clean
make distclean
./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} LIBS='-ldl -lm'
make
sudo make install

To enable Emerald:

emerald --replace &

To make Emerald permanently, install CompizConfig Settings Manager from Ubuntu Software Center. Open CCSM and navigate to Effects -> Window Decoration. In command area replace the default with emerald --replace &

enable emerald in Ubuntu

After all, open Emerald Window Manager from Unity Dash. Download and install themes from compiz-themes.org