Rajdeep Chauhanrajdeep8580.hashnode.dev·Jan 8, 2025🚀 Day 4: #90DaysOfDevOps ChallengeDay 4 Task: Basic Linux Shell Scripting for DevOps Engineers Hello everyone! 👋I’m excited to share my progress on Day 4 of my DevOps challenge! 🚀 Today’s focus was on Kernel, Shell, and Shell Scripting, fundamental concepts in Linux that play a cru...#ITAutomation
javayhujavayhu.hashnode.dev·Dec 29, 2024The Open Source Directory BoilerplateHi, indie makers! Creating a directory website can be a time-consuming and technically demanding task. That’s why I’ve developed and open-sourced a directory website template that simplifies the process of building a professional, feature-rich direct...IndieHackdirectory
Gift Uhienegiftea.hashnode.dev·Dec 20, 2024From Passion to Purpose: My Journey as a DPG Open Source Community ManagerOpen source isn’t just about code; it’s about community, collaboration, and creating solutions that make a difference. When I joined the 2024 cohort of the Digital Public Goods (DPG) Open Source Community Manager Program, I saw an opportunity to cont...40 likes·82 readsOpen Source
Nicolás Georgersredevopsorg.hashnode.dev·Dec 7, 2024A Candid Conversation with Linus TorvaldsThe Evolution of the Linux Kernel and its Ecosystem In this fascinating interview from the Open Source Summit in Vienna, Austria, Swapnil Bhartiya sits down with Linus Torvalds, the creator of Linux, for a candid conversation about the evolution of ...english
Nicolás Georgersredevopsorg.hashnode.dev·Dec 7, 2024A Candid Conversation with Linus TorvaldsThe Evolution of the Linux Kernel and its Ecosystem In this fascinating interview from the Open Source Summit in Vienna, Austria, Swapnil Bhartiya sits down with Linus Torvalds, the creator of Linux, for a candid conversation about the evolution of ...english
Yash Israniyashisrani.hashnode.dev·Dec 1, 2024CNCF (Cloud Native Computing Foundation)What is CNCF? The Cloud Native Computing Foundation (CNCF) is a hub for fostering cloud-native technologies. Launched by the Linux Foundation in 2015, CNCF aims to provide sustainable ecosystems for open-source software. 🌟 Mission: To make cloud-na...CNCF
Jainil Prajapatidoreturn.hashnode.dev·Nov 21, 2024DeepSeek R1-Lite-Preview: Revolutionizing AI Reasoning with Transparency and ScalabilityDeepSeek, a Chinese AI venture by High-Flyer Capital Management, has released its newest reasoning-focused large language model (LLM), R1-Lite-Preview, available via its proprietary chatbot platform, DeepSeek Chat. This latest iteration is already ga...ai-benchmarks
Nicolás Georgersredevopsorg.hashnode.dev·Nov 20, 2024¿Cómo ejecutar un escritorio Linux en tu navegador? ¡WebVM 2.0 (WebAssembly) es la respuesta!¡¿Espera, QUÉ?! ¿Recuerdas los días en que ejecutar un escritorio Linux completo significaba particionar discos duros, configurar gestores de arranque y sacrificar tu preciado fin de semana a los dioses de la administración de sistemas? Bueno, amigo...containers
Nicolás Georgersredevopsorg.hashnode.dev·Nov 20, 2024How to run a Linux Desktop in your browser? WebVM 2.0 (WebAssembly) is the answer!Wait, WHAT!? Remember the days when running a full Linux desktop meant partitioning hard drives, configuring bootloaders, and sacrificing your precious weekend to the gods of system administration? Well, friends, those days are over (sort of). WebVM...containers
Ishan Berrygit-and-github-a-quick-start-guide.hashnode.dev·Nov 14, 2024Git and GitHub: A Quick Start GuideIntroduction What is Git? Git is an open-source version control system. It allows developers to track changes, save different versions of their code, and collaborate with others without losing any work. With Git, you can: Track every change made to ...51 reads#GitHubForBeginners