Mrudgandha Kulkarni

Mrudgandha Kulkarni

134 Articles Published

Articles by Mrudgandha Kulkarni

Page 8 of 14

Cloud Commander – Web File Manager to Control Linux File and Programs via Browser

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

As a Linux user, managing files and programs can sometimes be challenging, especially when working remotely. Fortunately, Cloud Commander offers a solution by providing a web-based file manager that allows you to control Linux files and programs via a browser. What is Cloud Commander? Cloud Commander is a web-based file manager that provides a graphical user interface (GUI) to manage files, programs, and processes on a Linux machine. It is designed to be lightweight and fast, with a simple and intuitive interface that allows you to quickly navigate and manage files on your Linux machine. Cloud Commander ...

Read More

Create A _.deb Package Repository_ at Sourceforge.net Using _Reprepro_ Tool in Ubuntu

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

As a software developer, you may need to distribute your software to different users. One of the common ways to distribute software in Ubuntu is to create a Debian package (.deb) and upload it to a package repository. A package repository is a collection of Debian packages hosted on a server, which can be used to install and update software on Ubuntu machines. In this article, we will show you how to create a .deb package repository using the Reprepro tool and host it on SourceForge.net. Prerequisites Ubuntu 18.04 or higher Root privileges Basic knowledge of Ubuntu ...

Read More

Create an Active Directory Infrastructure with Samba4 on Ubuntu

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

Active Directory is a powerful directory service for managing users, groups, and computers in a Windows environment. Samba4 is an open-source implementation that provides a complete Active Directory infrastructure on Linux systems. This tutorial demonstrates how to set up an Active Directory domain controller using Samba4 on Ubuntu. Prerequisites Before starting, ensure your Ubuntu system has a static IP address and proper hostname resolution. You'll also need administrative privileges and network connectivity. Step 1: Install Required Packages Install Samba4 and all necessary dependencies for Active Directory functionality − sudo apt update sudo apt install ...

Read More

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

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 230 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 provides a cost-effective alternative to traditional Fibre Channel SANs by using standard Ethernet infrastructure to create centralized storage solutions. In this tutorial, we will set up an iSCSI target on a RHEL/CentOS 7 server and connect to it using an iSCSI initiator on another server. We will configure CHAP authentication to ensure secure communication between the target and initiator. Architecture Overview iSCSI Target & Initiator Architecture ...

Read More

Creating Apache Virtual Hosts with Enable_Disable Vhosts Options in RHEL_CentOS

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 1K+ 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 single server, each with their own domain name, content, and settings. In this tutorial, we will show you how to create Apache virtual hosts on a RHEL/CentOS 8.0 server. We will cover the basic concepts of virtual hosts and walk you through the steps of creating virtual hosts using ...

Read More

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

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

Creating your own web server and hosting a website from your Linux box is an excellent way to learn web development fundamentals and server administration. This article will guide you through setting up Apache web server, configuring it properly, and hosting your first website with essential security and performance optimizations. Installing Apache Apache is the most widely used web server software globally. It's free, open-source, and runs on virtually all operating systems. To install Apache on Ubuntu/Debian systems, open a terminal and run these commands: sudo apt update sudo apt install apache2 The first ...

Read More

Cron Vs Anacron_ How to Schedule Jobs Using Anacron on Linux

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 1K+ 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 for scheduling tasks in Linux: cron and anacron. Both of these tools have their own unique features and benefits. In this tutorial, we will discuss the differences between cron and anacron, and then we will demonstrate how to use anacron to schedule tasks on a Linux system. Cron ...

Read More

Crontab Reboot_ How to Execute a Job Automatically at Boot?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 529 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. While crontab typically schedules tasks based on specific time intervals, you can also execute jobs conditionally when certain conditions are met, such as when a file is created or when a process is running. This article demonstrates how to use crontab to execute jobs conditionally and automatically at system boot on Linux systems. Step 1: Identify the Condition The first step is to identify the condition that triggers ...

Read More

ctop – Top-like Interface for Monitoring Docker Containers

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

If you are managing multiple Docker containers, it can be challenging to keep track of their resource utilization, network connectivity, and overall health. ctop is a command-line monitoring tool that provides a top-like interface for monitoring Docker containers in real-time. It displays an intuitive visual representation of container metrics, including CPU, memory, network, and disk usage. What is ctop? ctop is a command-line tool that provides a top-like interface for monitoring Docker containers. It displays an overview of all running containers with real-time CPU and memory usage, container name, image, and ID. The tool allows you to sort ...

Read More

Darkstat – A Web Based Linux Network Traffic Analyzer

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 17-Mar-2026 840 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 help you achieve this is Darkstat – a web-based Linux network traffic analyzer. What is Darkstat? Darkstat is a lightweight network traffic analyzer that captures and analyzes network traffic in real-time. It is designed to provide detailed insights into your network usage, including information about the source and ...

Read More
Showing 71–80 of 134 articles
« Prev 1 6 7 8 9 10 14 Next »
Advertisements