Tuesday, May 18, 2021
Sunday, May 16, 2021
Upgrade PHP 7.3, 7.4 or 8.0 on CentOS 8
yum -y install http://rpms.remirepo.net/enterprise/remi-release-8.rpm && yum clean all
yum -y install php73-php-{cli,pdo,fpm,zip,gd,xml,mysqlnd,opcache}
yum -y install php74-php-{cli,pdo,fpm,zip,gd,xml,mysqlnd,opcache}
Saturday, May 1, 2021
How to extract Gmail, Yahoo, Hotmail, Live etc. in excel:
(Suppose you applied the following formula in D column)
=RIGHT(A2,LEN(A2)-SEARCH("@",A2))
Now to the next of D column you can write following formula to separate specific ESP
=if(d2=”gmail.com”,”Gmail”,if(d2=”live.com”,”Live”,if(d2=”hotmail.com”,”Hotmail”,if(d2=”yahoo.com”,”Yahoo”,if(d2=”aol”,”Aol”)))))
How to extract a substring that comes after or before a specific symbol like @ in excel?
Wednesday, April 28, 2021
DAMRC record example for subdomain
deen.revealdigitalmarketing.com. IN TXT
"v=DMARC1;p=reject;sp=none;adkim=r;aspf=r;pct=100;fo=0;rf=afrf;ri=86400;rua=mailto:postmaster@deen.revealdigitalmarketing.com;ruf=mailto:postmaster@deen.revealdigitalmarketing.com"
How to add Mutiple IP and Multiple Domain in Single SPF TXT record
SFP record example:
v=spf1 +a +mx +ip4:35.209.113.119 ip4:209.145.61.178 include:_spf.mailspamprotection.com include:deen.revealdigitalmarketing.com ~all
Sunday, April 25, 2021
Cocoapods install in Mac
First, check the version of Ruby you are using.
Now use Homebrew to install the latest Ruby.
If you need to have ruby first in your PATH run:
(For newer mac the file name will be : .zprofile )
For compilers to find ruby you may need to set:
Follow the instructions to set PATH. Now you will go to see the installed Ruby. Make sure to replace the 'xxx' with your username.
(For newer mac the file name will be : .zprofile )
Finally, Make sure your PATH is in place.
You're good to go! Make sure you install by specifying the save destination as follows.
How to get Ranking of the Students in Excel using RANK Function
=RANK(number,ref,[order]) To rank in descending order, we will use the formula =RANK(B2,($C$5:$C$10),0) If we want unique ranks, we can use...
-
Put the following code in a TXT file and save as "file.cmd" then run the cmd file as administrator. @echo off title Activate Micr...
-
We can install PowerMTA on the server. rpm -ivh /home/PowerMTA-4.0r6.x86_64.rpm You will see the output like this Preparing... #############...
-
# $Id: config 2015-03-24 16:00:00 Jack $ # Sample PowerMTA configuration file # PowerMTA Multiple Virtual PMTA config file sample # # E-mai...