Archivo por meses: noviembre 2018

freeboard + fiware

git clone https://github.com/Freeboard/freeboard.git sudo npm -g install grunt-cli sudo npm -g install grunt npm install grunt git clone https://github.com/telefonicaid/fiware-connectors cd fiware-connectors cp -pr FreeBoard-Orion-Plugin/Orion_DataSource.js ../freeboard/plugins/thirdparty/. Edit your freeboard index.html and add the next line before the «Load more plugins here ***» comment: «plugins/thirdparty/Orion_DataSource.js», The result should be something like this: head.js(«js/freeboard+plugins.min.js», «plugins/thirdparty/Orion_Datasource.js», // *** Load… Leer más »

fiware-orion freeboard datasource configuration fails

This is a known issue when Orion runs in single tenant mode (i.e. without -multiservice enabled). Please use the following configuration at FreeBoard: Fiware-Service: ‘ ‘ (i.e. a whitespace) Fiware-ServicePath: ‘/’ (Side-note: XML is deprecated in Orion and, in fact, next Orion release -1.0.0- will not support it. I’d suggest to stop using it, in… Leer más »

security online

https://www.acunetix.com/vulnerability-scanner/online-scanner/ https://www.tenable.com/products/nessus/nessus-professional https://www.tenable.com/products/tenable-io/web-application-scanning

Solaris postgres

http://notallmicrosoft.blogspot.com/2016/06/install-postgresql-on-solaris-11-113_28.html

Modifying Boot Parameters on a SPARC Based System

Modifying Boot Parameters on a SPARC Based System The boot PROM is used to boot a SPARC based system and to modify boot parameters. For example, you might want to reset the device from which to boot, change the default boot file or kernel, or run hardware diagnostics before bringing the system to a multiuser… Leer más »

php extensions solaris 64 bits

Compilar php5 con 64 bits php-src/ext Ejemplo: cd php-src/ext/pgsql Para compilar en 64 bits: export CFLAGS=»-m64 -O2 -g» ./configure make verificar 64 bits: -bash-4.4# file pgsql.so pgsql.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, UltraSPARC1 Extensions Required, dynamically linked, not stripp