Browsing category

Ubuntu

How to Configure DHCP server on CentOS 7 / Ubuntu 18.04 / 16.04 / Debian 9

Dynamic Host Configuration Protocol is a network protocol used to dynamically distribute network configuration parameters, such as IP addresses, gateway, and DNS for network interfaces. DHCP Server assigns IP addresses automatically to all systems, so system admin need not assign IP addresses manually to client machines in the network. DHCP is the best option for […]

How to install Graylog2 on Ubuntu 15.04 / 14.10

Graylog (formerly known as Graylog2) is an open source log management platform, helps you to collect, index and analyze any machine logs on a centralized location. This guide helps you to install Graylog2 on Ubuntu 15.04, also focus on installation of four other components that makes Graylog2 a power full log management tool. Components: 1. […]

Install ONLYOFFICE – Open-Source Web Based Office Suite

ONLYOFFICE is a free,multifunctional, web-based office suite that enables you to store and co-edit documents, manage projects, view email and customer relations at one place. It is developed for small and mid-size companies for an effective platform for business operations. ONLYOFFICE is current available in 21 languages, comprising viewers and editors for texts, spreadsheets and […]

How To Create Ansible Playbooks for IT Automation

Playbook is nothing but Ansible’s configuration management scripts, and it can be used to manage deployments and configurations of managed nodes. Playbook contains set of policies that you want your managed nodes to enforce or a set of steps in a general IT process. Playbooks are written and developed in a simple text language. The […]