MSManvi Soodinmanvisood.hashnode.dev·May 8, 2023 · 2 min readJenkins BasicsJenkins is an open-source project written in Java that runs on different platforms ( Windows, Linux, Mac OS, etc.). It was originally developed by Sun Microsystem in 2004 under the name Hudson but later named Jenkins when Oracle bought Microsystems. ...00
MSManvi Soodinmanvisood.hashnode.dev·Apr 18, 2023 · 5 min readGit & GitHub BasicsGit is the most advanced tool in the market for source code management (SCM). This tool is also known as a version control system that maintains a log of every change that is made in the code repository of the projects with efficiency ( i.e. who, whe...00
MSManvi Soodinmanvisood.hashnode.dev·Apr 5, 2023 · 5 min readLinux - Regular ExpressionsRegular expressions are special characters that help search data, matching complex patterns. GREP (Global Regular Expression Print): It searches a file for a particular pattern of characters and displays all lines that contain that pattern. # searc...00
MSManvi Soodinmanvisood.hashnode.dev·Apr 2, 2023 · 4 min readLinux - File System PermissionsFile permissions in Linux are required to restrict access to owners, groups and others. It secures the files and directories from unauthorized access. There are 3 types of file permissions: Basic permission Special permission Access Control List (...00
MSManvi Soodinmanvisood.hashnode.dev·Mar 30, 2023 · 2 min readLinux - User & Group ManagementUser management permits administrative access to the users in the system which includes creating a user account and password, updating, checking, and deleting the user accounts. User management commands Create a user account # Create a user [syntax...00