Block wp-login.php based on country through mod_security Date Posted: 17-02-2018 WordPress is popular CMS which receives large number of DDOS login attempts generally. As a system administrator or site owner, if we dont feel that the traffic is not genuine from some other country, we can restrict wp-login.php   only from… Continue Reading Block wp-login.php based on country through mod_security

Date Posted: 15-02-2018 In this post we will explain how to run react native android application  in emulator. Step 1: Install the android studio and create any virtual emulator and run the emulator. Step 2: We have assumed you already configured or created the application. Step 3: You need to … Continue Reading Running your react native android app on a emulator or virtual device

BCC to all emails in exim cPanel|Copy all outgoing emails on exim Date posted: 14-02-2018 In this post, we will explain how to keep all outgoing Emails to particular mail account. Note that the email box which we will be setup will receive all the mails irrespective of to address.… Continue Reading BCC to all emails in exim cPanel|Copy all outgoing emails on exim

Date Posted: 05-02-2018 In this post, we will explain how to install mcrypt for php  on mac os high sierra for a Development Server. Step 1:  Search the package: brew search mcrypt Result: ==> Searching local taps… homebrew/php/php71-mcrypt mcrypt homebrew/php/php53-mcrypt homebrew/php/php54-mcrypt homebrew/php/php55-mcrypt homebrew/php/php56-mcrypt homebrew/php/php70-mcrypt libtomcrypt Step 2: Search my php version to… Continue Reading Install mcrypt for php on macos high sierra for a Development Server