Linux Tutorials: mpstat commands examples

mpstat – Report processors related statistics. The mpstat command writes to standard output activities for each available processor, processor 0 being the first one. Global average activities…

Read More

Linux Tutorials: vmstat commands examples

The vmstat command (short for virtual memory statistics) is a built-in monitoring utility in Linux. Users can observe system activity virtually in real-time by specifying a sampling…

Read More

XAMPP: Another web server is already running

Step 1: Stop the Apache Step 2: and Then Restart Apache 👉 if above command will not work in your machine then do below steps: Step 1…

Read More

What is Linux? Which is the Best Source of Linux Training and Certification?

Hi Friends, If you are looking for a Career in Linux but you are not very sure if it’s the right decision, then you have landed in…

Read More

Unix command to find memory usage

rajeshkumar created the topic: unix command to find memory usage Monitor processes continuously. Updates every 3 seconds by default. Displays useful information such as total memory, memory…

Read More

Find Application Instance Directory In Unix

scmuser created the topic: find application instance directory in unix How to find installed application directory in unix? rajeshkumar replied the topic: Re:find application instance directory in…

Read More

Unix command to Know some useful system Information

rajeshkumar created the topic: Unix command to Know some useful system Information Unix command to Know some useful system Information top show system stats and top CPU…

Read More

Memory Usage In UNIX

aparna created the topic: memory usage in Unix I have a map file and I need to test this file and get all the information about the…

Read More

Linux Tutorials: pmap commands examples

You can find the memory used by a program (process) by looking into /proc directory or using standard command such as ps or top. However, you must…

Read More

Linux Tutorials: iostat commands examples

iostat command is a command that used for monitoring system input/output device loading by observing the time the devices are active in relation to their average transfer…

Read More

Linux Tutorials: xargs commands examples

Under Development The xargs command is extremely useful when we combine it with other commands.This tutorials explains the usage of xargs command using few simple examples. 1….

Read More

Linux Tutorials: mount & unmount commands examples

Once you create a partition, you should use mount command to mount the partition into a mount point (a directory), to start using the filesystem. You need…

Read More

How to Understand Epoch & Unix Timestamp | Epoch Converter

What is epoch time? The Unix epoch (or Unix time or POSIX time or Unix timestamp) is the number of seconds that have elapsed since January 1,…

Read More

Common unix commands and utilities | unix commands and utilities Guide

To find a program not on this list (and there are hundreds), try the man program with the -k option followed by a keyword, for example, man…

Read More

Sed command Web References & Cheatsheet

UNIX SED Introduction · Sed is a “non-interactive” stream-oriented editor. Since its an “non-interactive” it can be used to automate editing. · This allows you to edit…

Read More

Unix Command: Grep – Quick Reference – Pattern – Examples – Options

Grep scans its input for a pattern, and can display the selected pattern, the line numbers of the filenames where the pattern occurs, The command uses the…

Read More

SET UNIX HOME DIR PROPERTY using ANT

Set properties HOMEDIR in build.xml which will be set through user logged in the current system.. Example: <project name=”test” default=”myhome”>     <property environment=”env”/>     <target name=”myhome”>        …

Read More

Basic of Unix – Presentation | Unix Learning Reference – Guide

Basic of Unix Presentation Basic Unix from Rajesh Kumar   Basic Unix View more presentations from rajeshatbuzz. (tags: basic of) Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about…

Read More