Explore our expert
Learn Devops Easily
Deepen your DevOps learning with Packops












System Administration





Monitoring



Application Test





Security





Code Repository



Devops Agile Skill
Lastest Blog


Prometheus vs. Zabbix
Introduction Free open-source software makes an excellent answer when the budget is limited or if you simply don’t want to spend money unnecessarily. Thus, Zabbix and Prometheus can be very attractive choices if you are currently looking for the best open-source network monitoring software on the market. However, even though both Zabbix and Prometheus are


Ansible vs Chef
Introduction Configuration management is the process of keeping computers, servers, and software in order and a consistent state. The process is used for ensuring that all systems are working as they are supposed to. Sometimes, if they are not doing so, then you have to make small modifications to the systems. If modifications are performed on


What is ansible and How to Install and Configure Ansible
Introduction Ansible is an IT automation tool intended to facilitate the management of remote servers. Ansible requires Python (version 2.7 or 3.5 and higher) to run. Ansible is run from a centralized control node and can manage any server accessible over SSH. Remote servers that are managed by Ansible are called managed nodes. By default, Ansible


How To Config apt-chacher-ng
Introduction APT-Cache-ng is a Life Saver for Situation which you do not want to Give Internet to Your Ubuntu Servers for Updating Packages apt cacher is a caching proxy for Debian based distributions that creates a local cache of Debian-based mirrors as well as other Linux distributions. This means that whenever a package is pulled


How to redirect non-www to www in apache and nginx web server
Introduction In some Cases you want to Redirect All request that Comes to your Root Website Configuration Nginx × Dismiss alert 1- Easily you can install APT-Cacher-ng by run Following Command : server { listen 80; server_name packops.dev; return 301 http://www.packops.dev$request_uri; } server { listen 80; server_name www.packops.dev; … } Apache × Dismiss alert ServerName


WHAT IS Yaml and how Yaml works
Introduction in this Tutorial I will explain all about Yaml we will see what Yaml is used for and we’ll go through the syntax of how to write a valid Yaml file as you’ve seen in docker Kubernetes ، ansible Prometheus etc we will show example configuration files all written in Yaml because it has
Follow us on Social Media
Subscribe Our Youtube Channel
Free Video and Tutorial on Our Social media

