How to upgrade PHP 7.1
New Post Since this post is now a few months old – PHP 7.2 is now out. Click the link below to read my new version about upgrading to PHP7.2 … Continue Reading →
A Pandit of Server Technologies
New Post Since this post is now a few months old – PHP 7.2 is now out. Click the link below to read my new version about upgrading to PHP7.2 … Continue Reading →
First install below softwares #Shell> yum install perl-Time-HiRes #Shell> yum install perl-Redis Now copy the below code in file check_redis (I am naming the file) ######Start of Code###### #!/usr/bin/perl -w … Continue Reading →
Before Proceeding further, please below application on Server #Shell> yum install python-dev #Shell> yum install python-argparse #Shell> yum install MySQL-python Now copy below code in file check_proxysql (I am naming file name … Continue Reading →
Getting Started: Starting And Stopping gcc -g myprogram.c Compiles myprogram.c with the debugging option (-g). You still get an a.out, but it contains debugging information that lets you use variables … Continue Reading →