Find which apache modules are installed?
Find which apache modules are installed or loaded? httpd -M (upper case) for shared modules and http -l (lower case) for static modules
Find which apache modules are installed or loaded? httpd -M (upper case) for shared modules and http -l (lower case) for static modules
Just using the out of the box RedHat packages you will realize soon that there are a lot of applications that you are missing. The solution is to install other repositories that yum can use … Read more
As much as i like VI, I must be honest; I am not going to remember all these funky commands. I have gathered these links below to help people out whenever they forget let’s the … Read more
List all Users Linux Just copy the following to a file name “listusers” and move it to the “/usr/bin” folder gawk -F: ‘{ print $1 }’ /etc/passwd Then you can run the command %listusers to see … Read more
error: cannot create %sourcedir /usr/src/redhat/SOURCES A “yum install rpm-build” fixed the issue for me