
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
444 Views
Digital signatures are an essential aspect of document security. They ensure that the document hasn't been altered and that it comes from a trusted source. Digital signatures are widely used in business, legal, and government settings, but they're also useful for personal documents. However, if you're a Linux user, you ... Read More

Mrudgandha Kulkarni
3K+ Views
MySQL is one of the most popular relational database management systems in use today, and running it on Kubernetes can provide a highly scalable and flexible solution for managing your database workload. In this guide, we will walk you through the process of deploying MySQL on Kubernetes, from setting up ... Read More

Mrudgandha Kulkarni
285 Views
Creating a video sharing website can be a daunting task, but with the right tools, it can be a fun and rewarding experience. CumulusClips is a popular video sharing script that allows you to create your own video sharing website. In this article, we will walk you through the process ... Read More

Mrudgandha Kulkarni
196 Views
Plogger is a free, open-source photo gallery platform that allows you to create your own online photo gallery albums. With Plogger, you can easily upload and organize your photos, customize your gallery's look and feel, and share your photos with others. In this tutorial, we'll walk you through the process ... Read More

Mrudgandha Kulkarni
304 Views
Graphical User Interface (GUI) applications have become an essential part of modern software development. GUIs provide a visually appealing and user-friendly interface for users to interact with the application. In Linux, PyGObject is a powerful tool for developing GUI applications using the GObject introspection library. PyGObject is a Python module ... Read More

Mrudgandha Kulkarni
1K+ Views
In this tutorial, we will be setting up a shared directory on a Samba Active Directory Domain Controller (AD DC) and mapping it to Windows and Linux clients. This will allow users to access and share files between their computers easily and securely. Samba is an open-source software suite that ... Read More

Mrudgandha Kulkarni
747 Views
CPU utilization is an important factor that determines the performance of a system. When there are multiple processes running on a system, the CPU can become overloaded, which can lead to slow system performance or even crashes. To avoid this, it is essential to control and limit the CPU utilization ... Read More

Mrudgandha Kulkarni
775 Views
Cpustat is a command-line utility for monitoring CPU utilization by running processes in Linux. It allows users to view the amount of CPU time being used by individual processes and groups of processes, providing insights into how system resources are being utilized. With Cpustat, users can identify processes that are ... Read More

Mrudgandha Kulkarni
2K+ Views
Are you looking to configure a Squid Proxy Server with restricted access and set up clients to use the proxy? Look no further! In this article, I will guide you through the steps to configure Squid Proxy Server and set up clients to use the proxy. What is Squid Proxy ... Read More

Mrudgandha Kulkarni
535 Views
Collectd is a popular system statistics collection daemon that gathers and reports on a variety of system performance metrics such as CPU usage, memory usage, disk usage, and network traffic, to name a few. It is widely used to monitor systems and applications in real-time and helps to identify bottlenecks ... Read More