Trending questions in Edureka Community

0 votes
1 answer

How to create .pem files for https web server?

Hello @kartik, The two files you need are ...READ MORE

Sep 7, 2020 in Node-js by Niroj
• 82,880 points
3,076 views
0 votes
1 answer

Error:React-router urls don't work when refreshing or writing manually

Hello @kartik, You can change your .htaccess file and insert ...READ MORE

Apr 27, 2020 in Java-Script by Niroj
• 82,880 points
8,811 views
+2 votes
1 answer

How to list down all the projects in GCP Cloud?

Hi@akhtar, GCP Shell has a command named gcloud. ...READ MORE

Aug 23, 2020 in GCP by MD
• 95,440 points
3,663 views
0 votes
1 answer

[ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized.

Hi@akhtar, This problem is introduced when you upgrade ...READ MORE

Sep 3, 2020 in Others by MD
• 95,440 points
3,237 views
0 votes
1 answer

Checksum verification in Hadoop.

Hi@akhtar, Hadoop filesystem has Command to check the checksum ...READ MORE

Oct 15, 2020 in Big Data Hadoop by MD
• 95,440 points
1,419 views
0 votes
1 answer

Is there anyway to get the total count of times of a Generator?

Generators are originally created to return an ...READ MORE

Nov 6, 2020 in Python by Gitika
• 65,910 points
462 views
0 votes
2 answers

Getting error while Initialising the Blockchain

Hello, @Edureka, You have two options: Execute with sudo. This ...READ MORE

Sep 17, 2020 in Blockchain by Roshni
• 10,520 points
2,579 views
0 votes
1 answer

In PHP, how to detect the execution is from CLI mode or through browser ?

Hello @kartik, Use the php_sapi_name() function. if (php_sapi_name() == "cli") { ...READ MORE

Oct 22, 2020 in PHP by Niroj
• 82,880 points
1,105 views
0 votes
2 answers

Error:SMTP server response: 530 SMTP authentication is required.

Yes good i like it so nice ...READ MORE

Aug 25, 2020 in PHP by Mani Usman
3,627 views
0 votes
1 answer

How to Abort Ajax requests using jQuery?

Hello kartik, Just use ajax.abort(). For example you could ...READ MORE

Apr 27, 2020 in Java-Script by Niroj
• 82,880 points
8,798 views
0 votes
1 answer

Is there any built in sorted data structure in python?

Yes. List is sortable. Dict is also ...READ MORE

Nov 4, 2020 in Python by Richa sharma
569 views
0 votes
1 answer

How to create a password for an IAM user?

Hi@akhtar, You can create a password for the specified ...READ MORE

Nov 3, 2020 in AWS by MD
• 95,440 points
580 views
0 votes
1 answer

How to convert a list into an array in Python?

Hi@akhtar, You need to import the NumPy module ...READ MORE

Oct 15, 2020 in Python by MD
• 95,440 points
1,405 views
0 votes
1 answer

How to activate an existing named configuration in GCP?

Hi@akhtar, You can activate an existing named configuration in ...READ MORE

Nov 9, 2020 in GCP by MD
• 95,440 points
312 views
0 votes
1 answer

Is aws cdn edge locations are connected each other?

Hi@Senthiikumar, Yes, according to my knowledge all the ...READ MORE

Nov 4, 2020 in AWS by MD
• 95,440 points
552 views
0 votes
1 answer

How to get a variable name as a string in PHP?

Hello @kartik, You can use this: function varName( $v ...READ MORE

Sep 29, 2020 in Laravel by Niroj
• 82,880 points
2,081 views
0 votes
1 answer

How to change import mode to direct mode of connection in powerBI

Create a new file connect in import ...READ MORE

Oct 29, 2020 in Power BI by anonymous
• 65,910 points
813 views
0 votes
1 answer

kubectl info: exec: fork/exec /usr/local/bin/kubectl: exec format error

Hi@akhtar, The most common reason for this error ...READ MORE

May 19, 2020 in Kubernetes by MD
• 95,440 points
7,830 views
0 votes
1 answer

How to check permission inside a template in Django?

Hello @kartik, To check for permissions in templates, ...READ MORE

Aug 7, 2020 in Python by Niroj
• 82,880 points
4,364 views
0 votes
2 answers

Transform a heavy calculated measure (accumulated) into a column in Power BI

Hello, @Marinafr, If you are using Pro License ...READ MORE

Oct 23, 2020 in Power BI by Rajiv
• 8,910 points
1,013 views
0 votes
1 answer

How do I dynamically invoke a class method in PHP?

Hello @kartik, It works both ways - you ...READ MORE

Nov 3, 2020 in PHP by Niroj
• 82,880 points
573 views
0 votes
1 answer

Error: Unexpected token import in nodejs

Hello, Unfortunately, Node.js doesn't support ES6's import yet. To accomplish what ...READ MORE

Apr 24, 2020 in Java-Script by Niroj
• 82,880 points
8,906 views
0 votes
2 answers

How to get job offer in google?

Hi@yahaya, You can get a job offer on ...READ MORE

Oct 30, 2020 in Career Counselling by MD
• 95,440 points
695 views
0 votes
0 answers

The test is running and getting failed (TestNG) - email is entering twice and getting a mssg wrong email

http://admin-demo.nopcommerce.com/ Hi all, Can anyone help me to ...READ MORE

Oct 28, 2020 in Selenium by faha
• 380 points
892 views
0 votes
1 answer

Is possible to create environment variables in windows EC2 instance without SSM document?

Hi@Lakshminarayanan, When we connect AWS console using SDK  ...READ MORE

Oct 27, 2020 in AWS by MD
• 95,440 points
894 views
0 votes
1 answer

Copy files from one Linux system to another Linux system.

Hi@akhtar, You can copy your files from one ...READ MORE

Oct 21, 2020 in Linux Administration by MD
• 95,440 points
1,152 views
0 votes
1 answer

Will docker run on I5 or I7 is required?

It will run on i3 as well. ...READ MORE

Oct 5, 2020 in Docker by Vel
1,804 views
0 votes
1 answer

How to set upload_max_filesize in .htaccess?

Hello @kartik, php_value upload_max_filesize 30M is correct. You will have ...READ MORE

Oct 22, 2020 in PHP by Niroj
• 82,880 points
1,067 views
0 votes
1 answer

Create a key pair in AWS using Boto3.

Hi@akhtar, You need to create a 2048-bit RSA ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
1,674 views
+1 vote
1 answer

How to make external HTTP requests with Node.js ?

Hello @kartik, Use this: var http = require('http'); var options ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,880 points
1,494 views
0 votes
1 answer

How to create a histogram in R?

Hi@MD, A histogram represents the frequencies of values ...READ MORE

Oct 30, 2020 in Data Analytics by akhtar
• 38,230 points
753 views
0 votes
1 answer

return [x + y for x, y in zip(a, b)]

Hello @Ahmad, Could you please explain your workaround ...READ MORE

Nov 3, 2020 in Python by Gitika
• 65,910 points
559 views
0 votes
2 answers

How to create a directory in remote nodes using Ansible-Playbook?

You can read install and setup apache ...READ MORE

Aug 23, 2020 in Ansible by anonymous
• 160 points
3,682 views
0 votes
1 answer

Support vector Regresson

Hi,@ Manoj, I would suggest you go through ...READ MORE

Nov 9, 2020 in Python by anonymous
• 65,910 points
326 views
+1 vote
1 answer

Need Help NPM Error

Try to remove /usr/local/lib/node_modules/npm and reinstall node ...READ MORE

Oct 19, 2020 in Software Testing by Karan
• 19,610 points
1,164 views
0 votes
1 answer

How to change public folder to public_html in laravel 5?

Hello, you can register the following code at Application ...READ MORE

Nov 6, 2020 in PHP by Niroj
• 82,880 points
424 views
0 votes
2 answers

Error saying "ImportError: No module named yaml"

actually this related python pckage in order ...READ MORE

Jul 18, 2020 in Ansible by shivanand
16,770 views
0 votes
1 answer

I don’t have recorder and screen scraper button in uipath studio what can I do in this situation?

You need to update the dependencies to ...READ MORE

Nov 4, 2020 in RPA by Sugandha
532 views
0 votes
1 answer

Jenkins pipeline error in deployment in Kubernetes

Hi@Pratyay, Deployment has no apiVersion v1. If you want ...READ MORE

Jul 28, 2020 in DevOps & Agile by MD
• 95,440 points
4,792 views
0 votes
1 answer

How to submit form without page reloading?

Hello @kartik, If you put an Iframe in ...READ MORE

Oct 6, 2020 in PHP by Niroj
• 82,880 points
1,756 views
+2 votes
1 answer

Error: You might need to start Docker for Windows. How do i start the daemon?

Hi, If you are running containers with Docker, ...READ MORE

May 19, 2020 in DevOps & Agile by MD
• 95,440 points
7,733 views
–1 vote
1 answer

I cannot access my LMS. Please help.

Hey, @Arjita, See if you have correctly logged ...READ MORE

Oct 12, 2020 in Others by Gitika
• 65,910 points
1,590 views
0 votes
1 answer

TypeError :Cannot cast Index to dtype int

use numpy  and use .astype(np,int) instead of ...READ MORE

Oct 15, 2020 in Python by Gitika
• 65,910 points
1,353 views
0 votes
3 answers

which AWS certification is best for a Junior java developer?

Hello @ shreya , Well since you are a developer, ...READ MORE

Sep 23, 2020 in Career Counselling by Niroj
• 82,880 points
2,236 views
0 votes
1 answer

How to just run post-install?

Hello @kartik, You can run individual script entries ...READ MORE

Oct 13, 2020 in Node-js by Niroj
• 82,880 points
1,444 views
0 votes
1 answer

How to create a line chart in R?

Hi@akhtar, A simple line chart is created using ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,440 points
732 views
0 votes
1 answer

How to Check for a Specific Type of Object in PHP?

Hello @kartik, Use: bool is_a ( object $object ...READ MORE

Oct 29, 2020 in Laravel by Niroj
• 82,880 points
751 views
0 votes
0 answers

Unable to get the test result passed

When I try to run the test ...READ MORE

Oct 28, 2020 in Selenium by faha
• 380 points
849 views