Trending questions in Edureka Community

0 votes
0 answers

ImageMagick Linux mimick ezgif.com result

Ezgif.com is a great page but can ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,690 points
908 views
0 votes
0 answers

How to edit a text file in my terminal

I'm using Linux mint and using the ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,690 points
798 views
0 votes
0 answers

An alternative in php to the xxd command in linux

I need to convert the bin file ...READ MORE

Apr 13, 2022 in Linux Administration by Aditya
• 7,680 points
1,393 views
0 votes
0 answers

How to Write the Test class for Salesforce Apex Aura Enabled class?

stuck in here to write a test ...READ MORE

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

What does %s mean in a Python format string?

What does %s mean in Python? And what does ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4 276 views
0 votes
0 answers

In Azure devops, how to copy application.zip file to blob storage?

How to copy the application zip file ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,040 points
2,047 views
0 votes
0 answers

linux bash - remove all files which are in one directory from another directory

I want to remove all files that ...READ MORE

May 10, 2022 in Linux Administration by Edureka
• 13,690 points

edited Mar 4 237 views
0 votes
0 answers

Can not clear cache memory on Linux

I have Logstash and Elasticsearch running on ...READ MORE

May 10, 2022 in Linux Administration by Edureka
• 13,690 points

edited Mar 4 235 views
0 votes
1 answer

Error using Santiment sanpy library for cryptocurrency data analysis

This is a great start, but I ...READ MORE

Apr 11, 2022 in Blockchain by Soham
• 9,730 points
1,526 views
0 votes
0 answers

Unscramble Letters in Java - Get all possible combinations of the letters

I am currently an AP Computer Science ...READ MORE

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

Notice: Undefined offset: 0 in

 I assume you are looking for the ...READ MORE

Feb 16, 2022 in Others by Aditya
• 7,680 points
3,769 views
0 votes
0 answers

Finding the unique elements in a column of a data from terminal/Unix

So, I have a dataset which is ...READ MORE

May 10, 2022 in Linux Administration by Edureka
• 13,690 points

edited Mar 4 233 views
0 votes
1 answer

How to turn gathering facts task off in Ansible?

Hi@akhtar, You can use gather_facts: no keyword in your playbook. ...READ MORE

Aug 10, 2020 in Ansible by MD
• 95,460 points
27,737 views
0 votes
0 answers

UNIX export command

I am trying to understand the use ...READ MORE

Apr 26, 2022 in Linux Administration by Edureka
• 13,690 points
771 views
0 votes
0 answers

Downloading Java JDK on Linux via wget is shown license page instead

When I try to download Java from ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,690 points
1,049 views
0 votes
1 answer

Azure Landing Zone for existing Azure infrastructure

Azure landing zones implementation choices give a ...READ MORE

Apr 22, 2022 in Azure by Edureka
• 12,700 points
1,200 views
0 votes
0 answers

How can I set ENVIRONMENT status in Azure DevOps yaml pipeline

I am creating a CICD pipeline in ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,040 points
2,343 views
0 votes
0 answers

Kanban/Scrum Boards

I'm curious as to what other people ...READ MORE

Apr 18, 2022 in PMP by Edureka
• 13,690 points
1,088 views
0 votes
0 answers

Immutable vs Mutable types

I'm confused on what an immutable type ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4 269 views
0 votes
0 answers

Upload HLS playlist manifest file and media segment files to GCP directly

I am working on VOD feature and ...READ MORE

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

S3 bucket policy: allow full access to a bucket and all its objects

I wanted a bucket policy that allows ...READ MORE

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

Azure Scheduler: first working day of every month

While it is possible to plan a ...READ MORE

Mar 25, 2022 in Azure by Edureka
• 13,730 points
2,299 views
0 votes
1 answer

how to find the difference between sandbox and production in salesforce

It could be a validation rule or ...READ MORE

Apr 1, 2022 in SalesForce by CoolCoder
• 4,420 points

edited Jun 27, 2023 by Khan Sarfaraz 1,934 views
0 votes
1 answer

How to import existing VPC in aws cdk?

If your VPC is created outside your ...READ MORE

Feb 15, 2022 in AWS by anonymous
3,806 views
0 votes
1 answer

npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Niroj\package.json'

Hello @kartik, If you already have package-lock.json file just delete ...READ MORE

