Interspire Step By Step Installation/Setup Using Virtulmin/cPanel

Interspire Step By Step Installation/Setup Using Virtulmin/cPanel

Interspire’s Email Marketer application is a versatile tool for creating email campaigns and auto-responders. Installation requires a database to be set up and for the web application files to be uploaded to the server. Email Marketer can be installed on most web servers. This article will guide you with interspire step by step installation. Requirements […]

How To Create Sub Domain In Virtualmin/Webmin

How To Create Sub Domain In Virtualmin/Webmin

Most of the times we need to create sub domains in our accounts. Cpanel provides easy way to create sub domains. But when we talk about creating sub domain in Virtualmin/Webmin, it make us to think how to create sub domains as there is no direct option for creating sub domains. I heard many people […]

Disable Ping Response in Linux

Disable Ping Response in Linux

Ping response can be disabled on the server due to many reasons such as server security, to avoid the network congestion., etc. Ping can disabled temporary and permanent in Linux. Disable Ping response Temporary: To disable the ping response temporary run the following command on the server as root # echo “1” > /proc/sys/net/ipv4/icmp_echo_ignore_all This […]

How to check/find the block size in linux

How to check/find the block size in linux

A block is a fixed length uniformly sized unit of data storage. The length of the block may vary from 512bytes, 4kb, 8kb and so on. There are multiple ways of finding block size in Linux. Below are the example of finding block size: Calculate the block size using blockdev # blockdev –getbsz /dev/sda1 Finding […]