Archives For Linux Mint

This tutorial shows you how to install the beautiful Malys-Deda GTK Theme in Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04 and Linux Mint.

malys deda gtk theme

The installation is very easy, just download the theme and put the extracted folder to themes folder and finally you can apply it via gnome tweak tool or unity tweak tool. Follow the steps below to get started:

1.) Open Ubuntu Software Center, search for and install gtk3-engines-unico or gtk2-engine-pixbuf

2.) Clike to download Malys-Deda GTK Theme

3.) Extract the download package. Copy the result folders (malys-deda & malys-dedaGS) and paste to:

  • user Home -> .themes # For local user only, press Ctrl+H to see hidden folders. Create .themes folder if not exist.
  • /usr/share/themes # For global. You need to press Alt+F2 and type to run gksudo nautilus to open file manager with root privilege.

4.) Open Unity Tweak Tool or Gnome Tweak Tool, go to Themes and choose Malys-Deda.

Have a HP printer connected with your Ubuntu machine? Well, here’s how to install HP Linux Printer Driver in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Linux Mint and Elementary OS.

HP Linux Printer Driver (HPLIP) is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux.

The HPLIP project provides printing support for over 2,080 printer models–including; Deskjet, Officejet, Photosmart, PSC (Print, Scan, Copy), Business Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP.

The latest HPLIP 3.13.9 added Support for the Following New Printers:

  • HP Designjet Z5400 44-in PostScript ePrinter
  • HP Deskjet Ink Advantage 1018 Printer
  • HP Deskjet Ink Advantage 1518 All-in-One Printer
  • HP Deskjet Ink Advantage 2540 All-in-One Printer Series
  • HP Deskjet Ink Advantage 2545 All-in-One Printer
  • HP Deskjet Ink Advantage 2546 All-in-One Printer
  • HP DeskJet Ink Advantage 4515 e-All-in-One Printer
  • HP DeskJet Ink Advantage 4518 e-All-in-One Printer
  • HP Envy 4504 e-All-in-One
  • HP LaserJet Pro MFP M435nw
  • HP Officejet 4630 e-All-in-One
  • HP Officejet 4632 e-All-in-One Printer
  • HP Officejet 4635 e-All-in-One Printer
  • HP OfficeJet Pro 8600 Premium e-AiO N911n
  • HP Photosmart 5521 e-All-in-One Printer

Download & Install HP Linux Printer Driver

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below command to download hplip 3.13.9:

cd ~/Downloads && wget http://prdownloads.sourceforge.net/hplip/hplip-3.13.9.run

Or you can check out the latest version on this page.

Once downloaded, execute command to start the installation:

sh ~/Downloads/hplip*.run

Answer the questions and wait for the installing process. It’ll properly install & configure the driver for your printer. When done, you can open the HP device manager from the panel indicator. Enjoy!

Gnome Subtitles is a subtitle editor for the GNOME desktop (also works in Unity). It supports the most common text-based subtitle formats, video previewing, timings synchronization and subtitle translation.

Some supported subtitle formats are: Advanced Sub Station Alpha, FAB Subtitler, MicroDVD, Mplayer 1/2, MPSub, SubRip, SubViewer 1/2.

The latest version has reached 1.3 which allows to set the gap between subtitles, to be used when inserting or splitting subtitles. Also there are a lot of bug fixes and other improvements.

Install Gnome Subtitles 1.3 via PPA

For Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10 and their derivatives, such as Linux Mint and Elementary OS. Press Ctrl+Alt+T and run below commands one by one in pop-up terminal:

sudo add-apt-repository ppa:pedrocastro/ppa

sudo apt-get update

sudo apt-get install gnome-subtitles

For Ubuntu 13.10 Saucy, run below commands instead:

sudo add-apt-repository ppa:nilarimogard/webupd8

sudo apt-get update

sudo apt-get install gnome-subtitles

Once installed, open it from Unity Dash and Enjoy!

This simple tutorial shows you how to easily change the CPU frequency via indicator applet in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04 and their derivatives, such as Linux Mint and Elementary OS.

Indicator-freq is an applet for displaying and change cpu frequency on the fly. Also it allows to choose powersaving mode to save power.

To install this indicator, open Ubuntu Software Center and search for and install the indicator-cpufreq package.

That’s it. Enjoy!

As you may know, when you’re running commands in terminal with sudo at beginning, you have to enter user password to get past. Within a certain time, you don’t need to enter the password again to run another sudo command.

