Unanswered questions in Edureka Community

0 votes
0 answers

Is it possible to create Pivot Chart with source data as Pivot Table using Apache POI?

Using apache POI separately, I can make ...READ MORE

Dec 15, 2022 in Others by Kithuzzz
• 38,010 points
509 views
0 votes
0 answers

Logon failed, use ctrl+c to cancel basic credential prompt to Git in Azure DevOps

When I clone a git repository from Azure Repos into my local system, the clone succeeds, however I receive the following message: Logon failed, use ctrl+c to cancel basic ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
904 views
0 votes
0 answers

Using podman instead of docker for the Docker@2 task in Azure DevOps

Our build agent is running Podman 3.4.2, and each terminal session has a global alias that just replaces docker with podman, thus the command docker —version returns podman version 3.4.2 as a consequence. The purpose is to employ podman in an Azure DevOps pipeline for the Docker@2 task: steps: - task: Docker@2 displayName: Build and ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
823 views
0 votes
0 answers

Unittesting Ansible collections with Pytest

I'm fresh to the cloud/devops world. I created ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
286 views
0 votes
0 answers

Building an effective CI / CD infrastructure from scratch for a novice devops engineer

Background. At work, the need arose to deploy ...READ MORE

Dec 15, 2022 in DevOps & Agile by Edureka
• 12,690 points
194 views
0 votes
0 answers

Can't debug in PyCharm for Django inside Docker

I want to use PyCharm's debugging tools ...READ MORE

Dec 15, 2022 in DevOps & Agile by Edureka
• 12,690 points
343 views
0 votes
0 answers

How to work with api if the site requires an SSL certificate?

My DevOps API is here. User stories ...READ MORE

Dec 15, 2022 in DevOps & Agile by Edureka
• 12,690 points
245 views
0 votes
0 answers

Have I correctly calculated the address of the next network for the IP address

There is an IP address 10.13.112.17 /16with the ...READ MORE

Dec 15, 2022 in DevOps & Agile by Edureka
• 12,690 points
161 views
0 votes
0 answers

How to extract information about remote linux servers using ansible?

It is important to gather data from ...READ MORE

Dec 15, 2022 in Ansible by Edureka
• 12,690 points
433 views
0 votes
0 answers

Is there a way to implement event and lambda for all accounts

I have a problem where a third ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
147 views
0 votes
0 answers

Java import AWS Access Keys from Session

I'm creating a Java script that does ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
228 views
0 votes
0 answers

Distribute the nodes of an Elasticache cluster across different AZs?

The Elasticache cluster contains 10 shards, as ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
184 views
0 votes
0 answers

Lambda function that poll events from SQS only the first day of the month

I require a lambda function that only ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
370 views
0 votes
0 answers

How to use "alter system.." sql statement in AWS RDS oracle?

Oracle's data buffer cache was deleted using ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
474 views
0 votes
0 answers

Ansible: Dynamically copy files/directories depending on hostname

To share the labour of copying and ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
288 views
0 votes
0 answers

AWS Lambda "cannot find module aws-sdk" in Build a Basic Web Application tutorial

I'm trying to get a start with ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
4,736 views
0 votes
0 answers

How to use "alter system.." sql statement in AWS RDS oracle?

"ALTER SYSTEM FLUSH BUFFER_CACHE;" Oracle's data buffer ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
230 views
0 votes
0 answers

Convert oracle UDF function with to_number and value_error expection in it to AWS RDS maria db

