Data Sharing and Migration in the IT IndustryIn the IT sector, data has become a critical asset that organizations leverage for various purposes, ranging from decision-making and business intelligence to customer engagement and product development. Data in the IT refers to the vast amount of in...Jan 7, 2024·5 min read
Jenkins Guide and InstallationJenkins is an Open Source project written on "JAVA" that runs on Windows, macOS & Other Os. It's completely free, community support runs on port 8080 and might be your first choice tool for CI. It automates the entire software development life cycle...Jul 4, 2023·3 min read
Advance deep dive in LinuxIn this blog, you'll get to know about some more terms and commands relevant to the Linux operating system that is used very comprehensively. Extensive fundamentals of Linux Advance commands with Shell scripting Creating directory or directories the ...Apr 6, 2023·6 min read
Know about Kernel & Shell ScriptingWhat is Kernal? It's nothing but a simple program that is to be loaded into memory when a computer starts up, and it remains in memory throughout the computer's operation. It provides essential services to other programs running on the system, such a...Mar 25, 2023·3 min read
Some common Linux commandsMostly used commands in daily work To view what's written in a file : To change the access permissions of files : chmod 777 <filename> rwx To check which commands you have run till now : history #list all the previous cmd To remove a di...Mar 23, 2023·2 min read
Linux Operating SystemWhat is an Open-Source? Open source means software or program whose source code is publically available in the market and can be manipulated easily and used freely by anyone. This means that the code can be inspected, modified, and enhanced by develo...Mar 22, 2023·3 min read
Let's begin with SDLC - DevOpsBefore getting started first we need to understand the basic terminologies of the software development life cycle in Organizations. Software Development First, understand the term "Software" : "Software is a set of instructions, data or programs used...Mar 21, 2023·4 min read