jemalloc/jemalloc.h: No such file or directory – Redis

jemalloc/jemalloc.h: No such file or directory – Redis

Recently while installing redis from source, met with error – zmalloc.h:50:31: fatal error: jemalloc/jemalloc.h: No such file or directory . It seems the jemalloc is the dependency which is not allowing redis to compile. NOTE: We have already install redis 3.0 from source on Ubuntu 14.04 / CentOS 7 / RHEL 7 , where we…

Install osTicket ( Open source ticketing tool ) on Ubuntu 14.04 LTS

Install osTicket ( Open source ticketing tool ) on Ubuntu 14.04 LTS

The osTicket is one of the famous open source ticketing tool , widely use in many organisations and companies. We will explain, how to install osTicket ( Open source ticketing tool) on Ubuntu 14.04 LTS . We will do self hosted osTicket installation. In case, you are looking for professional support for osTicket , that…

Install Cacti from source on Ubuntu 14.04 LTS Server

Install Cacti from source on Ubuntu 14.04 LTS Server

Cacti is very well known name in monitoring system. It is RRD tool based, gather the information by using external script/command and feed the data into RDBMS database like MySQL/MariaDB. Cacti frontend is basically written in PHP. We can use the SNMP to gather the information and feed into Cacti database . You can view…

Centralize authorized_keys file on Linux / Unix system

Centralize authorized_keys file on Linux / Unix system

Authorized_keys are important files which has the information of public keys for public key authentication. By default location is ~/.ssh/authorized_keys. Here, ~ is users default home directory in system. While working on SSH, we got requirement to centralize the authorized_keys of all users existing in system. In most of the system for SSH we use…