Nitish Chintakindinitishchintakindi.hashnode.dev路Dec 13, 2023Python For DevOpsIntroduction Python is a universal programming language widely adopted in DevOps. Explore its data types, structures, and libraries, all key for simplifying processes and driving efficiency in software development and operations. What is Python? Pyth...4 likes路38 readsPython
Nitish Chintakindinitishchintakindi.hashnode.dev路Dec 7, 2023Deep Dive In Git And Github馃挭We have already seen the basics of Git and Github. Now we will look at some important concepts about it. 馃攢 Difference between Main Branch and Master Branch? The difference between the "Main" branch and the "Master" branch is in their names and histo...6 likesGitHub
Nitish Chintakindinitishchintakindi.hashnode.dev路Dec 2, 2023Git & GitHub for BeginnersToday, we'll dive into the basics of Git and Github. Let's jump right in and master the essentials of the Version control system together.馃懃馃捇馃殌 馃捑 What is Git? Git is a distributed version control system that helps developers track and manage chang...44 readsGit
Nitish Chintakindinitishchintakindi.hashnode.dev路Nov 8, 2023What is an Access Control List (ACL)?We have seen file permissions do a fantastic job of managing access on a basic level, but sometimes we need more efficient control. That's where Access Control Lists (ACLs) come into play. Unlike traditional file permissions, which only offer user, g...4 likes路34 readsDevops
Nitish Chintakindinitishchintakindi.hashnode.dev路Nov 5, 2023How To Change Permissions And Ownership Of The File or DirectoryEarlier we have seen how to check the permission of any file or directory, now we will see how to change these permissions. In Linux, when we want to modify file or directory permissions, we use the chmod command. If you are a user or group owner of ...10 likesDevops
Nitish Chintakindinitishchintakindi.hashnode.dev路Nov 1, 2023File Permissions In Linux馃搨馃惂In Linux, every file and directory has a set of permissions that controls who can access, modify or execute them. These permissions are important for maintaining security and ensuring that only authorized users can interact with files and directori...3 likesDevops