A LAMP (Linux, Apache, MySQL, PHP) stack is a common, free, and open-source web stack used for hosting web content in a Linux environment. Many consider it the platform of choice on which to develop and deploy high-performance web apps. This guide shows how to install and test a LAMP...
Configuring using TerraformThe following can be used as an example for configuring with Terraform:resource "aws_elb" "lb" { name = "<LB_NAME>" availability_zones = ["us-west-2a","us-west-2b","us-west-2c"] security_groups = ["<SG_ID>"] listener { instance_port = 8080 instance_...
Even though Linux is far more safe and secure than Windows, you are never safe from cyber threats. Cybercriminals are finding new ways to hack into your system and hence it is important to keep your system safe. Hence, if you don’t have the firewall enabled, it is right time you do...
OpenShift terraform UPI OCP >= 4.6 The follow procedure assume you have installed terraform and you have aninstall-config.yaml The repository contains a bash script,install.sh,to generate the ignition files required by theopenshift-install, or you can generate it on your own and copy...
Vault Enterprise HVD on Azure VM Terraform module aligned with HashiCorp Validated Designs (HVD) to deploy Vault Enterprise on Azure using Virtual Machines. This module deploys Vault Enterprise with integrated storage. Prerequisites This module requires the following to already be in place in Azure: ...
It is always recommended to install security and system updates after installing Linux Mint. So, to install updates, your system must have connected to internet. Access the Update Manager from system menu and enable local mirror first. Click on Yes and then it will prompt you to enter your ...
IPv6IPv6 Overview Concepts Quickstart How toHow to Request an IPv6 prefix Create an IPv6 subnets Enable IPv6 SLAAC Configure IPv6 on Linux Configure IPv6 on Windows Resolve connectivity issues DNSDNS Overview Concepts How toHow to Configure the reverse DNS Add a DNS delegation Configure ...
Logagent, Sematext log shipper and Logstash alternative, is available as node.js npm package for Linux, Mac, and Windows. It has automatic Systemd or Upstart service scripts installation and seamless logging system service integration with our logs manag
packages: validate_certs: False terraform_url: https://releases.hashicorp.com/terraform/1.0.0/terraform_0.13.6_linux_amd64.zip openshift_client_linux_url: https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.13.4/openshift-client-linux-4.13.4.tar.gz openshift_inst...
I am provisioning the infrastructure using terraform to get a droplet and a pg db cluster up and running. The droplet frontend is nginx and it’s installed th…