create or replace FUNCTION num_check (p_string IN ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
201 views
0 votes
0 answers

Why Elastic beanstalk restore to old version?

Why did AWS reinstall an older version ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
225 views
0 votes
0 answers

Get yesterday's date in bash on Linux, DST-safe

I have a shell script that runs ...READ MORE

Dec 14, 2022 in Linux Administration by erzan
• 630 points
798 views
0 votes
0 answers

How to implement getch() function of C in Linux?

In TurboC++, I can use the getch() ...READ MORE

Dec 14, 2022 in Linux Administration by erzan
• 630 points
436 views
0 votes
0 answers

What does the $ mean in Linux?

I have to explain what the code ...READ MORE

Dec 14, 2022 in Linux Administration by erzan
• 630 points
385 views
0 votes
0 answers

How to search any word in linux 'screen'

I am going screen logs of devstack ...READ MORE

Dec 14, 2022 in Linux Administration by erzan
• 630 points
335 views
0 votes
0 answers

xxd usage (change magic byte to JPEG)

I create a simple test file like ...READ MORE

Dec 14, 2022 in Linux Administration by erzan
• 630 points
487 views
0 votes
0 answers

Dynamic selection of values in YAML deployment pipelines

I'm developing a pipeline to introduce certain ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
175 views
0 votes
0 answers

How to display and raise warnings in release pipeline for Azure devops?

I'm running a Python script in my ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
728 views
0 votes
0 answers

dotnet build vs publish on Azure DevOps

I have a console app for .NET Core 2.0.  I can successfully create, distribute, and operate this software locally.  In Azure DevOps, I can successfully create and publish this app.  However, I am unable to launch the finished product if I construct the app in Azure DevOps. I tried creating in Azure DevOps using: dotnet build -c ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
865 views
0 votes
0 answers

Adding Images in Azure DevOps Wiki

In one of my Azure DevOps projects,&n ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
876 views
0 votes
0 answers

Azure DevOps, YAML release pipelines?

For a.NET Core Web API project, I&nbs ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
255 views
0 votes
0 answers

Azure Devops Extension- PublishHTMLReport in Azure pipelines not producing HTML tab in azure devops

I am having an issue with this ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Edureka
• 13,620 points
804 views
0 votes
0 answers

How to get all repos in Azure DevOps?

I'm working on several Azure DevOps initiatives. ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Edureka
• 13,620 points
766 views
0 votes
0 answers

How to delete unwanted artifacts in Azure DevOps

Numerous NuGet packages are created by our ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Edureka
• 13,620 points
1,470 views
+1 vote
0 answers

How to keep Docker container running after starting services?

Although I've read many instructions that appear ...READ MORE

Dec 13, 2022 in Docker by Edureka
• 13,620 points
757 views
0 votes
0 answers

Connecting to AWS EC2 instance from Docker SDK for python

I have created a free tier EC2 ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
342 views
0 votes
0 answers

Is there any way to use existing AWS ELB for ingress in Kubernetes for airflow helm chart?

Planning to host airflow on Kubernetes (EKS), ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
236 views
+1 vote
0 answers

AWS Codepipeline not serving React from a PHP+React Git repository

I was setting up a Codepipeline for ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
400 views
0 votes
0 answers

How to sign-in to EKS cluster without aws-auth configmap?

My aws-auth configmap contains the aws roles ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
225 views
0 votes
0 answers

How to get the record count of all tables in athena aws?

I'm trying to figure out how to ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
1,827 views
0 votes
0 answers

How to sign-in to EKS cluster without aws-auth configmap?

My aws-auth configmap contains the aws roles ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
234 views
0 votes
0 answers

I can't delete AWS appconfig configuration and environment

I'm studying about Appconfig to change my service from parameter ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
637 views
0 votes
0 answers

How to build docker images for multiple Sagemaker training applications?

Given one ML repository contains 3 training ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
226 views
0 votes
0 answers

CDK :How to use/import s3 defined in one stack to another stack ( In different file)?

a little bit new to typescript and ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
530 views
0 votes
0 answers

How to set status code allerts for load balancer?

How do I check and configure the ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
193 views
0 votes
0 answers

What is devops?

Describe DevOps. I don't understand it, but ...READ MORE

Dec 13, 2022 in DevOps & Agile by Edureka
• 12,690 points
313 views
0 votes
0 answers

What is the difference between Pipeline and Release Pipeline in azure devops?

If you select the following option, a ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Edureka
• 12,690 points
753 views
0 votes
0 answers

Unable to negotiate with 40.74.28.9 port 22: no matching host key type found. Their offer: ssh-rsa

When using git within Azure DevOps repositories ...READ MORE

Dec 13, 2022 in Git & GitHub by Edureka
• 12,690 points
1,619 views
0 votes
0 answers

When to use promise.all()?

What is/are the appropriate scenario(s) for using promise.all() OR Is there a better way to utilize promise.all()?  Should it be used ideally just when all of the promise objects are of the same or comparable type? The only one that comes to mind is: Use promise.all() if you want to resolve the promise only if all of ...READ MORE

Dec 12, 2022 in Java by Nicholas
• 7,760 points
300 views
0 votes
0 answers

How can I find the prime factors of an integer in JavaScript?

Using a for loop in javascript, I was attempting to determine the prime factors of a number, denoted as 'integer' below.  I can't seem to get it to work, and I'm not sure if it's because of my JavaScript or my calculating logic. //integer is the value for which we ...READ MORE

Dec 12, 2022 in Java by Nicholas
• 7,760 points
771 views
0 votes
0 answers

Which of these tools is not associated with DevOps?

Which of the following tools are not ...READ MORE

Dec 12, 2022 in DevOps Tools by Edureka
• 12,690 points
832 views
0 votes
0 answers

What should be the career objective for DevOps Engineer?

Could someone please tell me what a ...READ MORE

Dec 12, 2022 in Other DevOps Questions by Edureka
• 12,690 points
374 views