Month: July 2018

How Should you backup your data?

How Should you backup your data?

tadmin
Comments:

Data backup is one of the method to prevent data loss and it is the process of copying or archiving of data to another location for the purpose of being able to restore them in case of data loss.

MYSQL Replication

MYSQL Replication

tadmin
Comments:

Replication enables data from one MySQL database server (the master) to be copied to one or more MySQL database servers (the slaves). Replication is asynchronous by default; slaves do not need to be connected permanently to receive updates from the master. Depending on the configuration, you can replicate all databases, selected databases, or even selected tables within a database.

Docker containers

Docker containers

tadmin
Comments:

Docker is a tool designed to make applications.Docker provides the ability to package and run an application in a loosely isolated environment called a container. In this it is easier to create, deploy, and run the application with the help of containers.

VPS or Cloud Which should I choose?

VPS or Cloud Which should I choose?

tadmin
Comments:

When you are going to host a new website, it comes to your mind which service should I choose? a VPS or Cloud server.

Domain-based Message Authentication, Reporting, and Conformance (DMARC)

Domain-based Message Authentication, Reporting, and Conformance (DMARC)

tadmin
Comments:

DMARC is known to be as domain-based message authentication, reporting and conformance, which is the latest advancements in the email authentication.