centos
How to Install the latest OpenSSL version from Source on Linux
OpenSSL is a widely used crypto library that implements SSL and TLS protocols to secure communications over computer networks. OpenSSL is widely used by many…
How to install libjs-prototype on Debian Unstable (Sid)
Install libjs-prototype Installing libjs-prototype package on Debian Unstable (Sid) is as easy as running the following command on terminal: sudo apt-get update sudo apt-get install…
How to Install and Configure Master-Slave Replication with PostgreSQL 9.6 on CentOS 7
PostgreSQL or Postgres is an open source object-relational database management system (ORDBMS) with more than 15 years of active development. It’s a powerful database server…
How to Install and Configure GitLab CE on CentOS 7
GitLab is an open source repository manager based on Rails developed by GitLab Inc. It is a web based git repository manager that allows your…
NFS Server and Client Installation on CentOS 7
This guide explains how to configure an NFS server on CentOS 7. Network File System (NFS) is a popular distributed filesystem protocol that enables users…
NFS Server and Client Installation on CentOS 7
This guide explains how to configure an NFS server on CentOS 7. Network File System (NFS) is a popular distributed filesystem protocol that enables users…
How to Install SuiteCRM with Nginx on CentOS 7
SuiteCRM is an open source CRM (Customer Relationship Management) software based on PHP. It is fork of the popular CRM software SugarCRM, and has become…
How to Install LibreNMS Monitoring Tool with Nginx on CentOS 7
LibreNMS is an open source monitoring tool based on PHP/MYSQL/SNMP. It’s a fully featured network monitoring system that provides support for wide range of network…
How to Install Mailtrain Newsletter Application on CentOS 7
Mailtrain is an open source self-hosted newsletter application written on Node.js. It uses a very popular Node.js library Nodemailer to send the emails. It offers…
How to Install and Configure Askbot with Nginx on CentOS 7
Askbot is an open source software for creating Q&A forums based on Python Django Framework. It’s basically a Q&A system like StackOverflow, Yahoo Answers, and…