Browsing Category
Linux Distributions
How to Install ClamAV on CentOS 7
ClamAV is an open source antivirus tool. Its basic usage is for detecting viruses, malware, and malicious software on Linux-based machines. The threat from viruses, Trojans, and other forms of malware is real. They have grown exponentially…
Read More...
Read More...
How to Install Kubernetes on Ubuntu 18?
Kubernetes is an open-source container orchestration tool developed by Google. In this article, you will learn how to set up Kubernetes with a master node and a worker node. Make sure you have Docker installed on both master and worker…
Read More...
Read More...
How to get started with Firewalld in RHEL7
Firewalld is the new userland interface in RHEL 7. It replaces the iptables interface and connects to the netfilter kernel code. It mainly improves the security rules management by allowing configuration changes without stopping the current…
Read More...
Read More...
How To Migrate from FirewallD to Iptables on CentOS 7
Like most other Linux distributions, CentOS 7 uses the netfilter framework inside the Linux kernel in order to access packets that flow through the network stack. This provides the necessary interface to inspect and manipulate packets in…
Read More...
Read More...
Introduction to IPTables
This guide is meant as an introduction to iptables and covers basic packet filtering using this tool on Centos 7. The goal is to learn to work with some basic options so you can adapt them to your particular needs. For this reason we will…
Read More...
Read More...
How to Use /proc/sys and sysctl to modify and set kernel runtime parameters in RHEL7
When you want to improve the performance or the characteristics of your server, you need to set the kernel runtime parameters. In order to do this, you’ve got three ways: through the /proc filesystem, with the sysctl command,…
Read More...
Read More...
How to Install Jenkins 2 on CentOS / RHEL 7
Jenkins is a Java-based, open-source automation server. Jenkins is used to automate all sorts of tasks related to building, testing and delivering or deploying software. Jenkins is a fork of Project Hudson and it is maintained by the…
Read More...
Read More...
How to Install Ansible and Use Playbooks on CentOS 7
Ansible is an open-source software provisioning, configuration management, and application-deployment tool. Ansible uses its own declarative language, based on YAML (Yet Another Markup Language), to describe system configurations. The…
Read More...
Read More...
How to Install CentOS 8
CentOS 8 has been released on September 24th, 2019. You now may be looking to try the world’s best opensource enterprise operating system. CentOS 8 is derived from the source of Red Hat Enterprise Linux 8 and uses Linux kernel 4.18.…
Read More...
Read More...
How to Install Asterisk on CentOS 7
Asterisk is an open source framework used for building communication applications. You can use it to turn a local computer or server to communication server. It is used to power IP PBX systems, VoIP gateways, conference servers and other…
Read More...
Read More...