
Pimcore – An easy way to install it on a cPanel/WHM linux server
Pimcore An award-winning software, which delivers significant business value by breaking up data silos that exist in many enterprises. Or so they say. True or not, I don’t really care. I recently had a project and I had to install it on a cPanel/WHM server. It was a…

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…

CentOS 5.11 – Have the latest OpenSSL 1.0.2 running on Apache 2.2.3
CentOS 5.x is old and EOL. But there are still lots of servers running this version. I needed for a specific project to be able to run Apache + MOD_SSL on CentOS 5.x and enable TLS v1.2. Since I was not able to compile mod_ssl separately, I had…

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,…

Dropbox on CentOS 7 XFS with VeraCrypt
Dropbox was never on my favourite list because I’ve always used Google Drive. But since I didn’t want to use my Google Drive to store some specific files I’ve decided to give Dropbox a try on my CentOS 7 server. Unfortunatelly, for some reason I was not able…

Alltube bash script installer for Debian 9
Alltube HTML GUI for youtube-dl. It’s pretty easy to install and configure. I did such an install as a freelance project so I thought it would be good to write a simple bash script that takes care of the installation of Alltube using Debian 9. The script can…
viespar.ro – an interesting project
I have accidentally discovered the website viespar.ro and it looks promising so far. The idea is plain an simple, you subscribe then you get different tasks you should complete (like searching for some keywords on google, visiting different web sites or facebook pages and so on). Once a…

Nagios Plugin – CPU temp using lm_sensors and pysensors
Nagios Plugin – check CPU temperature! I like to monitor every aspect of my linux servers and one of these aspects is the CPU temperature. Most common way to find out your CPU temperature for pretty much any linux distribution is to use the package lm_sensors. It’s quite…