Posts

Digital Marketing

“I hope this email finds you well” is a generic email greeting that has been carried over from obsolete business letters.

It is aimed at conveying an act of well-wishing to the email recipient.

Turn Gmail dynamic email on or off

On your computer, sign in to Gmail. At the top right, select Settings Settingsand then See all settings. Next to "Dynamic email," turn on or off Enable dynamic email. At the bottom of the page, click Save changes. Tip: You can identify dynamic email when you see a lightning bolt next to a message.

Open Journal of Veterinary Medicine (OJVM)

Open Journal of Veterinary Medicine (OJVM) is an international journal dedicated to the latest advancement of Veterinary Medicine. The goal of this journal is to provide a platform for scientists and academicians all over the world to promote, share, and discuss various new issues and developments in different areas of Veterinary Medicine.

Database Embedded JVM (OJVM)

OJVM is the Oracle Java Virtual Machine which gives you the ability to execute JAVA code directly in the database. OJVM is the Oracle Java Virtual Machine which gives you the ability to execute JAVA code directly in the database. Embedded JVM (OJVM) The embedded JVM runs Java code in user session (within the dedicated or shared server), in the same memory space as SQL and PL/SQL. These Java modules can be invoked by any database client, similarly to PL/SQL modules. 

Block a Domain in Outlook Mail on the Web

Select Settings (the gear icon ⚙️). Select View all Outlook settings. Select Mail > Junk email. In the Blocked senders and domains section, select Add. Type the domain name you want to block, then press Enter to add the domain to the list. ... Select Save, then close the Settings dialog box.

How To Configure a AWS EC2 Service to Start Automatically

sudo chkconfig service_name on sudo chkconfig service_name off sudo chkconfig service_name status

How to install fail2ban on AWS EC2

    sudo yum update && sudo yum install epel-release     sudo yum install fail2ban     sudo systemctl start fail2ban     sudo service fail2ban start     sudo chkconfig  fail2ban on