Trending questions in Edureka Community

0 votes
1 answer

How do you get the path to the Laravel Storage folder?

Hello @kartik, In Laravel 3, call path('storage'). In Laravel 4, ...READ MORE

Sep 11, 2020 in Laravel by Niroj
• 82,840 points
9,981 views
0 votes
0 answers

In what cases we have to choose data driven and keyword driven frame work how can we find that?

How can we define that for this ...READ MORE

Apr 30, 2021 in Selenium by mohanapalani15

edited Mar 4 29 views
0 votes
0 answers

Willi I be able to find a job in IT sector after 10 months gap in career?

I have 9+ years of experience in ...READ MORE

Apr 30, 2021 in Others by Vineeta

edited Mar 4 25 views
0 votes
1 answer

How do I perform query filtering in django templates?

Hello @KARTIK, Just add an extra template tag ...READ MORE

Jul 4, 2020 in Python by Niroj
• 82,840 points
12,976 views
0 votes
1 answer

How to extract URLs from text in PHP?

Hello, A simple example capturing anything starting with http:// and https:// could ...READ MORE

Nov 20, 2020 in PHP by Niroj
• 82,840 points
6,932 views
0 votes
1 answer

How to transfer files from one server to another using Jenkins?

You need configure SSH in Jenkins and ...READ MORE

Oct 27, 2020 in Jenkins by Sachin
7,957 views
0 votes
1 answer

How to unset or remove a collection element after fetching it?

Hello @kartik, You would want to use ->forget() $collection->forget($key); Hope it ...READ MORE

Sep 11, 2020 in Laravel by Niroj
• 82,840 points
9,945 views
0 votes
1 answer

How to demote Headers in Power BI query editor?

Hi, There are the steps which you can ...READ MORE

Feb 3, 2020 in Power BI by Jitesh
19,477 views
+2 votes
1 answer

UiPath (RPA tool) free version installation

Hey @Abha UiPath provides Community Edition which ...READ MORE

Feb 27, 2019 in RPA by Anvi
• 14,150 points
18,053 views
0 votes
1 answer

How to share secret across namespaces in Kubernetes?

Hi@akhtar, You will have to create the secret ...READ MORE

Oct 21, 2020 in Kubernetes by MD
• 95,460 points
8,188 views
0 votes
1 answer

I am not able to install pywin32 into my Macos ..I tried all the ways and I could not fix the error...can you please help me

Hello @Harikrishna, For your query you can refer ...READ MORE

Nov 23, 2020 in Python by Niroj
• 82,840 points
6,804 views
0 votes
1 answer

Error:Django Rest Framework — no module named rest_framework

Hello @kartik, You just need to install django ...READ MORE

Jun 25, 2020 in Python by Niroj
• 82,840 points
13,277 views
0 votes
1 answer

Scraping Data from a website which uses Power BI - retrieving data from Power BI on a website

Putting the scroll part and the JSON ...READ MORE

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

How to plot frequency of Y/N data against age ranges in R.

I have a set of data with ...READ MORE

Apr 27, 2021 in Data Analytics by MrStickyRice

edited Mar 4 54 views
0 votes
1 answer

How do I perform an id array query in Mongoose?

Hello @kartik, Here is a mongoosey way to ...READ MORE

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

How to set base url for rest in spring boot?

Hello @kartik, Set it up in your application.yml ...READ MORE

May 22, 2020 in Java by Niroj
• 82,840 points
14,675 views
+1 vote
3 answers

"400 bad request-The plain http request was sent to https port" nginx

If you check your config file, it ...READ MORE

Apr 30, 2019 in Kubernetes by Vaidya
35,365 views
+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,005 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
+2 votes
1 answer

An unhandled exception occurred: Job name “..getProjectMetadata” does not exist?

Hello @kartik, I had this error after npm audit found ...READ MORE

Apr 22, 2020 in Angular by Niroj
• 82,840 points
15,850 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,312 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,913 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,864 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,226 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 51 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,564 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,876 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,882 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,444 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,510 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,900 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,394 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,130 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,888 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 32 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,399 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,240 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,000 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 48 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 20 views