Basic Linux

List of Server Commands & Knowing What is XEN VPS & OpenVZ VPS

Today in this blog we will learn some of the basic server commands for XEN VPS and OpenVZ Servers. We…

3 years ago

What is Linux Process? Important commands for Linux Process

In an operating system, to complete a certain operation or task, the processes are required, Process is nothing but a…

4 years ago

Understanding Linux File System Hierarchy | Linux Directory Structure

All files on a Linux system are stored on file systems which are organized into a single inverted tree of…

4 years ago

Command Line Tools to Monitor The Linux Server

In many situations, we need to perform a Linux command-line operation but we might not know the right utility to…

4 years ago

How Node.js Works?

How Node.js Works? In the previous article we have discussed that Node applications are highly scalable and data intensive and…

6 years ago

Install Mytop in Linux and Cpanel

How to install mytop in linux and cpanel MySQL is one of the most important programs on a server, unfortunately…

9 years ago

How to check spamming on server

Spamming on server exim -bpc If this  is change very fast then it seems spamming is on server also you…

9 years ago

Delete php.ini file from all directories

Command for to Delete php.ini file from all directories find -name php.ini -exec rm -f {} \;

9 years ago

How to stop syn attack on linux server

The SYN (TCP connection request) attack is a common denial of service (DoS) technique. A SYN flood is a form…

9 years ago

How to Zip and Unzip files in UNIX

Here is how to Zip and Unzip files in UNIX unzip myFile.zip – This command will uncompress compressed files with…

9 years ago