piyushagrawal.hashnode.devLinux 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:...Feb 27, 2024·2 min read
dsablog.hashnode.devWhy 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...Feb 25, 2024·2 min read
piyushagrawal.hashnode.devWhat 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...Feb 23, 2024·2 min read
piyushagrawal.hashnode.devLinux 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...Feb 5, 2024·2 min read
piyushagrawal.hashnode.devBook 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 ...Jan 31, 2024·2 min read