Top "Redhat" questions

For issues relating to Red Hat platforms, products, and/or services.

Permanently enable RHEL scl

Is there a way to permanently enable custom Software Collections for RedHat? I have installed an scl to provide python27 …

redhat rhel software-collections rhel-scl
How to set the rpmbuild destination folder

I noticed rpmbuild (-bb and --buildroot options) creates the .rpm in different locations depending of what OS are you using: …

redhat rpm rpmbuild
How to create a autorun file in linux and execute a shell file?

How to create a autorun file in linux which is similar to autorun.inf in Windows in order to execute …

linux unix ubuntu redhat autorun
What exact command is to install pm2 on offline RHEL

First of all it's not a duplicate question of below:- How to install npm -g on offline server https://…

node.js linux ubuntu redhat pm2
python No module named ujson, while it's already installed

I've installed ujson using command pip install ujson and when I've tried to run my python project it returns ImportError: …

python linux python-2.7 redhat ujson
How do you remove the deploymentConfig, image streams, etc using Openshift OC?

After creating a new app using oc new-app location/nameofapp, many things are created: a deploymentConfig, an imagestream, a service, …

docker openshift redhat kubernetes openshift-origin
Azure RedHat vm yum update fails with "SSL peer rejected your certificate as expired."

I just started a Standard RedHat 7 VM on Azure. I login and type: sudo yum update and get: Loaded plugins: …

azure redhat yum
Subversion 1.9.2: Invalid filesystem format option 'addressing logical'

I installed SVN 1.9.2 in UAT Linux redhat 6.6 using tarball and run the SVNSERVE as daemon and all went fine. Then …

svn tortoisesvn redhat svnserve fsfs
Vncserver on RHEL6 will not start, cannot establish any listening sockets

I have installed vncserver on my RHEL6 before, and possibly left some services running. I then re-installed it, but had …

redhat vnc-server
Output Multi-line strings with Python Flask or other framework

I am trying to take Redhat kickstart files and modify them in python before using them in a server setup. …

python flask web2py redhat bottle