Trending questions in Edureka Community

0 votes
1 answer

Unable to install NVIDIA driver on various GCP Ubuntu VM's with Tesla K80 GPU

The mistake you are making here is ...READ MORE

Apr 5, 2022 in GCP by Korak
• 5,820 points
1,759 views
0 votes
0 answers

Need a report that displays users permissions for all the Jenkins projects

Need a report that displays users permissions ...READ MORE

May 2, 2022 in Jenkins by Karthick

edited Mar 4 212 views
0 votes
1 answer

Full nodes for ETH, BTC, and USDT in one server

You don't need to run another node ...READ MORE

Mar 31, 2022 in Blockchain by Rahul
• 9,690 points
1,612 views
0 votes
0 answers

How to determine Docker version

If I run: $ docker -v the result is: Docker ...READ MORE

Apr 30, 2022 in Docker by rajiv
• 1,620 points

edited Mar 4 306 views
+1 vote
0 answers

How to check a Bitcoin wallet balance from first generated address (m/44'/0'/0'/0/0)

Is there a way to check a ...READ MORE

Mar 4, 2022 in Blockchain by Soham
• 9,730 points
2,735 views
0 votes
0 answers

How do i select correct active serial port in linux?

I am trying to communicate with a ...READ MORE

Apr 13, 2022 in Linux Administration by Soham
• 9,730 points
1,039 views
0 votes
0 answers

For-each over an array in JavaScript

How can I loop through all the ...READ MORE

Apr 19, 2022 in Java by Rahul
• 3,380 points
787 views
0 votes
1 answer

How to upload data to Tableau Server in Python

Then install the tableau-api-lib utility for Python ...READ MORE

Mar 4, 2022 in Tableau by Neha
• 9,020 points
2,726 views
+1 vote
3 answers

How to change the value of a variable using R programming in a data frame?

Try this: df$symbol <- as.character(df$symbol) df$symbol[df$sym ...READ MORE

Jan 11, 2019 in Data Analytics by Tyrion anex
• 8,700 points
36,981 views
0 votes
0 answers

How to copy files from host to Docker container?

I'm attempting to create a backup and ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 335 views
0 votes
1 answer

Excel: Highlighting duplicates with exact matches

To enter the Advanced Filter dialogue box, ...READ MORE

Mar 24, 2022 in Database by gaurav
• 23,580 points
1,883 views
0 votes
0 answers

How to remove old Docker containers?

I'm not sure how to get rid ...READ MORE

Apr 30, 2022 in Docker by rajiv
• 1,620 points

edited Mar 4 326 views
0 votes
1 answer

Understanding Polynomial Regression Equation with multiple Independent Variable

You can choose from the following options: Powers ...READ MORE

Mar 25, 2022 in Machine Learning by Nandini
• 5,480 points
1,861 views
0 votes
0 answers

Azure devops - ansible azure rm issue

I want to run ansible using the ...READ MORE

Apr 8, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,270 views
0 votes
0 answers

How to Configure Ant Media Server to upload only MP4 files(Not HLS) to S3?

Ant Media Server v2.4.0+ versions uploads all ...READ MORE

Apr 11, 2022 in Others by Kichu
• 19,040 points
1,078 views
0 votes
1 answer

Hours and minutes difference between two times in Excel

Using the TEXT function in Excel is ...READ MORE

Mar 25, 2022 in Database by gaurav
• 23,580 points
1,854 views
0 votes
0 answers

Alternative to ping

I want to see if an Amazon ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,690 points
990 views
0 votes
1 answer

Replacing H1 text with a logo image: best method for SEO and accessibility?

<h1> <a href="http://edureka.co"> ...READ MORE

Feb 21, 2022 in Others by narikkadan
• 86,360 points
3,223 views
0 votes
1 answer

Using zCash through BitcoinJ

Your code isn't accounting for the format ...READ MORE

Apr 12, 2022 in Blockchain by Rahul
• 9,690 points
1,167 views
0 votes
1 answer

Why is there still a row limit in Microsoft Excel?

Because of optimizations, most likely. There are ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,580 points
1,635 views
0 votes
0 answers

Does the crypto wallet "Exodus" reveal your IP Address?

I've read that "SPV Wallets," also called ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,690 points
1,333 views
0 votes
1 answer

Setting a Custom SEO Title Using Yoast Wordpress SEO API

Firstly disable WordPress SEO by Yoast, then ...READ MORE

Mar 11, 2022 in Digital Marketing by narikkadan
• 86,360 points
2,454 views
0 votes
1 answer

What is the difference between a Confusion Matrix and Contingency Table?

Confusion Matrix is a classification matrix used ...READ MORE

Mar 2, 2022 in Machine Learning by Dev
• 6,000 points
2,807 views
0 votes
0 answers

How do I assign a port mapping to an existing Docker container?

I'm not sure if I'm missing something, ...READ MORE

Apr 30, 2022 in Docker by rajiv
• 1,620 points

edited Mar 4 287 views
0 votes
1 answer

What is the Difference between VSO, VSTS and Azure Devops

Azure DevOps was previously known as VSO ...READ MORE

Mar 8, 2022 in Azure by Edureka
• 13,730 points

edited Jun 27, 2023 by Khan Sarfaraz 2,632 views
0 votes
0 answers

Does anyone know what is 'Effort' field in Azure DevOps Epic?

What is the 'Effort' field in Azure ...READ MORE

Apr 7, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,300 views
0 votes
0 answers

How to filter "docker inspect" output so that only certain tag:value pairs are displayed?

I built a small bridge network and ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 284 views
0 votes
1 answer

VPC Network on GCP

Google Cloud creates a default VPC. The instance that ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
1,314 views
0 votes
1 answer

Azure Databricks - reading tables with koalas

You just need to use  read_table EX: ksdf = ks.read_table(' ...READ MORE

Mar 30, 2022 in Azure by Edureka
• 13,730 points
1,617 views
0 votes
0 answers

docker-compose up, down, stop start difference

Should we use docker stop instead of ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 313 views
0 votes
1 answer

Python script, query to GCP postgresql db from local machine?

Using the Cloud SQL Python connector you ...READ MORE

Mar 8, 2022 in GCP by Korak
• 5,820 points
2,550 views
0 votes
0 answers

Cloud function on GCP: no exit log

I have a google cloud function triggered ...READ MORE

Apr 11, 2022 in GCP by Rahul
• 3,380 points
1,116 views
0 votes
0 answers

Docker on Mac doesn't show all options when clicking on Whale icon

In Docker, I'm having a difficulty. When ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 306 views
0 votes
1 answer

JavaScript heap out of memory in Angular 7 using Azure DevOps

Try running the prod build as follows: node ...READ MORE

Feb 9, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
3,693 views
0 votes
0 answers

What exactly does the Unix `bash` command do when run without options?

When you type bash into the terminal ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,730 points
800 views
0 votes
0 answers

Requirements Management and Requirements Traceability in Agile Projects

Is there a place in agile projects ...READ MORE

Apr 20, 2022 in PMP by Edureka
• 13,690 points
712 views
0 votes
0 answers

Will upgrading my AWS EC2 t3.small instance to t3.medium give better CPU performance?

I'm currently using an EC2 t3.small instance ...READ MORE

Apr 29, 2022 in AWS by Rahul
• 9,690 points

edited Mar 4 315 views
0 votes
0 answers

PostgrSQL custom Docker Container

I'm attempting to create a Docker entrypoint ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 297 views
0 votes
1 answer

Keras deep learning sentiment analysis - supervised or unsupervised

The machine learning task of learning a ...READ MORE

Apr 4, 2022 in Machine Learning by Dev
• 6,000 points
1,558 views
0 votes
0 answers

What is the '--rm' flag doing?

I'm new to Docker and don't yet ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 300 views
0 votes
0 answers

Can't reinstall docker desktop on windows 10 pro

I am reinstalling docker desktop on my ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 268 views
0 votes
1 answer

What are approaches to calling gcp APIs from terraform? For ex, creating GCP pubsub Snapshot

You don't want to start using null ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
1,269 views
0 votes
1 answer

DataFrame constructor not properly called! error

You are providing a string representation of ...READ MORE

Feb 22, 2022 in Python by Aditya
• 7,680 points
3,123 views
0 votes
0 answers

docker wsl 2 is not installed

I installed the docker desktop. Then I ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 295 views
0 votes
0 answers

What is docker machine when using simple docker desktop for Window or Mac

After doing some research on docker swarm. ...READ MORE

Apr 30, 2022 in Docker by rajiv
• 1,620 points

edited Mar 4 294 views
0 votes
0 answers

Docker Detached Mode

What is meant by detached mode in ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 267 views
0 votes
0 answers

How to query remote site settings from Apex

I have a future method that makes ...READ MORE

Mar 17, 2022 in SalesForce by surbhi
• 3,820 points
2,176 views
0 votes
0 answers

Docker container not starting with ubuntu image (docker start)

If I use docker container run ubuntu ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 264 views
0 votes
0 answers

How can a script access Service Connections? (Azure Devops Pipelines)

I can't figure out how to access ...READ MORE

Apr 2, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,357 views
0 votes
1 answer

PowerBI Data Model and Slicers for Many-to-Many-to-Many too Many Over Time

A relationship with a many-many cardinality in Power BI ...READ MORE

Mar 2, 2022 in Power BI by gaurav
• 23,580 points
2,779 views