Posts tagged as:

shell

There are a lot of people do not know what these variables and how they can be used , this Variables exist in php.ini file , the php.ini file isĀ containsĀ settings PHP on server , and for each variable in the php.ini file have a special role and can be disabled and activated with ON and […]

{ 1 comment }

How To Clear Shell History On Centos / RedHat

by lifeLinux on August 22, 2011

To clear shell history, type the following command: $ history -c Or remove .bash_history file $ rm -rf ~/.bash_history

{ 1 comment }

How To Find The Linux Kernel Version ?

by lifeLinux on May 30, 2011

To find the linux kernel version, you should login and type the following command $ uname -r

{ 0 comments }