Babu Annamalaimysticmind.dev·Nov 8, 2024Personally Identifiable Information masking in Marten documents using partial update/patchingProtecting Personally Identifiable Information (PII) has become essential as organizations handle increasing volumes of sensitive data. Regulations like the GDPR (General Data Protection Regulation) mandate strict controls over PII to safeguard indiv...63 reads#martendb
Darshan Patildarshan-ptl.hashnode.dev·Sep 23, 2024AI-powered patching: the future of automated vulnerability fixes - Research Paper NotesHow has Google managed to fix 15% of its sanitizer bugs in the code using AI?As AI continues to improve rapidly, it has also developed the ability to find security bugs in the code, every time it finds a vulnerability, its as opportunity to fix. Lets...28 readspatching
TATHAGATA ROYthreatradar.vercel.app·Sep 22, 2024Security Audit and Compliance Toolkit (Windows) – A Comprehensive Guide with Code WalkthroughIntroduction to Security Audit and Compliance Toolkit In today's digital landscape, ensuring the security and compliance of our systems is crucial. With threats ranging from unauthorized access to data breaches, organizations must regularly conduct s...75 readsSecurity
Dinesh Kumar Kblog.dineshcloud.in·Sep 11, 2024Installing and Configuring WSUS on Windows ServerWindows Server Update Services (WSUS) is a Microsoft tool that allows administrators to manage the distribution of updates released through Microsoft Update to computers in a corporate environment. This blog will guide you step-by-step through the in...WindowsWindows
Cloud Tunedcloudtuned.hashnode.dev·Jun 26, 2024Daily Hack #day84 - Automating Patch ManagementBelow is an example of a shell script that automates the patch management process on a Linux system using the apt package manager (commonly used in Debian-based systems like Ubuntu). This script will update the package list, upgrade all installed pac...Daily HacksLinux
Sushil Tiwarisusilnem.hashnode.dev·Jun 19, 2024Python Unit Testing: MockingMocking means replacing real objects with pretend ones during testing, especially in unit tests. This technique lets to create different scenarios without using real resources, which saves time and effort. The Mock() object from the unittest.mock cla...magicmock
Thanga Ganapathyganapathy.hashnode.dev·May 1, 2024🚀 The Fast, Accurate, JavaScript Objects Diffing & Patching LibraryWelcome, I am here to introduce the new JavaScript library for objects diffing & patching. @opentf/obj-diff Live Demo with Visualization Features Deep Objects Diffing Patching Supports comparing custom object types (via diffWith) TypeScript Suppo...deep
Matias MartinezforBlog de CloudAcademyblog.cloudacademy.ar·Apr 14, 2024Simplificando la Gestión de Recursos en Kubernetes: Edit vs. PatchEn el mundo dinámico de Kubernetes, la capacidad de realizar cambios en tiempo real en nuestros recursos es esencial para la administración eficiente de nuestras aplicaciones. Dos comandos clave en kubectl para realizar estas acciones son edit y patc...Kuberneteskubectl
Ramana Reddycloud123.hashnode.dev·Jan 6, 2024AWS Systems Manager(SSM)What is SSM? AWS Systems Manager (SSM) is an agent-based service for managing servers on any infrastructure: AWS, on-premise and other clouds. Amazon used to provide loosely wrapped services for managing EC2 instances such as EC2 Run Command for exec...AWS
Alok Shankaralokshankar.hashnode.dev·Dec 30, 2023Automate the Linux and Windows servers patching using AWS system manager (SSM)Introduction : AWS Systems Manager (SSM) provides a centralized and efficient way to automates the process of applying software patches to Amazon EC2 instances, on-premises servers, or a virtual machine (VM). SSM takes care of the patch deployment pr...2 likes·89 readsAWS