The default timeout is about 5 minutes, here’s how to change it in Ubuntu 13.10, Ubuntu 13.04, Linux Mint and Elementary OS.

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

sudo visudo

Use the arrow keys to scroll down and find out below line:

Defaults env_reset

Change it into:

Defaults env_reset, timestamp_timeout=10

Replace 10 with other number of minutes as you want.

After that, press Ctrl+X and followed by Y to save the changes.

That’s it. Enjoy!

Nvidia has announced driver 325.05.03 for Linux provides beta support for OpenGL 4.4 and GLSL 4.40 on capable hardware. You will need any one of the following Fermi or Kepler based GPUs to get access to all the OpenGL 4.4 and GLSL 4.40 functionality:

  • Quadro Series:K600, K5000, K4000, K2000D, K2000, 6000, 600, 5000, 410, 4000, 400, 2000D, 2000
  • GeForce 700 Series:GTX TITAN, GTX 780, GTX 770, GTX 760
  • GeForce 600 Series:GTX 690, GTX 680, GTX 670, GTX 660 Ti, GTX 660, GTX 650 Ti BOOST, GTX 650 Ti, GTX 650, GT 645, GT 640, GT 630, GT 620, GT 610, 605
  • GeForce 500 Series:GTX 590, GTX 580, GTX 570, GTX 560 Ti, GTX 560 SE, GTX 560, GTX 555, GTX 550 Ti, GT 545, GT 530, GT 520, 510
  • GeForce 400 Series:GTX 480, GTX 470, GTX 465, GTX 460 v2, GTX 460 SE v2, GTX 460 SE, GTX 460, GTS 450, GT 440, GT 430, GT 420, 405
  • Check out the official announcement for a complete list of fixes and improvements.

    It’s easy to install this driver in Ubuntu and its derivatives, such as Linux Mint and Elementary OS. Just close the graphical session and run the installer in command line. To do so, follow the below steps:

    1.) Download the Driver 325.05.03 by the links below. You may check your system type (32-bit or 64-bit) by System Settings -> Details.

    Download for Linux 32-bit

    Download for Linux 64-bit

    2.) You have to switch to command console by pressing Ctrl+Alt+F1, login via your username and password. Then stop the graphical session. For the default Ubuntu Unity, run the below command:

    sudo stop lightdm

    For Linux Mint, run this instead:

    sudo service mdm stop

    3.) Give executable permission to the downloaded file:

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

    4.) Now run the installer and follow the on screen prompts to start installing Nvidia Driver:

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

    When done, restart your machine via:

    sudo reboot

    (Optional) To remove this driver, re-run the step 2), and then run:

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

    This simple and brief tutorial shows you how to install Hulu Desktop client in Ubuntu 13.04, Ubuntu 12.04, Linux Mint and Elementary OS.

    It’s easy to install Hulu Desktop App in Debian / Ubuntu based systems, because the official website provides the DEB package for downloading.

    Before gettings started, you may check your system type (32-bit or 64-bit) by System Settings -> Details.

    Press Ctrl+ALt+T on your keyboard to open terminal. When it opens, run command to download Hulu Desktop client:

  • 64-bit Systems
    wget http://download.hulu.com/huludesktop_amd64.deb
  • 32-bit systems:
    wget http://download.hulu.com/huludesktop_i386.deb
  • Now, install the deb package:

    sudo dpkg -i huludesktop_*.deb

    This latest stable Kernel 3.10.3 has been released. All users of the 3.10 kernel series are urged to upgrade as soon as possible. This tutorial shows how to install / Upgrade Kernel 3.10.3 for Ubuntu 13.04, 12.04, 12.10 and Linux Mint users.

    Linux Kernel 3.10.3 is a small release that includes a lot of small changes. The mainline Kernel PPA has updated DEB packages for Ubuntu / Debian users. Read full list of changes at LKML

    Install / Upgrade Kernel 3.10.3

    Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to downloads Debs.

    For 32-bit system:

    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003-generic_3.10.3-031003.201307251835_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003_3.10.3-031003.201307251835_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-image-3.10.3-031003-generic_3.10.3-031003.201307251835_i386.deb

    For 64-bit system:

    wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003-generic_3.10.3-031003.201307251835_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003_3.10.3-031003.201307251835_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-image-3.10.3-031003-generic_3.10.3-031003.201307251835_amd64.deb

    After that, both 32-bit and 64-bit use below command to install the kernel:

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

    To apply changes, run:

    sudo update-grub

    (Optional) To remove this kernel, run below command in terminal:

    sudo apt-get purge linux-image-3.10.3*