Most voted questions in Edureka Community

0 votes
1 answer

Failed to start the Apache service

Hi@akhtar, I think port no. is busy. Some ...READ MORE

Jun 22, 2020 in Linux Administration by MD
• 95,440 points
5,714 views
0 votes
1 answer

How to manage local vs production settings in Django?

Hello @kartik, In settings.py: try: from local_settings ...READ MORE

Jun 22, 2020 in Python by Niroj
• 82,880 points
687 views
0 votes
1 answer

How do I read CSV data into a record array in NumPy?

Hello @kartik, You can use Numpy's genfromtxt() method to do ...READ MORE

Jun 22, 2020 in Python by Niroj
• 82,880 points
3,255 views
0 votes
1 answer

Failed to get D-Bus connection: Operation not permitted.

Hi@akhtar, Service command will not work inside the ...READ MORE

Jun 22, 2020 in Docker by MD
• 95,440 points
9,795 views
0 votes
1 answer

How to Clone Conda environment?

Hi@akhtar, You can use the --clone command to ...READ MORE

Jun 22, 2020 in Python by MD
• 95,440 points
12,530 views
0 votes
1 answer

How to delete conda env permanently?

Hi@akhtar, You can remove your Conda environment by ...READ MORE

Jun 22, 2020 in Python by MD
• 95,440 points
21,080 views
0 votes
1 answer

CondaValueError: prefix already exists: F:\Ansoft\android\envs\mask

Hi@akhtar, It seems that the conda environment is already created. ...READ MORE

Jun 22, 2020 in Machine Learning by MD
• 95,440 points
3,957 views
0 votes
1 answer

Weird Function Using python

input_str = input() input_list = input_str.split(',') a = int(input_list[0]) b ...READ MORE

Jul 28, 2020 in Python by Vin
3,885 views
0 votes
2 answers

Recursive Pattern Using Python

n = int(input("please enter your no:")) k = ...READ MORE

Jun 28, 2020 in Python by Shaurya Thapliyal
• 340 points
6,938 views
0 votes
1 answer

NameError on coding

well i think the sapi5 is not ...READ MORE

Jun 28, 2020 in Python by Shaurya Thapliyal
• 340 points
641 views
0 votes
1 answer

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte

Hi, @hala, Regarding your query, you can go ...READ MORE

Jun 29, 2020 in Python by Niroj
• 82,880 points
17,060 views
0 votes
1 answer

How to convert string to date in python with different algorithms ?

Hello @ pagarsach, You can convert a string to ...READ MORE

Jun 30, 2020 in Python by Niroj
• 82,880 points
603 views
0 votes
1 answer

Need help with UIPATH selectors.

Remove the idx value, if possible delete ...READ MORE

Jun 23, 2020 in RPA by Vi Santh
1,684 views
0 votes
1 answer

How to create EFS in AWS?

Hi@akhtar, You can follow the below-given steps to ...READ MORE

Jun 20, 2020 in AWS by akhtar
• 38,230 points
740 views
0 votes
1 answer

You have to print the cheapest item using the dictionary key and values

take input here import ast items=ast.literal_eval(input()) #start writing your code ...READ MORE

Dec 19, 2020 in Python by anonymous
3,352 views
0 votes
1 answer

How do I get PHP errors to display?

Hello @kartik, To display all errors you need ...READ MORE

Jun 20, 2020 in Java-Script by Niroj
• 82,880 points
690 views
0 votes
1 answer

How do I modify the URL without reloading the page?

Hii @kartik, HTML5 introduced the history.pushState() and history.replaceState() methods, which allow you ...READ MORE

Jun 20, 2020 in Java-Script by Niroj
• 82,880 points
5,078 views
0 votes
1 answer

How to render raw html with AngularJS?

Hello @kartik, You need to add ng-bind-html="data.text" to your h1 ...READ MORE

Jun 20, 2020 in Java-Script by Niroj
• 82,880 points
4,618 views
0 votes
1 answer

error [11:29:09.846] [warning][stats-collection] Error: No Living connections

Hi@akhtar, The basic requirement to run the Kibana ...READ MORE

Jun 19, 2020 in ELK Stack by MD
• 95,440 points
1,697 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to install Kibana in Linux system?

Hi@akhtar, You can follow the below-given steps to ...READ MORE

Jun 19, 2020 in ELK Stack by MD
• 95,440 points
884 views
0 votes
1 answer

How to change hostname in Kibana?

Hi@akhtar, You can change the hostname of your ...READ MORE

Jun 19, 2020 in ELK Stack by MD
• 95,440 points
3,980 views
0 votes
0 answers

How to do proper formatting of XML differences in dictionary using python 3.4.4

Need help in formatting the output. Please ...READ MORE

Jun 19, 2020 in Python by Abhinandan
• 120 points

edited Jun 19, 2020 by Abhinandan 379 views
0 votes
1 answer

Error:Failed to load resource: net::ERR_FILE_NOT_FOUND loading json.js

Hii @kartik,  got the same error using: <link rel="stylesheet" ...READ MORE

Jun 19, 2020 in Java-Script by Niroj
• 82,880 points
19,638 views
0 votes
1 answer

How to integrate Logstash with ElasticSearch?

Hi@akhtar, You can use elasticsearch plugin to integrate ...READ MORE

