Mrudgandha Kulkarni

Mrudgandha Kulkarni

134 Articles Published

Articles by Mrudgandha Kulkarni

Page 2 of 14

How to Perform Canary Deployments with Istio?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 290 Views

Canary deployments have become a vital strategy for achieving seamless software updates while minimizing risks. By gradually rolling out new versions to a subset of users, canary deployments enable teams to validate changes in real-world scenarios before reaching the entire user base. To effectively manage canary deployments in a Kubernetes environment, Istio emerges as a powerful tool. In this guide, we will explore the concept of canary deployments and how Istio, a leading service mesh platform, can facilitate their implementation. We'll provide a step-by-step guide, complete with code examples, to help you harness the full potential of Istio for ...

Read More

How to Monitor Linux Users Activity with psacct or acct Tools?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 1K+ Views

Monitoring user activity in Linux systems is crucial for ensuring system security, optimizing resource usage, and identifying potential issues. By keeping track of user actions, administrators can gain valuable insights into system behavior, detect unauthorized activities, and troubleshoot performance problems. Two widely used tools in the Linux community are psacct and acct. These tools provide comprehensive functionality for tracking and analyzing user actions, allowing system administrators to maintain a robust and secure environment through detailed process accounting. Understanding Process Accounting Tools Process accounting is a Linux kernel feature that logs information about every process that terminates on ...

Read More

How to Monitor Performance Of CentOS 8_7 Server Using Netdata?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 516 Views

Monitoring the performance of your CentOS server is essential for maintaining its stability, optimizing resource usage, and identifying potential issues before they impact your system. In this article, we will explore how to monitor the performance of CentOS 8/7 servers using Netdata, a powerful and user-friendly monitoring tool. With Netdata, you can gain real-time insights into various system metrics, visualize performance data, and effectively troubleshoot performance bottlenecks. Installing Netdata on CentOS 8/7 To monitor the performance of your CentOS 8/7 server using Netdata, you need to install it first. Follow these steps to get Netdata up and running: ...

Read More

How to Monitor Progress of (Copy_Backup_Compress) Data using pv Command?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 429 Views

Monitoring the progress of data operations, such as copying, backing up, or compressing files, is essential for keeping track of their status and ensuring their successful completion. One powerful tool that can help in this regard is the pv command. Short for "pipe viewer, " the pv command provides real-time monitoring of data as it flows through a pipeline. With its simplicity and effectiveness, the pv command can be a valuable addition to your toolkit for managing data tasks. In this guide, we will explore how to use the pv command to monitor the progress of copy, backup, and ...

Read More

How to Monitor Ubuntu Performance Using Netdata?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 637 Views

Monitoring the performance of your Ubuntu system is crucial for maintaining its stability, identifying bottlenecks, and ensuring optimal resource utilization. Netdata is a powerful real-time monitoring tool that provides an intuitive web interface and comprehensive system metrics tracking capabilities. This article will guide you through installing Netdata on Ubuntu, monitoring essential system metrics, and configuring custom alerts to maintain optimal server performance. Installing Netdata on Ubuntu Netdata installation on Ubuntu is straightforward. Follow these steps to get started − Update System Packages Before installing Netdata, update your system packages to the latest versions − ...

Read More

How to Mount and Unmount an ISO Image in Linux?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 5K+ Views

ISO images are popular file formats used to distribute and store entire file systems, including operating systems, software, and data. In Linux, mounting and unmounting ISO images is a common task that allows you to access the contents of the image as if it were a physical disk or drive. This functionality is particularly useful for installing software, creating virtual machines, or accessing specific files within an ISO image. In this article, we will explore the process of mounting and unmounting ISO images in Linux. We will cover the steps to mount an ISO image, verify the mount, and ...

Read More

How to Mount Google Drive in Linux Using _Google Drive OCamlfuse_ Client?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 2K+ Views

Google Drive is a popular cloud storage service that allows users to store and access their files from anywhere. While Google provides a convenient web interface and desktop applications for Windows and macOS, Linux users often face challenges in seamlessly integrating Google Drive into their workflow. However, with the "Google Drive OCamlfuse" client, mounting Google Drive in Linux becomes straightforward. In this tutorial, we will explore how to mount Google Drive in Linux using the "Google Drive OCamlfuse" client. This powerful tool enables you to access your Google Drive files directly from your Linux system, just like any other ...

Read More

How to Mount NTFS Partition in Linux?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 5K+ Views

NTFS (New Technology File System) is the default file system used by Windows operating systems. If you're using Linux alongside Windows or need to access data from a Windows disk, it's essential to understand how to mount NTFS partitions in Linux. By mounting an NTFS partition, you can seamlessly access and manipulate files stored on it, allowing for easy data sharing and management between Linux and Windows environments. This guide will walk you through the complete process of mounting NTFS partitions in Linux, including checking NTFS support, installing required utilities, locating partitions, creating mount points, and configuring automatic mounting ...

Read More

How to Mount Remote Linux Filesystem or Directory Using SSHFS Over SSH?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 8K+ Views

Mounting a remote filesystem or directory on your Linux system can provide convenient access to files and data stored on a remote server. One popular and secure method to achieve this is by using SSHFS (SSH Filesystem). SSHFS allows you to mount a remote directory on your local machine, giving you the ability to interact with the remote files as if they were stored locally. In this tutorial, we will explore how to mount a remote Linux filesystem or directory using SSHFS over SSH. This approach ensures that the data transmission between your local machine and the remote server ...

Read More

How to Name a Stash and Retrieve a Stash by Name in Git?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 6K+ Views

Git stashing is a feature that temporarily saves uncommitted changes in your working directory without creating a commit. While Git assigns auto-generated names like stash@{0} by default, you can assign custom names to make stashes more identifiable and easier to manage. What is Git Stashing? Git stashing allows you to save changes in your working directory when you need to switch branches or address urgent tasks without committing incomplete work. Instead of creating messy commits or losing progress, you can stash changes and apply them later when ready to continue. Creating a Named Stash To create ...

Read More
Showing 11–20 of 134 articles
« Prev 1 2 3 4 5 14 Next »
Advertisements