Password Protect MongoDB
At the very least you should set a password on your MongoDB deployment. This post will cover how to enable passwords for your MongoDB deployment, create an admin account, and add new accounts for a new database.mongodb Step 1. Create an Admin […]

How To Secure Apache Via Let’s Encrypt on Ubuntu 18.04
Introduction Let’s Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a software client, Certbot, that attempts to automate most (if […]
Apache virtual hosts on Ubuntu
Define custom virtual hosts Now you are ready to add your own virtual hosts so that you can start to serve your domains. Create the vhost file for domain1: The contents look as follows: Enable the site Enable the site as follows: […]
How to Setup Let’s Encrypt SSL on Ubuntu 18.04
Let’s Encrypt is a certificate authority (CA) providing free SSL/TLS certificates. You can get a valid SSL certificate for your domain at no cost. These certificates can be used for production use as well. The certificates can only be requested from there […]
Full List of Meta Tags for html
Basic HTML Meta Tags <meta name=”keywords” content=”your, tags”/> <meta name=”description” content=”150 words”/> <meta name=”subject” content=”your website’s subject”> <meta name=”copyright”content=”company name”> <meta name=”language” content=”ES”> <meta name=”robots” content=”index,follow” /> <meta name=”revised” content=”Sunday, July 18th, 2010, 5:15 pm” /> <meta name=”abstract” content=””> <meta name=”topic” content=””> […]
Promises and Observables in angular 2
Observables are grabbing the spotlight as one of the cool new things Angular 2 is doing, despite having been around for some time. They are positioned to fully eclipse promises as the goto abstraction for dealing with async, among other things. Let’s […]
Try this with .htaccess Method- Step 1 Create .htaccess file in root folder, i.e advanced/.htaccess and write below code. Note : if you are trying in local server then replace ^/ with ^/project_name/ where you see arrow sign. Remove those arrow sign <—— after setup is done. Step 2 Now create […]