Oct 13, 2020 in Node-js by Niroj
• 82,800 points
24,965 views
0 votes
0 answers

Choice PK and SK in DynamoDB

I have the following two items which ...READ MORE

Apr 12, 2022 in IoT (Internet of Things) by Rahul
• 9,690 points
1,362 views
0 votes
0 answers

How do I sort a dictionary by value?

I've created a dictionary of values from ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4 258 views
0 votes
0 answers

How do I "decompile" Java class files? [closed]

What program can I use to decompile ...READ MORE

Apr 21, 2022 in Java by Rahul
• 3,380 points
1,037 views
0 votes
0 answers
–1 vote
2 answers

In Python, How do I read 2 CSV files, compare column 1 from both, and then write to a new file where the Column 1s match?

Hi @Mike. First, read both the csv ...READ MORE

Jul 24, 2019 in Python by Omkar
• 69,180 points
35,080 views
0 votes
0 answers

Why does my tail command -n+NUM not work?

I want to understand the following command ...READ MORE

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

Code for Greatest Common Divisor in Python

The greatest common divisor (GCD) of a ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4 254 views
0 votes
1 answer

How to run a SQL query on an Excel table?

On Excel tables, how to construct and ...READ MORE

Apr 11, 2022 in Database by gaurav
• 23,580 points
1,509 views
0 votes
1 answer

How much will it cost to read from an S3 bucket in the same region but on different account

There will be no data transfer cost ...READ MORE

Feb 17, 2022 in AWS by anonymous
3,708 views
0 votes
1 answer

How can i use select * in SOQL query in Salesforce?

SOQL is not the same as SQL. ...READ MORE

Mar 3, 2022 in SalesForce by CoolCoder
• 4,420 points
3,099 views
0 votes
0 answers

Where does Jenkins fit in the devops pipeline?

where can I fit the Jenkins tool ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,040 points
936 views
0 votes
0 answers

How can I use/install "make" on the Amazon Linux AMI for EC2?

I'm a new user of Amazon EC2. I ...READ MORE

May 10, 2022 in Linux Administration by Edureka
• 13,690 points

edited Mar 4 210 views
0 votes
0 answers

Role of Testers in Agile?

I work in a team which has ...READ MORE

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

How to change a string into uppercase

How can I convert a string into ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4 246 views
0 votes
1 answer

Help with Probability Equation

The likelihood of winning is equal to ...READ MORE

Apr 7, 2022 in Machine Learning by Nandini
• 5,480 points
1,633 views
0 votes
1 answer

How to refresh Excel file every second?

Data should be refreshed at regular intervals. Select ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,690 points
1,776 views
0 votes
0 answers

How does Python's super() work with multiple inheritance?

How does super() work with multiple inheritance? For example, ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4 243 views
0 votes
0 answers

What does an 'r' represent before a string in python?

I want to understand why do we ...READ MORE

May 9, 2022 in Python by Edureka
• 13,730 points

edited Mar 4 243 views
0 votes
1 answer

How to find the intersecting point in the regression line

To find the intersecting point use the ...READ MORE

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

What is SaaS, PaaS and IaaS? With examples

What do the following terms mean? SaaS PaaS IaaS? There are ...READ MORE

Apr 21, 2022 in AWS by Rahul
• 9,690 points
1,021 views
0 votes
0 answers

Is agile scientifically proven?

Are there any scientific studies that have ...READ MORE

Apr 20, 2022 in PMP by Edureka
• 13,690 points
913 views
0 votes
1 answer

Exporting a table from Amazon RDS into a CSV file

Presumably, you're attempting to export data from ...READ MORE

Mar 3, 2022 in Others by gaurav
• 23,580 points
3,093 views
0 votes
1 answer

Hide the Power BI logo during visualization load

First, replace the Power BI logo with ...READ MORE

Feb 22, 2022 in Power BI by surbhi
• 3,820 points
3,478 views
0 votes
0 answers

jenkins pipeline s3 file download

I am trying to add this step in ...READ MORE

Apr 19, 2022 in AWS by Soham
• 9,730 points
1,042 views
0 votes
0 answers

Matplotlib throws warning message because of findfont - python

I want to plot a basic graph, ...READ MORE

Apr 14, 2022 in Azure by Edureka
• 13,730 points
1,016 views