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