Satish Kumar

Satish Kumar

937 Articles Published

Articles by Satish Kumar

Page 58 of 94

Bash-it – Bash Framework to Control Your Scripts and Aliases

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 816 Views

Bash-it is a framework designed to manage and enhance your Bash shell configuration. It provides a comprehensive collection of scripts, aliases, plugins, and themes that help streamline your command-line workflow. As developers often rely heavily on the terminal for daily tasks, Bash-it offers an organized way to control and customize your shell environment without the complexity of managing individual configuration files. Installation Installing Bash-it requires Git version control system. Clone the repository to your home directory using the following command − git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it After installation, activate Bash-it by adding these lines ...

Read More

9 Best Free UPnP and DLNA Media Servers for Linux

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 4K+ Views

If you're a Linux user, you might be looking for a free media server to stream your favorite music, videos, and photos to multiple devices. Fortunately, there are several UPnP and DLNA media servers available for Linux, and many of them are completely free. In this article, we'll explore nine of the best free UPnP and DLNA media servers for Linux, and discuss their features and benefits. What are UPnP and DLNA? UPnP (Universal Plug and Play) is a set of networking protocols that allows devices to discover and communicate with each other on a local network. DLNA ...

Read More

How to Install Adobe Flash Player 32 on Fedora Linux

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 702 Views

Adobe Flash Player was a multimedia software platform used to stream videos, animations, and interactive content on web browsers. While Adobe officially discontinued Flash Player support on December 31, 2020, some legacy systems or specific applications may still require it. This guide covers the installation of Adobe Flash Player 32 on Fedora Linux systems. Important Security Warning: Adobe Flash Player is deprecated and contains known security vulnerabilities. Adobe strongly recommends uninstalling Flash Player from all systems. Use this guide only if absolutely necessary for legacy applications, and consider migrating to modern web standards like HTML5. Prerequisites Before ...

Read More

Monitoring Network Usage in Linux

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 15K+ Views

Network monitoring in Linux involves tracking and analyzing network traffic, bandwidth usage, and connection statistics to ensure optimal system performance. Unlike general system monitoring that focuses on CPU and memory, network monitoring specifically targets data flow across network interfaces and helps identify bottlenecks, suspicious activity, and resource-hungry applications. Network Monitoring Tools Linux provides several powerful command-line tools for network monitoring, each serving different purposes − nload − Displays real-time network traffic statistics with visual graphs for interface monitoring. Speedometer − Shows network usage with customizable display formats and measurement units. iftop − Lists active network connections ...

Read More

Bare Metal Billing Client Portal Guide

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 196 Views

As the world continues to embrace digital transformation, more businesses are moving their applications and services to the cloud. However, some companies still require their own dedicated hardware to host their applications. This is where bare metal servers come in. Bare metal servers are physical servers that are not virtualized and are dedicated to a single customer. Bare metal servers are becoming more popular as they offer higher performance, reliability, and security than virtualized servers. However, managing bare metal servers can be challenging, especially when it comes to billing. To address this, many hosting providers offer a bare metal ...

Read More

How to Install and Configure OpenVPN Server on Zentyal 3.4 PDC?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 406 Views

OpenVPN is a popular open-source VPN solution that provides secure remote access to network resources. Zentyal 3.4 is a Linux-based server platform designed for small and medium-sized businesses. This guide explains how to install and configure an OpenVPN server on a Zentyal 3.4 Primary Domain Controller (PDC). Step 1: Install OpenVPN First, update the system and install OpenVPN on your Zentyal server − sudo apt-get update sudo apt-get install openvpn Step 2: Generate Certificates and Keys OpenVPN uses Public Key Infrastructure (PKI) for authentication. Generate the required certificates and keys using the EasyRSA ...

Read More

Concatenating Files in Linux

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 7K+ Views

Linux is an operating system that has become popular for its open-source nature, flexibility, and reliability. Among its many features, Linux provides powerful tools for managing files and data, including the ability to concatenate files. Concatenation is the process of joining two or more files together, creating a single file that contains the contents of all original files. In this article, we will explore different methods of concatenating files in Linux with practical examples and use cases. Concatenating Files Using cat Command The cat command is the most common tool for concatenating text files in Linux. It ...

Read More

BCC – Dynamic Tracing Tools for Linux Performance Monitoring, Networking and More

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 783 Views

BCC (BPF Compiler Collection) is a powerful set of dynamic tracing tools built on top of eBPF (extended Berkeley Packet Filter) technology in the Linux kernel. BCC provides a simple yet effective way to monitor system performance, analyze networking behavior, and trace various system events without requiring kernel modifications or recompilation. What are BCC Tools? BCC tools are designed to provide a user-friendly interface for using eBPF to trace and analyze system events. eBPF is a virtual machine that runs inside the kernel, allowing for efficient and flexible tracing of system activities. BCC tools are written in Python ...

Read More

Guide to Stream Redirections in Linux

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 1K+ Views

As a Linux user, it's essential to understand the concept of stream redirections. Stream redirections allow us to manipulate and control input and output streams of Linux commands. This means we can control where standard input, output, and error streams are going to and coming from. In this article, we'll guide you through the basics of stream redirections and show you how to use them with examples. Introduction to Stream Redirections In Linux, there are three types of streams − Standard Input (stdin) − This is the input stream that allows us to send data into ...

Read More

Bash break How to Exit From a Loop

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 18K+ Views

If you are a Linux or Unix user, then you might be familiar with Bash shell. Bash is a popular command-line interpreter that is widely used in Linux, macOS, and other Unix-like operating systems. It is a powerful tool for running scripts, automating tasks, and working with command line. One of the most common use cases for Bash is working with loops, which allow you to repeat a set of instructions multiple times. However, sometimes you might need to break out of a loop before it has finished executing. In this article, we will explore how to exit from a ...

Read More
Showing 571–580 of 937 articles
« Prev 1 56 57 58 59 60 94 Next »
Advertisements