Archives For Howtos

PunchClock

As you may know, Kapow is a punch clock program designed to easily keep track of your hours, whether you’re working on one project or many. Simply clock in and out with the Start/Stop button. If you make a mistake in your hours, you can go back and edit any of the entries by double-clicking on the session in question.

Kapow also allows you to easily keep track of the hours since you last billed a client, by providing a helpful “Billed” checkbox–the totals will reflect your work after the last billed session.

kapow punch clock

Install Kapow punch clock via PPA:

The developer has created a PPA repository for Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.04 Precise, Ubuntu 12.10 Quantal, and their derivatives such as Linux Mint, Elementary.

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

sudo add-apt-repository ppa:gottcode/gcppa

Then update packages lists:

sudo apt-get update

Finally install the punch clock software:

sudo apt-get install kapow

Enjoy!

qmmp music player

The Winamp like music player Qmmp has released version 0.7.3 with bug fixes and improvements. Here’s how to install it in Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10 and their derivatives such as Linux Mint and Elementary OS via PPA.

What’s new in Qmmp 0.7.3:

  • added window size and position saving to the projectm plugin
  • disabled unsupported settings in the statusicon plugin under Windows
  • fixed warnings about invalid parent thread
  • fixed race condition
  • fixed ReplayGain support in the flac plugin
  • fixed parsing of the track/disc number with separator
  • fixed tooltip in the status icon plugin under Windows
  • fixed ‘show tooltip’ option in the status icon plugin
  • removed unused variables

Install Qmmp via PPA:

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

sudo add-apt-repository ppa:forkotov02/ppa

Then update package lists:

sudo apt-get update

Finally install the player as well as the plugin pack.

sudo apt-get install qmmp qmmp-plugin-pack

That’s it. Enjoy!

cinelerra ubuntu 13.10

This tutorial is going to show beginners how to install Cinelerra-CV Video Editor in Ubuntu 13.10 Saucy or Linux Mint 16 Petra.

Cinelerra-CV is the community version of Cinelerra which adds new enhancements to the official source code. So far, the latest is version 2.2 and it’s available in PPA for Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.10 Quantal, Ubuntu 12.04 Precise, Ubuntu 10.04 Lucid and their derivatives.

Install Cinelerra via PPA:

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

sudo add-apt-repository ppa:cinelerra-ppa/ppa

Then update package lists on your system:

sudo apt-get update

Finally install the package:

sudo apt-get install cinelerra-cv

If you’d like to install the official version of cinelerra, download the Debs from this page.

Nvidia Driver 319.60

The Latest Long Lived Nvidia Driver 319.60 has been released with bug fixes and GeForce GTX 760 Ti OEM supported. Here’s how to install it in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.04 Precise, and Linux Mint.

What’s new in Nvidia 319.60:

  • Added support for the GPU GeForce GTX 760 Ti OEM
  • Fixed a bug that could cause OpenGL applications to crash during the initialization of new threads.
  • Fixed a bug that caused the GPU and Memory clock frequencies for some PowerMizer performance levels on Kepler boards to be reported incorrectly in the nvidia-settings control panel.
  • Fixed a bug that caused the X server to fail to start on certain laptops when the boot display was on an external DisplayPort monitor, for example if the laptop was booted while the lid was closed.

Download & Install Nvidia 319.60:

NOTE: If you’ve already installed an old version of NVIDIA proprietary driver on your machine, remove it before getting started (see step 5).

1. Download the driver:

Nvidia driver 319.60 for Linux 32-bit

Nvidia driver 319.60 for Linux 64-bit

2. Once downloaded, open your file browser and navigate to the downloads page. Right-click on the package and go to its Properties window. Under Permissions tab, check the box where is says “allow executing file as program”

give permission nvidia 319.60

3. Press Ctrl+Alt+F1 to switch to TTY1 command console. Log in with your username and password. When you’re in, you need to run command to stop the graphic session (For Linux Mint or Gnome, change lighdm to mdm or gdm):

sudo stop lightdm

4. Start the installer and follow the on screen prompts:

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

When done, restart your computer by command sudo reboot.

5. (Optional) If for some reason the new drivers do not work properly, re-do step 3. and then uninstall the driver via:

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

Enjoy!

linux kernel logo

The Linux Kernel 3.10.14 LTS series has been released. All users of Kernel 3.10 series are urged to upgrade as soon as possible. This quick tutorial shows how to do it in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04 and Linux Mint.

The Kernel 3.10.14 includes a serious of bug fixes as well as updated drivers. See the official announcement.

Upgrade to Kernel 3.10.14:

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

For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014-generic_3.10.14-031014.201310011335_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014_3.10.14-031014.201310011335_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-image-3.10.14-031014-generic_3.10.14-031014.201310011335_i386.deb

For 64-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014-generic_3.10.14-031014.201310011335_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014_3.10.14-031014.201310011335_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-image-3.10.14-031014-generic_3.10.14-031014.201310011335_amd64.deb

Then install them via:

sudo dpkg -i linux-headers-3.10.14*.deb linux-image-3.10.14*.deb

