Top "Rhel" questions

Red Hat Enterprise Linux (RHEL) is a distribution of the Linux operating system targeted at enterprise customers with emphasis on long-term stability and support.

Kibana server is not ready yet

I have just installed Kibana 7.3 on RHEL 8. The Kibana service is active (running). I receive Kibana server is not ready …

elasticsearch kibana rhel
Finding installed apache module versions in CentOS/RHEL

I found a similar question about this but aimed at Debian here. However since I don't have apt-cache it doesn't …

apache apache2 centos rhel
ImportError: /lib/libc.so.6: version `GLIBC_2.14' not found (required by /usr/lib/libpq.so.5)

I have to run a tornado webapp on a server using psycopg2 with postgresql as backend. I am working on …

postgresql psycopg2 glibc rhel libpq
Returning application/json content-type for .json files on RHEL/Apache

OS is specifically RHEL6 running Apache2. So in my Apache configuration, I have: LoadModule mime_module modules/mod_mime.so …

json apache mime rhel
unable to configure the Docker daemon with file /etc/docker/daemon.json: EOF

I am new to docker and cannot understand these errors. So, Please let me know if any more information is …

linux docker devops rhel
changing users default login shell on RHEL?

Here is a command on free bsd sudo pw usermod ksbuild -s /usr/local/bin/bash how do I do …

linux rhel
Python Build Error: failed to build modules _ssl and _hashlib

I am adding python 2.7.13 as an altinstall by installing the source code to my RHEL4 box with wget --no-check-certificate https://…

python python-2.7 ssl pip rhel
What's the difference between rpm and yum?

Is there any difference between rpm and yum? I know the recent system prefer yum, but want to know if …

centos redhat fedora yum rhel
Default python /usr/bin/python instead of /usr/local/bin/python

I have both python2.6 and python2.7 installed in my CentOS box. python2.6 is installed at /usr/bin/python and i …

python linux centos rhel
Running Java process as Service in Linux

I need to run a Java process as a service in (Red Hat 6.4) Linux (It needs to run at boot …

java linux service rhel tcsh