Mrudgandha Kulkarni has Published 154 Articles

Database Relationship Types _ How They Are Established?

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 23-Jun-2023 12:45:36

554 Views

Databases are at the core of many modern applications, and they allow developers to store and manipulate large amounts of data efficiently. One of the fundamental concepts in database design is the relationship between tables. In this article, we will explore the different types of database relationships and how they ... Read More

Darkstat – A Web Based Linux Network Traffic Analyzer

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 23-Jun-2023 12:43:26

378 Views

In today's fast-paced digital world, having a clear understanding of your network traffic is essential. Whether you are a network administrator or a casual user, monitoring your network traffic can help you identify and troubleshoot potential issues, as well as optimize your network for better performance. One tool that can ... Read More

ctop – Top-like Interface for Monitoring Docker Containers

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 23-Jun-2023 12:41:35

548 Views

If you are managing multiple Docker containers, it can be challenging to keep track of their resource utilization, network connectivity, and overall health. Fortunately, there's a tool called ctop that can help. ctop is a top-like interface for monitoring Docker containers in real-time. It provides an intuitive visual representation of ... Read More

Crontab Reboot_ How to Execute a Job Automatically at Boot?

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 23-Jun-2023 12:38:54

258 Views

Crontab is a widely used tool for scheduling tasks on Linux systems. It provides a simple way to automate routine tasks, such as backups, system maintenance, and data processing. However, crontab is limited to scheduling tasks based on a specific time or interval. What if you need to run a ... Read More

Cron Vs Anacron_ How to Schedule Jobs Using Anacron on Linux

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 23-Jun-2023 12:37:09

626 Views

In the world of Linux, scheduling tasks is an important task that administrators need to perform on a regular basis. This is done to automate the process of performing routine tasks and to ensure that they are executed at the right time. There are two popular tools that are used ... Read More

Creating Your Own Webserver and Hosting A Website from Your Linux Box

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 23-Jun-2023 12:34:08

233 Views

Creating your own web server and hosting a website from your Linux box is a great way to learn about web development and gain valuable experience. In this article, we will walk you through the process of setting up a basic web server on your Linux box and hosting a ... Read More

Creating Apache Virtual Hosts with Enable_Disable Vhosts Options in RHEL_CentOS

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 23-Jun-2023 12:28:14

651 Views

Apache Virtual Hosts are a powerful feature that allows you to run multiple websites on a single server. With virtual hosts, you can configure Apache to serve different content based on the hostname or IP address of the incoming request. This makes it possible to host multiple websites on a ... Read More

Create Your Own ‘Web Browser’ and ‘Desktop Recorder’ Applications Using PyGobject

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 23-Jun-2023 12:22:57

204 Views

PyGobject is a Python module that allows you to develop GUI applications in Python using the Gtk+ toolkit. With PyGobject, you can create rich, interactive applications that run on Linux, macOS, and Windows. In this blog post, we'll walk you through the process of creating two applications using PyGobject − ... Read More

Create Centralized Secure Storage using iSCSI Target _ Initiator on RHEL_CentOS 7

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 23-Jun-2023 12:16:21

77 Views

iSCSI (Internet Small Computer System Interface) is a storage networking technology that allows block-level data to be transported over an IP network. It is an alternative to traditional Fibre Channel SANs (Storage Area Networks) that use dedicated cabling to connect storage devices to servers. iSCSI can provide a cost-effective and ... Read More

Create an Active Directory Infrastructure with Samba4 on Ubuntu

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 23-Jun-2023 12:11:43

3K+ Views

Active Directory is a powerful tool for managing users, groups, and computers in a Windows environment. Samba is an open-source implementation of the SMB/CIFS networking protocol used by Windows for file and printer sharing. Samba4 provides a complete implementation of Active Directory and can be used to create an Active ... Read More

Advertisements