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 among all processors…

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 period. The command…

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 : check the…

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 the right place….

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 in use, %…

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 unix use Which…

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 using processes uptime…

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 memory usage such…

Read more »
pmap-commands

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 calculate all memory…

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 rates. The iostat…

Read more »
xargs-commands

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. Xargs Basic Example…

Read more »
partition-commands-in-linux-unix

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 to add the…

Read more »
epoch-unix-timestamp

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, 1970 (midnight UTC/GMT),…

Read more »
unix-commands-and-utilities

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 -k tape to…

Read more »
unix-sed-quick-reference

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 multiple files, or…

Read more »
unix-command-grep

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 following syntax grep…

Read more »
set-unix-home-dir-property-using-ant

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”>         <echo message=”My home…

Read more »
unix-presentation

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)

Read more »