google-photos News Tech News 

Google Photos no longer free in High-quality starting June 1, 2021

Google photos no longer free, Starting June 1, 2021, all new photos and videos backed up in High quality will count toward the free 15 GB of storage that comes with your Google Account or any additional storage you may have purchased, the same way other Google services like Google Drive and Gmail already do.All photos and videos you back up in High quality before June 1, 2021, are exempt from this change and will not count toward your Google Account storage. This includes all of your existing content uploaded…

Read More
aws-elastic-beanstalk Amazon(AWS) Hosting 

How to fix “413 request entity too large” in AWS elastic beanstalk solution-2

Continuation of EBS error to solution one if it doesn’t work then try the below solution where is process is a bit long, but 100% working solution for 413 request entity too large error. Note: This is not a permanent solution. This Settings reverts to the old version when EBS gets a new version update. Else try this solution click here step1: select the EC2 instance of the elastic beanstalk in the EC2 dashboard, which will be having the same name as the EBS environment name, and in the below…

Read More
PubG News Tech News 

Govt banned new set of 118 Chinese apps in India

Ministry of Electronics and Information and Technology said the apps “are engaged in activities prejudicial to sovereignty and integrity of India, defense of India, the security of the state and public order”. major hit is PUBG which where India is its largest market, according to app intelligence firm Sensor Tower estimates, generating about 175 million installs to date or 24% of the total downloads. Ministry of Electronics and Information and Technology official Tweet Government Blocks 118 Mobile Apps Which are Prejudicial to Sovereignty and Integrity of India, Defence of India,…

Read More
Android 

Android ready to use libraries Image Gallery and Runtime Permission

Image Gallery : In android Load images from device or external storage and Capture image from the camera. The following library helps you to choose images from storage and also you can get a list of images, you can use the information to create your custom UI. You can also capture images using the device camera. To implement just follow the git repository readme fileLink: https://github.com/manoj140220/ImageGallery Runtime Permission: If an app needs to use resources or information outside of its own sandbox, the app has to request the appropriate permission. Implementation…

Read More
macOS Operating System Tech News 

Apple released macOS Big Sur public beta

Mac today released the primary open beta of macOS Big Sur. The update guarantees an all-new structure that mixes Apple’s spotless present-day styles with its skeuomorphic inclinations of old. It additionally obtains a few thoughts from iOS, including a Control Center and updated Notification Center. In spite of the fact that the organization previously delivered see renditions of the OS for engineers, its open betas don’t require unique certifications and are commonly viewed as more steady than the more iterative updates designers get the opportunity to play with. Getting it…

Read More
mongodb Mongo DB NoSQL 

How to bulk import/export data in MongoDB Atlas

Before Starting MongoDB Atlas import/Export steps, first whitelist your IP address from where you are trying to access. In MongoDB, we use “mongodump” for exporting the existing database as a backup and we use “mongorestore” form importing the backup data back to mongo. Mongo Atlas bulk Export all collections To Export, you can use this below-mentioned command syntax Mongo Atlas bulk Import all collections To Import, you can use below mentioned command syntax I hope this will help you backup and restore the remote MongoDB database for mongo AtlasIf you…

Read More
aws-elastic-beanstalk Amazon(AWS) Hosting 

How to solve 413 request entity too large in AWS elastic beanstalk solution-1

To solve 413 request error in AWS elastic beanstalk with node.js application follow the below steps. Note: this solution currently tried with the Nginx server but works with apache too. This method is a custom hack to increase the upload file size without using awsebcli. step1: In your node.js application root folder create folder name called .ebextensions. step2: Inside this folder create a file with any filename ending with “.config” extensions example: nginxfile.config. step3: Now open the created file and copy-paste the below-mentioned code into file and save. step4: At…

Read More
NodeJS linux Node JS 

How to install node.js in ubuntu

Install node.js in ubuntu. Currently, the node.js is one of the most popular server-side javascript engines with compiles javascript code at the server-side. Pre-requisites before installation: Please do check your ubuntu version and the latest stable release is installed. Steps to install node.js 1# Step: At first please update/ refresh your ubuntu using the apt package manager. 2# Step: Installing node from the ubuntu repository. 3# Step: After node.js installation at most of the cases you might also need to install npm (node package manager) in windows when you install…

Read More
paykun node js integration Node JS Payment Gateway 

Paykun Payment Gateway Integration with node.js

paykan payment is the simplest way of collecting online payments. Its really like new startups and building products globally. Follow below Steps to Integrate paykun payment gateway in node.js. #1 Step: Generate Access token and API Secret : You can generate Or Regenerate Access token and API Secret from login into your paykun payment admin panel, Then Go To Settings -> Security -> API Keys. There you will find the generate button if you have not generated an API key before. If you have generated API key before then you…

Read More
mongodb Amazon(AWS) linux Mongo DB NoSQL 

How to Install MongoDB Server in Ubuntu AWS EC2 updated in 2020

MongoDB is a free and open-source NoSQL database used in modern-day web applications. In this article, we will install and configure security auth features. #1 Step: installing MongoDB server First Update your ubuntu so that all the latest LTS settings can configure. Install Mongo using below command Note: If any error occurred while installing please refer below.Click here for force install solution #2 Step: Verifying and configuring server autostart By now the database server is automatically started after installation. if not you can follow the below step. How to verify whether…

Read More