Linux : How to install Kernel-devel ?

Today  i try to make script for installing the asterisk .facing bit errors on Issues .I searched Google i came to know need to install kernal-devel for my system

If you are running the standard kernel (for example), you can install the kernel-devel package by:

[root@kartook]# yum install kernel-devel

You can use this command to [...]

Linux :how to install Google Chrome Web browser on Fedora and CentOs

This howto explains howto install Google Chrome Web browser on Fedora and CentOs.Best way to install and keep up-to-date with Google Chrome browser is use Google’s own YUM repository.

Enable Google YUM repository

Add following to /etc/yum.repos.d/google.repo file: 32-bit

[google] name=Google – i386 baseurl=http://dl.google.com/linux/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

64-bit

[google64] name=Google – x86_64 baseurl=http://dl.google.com/linux/rpm/stable/x86_64 enabled=1 gpgcheck=1 [...]