Trending questions in Edureka Community

+2 votes
1 answer

What is Inbound and Outbound rule in aws?

Hi@akhtar, Inbound means incoming traffic coming to your ...READ MORE

Mar 4, 2020 in AWS by MD
• 95,460 points

edited Sep 6, 2023 by Khan Sarfaraz 18,011 views
0 votes
0 answers

Can't exit the root user mode

Hello my question is wehn ever i ...READ MORE

Apr 27, 2021 in Others by Shivam

edited Mar 4 32 views
0 votes
1 answer

How to set the content-type of request header when using Fetch APi?

Hello @kartik, You need to create a fetch ...READ MORE

Oct 15, 2020 in Node-js by Niroj
• 82,840 points
8,314 views
0 votes
1 answer

How can we Create Multiple Where Clause Query Using Laravel Eloquent?

Hii, You can use Conditions using Array: $users = User::where([ ...READ MORE

Mar 30, 2020 in Laravel by Niroj
• 82,840 points
16,914 views
0 votes
1 answer

How to update Jenkins from a war file?

Hi@akhtar, You need to replace the Jenkins.war file. ...READ MORE

Oct 26, 2020 in Jenkins by MD
• 95,460 points
7,868 views
0 votes
1 answer

How to call function that takes an argument in a Django template?

Hello @kartik, You cannot call a function that ...READ MORE

Jun 23, 2020 in Python by Niroj
• 82,840 points
13,230 views
0 votes
0 answers

Any tricks to speed up EC2 windows instance while launching

HI, Everyone knew that AWS EC2 Windows Instance ...READ MORE

Apr 25, 2021 in AWS by Lakshminarayanan
• 1,370 points

edited Mar 4 52 views
0 votes
1 answer

How to set radio option checked onload with jQuery?

Hii, Say you had radio buttons like these, ...READ MORE

Nov 24, 2020 in JQuery by Niroj
• 82,840 points
6,569 views
+1 vote
1 answer

How to run python script in PyCharm with sudo privileges?

When you run a command with sudo, by ...READ MORE

Feb 6, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,220 points
34,893 views
0 votes
1 answer

Error:My Routes are Returning a 404 in Laravel?

Hii @kartik Routes Use them to define specific routes ...READ MORE

Mar 30, 2020 in Laravel by Niroj
• 82,840 points
16,877 views
0 votes
1 answer

What is callback function in angular ?

callback is not a keyword, its just ...READ MORE

Jan 30, 2020 in Java-Script by Niroj
• 82,840 points
19,447 views
0 votes
1 answer

Not able to browse image from s3 bucket, image downloading instead of displaying in browser.

Hi@akhtar, You have to pass the content_type of ...READ MORE

Jun 16, 2020 in AWS by MD
• 95,460 points
13,513 views
0 votes
2 answers

Python error "ImportError: No module named 'tkinter'"

sudo apt-get install python3-tk Then, >> import tkinter # ...READ MORE

Nov 9, 2019 in Python by Icetutor
• 160 points
24,901 views
0 votes
0 answers

7 year after college, what should we do to start carrer(B-tech electrical)

Hi, i have completed my graduation in ...READ MORE

Apr 22, 2021 in Career Counselling by Dinesh

edited Mar 4 59 views
0 votes
0 answers

How to access Kubernetes dashboard

I installed all the steps as  mentioned ...READ MORE

Apr 20, 2021 in Kubernetes by Edureka

edited Mar 4 157 views
0 votes
5 answers

What are the functions of a Database Administrator?

Monitor database and application levels and ensure ...READ MORE

Dec 6, 2018 in Career Counselling by Ajay
11,395 views
0 votes
1 answer

How can I print to stdout in R?

Hi@akhtar, Sometimes we need to print to stdout ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,460 points
7,531 views
0 votes
1 answer

How does numpy.newaxis work and when to use it?

Hello, The np.newaxis is generally used with slicing. It indicates ...READ MORE

Apr 14, 2020 in Python by Niroj
• 82,840 points
16,135 views
0 votes
1 answer

Error:Cannot insert explicit value for identity column in table 'table' when IDENTITY_INSERT is set to OFF.

Hello @kartik, You're inserting values for OperationId that is an identity ...READ MORE

Jul 21, 2020 in PHP by Niroj
• 82,840 points
11,890 views
0 votes
0 answers
0 votes
1 answer

How to view contents of file in hadoop hdfs?

Hi@akhtar, You can use the Hadoop filesystem command ...READ MORE

Oct 5, 2020 in Big Data Hadoop by MD
• 95,460 points
8,592 views
0 votes
0 answers

I've started my journey on full stack development. Could you guide me on which stack to go for? Ie, either java Full stack/MERN/MEAN stack?

Wanted to know which stack is better ...READ MORE

Apr 22, 2021 in Career Counselling by anonymous
• 120 points

edited Mar 4 33 views
0 votes
1 answer

Check palindrome or not in R

library(stringi) palindrome<-function(x) {   if(string_re ...READ MORE

Jan 14, 2022 in Data Analytics by Eshita Saha

edited Mar 5 7,370 views
0 votes
1 answer

How to make a file executable with Ansible?

Hi@akhtar, You can use the file module in ...READ MORE

Sep 16, 2020 in Ansible by MD
• 95,460 points
9,400 views
0 votes
1 answer

Difference between root (/) and home directory (~) in terminal?

Root directory which is referred to as ...READ MORE

Jun 20, 2019 in Linux Administration by Vicky
29,015 views
0 votes
1 answer
0 votes
1 answer

Error:Non-static method Illuminate\Http\Request::all() should not be called statically, assuming $this from incompatible context

Hello @kartik, The error message is due to ...READ MORE

Aug 4, 2020 in Laravel by Niroj
• 82,840 points
11,248 views
0 votes
0 answers

How to configure the the functional ID after logging into user ID in jenkins ?

Hi Team, Could you please help me on ...READ MORE

Apr 21, 2021 in Others by anonymous

edited Mar 4 49 views
0 votes
0 answers

Dax calculation

Area  22msqrt    ---- Result %R         0.10 ------ 10% Vs ...READ MORE

Apr 22, 2021 in Power BI by vnk
• 390 points

edited Mar 4 21 views
0 votes
1 answer

How to append files from local system to HDFS?

Hi@akhtar, You can use appendToFile in your Hadoop ...READ MORE

Oct 1, 2020 in Big Data Hadoop by MD
• 95,460 points
8,726 views
0 votes
0 answers

While building code pipeline encountered error

When I create cloudformation stack for codepipeline, ...READ MORE

Apr 21, 2021 in AWS by anonymous

edited Mar 4 31 views
0 votes
1 answer

How do I reload a relation collection in laravel?

You can easily tell laravel to load ...READ MORE

Nov 4, 2020 in PHP by anonymous
• 82,840 points
7,261 views
0 votes
0 answers

DAX To Split column into multiple rows

Dear all I have a table in Power ...READ MORE

Apr 21, 2021 in Power BI by Marcelo
• 120 points

edited Mar 4 27 views
0 votes
1 answer

Devices Login

Hey, @Bhavnesh, If you don’t recognize a device where ...READ MORE

Jun 15, 2020 in Ask us Anything! by Gitika
• 65,770 points
13,358 views
0 votes
1 answer

E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)

Hi@akhtar, To install any software using non root ...READ MORE

Jun 6, 2020 in Docker by MD
• 95,460 points
13,767 views
0 votes
2 answers

How to change the font size on a matplotlib plot?

Functions dealing with text like label, title, etc. accept ...READ MORE

Jan 4, 2021 in Python by Carlos
4,540 views
0 votes
1 answer

What is the difference between pop() and remove()?

Array elements can be removed using pop() ...READ MORE

Jun 20, 2019 in Python by Nisa
• 1,090 points
28,943 views
0 votes
1 answer

How to create package.json from package-lock.json?

Hello @kartik, Install the latest npm with npm install ...READ MORE

Nov 30, 2020 in Node-js by Niroj
• 82,840 points
6,126 views
0 votes
1 answer

How to download a file from S3 buckets using boto3?

Hi@akhtar, Boto3 supports upload_file() and download_file() APIs to ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,460 points
8,389 views
0 votes
1 answer

How to install packages using pip according to the requirements.txt file from a local directory?

This works for me: $ pip install -r ...READ MORE

Dec 4, 2020 in Python by Gitika
• 65,770 points
5,894 views
0 votes
1 answer

Error:PHP Notice: Undefined offset: 1

Hello @kartik, Change $data[$parts[0]] = $parts[1]; to if ( ! isset($parts[1])) ...READ MORE

Oct 20, 2020 in PHP by Niroj
• 82,840 points
7,841 views
0 votes
1 answer

Change the owner and group of a file in Hadoop.

Hi@akhtar, You can use the Chown command. This ...READ MORE

Oct 1, 2020 in Big Data Hadoop by MD
• 95,460 points
8,646 views
0 votes
2 answers

What are the roles and responsibilities of a RPA developer?

The RPA developer role is quite significant ...READ MORE

Nov 10, 2022 in RPA by Yana
• 140 points

edited Jun 28, 2023 by Khan Sarfaraz 1,986 views
0 votes
1 answer

Error:“Connection for controluser as defined in your configuration failed” with phpMyAdmin in XAMPP

Hii, I edited /etc/phpmyadmin/config.inc.php and changed the following ...READ MORE

Apr 20, 2020 in PHP by Niroj
• 82,840 points
15,702 views
0 votes
0 answers

Azure Data Engineer

I am looking for Azure Data Engineer ...READ MORE

Apr 19, 2021 in Database by Shiva Kumar

edited Mar 4 28 views
0 votes
1 answer

How to measure in DAX to calculate YTD for chosen month only for Power BI?

If you use the date column from FactTable, ...READ MORE

Dec 22, 2020 in Power BI by Gitika
• 65,770 points
5,056 views
0 votes
0 answers
0 votes
0 answers

Python error ValueError size needs to be int width int height while using pygame Surface

I'm trying to make a game on ...READ MORE

Apr 19, 2021 in Python by anonymous

edited Mar 4 31 views