Most Popular

More

Monitoring

More
install and configure snmp on Linux

How to Configure SNMP version 3 on Debian 9

koromicha

This guide is about how to configure SNMP version 3 on Debian 9. There are …

Install Elasticsearch 7.x on CentOS 7/Fedora 29

koromicha

This guide will take you through how to install Elasticsearch 7.x on CentOS 7/Fedora 29. …

Install Logstash 7 on Fedora 30/Fedora 29/CentOS 7

Install Logstash 8 on Ubuntu/Debian

koromicha

This guide is about how to install and configure Logstash 8 on Ubuntu/Debian as a …

install and configure snmp ubuntu 20.04

Quick Way to Install and Configure SNMP on Ubuntu 20.04

gen_too

In this guide, we are going to learn how to install and configure SNMP on …

Import Assets to AlienVault USM/OSSIM using a CSV file

Import Assets to AlienVault USM/OSSIM using a CSV file

koromicha

In this article, we are going to learn how to import assets to AlienVault USM/OSSIM …

Storage

More
install and setup ceph storage cluster

Install and Setup Ceph Storage Cluster on Ubuntu 20.04

Follow through this post to learn how to install and setup Ceph Storage cluster on …

Install ownCloud Server

Easy way to Install ownCloud Desktop Client on Debian 12

Learn how to install ownCloud Desktop Client on Debian 12. ownCloud Desktop Client is a gui …

document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".scroll-box").forEach(function(box) { box.style.position = "relative"; // Needed for absolute positioning of button var button = document.createElement("button"); button.className = "copy-icon-btn"; button.setAttribute("aria-label", "Copy code"); button.innerHTML = ''; box.appendChild(button); button.addEventListener("click", function() { var text = box.innerText; navigator.clipboard.writeText(text).then(function() { button.querySelector("svg").setAttribute("fill", "#4CAF50"); setTimeout(function() { button.querySelector("svg").setAttribute("fill", "white"); }, 1500); }).catch(function(err) { console.error("Copy failed: ", err); }); }); }); });