Jun 19, 2020 in ELK Stack by MD
• 95,440 points
933 views
0 votes
1 answer

java.lang.IllegalArgumentException: Invalid bracketed host/port range.

Hi@akhtar, You need to set the hostname in ...READ MORE

Jun 19, 2020 in ELK Stack by MD
• 95,440 points
1,701 views
0 votes
1 answer

Why are preload link not working for JSON requests ?

Hii @kartik, You have to add as="fetch" for JSON files. ...READ MORE

Jun 19, 2020 in Java-Script by Niroj
• 82,880 points
2,441 views
0 votes
1 answer

How to convert HTML to JSON using PHP?

Hello @kartik, If you are able to obtain ...READ MORE

Jun 19, 2020 in Java-Script by Niroj
• 82,880 points
7,107 views
0 votes
1 answer

How to parse Excel file in Javascript/HTML5?

Hello @kartik, Below Function converts the Excel sheet ...READ MORE

Jun 19, 2020 in Java-Script by Niroj
• 82,880 points
13,806 views
0 votes
1 answer

Error:Chrome refuses to execute an AJAX script due to wrong MIME type

Hello @kartik, By adding a callback argument, you ...READ MORE

Jun 19, 2020 in Java-Script by Niroj
• 82,880 points
4,027 views
0 votes
1 answer

Error:jQuery.parseJSON throws “Invalid JSON” error due to escaped single quote in JSON

Hello @kartik, Striking a similar issue using CakePHP ...READ MORE

Jun 19, 2020 in Java-Script by Niroj
• 82,880 points
4,658 views
0 votes
1 answer

Error:Parsing JSON giving “unexpected token o” error

Hello @kartik, Your data is already an object. ...READ MORE

Jun 19, 2020 in Java-Script by Niroj
• 82,880 points
2,978 views
0 votes
2 answers

How to run Elasticsearch as root user in Linux machine?

Step 1: Pull images of elastic search ...READ MORE

Jun 19, 2020 in ELK Stack by Pawan
• 380 points
7,169 views
0 votes
1 answer

java.lang.RuntimeException: can not run elasticsearch as root

Hi@akhtar, ElasticSearch will not require root privilege to ...READ MORE

Jun 19, 2020 in ELK Stack by MD
• 95,440 points
19,552 views
0 votes
1 answer

How to delete one user from CentOS system?

Hi@akhtar, You can use userdel command to delete ...READ MORE

Jun 19, 2020 in Linux Administration by MD
• 95,440 points
626 views
0 votes
1 answer

bash: cd: root/elasticsearch/: Permission denied

Hi@akhtar, You need to set permission for elasticsearch ...READ MORE

Jun 19, 2020 in ELK Stack by MD
• 95,440 points
4,467 views
0 votes
1 answer

How to install Elasticsearch tool in Linux System ?

Hi@akhtar, You can follow the below-given steps to ...READ MORE

Jun 19, 2020 in ELK Stack by MD
• 95,440 points
771 views
0 votes
1 answer

Error:“Access is denied” error on accessing iframe document object

Hii @kartik, The problem was that even though the ...READ MORE

Jun 19, 2020 in Java-Script by Niroj
• 82,880 points
1,892 views
0 votes
1 answer

How to open the newly created image in a new tab?

Hello @kartik, You can try something like: success: function ...READ MORE

Jun 19, 2020 in Java-Script by Niroj
• 82,880 points
8,977 views
0 votes
1 answer

Calculate GB Using DAX in Power BI

Hi, @Vnk You can go through this regarding ...READ MORE

Jun 30, 2020 in Power BI by Gitika
• 65,910 points
4,162 views
0 votes
1 answer

How o create testNG sample code?

Hey @Anjum, Check this out. It will ...READ MORE

Jun 18, 2020 in Selenium by Sirajul
• 59,230 points
470 views
0 votes
1 answer

Dax Calculations on Date&time

Hey, @Vnk, I hope you have a data ...READ MORE

Jun 30, 2020 in Power BI by Gitika
• 65,910 points
1,508 views
0 votes
1 answer

[main]Something happen while delivering an email {:exception=>#<EOFError: end of file reached>}

Hi@akhtar, You are trying to use port no. ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
861 views
0 votes
1 answer

How to send email notification using Logstash?

Hi@akhtar, You can use the Email plugin in ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
2,428 views
0 votes
0 answers

'NoneType' object has no attribute 'name'

in the models.py: name = models.CharField(max_length=50, db_index=True) gender = ...READ MORE

Jun 18, 2020 in Database by prince
• 120 points

edited Jun 18, 2020 by Gitika 3,149 views
0 votes
1 answer
0 votes
1 answer

How can I change the page URL without refreshing the page?

Hello @kartik, This is simple you just need change ...READ MORE

Jun 18, 2020 in Java-Script by Niroj
• 82,880 points
6,317 views
0 votes
1 answer

How to filter IP from a log file using Logstash?

Hi@akhtar, You can use the filter plugin in Logstash. It ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
1,011 views
0 votes
1 answer

How to set cookie value with AJAX request?

Hello @kartik, Basically, ajax request as well as ...READ MORE

Jun 18, 2020 in Java-Script by Niroj
• 82,880 points
43,794 views