José Fernández Aguilera

Results 59 comments of José Fernández Aguilera

## Solaris 10u11 SPARC Instructions: ``` /usr/bin/bash function __curl() { read proto server path

## Solaris 11.3 SPARC (Tentative) Instructions: ``` /usr/bin/bash function __curl() { read proto server path

## AIX (Tentative) Instructions: ``` /usr/bin/bash function __curl() { read proto server path

## HP-UX (Tentative) Instructions: ``` /usr/local/bin /usr/bin/bash function __curl() { read proto server path

## HP-UX (Tested) It has performed various tests over HP-UX instance. On `ash/csh/ksh/sh` it couldn't open sockets through /dev as bash does. so, it's required to handle another option. Target...

## Reformulation After test each combination into each system we can conclude the following (It has improved from initial version) ### CentOS 5.11 Tested image: `centos:5.11`, command: `sudo docker run...

The rest of the unchecked points will be approached in a next iteration.

Duplicated https://github.com/wazuh/wazuh-documentation/issues/5297

https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html review Elastic steps described here

## Decision summary #### Option A) maintain current approach - Pros: - Clean documentation steps. - Working in all systems. - No exceptions or specific cases for different OS. -...