Trending questions in Edureka Community

0 votes
0 answers

Linux: How does communication with kernel module from user space happen

I am reading Embedded Linux Primer book ...READ MORE

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

edited Mar 4 124 views
0 votes
0 answers

How to get Docker desktop on Ubuntu?

I'm new to Docker and Kubernetes, and ...READ MORE

May 10, 2022 in Docker by pranav
• 2,590 points

edited Mar 4 122 views
0 votes
0 answers

What service principle does Azure DevOps pipeline jobs run under

I have an integration test task in ...READ MORE

Apr 18, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,062 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 121 views
0 votes
0 answers

How to delete a docker image?

A Dockerfile is included in my project ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
769 views
0 votes
0 answers

Specify Destination Directory for 'zip' Command Output

The zip command generally places the output ...READ MORE

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

edited Mar 4 122 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 121 views
0 votes
0 answers

How do I set a variable to the output of a command in Bash?

I have a pretty simple script that ...READ MORE

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

edited Mar 4 121 views
0 votes
1 answer

Salesforce - trigger auto-response rule after creating case through API

Less complexity, on the other hand, generally ...READ MORE

Apr 1, 2022 in SalesForce by CoolCoder
• 4,420 points
1,830 views
0 votes
0 answers

One line if/else condition in linux shell scripting

I would like to have the equivelant ...READ MORE

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

edited Mar 4 119 views
0 votes
0 answers

Joined linux host to AD server using realmd. Unable to change ad user passwords from the command line

Have a fairly simple setup of one ...READ MORE

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

edited Mar 4 119 views
0 votes
1 answer

Private ethereum blockchain mining on a Raspberry Pi - is it possible?

There are some pretty good guides out ...READ MORE

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

Unable to install pandas for python

I'm attempting to install pandas for Python, ...READ MORE

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

edited Mar 4 157 views
0 votes
1 answer

Sanity Testing vs Regression Testing?

Sanity testing entails ensuring that the application's ...READ MORE

Apr 7, 2022 in Machine Learning by Nandini
• 5,480 points
1,544 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 112 views
0 votes
1 answer

Invoke-customs are only supported starting with android 0 --min-api 26

After hours of working on this probleme, ...READ MORE

Feb 16, 2022 in Others by Soham
• 9,730 points
3,645 views
0 votes
0 answers

AWS VPC - Internet Gateway vs. NAT

What is an Internet Gateway? What is ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,690 points
663 views
0 votes
1 answer

Cluster analysis using Tableau

I double-checked in my tableau v2020.3, and ...READ MORE

Apr 12, 2022 in Tableau by Neha
• 9,020 points
1,389 views
0 votes
0 answers

Get last modified object from S3 using AWS CLI

I have a use case where I ...READ MORE

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

I want to get Operating System of the GCP VM instance

I want to get Operating System of ...READ MORE

Apr 11, 2022 in GCP by Rahul
• 3,380 points
1,363 views
+1 vote
1 answer

Unzipping files in Python

Use this code: import zipfile with zipfile.ZipFile(path_to_zip_file, 'r') as ...READ MORE

Apr 25, 2022 in Python by narikkadan
• 63,600 points
669 views
0 votes
0 answers

Why does Python give the "wrong" answer for square root? What is integer division in Python 2?

x = 16 sqrt = x**(.5) #returns ...READ MORE

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

edited Mar 4 139 views
0 votes
1 answer

Can I run Azure DevOps pipeline without committing it?

Yes, you can do it if you ...READ MORE

Mar 30, 2022 in Azure by Edureka
• 13,670 points
1,853 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,670 points

edited Mar 4 138 views
0 votes
1 answer

Requests Module not found in python, after deploying to Azure function

Your app may scale to zero instances ...READ MORE

Apr 1, 2022 in Azure by Edureka
• 12,700 points
1,738 views
0 votes
1 answer

EXCEL: How to automatically add serial number in Excel Table using formula that is immune to filtering / sorting?

These techniques can add a running column ...READ MORE

Mar 24, 2022 in Database by gaurav
• 23,260 points
2,099 views
0 votes
0 answers

How to get a Drift Report from Azure DevOps DACPAC deployment?

I want to have a Drift-Report during ...READ MORE

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

How to create named and latest tag in Docker?

Assume I have an image that I ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
902 views
0 votes
1 answer

Google Apps Script fetch data from private network (vpn)

The curl command above would provide a ...READ MORE

Feb 24, 2022 in Cyber Security & Ethical Hacking by Edureka
• 13,670 points
3,321 views
0 votes
0 answers

What is the difference between Object and Object ACL in AWS S3?

I added a file into the AWS ...READ MORE

Apr 19, 2022 in AWS by Rahul
• 9,690 points
925 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,670 points

edited Mar 4 123 views
0 votes
0 answers

raw_input function in Python

What is the raw_input function? Is it ...READ MORE

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

edited Mar 4 119 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,670 points

edited Mar 4 119 views
0 votes
1 answer

creating a tableau pie chart with no measures data

It's not difficult once you understand the ...READ MORE

Apr 12, 2022 in Tableau by Neha
• 9,020 points
1,263 views
0 votes
0 answers

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

I read it doesn't cost anything to ...READ MORE

Apr 25, 2022 in AWS by Soham
• 9,730 points
636 views
0 votes
0 answers

To whom are Azure DevOps access request e-mails sent? And can that be controlled?

How can I  control the recipients of ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,040 points
804 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,670 points

edited Mar 4 115 views
0 votes
0 answers

How does collections.defaultdict work?

I've read the examples in python docs, ...READ MORE

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

edited Mar 4 114 views
0 votes
0 answers

How to convert YOLO format annotations to x1, y1, x2, y2 coordinates in Python?

I would like to know how to ...READ MORE

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

edited Mar 4 115 views
0 votes
0 answers

What do __init__ and self do in Python?

936 429 I'm learning the Python programming language and ...READ MORE

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

edited Mar 4 114 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,670 points

edited Mar 4 113 views
0 votes
0 answers

How to delete instance in EC2?

How can I delete an instance in ...READ MORE

Apr 19, 2022 in AWS by Rahul
• 9,690 points
914 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,670 points

edited Mar 4 113 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,670 points

edited Mar 4 112 views
0 votes
1 answer

How to write the Bitcoin logo as text?

Create a string in strings.xml like the ...READ MORE

Apr 12, 2022 in Blockchain by Aditya
• 7,680 points
1,236 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
891 views
0 votes
0 answers

Which version of Python do I have installed?

On a Windows server, I need to ...READ MORE

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

edited Mar 4 111 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 70 views
0 votes
0 answers

Extracting extension from filename in Python

Is it possible to extract the extension ...READ MORE

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

edited Mar 4 108 views
0 votes
0 answers

Wordpress on AWS EC2 - broken after assigning elastic IP

So, I got WordPress installed and working ...READ MORE

Apr 21, 2022 in AWS by Rahul
• 9,690 points
756 views