Trending questions in Edureka Community

–1 vote
1 answer

How to find AWS instance Ids in yaml format from command line?

Hi@akhtar, By default AWS gives output in json ...READ MORE

Jun 2, 2020 in AWS by MD
• 95,440 points
620 views
0 votes
1 answer

What are the main role of a IOT developer?

Hello @kartik, Current IoT skills require not just ...READ MORE

May 22, 2020 in Career Counselling by Niroj
• 82,880 points
1,050 views
+1 vote
1 answer

Need of CloudFront service in AWS.

Hi@akhtar, We need CloudFront service so that we ...READ MORE

Jun 5, 2020 in AWS by MD
• 95,440 points
413 views
0 votes
1 answer

How to access GET directly from JavaScript?

Hello @kartik, You can first go through: window.location.search It will ...READ MORE

Apr 29, 2020 in Java-Script by Niroj
• 82,880 points
2,034 views
0 votes
1 answer

Create a constant in Python?

No there is not. You cannot declare ...READ MORE

Aug 24, 2018 in Python by Priyaj
• 58,090 points
28,564 views
0 votes
2 answers

How to create a Javascript executor for making an element visible in Selenium Webdriver?

document.getElementById("myBtn").disabled = true; READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
7,969 views
0 votes
0 answers
0 votes
1 answer

How to have conditional elements and keep DRY with Facebook React's JSX?

Hello @kartik, Let's define a simple helping If component: var If ...READ MORE

Jun 4, 2020 in Angular by Niroj
• 82,880 points
475 views
+1 vote
1 answer

How to configure NFS server in Linux?

Hi@akhtar, To configure NFS server in your system, ...READ MORE

May 27, 2020 in Linux Administration by MD
• 95,440 points
767 views
0 votes
1 answer

If we give just * instead of H/2 in Poll SCM, will Jenkins build get triggered for every commit ?

Hi@Rekha, In the Poll SCM if you give ...READ MORE

May 3, 2020 in Jenkins by MD
• 95,440 points
2,156 views
0 votes
1 answer

How to break root password in CentOS/RHEL 8?

Hi@akhtar, Reboot the system and interrupt the boot ...READ MORE

May 11, 2020 in Linux Administration by MD
• 95,440 points
1,498 views
0 votes
1 answer

Twitter Bootstrap: How to see the state of a toggle button?

Hii @kartik, You can see what classes the ...READ MORE

May 12, 2020 in JQuery by Niroj
• 82,880 points
1,451 views
0 votes
1 answer

Failed to stop container 'd537cf8e22697f866e146d6d899e008e5a2aff80089923e9a77ed5b5f7da7d56' for node 'Kubectl-image-0000ew8kc42qk' due to exception:

Hi@akhtar, Before launching the Node, make sure your ...READ MORE

Jun 4, 2020 in Jenkins by MD
• 95,440 points
463 views
0 votes
1 answer

How to pretty-print a numpy.array without scientific notation and with given precision?

Hii @kartik, The numpy arrays have the method round(precision) which ...READ MORE

Apr 14, 2020 in Python by Niroj
• 82,880 points
2,666 views
0 votes
1 answer

Error:Pip install Matplotlib error with virtualenv

Hello @kartik, To generate graph in png format ...READ MORE

May 20, 2020 in Python by Niroj
• 82,880 points
1,098 views
0 votes
1 answer

What is the difference between NULL and NA?

In simple words, NULL represents the null or an empty object ...READ MORE

Oct 14, 2019 in Data Analytics by anonymous
• 33,030 points
10,648 views
0 votes
1 answer

How to print a circular structure in a JSON-like format?

Hello, You can use util.inspect(object) in node.js. It automatically ...READ MORE

Apr 24, 2020 in Java-Script by Niroj
• 82,880 points
2,217 views
0 votes
1 answer

How to get data from Laravel backend and display in Vue/Nuxt frontend

Hello, You have to use the package dotenv. Then ...READ MORE

Apr 8, 2020 in Laravel by Niroj
• 82,880 points
2,901 views
0 votes
1 answer

Can edureka has portals to teach ?

Hi, @Dhanush, Regarding your query, I would suggest you ...READ MORE

Jun 2, 2020 in Java by Gitika
• 65,910 points
563 views
+1 vote
2 answers

DevOps used in financial services

We review Timeshare Exit Companies helping you ...READ MORE

Feb 8, 2022 in Kubernetes by Exittime
• 170 points
529 views
0 votes
1 answer

Getting error while run the selenium scripts.How can i resolve this issue?

Tq. Yes, it worked for me. READ MORE

Jun 16, 2020 in Selenium by anonymous
2,605 views
0 votes
2 answers

How to scroll a Web Page using coordinates of a WebElement in Selenium WebDriver ?

