Mrudgandha Kulkarni has Published 154 Articles

Creating Virtual Hosts, Generate SSL Certificates _ Keys and Enable CGI Gateway in Gentoo Linux

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 26-Jun-2023 15:24:00

281 Views

Setting up a web server to host multiple websites is a common task for system administrators and developers. In this guide, we will cover how to create virtual hosts, generate SSL certificates and keys, and enable CGI gateway in Gentoo Linux. Virtual hosts allow you to host multiple websites on ... Read More

Creating Software RAID0 (Stripe) on ‘Two Devices’ Using ‘mdadm’ Tool in Linux

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 26-Jun-2023 15:22:14

444 Views

RAID stands for Redundant Array of Inexpensive Disks. It is a data storage technique that allows users to combine multiple disks into a single logical unit to provide performance, reliability, and storage capacity. RAID 0 (Stripe) is one of the RAID levels that uses striping to write data across multiple ... Read More

Creating RAID 5 (Striping with Distributed Parity) in Linux

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 26-Jun-2023 15:20:12

268 Views

RAID (Redundant Array of Inexpensive Disks) is a technology that combines multiple disks into a single logical unit for performance, redundancy, or both. RAID 5 is a type of RAID that uses striping with distributed parity to provide both performance and redundancy. In this tutorial, we will show you how ... Read More

Digitally Sign Documents in Linux Using ONLYOFFICE Desktop Editors

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 26-Jun-2023 15:18:53

177 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

Deploying MySQL on Kubernetes {Guide}

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 26-Jun-2023 15:17:26

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

Create Your Own Video Sharing Website using ‘CumulusClips Script’ in Linux

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 26-Jun-2023 15:15:25

169 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

Create Your Own Online Photo Gallery Albums Using Plogger

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 26-Jun-2023 14:59:17

116 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

Create More Advance GUI Applications Using PyGobject Tool in Linux

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 26-Jun-2023 14:53:22

139 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

Create a Shared Directory on Samba AD DC and Map to Windows_Linux Clients

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 26-Jun-2023 14:51:33

946 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

CPUTool - Limit and Control CPU Utilization of Any Process in Linux

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 26-Jun-2023 14:49:25

444 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

Advertisements