gvm

Install GVM 21.04 on Rocky Linux 8

In this guide, you will learn how to install  GVM 21.04 on Rocky Linux 8. Greenbone Vulnerability Management (GVM), previously known as OpenVAS, is a network security scanner which

3 Internet Security Tips for 2022

3 Internet Security Tips for 2022

Many people are completely unaware of the pace at which the complexity of cybercrime advances. There will always be relatively easy-to-spot acts, such as poorly

install nagios core on centos 9 stream

Install Nagios Server on CentOS 9 Stream

In this guide, you will learn how to install Nagios Server on CentOS 9 Stream. Nagios provides enterprise-class Open Source IT monitoring, network monitoring, server and

no machine

Install NoMachine on Kali Linux

In this tutorial you will learn how to install NoMachine on Kali Linux 2021. NoMachine is a remote desktop tool. It works just like VNC,

webmin

Install Webmin on Ubuntu 20.04

In this tutorial, you will learn how to install Webmin on Ubuntu 20.04.  Webmin is a web based control panel that allows system administrators to manage

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); }); }); }); });