6.8 C
Texas

CATEGORY

Linux

How to Check CPU Information in Linux

There are many commands which can be used in Linux to check CPU information. The information includes details about the processor, its vendor name,...

How to Find IP and Gateway in Linux

What is IP Address? An Internet Protocol address (IP address) is a unique identifier assigned to each device connected to a computer network that uses...

Monitor Network with netstat command in Linux

netstat (network statistics) is a command-line network tool that displays network connections for Transmission Control Protocol (both incoming and outgoing). It is also monitor...

How to Add Users and Groups in Linux

Users and groups are used on GNU/Linux for access and control to the system's files, directories, and peripherals. So, Every Linux user must know...

Install OrientDB on RHEL 8 / CentOS 8

OrientDB is an open source NoSQL database management system written in Java. It is a Multi-model database, supporting graph, document, key/value, and object models...

How to Use top Command in Linux

top (table of process) command allows users to monitor processes, CPU information and memory utilization in Linux. It is pre-installed on all linux distributions....

How to use SAR in Linux

System Activity Report (SAR) is a Unix System monitor command used to report on various system loads. So it including CPU activity, memory/paging, interrupts,...

how to kill process in Linux

A process is the instance of a computer program that is being executed by one or many threads. It contains the program code and...

Guide to install Apache HTTP server manually

  What is Apache HTTP Server The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, where hypertextdocuments...

How to Install RabbitMQ on RHEL 8 / CentOS 8

RabbitMQ is an open-source message-broker software (sometimes called message-oriented middleware) that originally implemented the Advanced Message Queuing Protocol (AMQP) and has since been extended...

Latest news