Archives For November 30, 1999

Unity is the default desktop environment since Ubuntu 11.04 Natty.

Disable Global Menu on Ubuntu 13.10 Saucy

Last updated: October 23, 2013

This tutorial shows how to disable the global menu, so that each application having its own menu bar on Ubuntu 13.10 Saucy.

Before:

global menu unity

After:

app menu unity

To do it, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run the commands below to disable it.

sudo apt-get remove indicator-appmenu

Restart your computer to apply the changes.

For Firefox, go to Tools –> Add-ons –> Extensions and disable ‘Global Menu Bar integration’.

disable global menu in firefox

Enjoy!

speed up ubuntu netbook
This simple and brief tutorial is going to show you how to speed up your snail-slow laptop by tweaking your Ubuntu system. There’re some tools and apps to improve the overall performance of an Ubuntu powered machine. They are really helpful if you have an old machine with the hardware that are out of date.

Improve Performance with ZRAM on low RAM machines:

ZRAM is a is a module of the Linux kernel that creates a RAM based block device which acts as a swap disk, but is compressed and stored in memory instead of swap disk (which is slow), allowing very fast I/O and increasing the amount of memory available before the system starts swapping to disk.

This gives amazing performance improvements on systems with low RAM. Especially netbooks! Search for and install zram-config from Ubuntu Software Center. Then restart, zram is running silently as a background process.

install zram ubuntu 13.04

Speed up application loading time by using Preload

Preload is nice little application that could make your linux system a lot faster. Preload is an adaptive readahead daemon. It monitors applications that users run, and by analyzing this data, predicts what applications users might run, and fetches those binaries and their dependencies into memory for faster startup times.

Preload is available by default in Ubuntu Software Center. Just search for and install it, then it’ll run silently as a background process. If you want to further tweak Preload, conf file is available at /etc/preload.conf.

install preload on ubuntu

Speed up Unity desktop by disable graphics effect:

Unity 2D has been dropped since Ubuntu 12.04, it’s no longer available in higher editions. If you’re using Ubuntu with Unity as its desktop environment, you can turn off the graphics effect to get a better experience.

To do so, create file .xprofile on user Home folder and open it with text editor (You may check if it already exist by press Ctrl+H to view hidden files). Add below line and save it:

export UNITY_LOW_GFX_MODE=1

That’s it. Hope this tutorial may help you!

Tooltips on Ubuntu Unity by default is white on black. This tutorial shows how to easily change the both background and foreground colors.

Objectives:

  • Change default tooltip background and foreground colors
  • Enjoy!

To get started, install the simple tool Gnome Color Chooser from Ubuntu Software Center.

gnome-color-chooser

Open it from the Unity Dash. Navigate to Specific tab, there you’ll find the option to tweak the tooltips colors.

tooltips-color

That’s it. Enjoy!

When you’re running your laptop on battery, Ubuntu dims the screen after a few seconds of inactivity. It annoying and here’s how to increase the timeout.

Objectives:

  • Increase Ubuntu screen dimming timeout on your laptop
  • Enjoy!

To get started, open dconf Editor from the dash search results.

dconf editor in unity dash

In next window, navigate to org -> gnome -> settings-daemon -> plugins -> power. You’ll find the key which says “idle-dim-time”, change its value to what you want.

change idle screen timeout

Enjoy!

When your Ubuntu laptop is on battery, the screen dims after about a few seconds of inactivity. It’s annoying and here’s how to turn if off.

Objectives:

  • Disable Screen Dimming on Ubuntu 13.04 Laptop
  • Enjoy!

To get started, open Brightness & Lock utility from Unity Dash search results or from System Settings.

brightness and lock utility

Un-check the box where it says “Dim screen to save power”

disable dim screen

That’s it!

ultrastardeluxe

UltraStar Deluxe is a free video singing game. It allows up to six players to sing along with music using microphones in order to score points, depending on the pitch of the voice and the rhythm of singing.

The UltraStar Deluxe official ppa repository is not available for Ubuntu 13.04. You can install the DEBs for Ubuntu 12.04 and it runs well on my laptop with 32-bit system.

To download the DEBs, you may check 32-bit or 64-bit by going to top-right shutdown menu and choose ‘About This Computer’.

Then download UltraStar Deluxe Deb for 32-bit or 64-bit, and date package.

After that, press Ctrl+Alt+T to open a terminal window:

Open Terminal to run commands

Install downloaded package via below command:

sudo dpkg -i ~/Downloads/ultrastar-deluxe*.deb; sudo apt-get -f install

Enjoy!

DownVerter is a popular Youtube downloader which also has the ability to convert videos to MP3, M4A, MPEG, 3GP, OGG and other formats. It’s free!

Objectives:

  • Install DownVerter Youtube downloader and fix can not open error.
  • Enjoy!

To get started, download DEB package from the official site. You may check 32-bit or 64-bit via ‘Details’ utility.

DownVerter for Linux

Then press Ctrl+Alt+T to open terminal.

Open Terminal to run commands

Run below command to install the package:

sudo dpkg -i ~/Downloads/downverter*.deb

That’s it. The installed executable script is /opt/downverter/Downverter. But Ubuntu keeps looking for /opt/downverter/downverter when you open Downverter from Unity Dash. To fix this problem, run below commands to rename it:

sudo mv /opt/downverter/Downverter /opt/downverter/downverter

Then give executable permission:

sudo chmod +x /opt/downverter/downverter

Enjoy!

downverter

Ubuntu desktop keeps going blank or dark when it is idled for a certain time. That’s not good if you’re watching movies on screen. Here’s the guide to stop your screen being turned off.

Open Brightness & Lock from Unity dash search results, or from System Settings

brightness&control

You’ll see the window as the below picture shown. Select “Never” in the drop-down box after where it says “Turn screen off when inactive for”.

disable-screen-blank

That’s it! There also provides options to disable lock screen and dimming.

Enjoy!