rhel
Here are 195 public repositories matching this topic...
SUMMARY
When running the Closed Loop Incident Management SNOW demo https://github.com/ansible/workshops/tree/master/demos/servi
more cli commands
With rock 2.1, in my cron.weekly output, I get:
Received Error -21 (Sanity check database_info string failed) when attempting to update GeoIP Database
(six times)
It appears Maxmind is discontinuing their "legacy" product (https://dev.maxmind.com/geoip/legacy/geolite/). You can still download the existing databases from March 2018 on that page, but they'll be gone in January.
Fo
Based on the current README my expectation was that the certificate_file, certificate_key_file and certificate_chain_file directives needed to point to local (on the ansible control node) which would get installed by the role.
It turns out that the paths are entered in the vhosts.conf.
No files are deployed so the playbook needs to handle that outisde this role.
I believe it would be useful
The Ubuntu Server 18.04 installer has a very nice feature where it can automatically import a SSH identity from Github when a user is created. It would be cool if anaconda had a similar feature.
These are the kernel options required that are missing from the latest vagrant box kernel:
-
CONFIG_BRIDGE_NETFILTER -
CONFIG_NETFILTER_XT_MATCH_IPVS -
CONFIG_IP_NF_TARGET_REDIRECT -
CONFIG_EXT3_FS_XATTR -
CONFIG_VXLAN -
CONFIG_NF_NAT_TFTP -
CONFIG_NF_CONNTRACK_TFTP -
CONFIG_AUFS_FS - `
When checking this site for the EOL information for a given tool, it's unclear when the page was last modified and thus if the information is current or out of date which seems somewhat antithetical to the purpose of this project.
Ideally the Last Modified date would be generated programmatically, but at the very least could be hard coded on each page and made a requirement for merging any pu
Android OS
Who or what procedure is responsible for updating documentation on Docker hub or Openshift docs? I am asking because both seem to be outdated:
- https://hub.docker.com/r/centos/python-36-centos7
- https://docs.openshift.com/container-platform/3.11/using_images/s2i_images/python.html
@torsava any thoughts who to ask?
-
Updated
Jul 1, 2020 - Shell
-
Updated
Jun 18, 2020 - Shell
On OpenShift Online Service Catalog, the link to README.md points to a symlink instead the actual README.md file. The "View Documentation" link also points to this symlink.
The link is: https://github.com/sclorg/mysql-container/blob/master/5
-
Updated
May 11, 2020 - Shell
Topics to be included, they can be added incrementally:
- How to run the unit tests/static tests (tox)
- How to run the integration tests locally
- Some overview how the code is structured
- Code conventions like pep8 and black
- Naming conventions from https://github.com/oasis-roles/meta_standards#naming-things
- How to write commit messages as described in https:/
-
Updated
Jun 23, 2020 - Shell
-
Updated
Dec 7, 2019 - Python
The Nginx official document recommends to enable ssl_session_cache and set that to shared:name:size, which enables cache shared between all worker processes.
"To reduce the processor load it is recommended to set the number of worker processes equal to the number of processors, enable keep-alive connections,**enable the shared se
Both, MariaDB and PostgreSQL pass the rest of the run- arguments given to this script by docker run command to the itself:
exec ${MYSQL_PREFIX}/libexec/mysqld --defaults-file=$MYSQL_DEFAULTS_FILE "$@" 2>&1
...
exec postgres "$@"
This allows to change/add some options on the docker run command line or in template without providing whole new configuration. If t
-
Updated
Jul 3, 2020 - Shell
Improve this page
Add a description, image, and links to the rhel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rhel topic, visit your repo's landing page and select "manage topics."


Hello,
with
yum info auditI can confirm that the package audit is installed.with
rpm -ql auditI can see a list of files, including /usr/share/doc/audit-2.3.7/*But those files are missing
ls: cannot access /usr/share/doc/audit-2.3.7: No such file or directoryCentOS 6.7
Can you help with that?
Thanks.