Installing and Setting up a WordPress on RHEL 7 / CentOS 7
Basic Requirements Step 1: Connect to the server using key or user/password ssh -i ~/.ssh/demo.pem ec2-user@...
Basic Requirements Step 1: Connect to the server using key or user/password ssh -i ~/.ssh/demo.pem ec2-user@...
Terraform can be installed in the following platforms 1. MAC 2. Linux 3. Solaris 4. Windows 5. FreeBSD 6. OpenBSD...
I want to setup ssh authentication keys for my GitHub and Bitbucket account. So that I can commit to those...
Issue: I have my Jenkins master and slave setup on AWS instance. I am build i have a maven deploy task to upload a large artifact to nexus. During which the upload is getting timed out...
I have an application running on port 8080. I want to check if the port is open and the application is successfully running on the port. How can i do this using ansible wait_for module?...
How do I install the latest mongoDB database server and components in Redhat 7 or a centos 7 box? There are no Mongodb packages available in the default yum repository. You need to add the mongoDb...