Bindu Patidarbindu.hashnode.dev·Sep 19, 2023What is the significance of server monitoring and management?Server monitoring and management are critical aspects of maintaining a stable, secure, and efficient IT infrastructure within an organization. These processes involve continuously overseeing the performance, health, and security of servers to ensure ...Discussmonitoring
Augustine Igweaugustinebest.hashnode.dev·Aug 30, 2023How to setup an Nginx reverse proxy server on Ubuntu using Digital OceanA reverse proxy is a software component or server that sits between client devices such as web browsers and one or more backend servers. This is usually implemented to protect web servers from attacks which increases performance, reliability, and sec...Discuss·10 likes·32 readsnginx
Debasish Lenkadebasishlenka.in·Aug 26, 2023Implementing a BCDR solution with Hyper-V Replica.Scenario An Organisation runs most of its compute environment runs on-premises on Windows Server. This includes virtualized workloads on Windows Server 2016 hosts. We need to determine an appropriate Business Continuity and Disaster Recovery (BCDR) s...Discuss·10 likesWindowsAidWindows
Manjunath Irukulladevopsmanju.hashnode.dev·Jul 27, 2023Infrastructure as Code - Overview for DevOpsIntroduction to Infrastructure as Code (IaC): In the dynamic world of modern technology, Infrastructure as Code (IaC) has emerged as a paradigm-shifting approach to managing and provisioning IT infrastructure. As organizations strive for greater effi...DiscussDevops
Tarun Aswinitarunashwinitechblogs.hashnode.dev·Jul 20, 2023OnWorks Review: Empowering Users with Free Cloud Services and WorkstationsRecently, my cloud provider account got suspended. I had been utilizing it to access Linux-based virtual machines. As a result of the suspension, I was compelled to search for other online platforms that could provide me with virtual machines free of...Discuss·42 readsvirtual machine
Lawal Ayobamidudeyouhavenoidea.hashnode.dev·Jul 16, 2023Creating a Server(Computer) with AWSPrerequisite An AWS account The forces backing you up A Server is a computer ( a regular computer like the one you are viewing this on). Traditionally, one could buy a physical computer in a hardware store, but AWS( and other cloud providers) pro...Zainab Ikeoluwa and 1 other are discussing this2 people are discussing thisDiscuss·27 likes·51 readsCloud Computing
Ayush Guptamadmecodes.hashnode.dev·Jun 28, 2023Servers and Data centreThink of a server as a specialized computer that provides services to other computers or devices connected to a network. Servers are designed to handle specific tasks and cater to different needs. In a data center, which is like a secret headquarters...Discussservers
Onyedika Celestinecosmosduck.hashnode.dev·May 20, 2023Setting up an HTTP Server and handling Requests and Responses using Node JSWhen interacting on the web, most times we find ourselves requesting some form of information embedded in a web page. That webpage is stored in a web server and we get access to it using by making HTTP request using some form of endpoint which then s...Discuss·11 likes·111 readsbackend
Mark Kibaratopsideboss2.engineer·Apr 14, 2023Deploying Zabbix on your Application Server for MonitoringIntroduction What is monitoring and why is it important? Monitoring refers to the act of observing, tracking, and assessing the status, progress, or performance of something over time. This could be anything from the progress of a project, or the per...Discuss·10 likes·57 readsCloud ConceptsZabbix
Ayush Soniayushsoni1010.hashnode.dev·Mar 28, 2023Why is Nginx called a “reverse” proxy?🔥Introduction Nginx is a highly performant, scalable, and reliable open-source web server software that is frequently utilized as a "reverse proxy.” But why is it labeled as a "reverse" proxy which raises the question? Many companies use proxy serve...Discussweb servers