Rushabh Shahiamrushabhshahh.hashnode.dev·9 hours agoStep by Step Guide: How to Install LAMPA LAMP stack is a collection of four different software that programmers and web developers use to create and deploy the website.In Lamp, L - stands for Linux ( Operating System ) A - stands for Apache ( Web Server ) M - stands for the MySql or Ma...Discuss·44 readsLinux
Fadzali Bakarfadzali.hashnode.dev·Sep 19, 2023How to configure Posit connect with Apache2.4(reverse proxy) and Modsecurity on ubuntu22.04Step 1 : Install posit connet without reverse proxy. Follow step at https://docs.posit.co/connect/admin/getting-started/local-install/manual-install/ After finish installation, the posit config in /etc/rstudio-connect/rstudio-connect.gcfg ; Posit ...Discuss·26 readsTutorial
Joseph Ganbwgjoseph.com·Sep 16, 2023Maven 101 - BasicsIntroduction Maven is used to manage and build any Java-based project. It provides an opinionated way of the project structure, managing dependencies, building projects and deploying the artifacts. Project Object Model (POM) POM stands for Project Ob...Discussmaven
Anil Gulatiblog.anilgulati.tech·Sep 14, 2023Apache ANT, Apache Maven, and Gradle: A Guide to Dependency Management and Build Automation in Software DevelopmentIntroduction In the realm of software development, the efficient management of dependencies and the automation of build processes are crucial aspects that can significantly impact a project's success. This article delves into the world of Dependency ...DiscussJava
CHANDRESH PATLEchandreshpatle.hashnode.dev·Sep 14, 2023Day 41 Task: Setting up an Application Load Balancer with AWS EC2🔶 What is Load Balancing? Load balancing is the distribution of workloads across multiple servers to ensure consistent and optimal resource utilization. It is an essential aspect of any large-scale and scalable computing system, as it helps you to i...Discuss90DaysOfDevopsChallengeLoad Balancer
Hemantblog.hemant.social·Sep 8, 2023A Beginner's Introduction to Apache KafkaApache Kafka is a system that helps transfer data in real-time. It is commonly used in modern applications where events play a crucial role. For example, when a customer places an order on a website, the order service needs to inform other services a...Discuss·1 likekafka
Agnes jadhavagnes18.hashnode.dev·Sep 8, 2023Day 41: Setting up an Application Load Balancer with AWS EC2 🚀 ☁What is Load Balancing? Load balancing is the distribution of workloads across multiple servers to ensure consistent and optimal resource utilization. It is an essential aspect of any large-scale and scalable computing system, as it helps you to impr...Discuss·1 like·72 readsAWS
Trusttrustekpo.hashnode.dev·Sep 7, 2023How to install a LAMP stack on Ubuntu 22.04I am following the learntocloud guide by GPS on my path to becoming a cloud engineer and launching a LAMP stack was one of the suggested projects of phase 1. I decided to write about the process as a guide for anyone new to the cloud like me (and thu...Discuss·1 like·27 readsLinux
Kevin TauchmanforKevBot's Security Blogkevbotsec.hashnode.dev·Aug 24, 2023CVE Series: ApacheWhat is Apache? Apache, commonly known as the Apache HTTP Server, is an open-source web server software developed and maintained by the Apache Software Foundation. It plays a pivotal role in delivering web content to users' browsers. Apache efficient...Discuss#cybersecurity
Matthias GrafforSoftware Engineering Cornersoftware-engineering-corner.hashnode.dev·Aug 21, 2023Implement a Powerful Application Search using Apache SolrA search function is a crucial feature in an application, playing an important role in enhancing the user experience. By simply entering relevant keywords or phrases, the users get instant access to the precise data they require. This saves them from...Discuss·1 like·47 readsapache