Linux Commands

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

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

CageFS jail error Error while executing /usr/sbin/lve_root_setup

Hello,   Error : [Mon Jul 24 08:36:28.655714 2017] [:error] [pid 5504] [client 115.117.46.87:53937] SoftException in Application.cpp:487: CageFS jail error…

7 years ago

ERROR: `/root/tmp/pear/gnupg/configure’ failed | gnupg installation Failed

Hello , While installing gnupg on cPanel server pecl install gnupg root@hostripples.com [~]# pecl install gnupg downloading gnupg-1.3.6.tgz ... Starting…

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 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

AWK Linux command

why awk? awk is small, fast, and simple, unlike, say, perl. awk also has a clean comprehensible C-like input language,…

9 years ago