Birendra Kumar Chaudharybiren.hashnode.dev·Dec 19, 2024📉SSL issue (site-down)❎Event description: firstly, Tried managing on cloudflare SSL/TLS configuration, but it did not work. Then, we follow the let'sencrypt process from the server. Navigated to the Let's Encrypt Directory. Backed Up Existing Certificates. Created a N...site down
Birendra Kumar Chaudharybiren.hashnode.dev·Dec 16, 2024Git and GitHubgit is a VCS (Version Control System). it is also known as DVCS (Distributed Version Control System). GitHub/GitLab is a storage/repo: A cloud-based platform for storing and managing Git repositories. git is SCM(Source Code Management) tools and be...GitHub
Dhairya Patelblog.dhairyapatel.in·Dec 16, 2024Comprehensive Guide to Ubuntu Server HardeningWhat is Server Hardening? Server hardening is a comprehensive security strategy that involves reducing a server's vulnerability surface and strengthening its defenses against potential cyber attacks. It's like fortifying a castle – you're building mu...server
Dhairya Patelblog.dhairyapatel.in·Dec 15, 2024Run a Minecraft Server with Docker ComposeThis post will show how to setup your own minecraft game server on docker using docker-compose. Requirements As we will run minecraft as a docker container, we require docker and docker-compose. You can follow the links to their website for instructi...DockerDocker
Dhairya Patelblog.dhairyapatel.in·Dec 14, 2024Deploying a Django WebSocket Application with Uvicorn, Nginx, and PostgreSQLIn this comprehensive guide, we'll walk through the process of deploying a Django application that uses WebSockets. We'll set up a production-ready environment using Uvicorn as the ASGI server, Nginx as a reverse proxy, and PostgreSQL as the database...1 like·40 readsDeploymentDjango
Abdul Basit Khan (Abdul Basit)abdulbasitblog.hashnode.dev·Dec 14, 2024Building an Express Server Using TypeScriptCreate a folder called server type cd server or open the folder in vs code Execute This Command npm init -y Install Typescript npm i typescript npm install -g typescript npm i -D typescript @types/node Install libraries With Thier Types n...TypeScript
Ayoub Toubablog.yaffalab.com·Dec 12, 2024My Homelab Journey: Step-by-Step Guide with Raspberry Pi - Part 2Welcome back! After setting up Docker and Docker Compose in the first part, it’s time to move on to the fun stuff: Portainer, Nginx Proxy Manager (NPM), and AdGuard Home. These tools will take my homelab to the next level, helping me manage container...yaffalab
Luqman Zainaldevopsundercover.hashnode.dev·Dec 12, 2024Setting Up Your First Home Server: A Beginner's GuideSetting Up Your First Home Server: A Beginner's Guide If you've ever thought about building your own home server but felt overwhelmed by the technical details, this guide is for you. Setting up a home server can seem daunting at first, but with the r...35 readsDevOps Journey
Abdullah Clement Abdul Shekurshakvilla.hashnode.dev·Dec 10, 2024Understanding the Node.js Events API: A Comprehensive Guide for Core DevelopersNode.js is a powerful platform that leverages asynchronous, non-blocking event-driven architecture. At the heart of this architecture is the Events API, which allows developers to handle asynchronous operations in a simple and efficient manner. In th...Backend Engineering Node.js
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 10, 2024Effortless Automation with Ansible: Control Servers, Save Costs, and Optimize ResourcesIt is recommended to read this blog before proceeding with the current one: to understand what is Ansible. We will create the same architecture as shown in the image above. Steps to create instances: Visit the AWS Console and launch an EC2 instanc...10 likesansible