Gabriel Gonzalezbeyondbaremetal.hashnode.dev·11 hours agoAzure App: Onboarder v2The first version of our Azure App: Onboarder offered an automated way for us to provision new Microsoft 365 users automatically, As with any new product it has several points of failures: The trigger action is via Email and needs to be sent from an...Beyond Bare Metal: Building an Enterprise Infrastructure from the Ground UpAzure
Ronald Bartelshubandspoke.amastelek.com·21 hours ago🚜An Upgrade to Your Terminal | Why PuTTY-ND Beats PuTTY on Windows 🪟PuTTY is widely recognized as the de facto standard terminal emulator for Windows. Developed by Simon Tatham and released in 1999, it has been the go-to tool for millions of users needing SSH, Telnet, or serial connections. Its lightweight nature, re...3 likesputty-nd
Surjendu Palsurjendu.hashnode.dev·Dec 22, 2024All about hosts fileThe concept of the hosts file dates back to the early days of networking. Before the advent of Domain Name System (DNS) in 1983, a centralized text file named HOSTS.TXT was maintained by the Network Information Center (NIC). This file mapped domain n...1 likeWindows
Fernando GPfernandokbs.hashnode.dev·Dec 21, 2024Integrando WSL con la Red de WindowsEl Subsistema de Windows para Linux (WSL) es una herramienta poderosa que permite ejecutar un entorno Linux dentro de Windows. Sin embargo, una limitante común es que WSL y la red de Windows están aislados, lo que complica la conexión de servicios de...#wls2
Amitabh soniamitabhdevops.hashnode.dev·Dec 19, 2024Day-15 of #90DaysOfDevOpsBasics of Python for DevOps Engineers Welcome to Day 15 of my #90DaysOfDevOps journey! Today, we dive into Python basics, covering its installation across various operating systems and a detailed look at its built-in data types. What is Python? Pyth...Devops
Cyrille N'DAH23cyy.hashnode.dev·Dec 16, 2024Comment Docker est devenu mon sauveur pour installer Apache CassandraLors d’un projet en classe sur les bases de données non relationnelles, j’étais confronté à un défi : installer Apache Cassandra sur mon système Windows 10. Initialement, cela semblait être une tâche relativement simple, mais rapidement, ce qui devai...Docker
Aakashi Jaiswalaakashi.hashnode.dev·Dec 15, 2024FeaturedDemystifying Memory Management: From Deadlocks to Page Replacement PoliciesA deadlock occurs when two or more processes are stuck waiting for each other to release resources, causing them all to stop functioning. Imagine two people trying to cross a narrow bridge from opposite sides; if they both refuse to back up for the o...32 likes·59 readsBanker's Algorithm
Valliappan Periannanvalliappan.in·Dec 16, 2024How to Build a Windows Application with React NativeReact Native is known for its ability to build mobile applications, but with the React Native Windows extension, you can also create desktop applications for Windows. In this guide, we'll walk you through the steps to set up, build, and run a React N...React Native
vikas bhaskar vooradidevjourney.co.in·Dec 14, 2024How I Triggered a Jenkins Job via CURL commandA Step-by-Step Guide to Triggering Jenkins Jobs with CURL Commands on Windows Install Jenkins on Windows Ensure Jenkins is installed and configured on your Windows machine. Download CURL Executable File By default, Windows comes with CURL. If it's...curl
Ahammed Basha Shaikday-5-of-100-days-challenge.hashnode.dev·Dec 14, 2024Connect to an EC2 Instance Using MobaXtermDay 5 of 100 Days Challenge – Connect to an EC2 Instance Using MobaXterm Effortlessly connecting to an AWS EC2 instance from a Windows laptop can sometimes feel daunting, especially for beginners. On Day 5 of my 100 Days of DevOps Challenge, I explor...ec2