JavascriptExecutor js = (JavascriptExecutor) driver; js.executeScript("window.scrollBy("X", " y ...READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
5,729 views
0 votes
1 answer

Generate mongod.conf for tarball installtion

Hi,@kailas, To run a mangod process as a daemon ...READ MORE

May 26, 2020 in Database by Gitika
• 65,910 points
881 views
0 votes
1 answer

Is CCNA a big plus while applying for a DevOps job because networking knowledge comes in handy?

Hii amit, Actually now a days Cloud Computing is a ...READ MORE

Apr 20, 2020 in Other DevOps Questions by Niroj
• 82,880 points
2,374 views
0 votes
1 answer

How to enable or disable maintenance mode in Laravel?

Hii, We have to use the following artisan ...READ MORE

Mar 24, 2020 in Laravel by Niroj
• 82,880 points
3,532 views
0 votes
1 answer
0 votes
1 answer

ERROR Request entity too large. Request exceeds the capacity limit

Hi@akhtar, The file download size limit is controlled ...READ MORE

May 11, 2020 in Linux Administration by MD
• 95,440 points
1,440 views
0 votes
1 answer

Error:while importing Table for WORDPRESS

Hello @kartik, I had the same error when ...READ MORE

May 8, 2020 in PHP by Niroj
• 82,880 points
1,556 views
0 votes
2 answers

What is integration runtime in azure data factory?

IR is like act as brige between ...READ MORE

Feb 22, 2020 in Azure by yahya sharif
5,919 views
0 votes
1 answer

I have 2.7 years of work experience.

Hi, @Saleemhopes, If u have 2.7 years of work ...READ MORE

Jun 4, 2020 in Ask us Anything! by Gitika
• 65,910 points
712 views
0 votes
1 answer

What are the differences between mysqli_connect and mysqli_pconnect?

Hello, mysqli_pconnect() function is used for making a persistence ...READ MORE

Mar 27, 2020 in PHP by Niroj
• 82,880 points
3,357 views
0 votes
1 answer

How to check if a website allows web scraping?

To check if a website allows web ...READ MORE

Jun 14, 2019 in Python by Wajiha
• 1,950 points
15,750 views
0 votes
1 answer

Postman: Error “Unsupported Media Type” for send notification

Postman Check this link out. or maybe schemas any field ...READ MORE

Apr 29, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
17,743 views
+1 vote
1 answer

How to enable SSH in windows system?

Hi@akhtar, By default SSH is disabled in Windows ...READ MORE

Jun 1, 2020 in AWS by MD
• 95,440 points
474 views
+1 vote
1 answer

want to Login to windows servers (ec2) and pass some set of commands on perticular schedule (say 12 hr). how can i do that using boto3!

Hi@shubham, If you have a Linux system, then you ...READ MORE

May 27, 2020 in AWS by MD
• 95,440 points
694 views
+1 vote
1 answer

What are the prerequisites to learn AWS?

Hi@akhtar As mentioned, there are no such prerequisite ...READ MORE

May 20, 2020 in AWS by MD
• 95,440 points
971 views
0 votes
1 answer

how to create a job using jenkins for Sign the puppet certificate on master ?

Take a look at this  https://fullstack-puppet-docs.readthedoc ...READ MORE

May 29, 2020 in Jenkins by Sirajul
• 59,230 points
863 views
0 votes
0 answers

Git tutorial basics cases are explained here

Here is the link to the blog: https://www.edureka.co/blog/git-tutorial/ I ...READ MORE

Jun 4, 2020 in Git & GitHub by Vardhan
• 13,190 points
391 views
0 votes
1 answer

Python Error saying "NameError: global name 'true' is not defined"

It's a very small mistake. Change true ...READ MORE

Jun 17, 2019 in Python by Vinayak

edited Oct 7, 2021 by Sarfaraz 15,604 views
0 votes
2 answers

/tmp/jenkins7925067706776714433.sh: ./deploy: Permission denied in jenkins

To avoid this error, You should add ...READ MORE

Mar 31, 2020 in Jenkins by akhtar
• 38,230 points
3,115 views
0 votes
1 answer

What is the most accredited DevOps certificate?

There are many institutes that offer DevOps ...READ MORE

Jun 1, 2020 in Career Counselling by Sirajul
• 59,230 points
695 views
0 votes
4 answers
0 votes
1 answer

error: Putty.exe has been denied access to IP

Hi@akhtar, The error may occur because of firewall. Your ...READ MORE

May 28, 2020 in Linux Administration by MD
• 95,440 points
643 views
0 votes
0 answers
0 votes
1 answer

How can I expire a PHP session after 50 minutes?

Hii @kartik, Use the session_set_cookie_params funciton to set the session. If necessary call this function ...READ MORE

May 19, 2020 in PHP by Niroj
• 82,880 points
1,036 views
0 votes
1 answer

Error:mysql_fetch_array()/mysql_fetch_assoc()/mysql_fetch_row()/mysql_num_rows etc… expects parameter 1 to be resource

Hello, Error occurred here was due to the ...READ MORE

May 19, 2020 in PHP by Niroj
• 82,880 points
1,035 views
0 votes
1 answer

How to make seleinum jar file , and how to test using Selenium jar file?

Use Eclipse Export Wizard. While exporting, select "Create ...READ MORE

Apr 27, 2020 in Selenium by Sirajul
• 59,230 points
1,991 views
0 votes
1 answer

How can we install python modules without root access?

Hii, You can run easy_install to install python ...READ MORE

Apr 14, 2020 in Python by Niroj
• 82,880 points
2,538 views
+1 vote
0 answers

How can I map a docker location to my Jenkins workspace so that I can use the files in my Jenkins

Hey guys, I was trying to execute few ...READ MORE

Feb 25, 2020 in Docker by dineshkumar
• 130 points
4,646 views
0 votes
1 answer

How to check whether the current version of my firefox browser is compatible with Selenium Webdriver current version?

Hi Pankhuri, to check the compatibility of ...READ MORE

Jul 17, 2019 in Selenium by Abha
• 28,140 points
14,308 views