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.

I installed MySQL 8.x using yum, but I cannot find or reset the root password

I had to install mysql 8.0 because previous version were crashing. Now I'm struggling with setting root password. The default empty …

mysql centos yum rhel mysql-8.0
How to install optional rpms on RedHat 7?

I am trying to install RedHat optional rpms on RHEL 7 as follow. sudo yum install rhel-7-server-extras-rpms rhel-7-server-optional-rpms Loaded …

rhel rhel7 repo
No package certbot available

I'm trying to install certbot on RHEL server. Instructions to enable epel-release # yum install https://dl.fedoraproject.org/pub/epel/…

rhel lets-encrypt certbot epel
Docker - Creating base image with RHEL iso

I am trying to use a RHEL image for my project. Is there a way to create a base image …

image docker rhel
Can upstart expect/respawn be used on processes that fork more than twice?

I am using upstart to start/stop/automatically restart daemons. One of the daemons forks 4 times. The upstart cookbook states …

linux rhel upstart
How to fix locale issue in Red Hat distro?

I'm having a strange problem today in my RHEL system. My python script is returning: >>> locale.setlocale(…

python locale rhel
GCC toolchain for LLVM

I am running on an RHEL 6.x box, which of course has GCC 4.4 installed. I wish to have LLVM running …

c++ llvm configure rhel
mysqldump | mysql yields 'too many open files' error. Why?

I have a RHEL 5 system with a fresh new hard drive I just dedicated to the MySQL server. To get …

mysql mysqldump rhel