Rakesh JainforLearn Code Onlinefragile-pot-tutor-03.hashnode.net·Mar 11, 2021Why Linux?Have you heard that Linux is now on MARS? The answer is a BIG YES! In Feb 2021 there was a news that NASA’s Perseverance rover which landed on Mars, first time ever brought the Linux operating system to the Red Planet. (PC: NASA) More then 71% o...raavi balasivadurgaprasad and 10 others are discussing this11 people are discussing thisDiscuss·300 likes·12.3K readsLinuxLinuxNiceeee 18
Rakesh JainforLearn Code Onlinefragile-pot-tutor-03.hashnode.net·Jun 1, 2021Kubernetes!The Kubernetes journey so far In the first week of June 2021 the Kubernetes project will turn 7 years old. But why this project was started by Google? What problems they wanted to solve with the help of this? Tech giant Google in 2003-04 started a p...Discuss·195 likes·6.2K readsKubernetesDevops
Rakesh JainforLearn Code Onlinefragile-pot-tutor-03.hashnode.net·Jun 29, 2021Kubernetes Core Concepts - NamespacesWhat are Kubernetes Namespaces? As per official documentation Kubernetes supports multiple virtual clusters backed by the same physical cluster. These virtual clusters are called namespaces. In a simpler way Kubernetes namespaces helps an organizati...Discuss·171 likes·2.2K readsKubernetesDevops
Gurpreet kaitgurpreetkait869.hashnode.net·Jun 1, 2024Troubleshooting MySQL Unexpected Shutdowns on ProductionExperiencing an unexpected MySQL shutdown on a production server can be a nightmare, especially if your Laravel application relies heavily on database operations. This blog post will explore common reasons behind MySQL crashes and provide practical s...DiscussLaravel
Hamidah Bamidele-Alaohamidahbamidelealao.hashnode.net·Mar 29, 2024Community Architect Internship TimelineIntroduction This is a summary of my objectives for the Community Architect Internship, which will take place from May to August. Throughout this internship, I will use my project and event management skills, which I have acquired in previous experie...DiscussFedora
Hamidah Bamidele-Alaohamidahbamidelealao.hashnode.net·Mar 12, 2024Fedora 101: Your Friendly Guide to Open Source FreedomHey everyone! I am currently participating in the Outreachy program, working on the Fedora Project. I wanted to share what I have learned with open-source software and the Fedora Project. It has been an enlightening journey for me, and I believe that...Discuss·71 readsOpen Source
HarshSkillsvariable.hashnode.net·Apr 26, 2023OWASP dependency check pluginOWASP dependency check plugin is a tool used for identifying vulnerabilities in the third-party libraries that are being used in an application. This plugin uses a combination of static and dynamic analysis techniques to identify known vulnerabilitie...Discussowasp
Suman Prasadsumanprasad.hashnode.net·Apr 25, 2023Day - 1: Kubernetes Architecture and Components, Kubernetes Installation and Configuration📍 Introduction: Welcome to TWS Kubernetes Challenge, where we believe in constant learning and growth. Whether you're a beginner or an experienced professional, our 7-days #KubeWeek challenge is designed to help you sharpen your skills and explore t...Discuss·26 likes·241 readsBeginner Developers
Ugo Charles Eugeneeaglecharles.hashnode.net·Apr 25, 2023Vagrant Uncovered: Simplify Your Development Workflow with EaseWhat is Vagrant? Vagrant is a tool that helps developers set up virtual machines quickly and easily. A virtual machine is like a computer within a computer. It's a software-based version of a computer that can run its own operating system and applica...Discuss·1 likevagrant
Sudipa Dassudipa.hashnode.net·Apr 25, 2023Day 13: Access Control List (ACL)1.What is ACL? Access Control List or ACL provides a more flexible permission mechanism for file systems. It allows you to give a more specific set of permissions to a file or directory without changing the base ownership and permission. Suppose you ...DiscussDevops
Uzair Bagwanuzairbagwan.hashnode.net·Apr 25, 2023Task: Advanced in Git & GitHub for DevOps Engineers.What is Git and why is it important? Git is a version control system that helps developers track changes to their code over time, collaborate with others, and manage multiple versions of a project. It's important because it provides a structured app...DiscussDevops
Arnav Singharnavdevops.hashnode.net·Apr 25, 2023Advanced Linux Shell Scripting for DevOps Engineers with User management.Task 1. Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is the directory name and second is the start number of directories and third is the end number of directories ) it creates a specified ...DiscussLinux
Harsh Mangeharshmange.hashnode.net·Apr 25, 2023What is Real Time Operating System?A Real-Time Operating System (RTOS) is an operating system that is designed to serve real-time applications that require precise timing and predictability. These applications include aerospace, defence, medical devices, industrial control systems, an...Discussoperating system