Skip to Content

Pip is the package installer for Python. We can use pip to install packages that are not distributed as part of the standard library from the Python Package Index and other indexes. How to install Pip on Linux? How to install & remove a python package with Pip Install a python package with a specific …

Read More about 7 Python Pip Command Examples

Tcpdump is a powerful command-line packet analyzer. It allows us to display TCP/IP and other packets being transmitted or received over a network. We collect 30 tcpdump filters to help you learn tcpdump quickly. 30 tcpdump examples to filter packets Switch Syntax Description -i any tcpdump -i any Capture from all interfaces -i eth0 tcpdump …

Read More about Learn tcpdump Filter Quick Guide

Many people choose free open source software to monitor Cassandra cluster to save cost. In our env, we use telegraf/Influxdb/Grafana to monitor Cassandra performance. This monitoring package is open source. We can download and use them for free. Use TIG to monitor Cassandra performance Configuration file for Cassandra Monitoring Cassandra performance metrics Use TIG to …

Read More about Monitor Apache Cassandra cluster with free open source software

Linux is very popular now. But what is Linux? To understand what Linux is, it is necessary to first explain what OS is and a little about its component parts. We collect 4 basic questions to help you understand what Linux is. What is an Operating System? An operating system consists primarily of three things: …

Read More about What Is Linux?

Linux Multipath command is used to manage storage SAN (storage area network) disks on OS side. Linux multipath provides a way of organizing the I/O paths logically, by creating a single multipath device on top of the underlying devices. How to get the HBA port name on Linux Show the existing multipath configuration in brief …

Read More about 15 Linux multipath examples