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…

Create DV SSL Certificate and approve from CA authority

Create DV SSL Certificate and approve from CA authority

Domain Validated (DV) SSL Certificate are encryption only certificates commonly used by many websites. To validate the DV SSL Certificate no paperwork is required and this can be validated either by email or phone call . That is the reason you can quickly obtain the DV SSL certificate. Advantage of DV SSL 1. Fast Approval…