Translate

2013년 7월 2일 화요일

[정보] Install Linux Kernel 3.10 (Stable) in Ubuntu/Linux Mint ...

원문 : http://www.upubuntu.com/2013/07/install-linux-kernel-310-stable-in.html

01 July 2013

Install Linux Kernel 3.10 (Stable) in Ubuntu/Linux Mint


Linux Kernel 3.10 in its stable release has been made available recently bringing more new features and improvements. Among the best features in Kernel 3.10 we can find the following:

  • The integration of BCache SSD/HDD caching framework
  • UVD video decoding support
  • Improved support for Intel Haswell Linux
  • More improvements for power management, etc.
For more information, check this link. In this tutorial, we will see as usual how to upgrade to this new kernel using a simple bash script as shown below. Installing a new kernel may render your operating system unusable, so install it at your own risk.

Linux Kernel 3.10 Installation

Open the terminal and run these commands under Ubuntu/Linux Mint:

 cd /tmp 
 wget http://dl.dropboxusercontent.com/u/47950494/upubuntu/kernel-3.10 -O kernel-3.10 
chmod +x kernel-3.10 
sudo sh kernel-3.10 
sudo reboot

To remove kernel 3.10 from your system, enter this command:

sudo apt-get purge linux-image-3.10*

댓글 없음:

댓글 쓰기