
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Mrudgandha Kulkarni has Published 151 Articles

Mrudgandha Kulkarni
5K+ Views
Git is a powerful version control system that allows developers to manage changes in their projects efficiently. One of the handy features Git provides is stashing, which allows you to temporarily save your changes without committing them. By default, Git stashing assigns an auto-generated name to each stash, making it ... Read More

Mrudgandha Kulkarni
2K+ Views
In the Linux operating system, the ability to move directories is essential for organizing and managing your file system efficiently. Whether you want to rearrange your directory structure, rename directories, or move them to different locations, the mv command comes to the rescue. In this blog post, we will explore ... Read More

Mrudgandha Kulkarni
7K+ 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 ... Read More

Mrudgandha Kulkarni
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 ... Read More

Mrudgandha Kulkarni
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 ... Read More

Mrudgandha Kulkarni
4K+ 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. ... Read More

Mrudgandha Kulkarni
522 Views
Monitoring the performance of your Ubuntu system is crucial for maintaining its stability, identifying bottlenecks, and ensuring optimal resource utilization. One powerful tool that can help you achieve this is Netdata. With its intuitive interface and comprehensive monitoring capabilities, Netdata allows you to track essential system metrics in real-time. In ... Read More

Mrudgandha Kulkarni
425 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, ... Read More

Mrudgandha Kulkarni
1K+ Views
In today's fast-paced digital landscape, monitoring and optimizing the performance of Node.js applications is essential for delivering a seamless user experience. One popular tool that simplifies the process of managing and monitoring Node.js applications is PM2 (Process Manager 2). PM2 provides a powerful and user-friendly web dashboard that allows you ... Read More

Mrudgandha Kulkarni
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. To effectively monitor user activity, reliable tools are required. Two ... Read More