Today in this blog we will learn some of the basic server commands for XEN VPS and OpenVZ Servers. We…
In an operating system, to complete a certain operation or task, the processes are required, Process is nothing but a…
In many situations, we need to perform a Linux command-line operation but we might not know the right utility to…
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…
Hello , While installing gnupg on cPanel server pecl install gnupg root@hostripples.com [~]# pecl install gnupg downloading gnupg-1.3.6.tgz ... Starting…
Command for to Delete php.ini file from all directories find -name php.ini -exec rm -f {} \;
Here is how to Zip and Unzip files in UNIX unzip myFile.zip – This command will uncompress compressed files with…
why awk? awk is small, fast, and simple, unlike, say, perl. awk also has a clean comprehensible C-like input language,…