PAPiyush Agrawalinpiyushagrawal.hashnode.dev·Feb 27, 2024 · 2 min readLinux CommandsCertainly! Here are some common Linux commands: Navigating File System: cd: Change directory ls: List directory contents pwd: Print working directory File Operations: cp: Copy files or directories mv: Move or rename files or directories rm:...00
PAPiyush Agrawalindsablog.hashnode.dev·Feb 25, 2024 · 2 min readWhy Devops is importantDevOps, short for Development and Operations, is an approach that emphasizes collaboration and communication between software development and IT operations teams. The primary goal of DevOps is to streamline and automate the software development and d...00
PAPiyush Agrawalinpiyushagrawal.hashnode.dev·Feb 23, 2024 · 2 min readWhat is DevopsDevOps, short for Development and Operations, is a set of practices, principles, and cultural philosophies aimed at improving collaboration and communication between software development (Dev) and IT operations (Ops) teams. The main goal of DevOps is...00
PAPiyush Agrawalinpiyushagrawal.hashnode.dev·Feb 5, 2024 · 2 min readLinux OsLinux is an open-source, Unix-like operating system kernel first created by Linus Torvalds in 1991. It has since grown into a diverse family of free and open-source software operating systems built around the Linux kernel. Here are some key details a...00
PAPiyush Agrawalinpiyushagrawal.hashnode.dev·Jan 31, 2024 · 2 min readBook Allocation Promblem in Binary searchProblem Statement: Given an array of books, where each book has a certain number of pages, and a number of students, you need to allocate books in a way that minimizes the maximum number of pages assigned to a student. Each student must be allocated ...00