Finally, restart your computer and done!

linux kernel logo

The latest Linux Kernel has reached 3.11.3. All users of 3.11 series are urged to upgrade as soon as possible. Here’s how to upgrade to new kernel release in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04 and Linux Mint.

Linux Kernel 3.11.3 includes a lot of bug fixes as well as updated drivers. See the official announcement.

Upgrade to Kernel 3.11.3

To upgrade to this kernel, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run commands below to download the DEBs:

For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-headers-3.11.3-031103-generic_3.11.3-031103.201310011421_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-headers-3.11.3-031103_3.11.3-031103.201310011421_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-image-3.11.3-031103-generic_3.11.3-031103.201310011421_i386.deb

For 64-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-headers-3.11.3-031103-generic_3.11.3-031103.201310011421_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-headers-3.11.3-031103_3.11.3-031103.201310011421_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-image-3.11.3-031103-generic_3.11.3-031103.201310011421_amd64.deb

Once downloaded, run below command to install them:

sudo dpkg -i linux-headers-3.11.3*.deb linux-image-3.11.3*.deb

Restart your computer and done!

disable guest ubuntu 13.10

This quick tip is going to show beginners how to disable the Guest session from Ubuntu 13.10 Saucy LightDM Login Screen.

Guest Session comes default in Ubuntu Unity, which anyone can log into from the login screen without password. You can easily remove it by the steps below:

1.) Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, copy and paste below code and hit Enter.

sudo gedit /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf

2.) It opens the config file. All you need to do is add below line into the file and click save.

allow-guest=false

remove guest ubuntu 13.10

The changes will take effect when you restart your computer. Enjoy!

Ubuntu error reporting

If something goes wrong in Ubuntu Unity, you usually get the error dialog which says ‘Sorry, Ubuntu 13.10 has experienced an internet error’

This helps Ubuntu gather information about issues and create a fix for them. If it annoys you, this tutorial will show you how to easily turn it off.

Ubuntu Error Reporting

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

sudo gedit /etc/default/apport

Change the value to 0 to disable (1 to enable) this feature.

disable error reporting

That’s it. Enjoy!

stellarium planetarium

This tutorial is going to show you how to install Stellarium in Ubuntu 13.10 Saucy Salamander via PPA.

Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope.

stellarium ubuntu

Features:

sky

  • default catalogue of over 600,000 stars
  • extra catalogues with more than 210 million stars
  • asterisms and illustrations of the constellations
  • constellations for 15 different cultures
  • images of nebulae (full Messier catalogue)
  • realistic Milky Way
  • very realistic atmosphere, sunrise and sunset
  • the planets and their satellites

interface

  • a powerful zoom
  • time control
  • multilingual interface
  • fisheye projection for planetarium domes
  • spheric mirror projection for your own low-cost dome
  • all new graphical interface and extensive keyboard control
  • telescope control

visualisation

  • equatorial and azimuthal grids
  • star twinkling
  • shooting stars
  • eclipse simulation
  • supernovae simulation
  • skinnable landscapes, now with spheric panorama projection

customizability

  • plugin system adding artifical satellites, ocular simulation, telescope configuration and more
  • ability to add new solar system objects from online resources
  • add your own deep sky objects, landscapes, constellation images, scripts…

The latest release 0.12.4 fixed:

  • crash Stellarium 0.12.3 (Ocular)
  • Render nighttime landscapes without lighting

To install Stellarium in Ubuntu, press Ctrl+Alt+T on your keyboard. When it opens, run below commands one by one:

sudo add-apt-repository ppa:stellarium/stellarium-releases

sudo apt-get update

sudo apt-get install stellarium

ubuntu 13.10 saucy salamander

Ubuntu 13.10 Saucy Salamander Final is to be released on October 17th. Now it’s in beta stage.

This tutorial is going to show you how to upgrade your Ubuntu 13.04 Raring Ringtail to Ubuntu 13.10.

Before getting started:

Before you getting started any upgrade process, you need to do:

1.) Backup your important files, documents, bookmarks.

2.) If you’ve installed proprietary drivers manually directly from the manufacturers website then the recommendation is to remove these drivers first and revert to the open-source drivers before upgrading.

3.) Purge third-party PPAs via ppa-purge. Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run command to install ppa-purge:

sudo apt-get install ppa-purge

Then remove any ppa as well as downgrade installed packages. For example, purge ubuntu-x-swat ppa:

sudo ppa-purge ubuntu-x-swat/x-updates

You can use Y PPA Manager to add/remove/purge your PPAs on Ubuntu.

Upgrade to Ubuntu 13.10:

To get started upgrading process:

1.) Update system:

sudo apt-get update; sudo apt-get dist-upgrade

2.) Press Alt+F2 key combination on your keyboard, type in update-manager -d and open it.

update manager

3.) The software-updater is checking for updates and then downloading repository information.

dow

4.) Once done, you’ll see below window where it says “However, Ubuntu 13.10 is now available (you have 13.04)”. Click on Upgrade button and the instructions afterwards.

Upgrade to Ubuntu 13.10