Browsing category

Linux

How To Install SpaceWalk on CentOS 7 / RHEL 7

Spacewalk is an open-source package and system management solution for RedHat derivative distributions like CentOS, Scientific Linux and Fedora, developed by the spacewalk community. The Spacewalk is the upstream project for the source of Red Hat Satellite, released under GPLv2 license. Spacewalk provides the web interface to manage and view the updates for the system […]

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 […]

How To Install Ansible on CentOS 7 / RHEL 7 / Ubuntu 18.04 / 16.04 & Debian 9

Ansible is a free configuration management tool, and it supports managing the configurations of Unix-like and Microsoft Windows systems. Ansible manages nodes over SSH or PowerShell and python to be installed on them. Ansible helps you to perform configuration, management, and deployment of software on 100s of nodes using SSH, the entire operation can be […]