LLinux File System and User Types in Linux 2 minute read File System in Linux Linux, files are ordered in a tree-like structure, starting from the root directory. The root directory… Read More
2Data Governance Data Governance: The Key to Unlocking the Value of Your Data No comments3 minute read
3Data Governance A Comprehensive Guide to Launching Your Data Governance Program (Part 1) No comments2 minute read
SSQL Aggregate Functions in SQLMay 14, 2024 Data, the lifeblood of modern decision-making, often resides in vast tables with rows upon rows of information. But what if…
DData Governance Data Governance: The Key to Unlocking the Value of Your DataMay 14, 2024 Data governance is a critical aspect of any organization’s data strategy. It helps organizations manage their data assets, ensure data…
DData Governance A Comprehensive Guide to Launching Your Data Governance Program (Part 1)May 7, 2024 Embarking on a journey to establish a robust data governance program within your organization is both an ambitious and rewarding…
CCourses Ansible Advanced – Hands-On – DevOpsJune 11, 2020 Learn and practice advanced topics in Ansible course including Roles, Jinja2, Lookups, Filter. Learn to develop custom modules. Learnings from…
DDevOps Git Branching Model – Setting up Git to manage the Source CodeJune 6, 2020 Git Branching Model The central repo holds two main branches with an infinite lifetime Master and Dev Branches. Master branch…
LLinux Setup FTP Server on Linux (Cent OS) and automate the file upload using a shell scriptJune 5, 2020 FTP Stands for File Transfer Protocol which is standard client-server protocol method for transferring files between a server and clients…
LLinux Install MariaDB in Linux (CentOS)June 5, 2020 MariaDB is a community developed fork of a MySQL RDBMS. # Create mariadb.repo file in /etc/yum.repos.d/ folder [mariadb] name =…
LLinux Setup JBoss in Linux (CentOS) system and Deploy the war fileJune 5, 2020 Jboss is a Java Application Server developed by JBoss – a subsidiary of Red Hat Inc. Other JAVA application servers…
DDevOps Introduction to Ansible and Basic Ansible CommandsMay 31, 2020 It is an open source tool for configuration management and application-deployment Agent less server automation tool uses SSH to connect…
DDevOps What is DevOps?November 17, 2019 DevOps is a process to bring the collaboration and integration between software developers and information technology (IT) operation professionals to…