Let’s go thru the Centreon Monitoring System installation one step at a time.We will be using Centos7 x64 it is the official supported version.Pre-Requisite Disable selinuxInstall Centreon Official Repository IMPORTANT: Allow only the Centos7 Base Repo and Centreon Repo – […]
How to setup chroot and bindfs
In order to allow a user to have restrict access to a specific directory we should use the chroot and bindfs setup:(tested on Centos 7 x64) bindfs Mount a directory to another location and alter permission bits. bindfs is a […]
GDPR – General Data Protection Regulation
General Data Protection Regulation The regulation applies if the data controller (an organisation that collects data from EU residents), or processor (an organisation that processes data on behalf of a data controller like cloud service providers), or the data subject (person) […]
How to Install Graylog on Centos 7
yum install epel-release -y vi /etc/yum.conf yum clean all yum install epel-release -y yum install pwgen -y yum install mongodb-org -y systemctl daemon-reload systemctl enable mongod.service systemctl start mongod.service yum install java-1.8.0-openjdk-headless -y yum install elasticsearch -y vi /etc/elasticsearch/elasticsearch.yml cluster.name: […]
Docker NodeJS Simple How To
Docker NodeJS Simple How To For Windows install via https://docs.docker.com/docker-for-windows/install/#download-docker-for-windows After install it will logout and when it comes back will ask to Setup Hyper-V and will break VIrtualBox Download all zips here https://github.com/xoroz/docker-xoroz-hello/archive/master.zip unzip and on the same folder […]
Terraform Infrastructure as code
Terraform Infrastructure as code (IAC) Most AWS people knows and use Cloud Formation but how about making it much easier to use. Today I tested the Terraform solution by Hashi Corp https://www.terraform.io/ it so far it turns out to be […]
Raspberry Pi Access Point
Raspberry Pi Access Point How To OBJECTIVE: Raspberry Pi as an Access Point to route all DHCPD clients via (external server, outside my country) INTRO: I already have a server with SSH on port 443 ready for tunnel, and I […]