Operating Systems

Operating system: Linux, Microsoft Windows, Mac OSX

Boost

Boost 1.60 RPM packages for CentOS 7.x linux distro

Boost 1.60 RPM packages for CentOS 7.x linux distro. Packages have been built from a source package downloaded from Springdale Institute for Advanced Study Required packages to install: – python-devel – python3-devel – bzip2-devel – libquadmath-devel – environment-modules You can easily install them using:

You can find the packages on my Boost 1.60 RPM …

Boost 1.60 RPM packages for CentOS 7.x linux distro Read More »

iptables

Iptables port forwarding requests to localhost

Iptables port forwarding requests to localhost Iptables is a user-space utility program that allows a system administrator to configure the IP packet filter rules of the Linux kernel firewall, implemented as different Netfilter modules. Let’s take this scenario. You have an app which binds locally on 127.0.0.1 on port let’s say 8080. And simply for …

Iptables port forwarding requests to localhost Read More »

ZeroMQ PHP-7.3 cPanel/WHM

ZeroMQ PHP-7.3 extension – how to easily install it on cPanel/WHM

ZeroMQ, a software library that lets you quickly design and implement a fast message-based application! So I had this project where I was supposed to install Xibo CMS. Among other requirements, XIBO needs php-zmq extension. The server was running cPanel/WHM. For PHP-7.1 and PHP-7.2 installing the php extension is pretty straight forward:

Well, for PHP-7.3 …

ZeroMQ PHP-7.3 extension – how to easily install it on cPanel/WHM Read More »

incron

Incron – Monitor filesystem events and execute actions

Incron is a daemon which monitors filesystem events and executes commands defined in system and user tables. It can be installed on all major distributions using each distribution’s default package manager. Why I needed it? I’m using as a web server for my vps server. That being said, the web root folder where I add …

Incron – Monitor filesystem events and execute actions Read More »

Scroll to Top