Introduction Going to install Plesk Firewall Plesk Firewall comes pre-installed in Windows Server, We can See Plesk Firewall under the Security section in Tools & Settings Here we are going to install Plesk Firewall in Plesk for Linux, We can do that in Two different ways Installing Plesk Firewall via the Plesk interface Installing Plesk ..
Introduction To restrict S3 access only from CloudFront So everyone is using S3 REST API endpoint as the origin to CloudFront,they can restrict access to S3 from CloudFront only by setting up an OAI. So this is special CloudFront user, which they will associate with their distribution. They can then add permissions on S3 buckets,or ..
If you want to add another email address into your Gmail account, you’ll need to first configure Gmail with that account. After going through this process, you will be able to send email from within your Gmail account that looks as it was sent from a non-Gmail address. You have to do all of this ..
About: The MediaWiki helps you collect and organize knowledge and make it available to people. It’s powerful, multilingual, free and open, extensible, customizable, reliable, and free of charge. The MediaWiki software is used by tens of thousands of websites and thousands of companies and organizations. aNow lets see how to instll MediaWiki on Centos 7: So first ..
Start the VM migration service The VM migration service is offered by CloudEndure, a third-party partner of Google Cloud Platform. Before you can migrate your VM, you must sign up for CloudEndure. CloudEndure does not charge for this service First, login to GCP Go to Compute engine, and create a new project. After created ..
ABOUT MySQL Master – Slave replication is a process that enables data from one MySQL database server (the master) to be copied automatically to another MySQL database server (the slave). It is usually used to spread read access on multiple servers for scalability, although it can also be used for other purposes such as for ..
ABOUT Website optimization is the technique of using controlled experimentation to improve a website’s ability to fulfill business goals. It is important to bring in the more traffic and increase the organic and relevance visitors. This also win the trust which results in the conversion of visitors into customers. Akamai research shows that a 1 ..
Install OpenCartPermalink Download OpenCart and configure permissionsPermalink Issue the following commands to download and unpack OpenCart into your web root directory: cd /var/www/html/example.com/public_html/ curl -OL https://github.com/opencart/opencart/releases/download/2.3.0.2/2.3.0.2-compiled.zip unzip 2.3.0.2-compiled.zip ‘upload/*’ cp upload/config-dist.php upload/config.php cp upload/admin/config-dist.php upload/admin/config.php sudo chown -R apache:apache upload shopt -s dotglob mv upload/* . rm -rf upload In the above example, replace /var/www/html/example.com/public_html/ with your ..
About RDS Amazon RDS is a web service to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, re-sizable capacity for a relational database and manages common database administration tasks. Importing database into RDS To import a database on RDS use the following command: mysql -h [host-name] -u [user-name] -p[password] ..
About Docker Docker is a program that performs os level virtualization, it can package an application and its dependencies in a virtual container that can run on any Linux server. In this tutorial I will show you how to install Docker CE on Centos and basic concepts and commands. I am starting this by assuming ..
Recent Comments