Most viewed questions in Edureka Community

0 votes
0 answers

I do not have a real result about encryption file use AES mode CFB in pycrptodome on python [closed]

I'm using Ubuntu win. on python I ...READ MORE

Aug 23, 2019 in Cyber Security & Ethical Hacking by Ahmed
• 310 points

closed Aug 23, 2019 by Ahmed 680 views
0 votes
1 answer

Puppet: What's the benefit of using Kubernetes with Puppet?

Kubernetes with Puppet allows you to manage resources ...READ MORE

Aug 21, 2019 in Puppet by Sirajul
• 59,230 points
680 views
0 votes
2 answers

How to declare constants in python?

In python we don't require to declare ...READ MORE

Aug 18, 2019 in Python by anonymous
• 460 points
680 views
0 votes
1 answer

What does the operator "/=" do in python?

x = 20 res = x /= 5 print(res) The ...READ MORE

Aug 2, 2019 in Python by Mohammad
• 3,230 points
680 views
0 votes
1 answer

How to decrease load on HBase while importing Sqoop?

Sqoop by default serializes all the input ...READ MORE

May 16, 2019 in Big Data Hadoop by Yogi
680 views
0 votes
2 answers

What is the difference between hybrid and native apps?

Hi Lakshya, some of the aspects where ...READ MORE

Sep 11, 2019 in Career Counselling by Abha
• 28,140 points
680 views
0 votes
1 answer

R programming: 'predict() interval' difference between prediction and confidence

The intervals can include the uncertainty on ...READ MORE

Jan 16, 2019 in Data Analytics by Tyrion anex
• 8,700 points
680 views
0 votes
3 answers

What does a Security Engineer do?

Scanning the network, penetration testing and looking ...READ MORE

Mar 1, 2019 in Career Counselling by Kunal
680 views
0 votes
1 answer

How to proceed after connecting with hardcoded node?

I am assuming that by hardcoded nodes ...READ MORE

Aug 28, 2018 in Blockchain by Perry
• 17,100 points
680 views
0 votes
1 answer

How to get a platform-dependent new line character in Java?

If you are using Java 1.5 or ...READ MORE

Jul 3, 2018 in Java by Akrati
• 3,190 points
680 views
0 votes
1 answer

AWS:AMI for designing architecture

AMIs(Amazon Machine Images) are like templates of ...READ MORE

Jun 22, 2018 in Cloud Computing by brat_1
• 7,200 points
680 views
0 votes
2 answers

How to convert array into list in Java?

Another workaround if you use apache commons-lang: int[] ...READ MORE

Aug 10, 2018 in Java by samarth295
• 2,220 points
680 views
+1 vote
1 answer

HDFS Permission

You have to check permissions on the ...READ MORE

Mar 26, 2018 in Big Data Hadoop by Ashish
• 2,650 points
680 views
0 votes
1 answer

Excel Power Query import (same file but with different month name)

Use the name manager function in Excel ...READ MORE

Dec 13, 2022 in Others by narikkadan
• 63,500 points
679 views
0 votes
0 answers

Simple Registration page info is not added to database using localhost

When I use localhost, after completing my ...READ MORE

Jul 24, 2022 in Web Development by Kithuzzz
• 38,010 points
679 views
0 votes
0 answers

How to check if a defined constant exists in PHP?

I am using fuelphp a PHP framework and I ...READ MORE

May 30, 2022 in PHP by Kichu
• 19,050 points
679 views
0 votes
0 answers

Merge multiple jpg into single pdf in Linux

I used the following command to convert ...READ MORE

Apr 13, 2022 in Linux Administration by Soham
• 9,700 points
679 views
0 votes
1 answer

How to automate AWS Elastic Transcoder Jobs for s3 buckets?

This article will walk you through uploading ...READ MORE

Mar 24, 2022 in Others by gaurav
• 23,260 points
679 views
0 votes
1 answer

How to over-ride meta data in Wordpress, using Squirrly SEO

if (is_archive()){ add_filter('sq_title', 'filter_product_wpseo_metadesc'); function filter_product_wpseo_metadesc($wpseo_metadesc){ ...READ MORE

Mar 1, 2022 in Digital Marketing by narikkadan
• 63,500 points
679 views
0 votes
1 answer

How to code for the sum of imported data set in rstudio

@Lizzy, You can have a look here regarding ...READ MORE

Dec 9, 2020 in Data Analytics by Gitika
• 65,910 points
679 views
0 votes
1 answer

How can I teach my child Python?

Hi@angelamaria, Python is considered one of the easiest programming ...READ MORE

Dec 9, 2020 in Career Counselling by MD
• 95,440 points
679 views
0 votes
1 answer

How to connect to data in Power BI Desktop

With Power BI Desktop, you can connect ...READ MORE

Nov 18, 2020 in Power BI by Gitika
• 65,910 points
679 views
0 votes
1 answer

How to use scala Map size() method?

The size() is utilized to find the number of ...READ MORE

Nov 17, 2020 in Big Data Hadoop by Gitika
• 65,910 points
679 views
0 votes
1 answer

touchz: io.bytes.per.checksum(512) and blockSize(256) do not match. blockSize should be a multiple of io.bytes.per.checksum

Hi@akhtar, The default the block size is 64MB ...READ MORE

Sep 25, 2020 in Big Data Hadoop by MD
• 95,440 points
679 views
0 votes
1 answer

Generating a new password to connect to windows instance on Google cloud.

You can generate a new password to ...READ MORE

Nov 8, 2019 in GCP by anonymous
• 59,230 points
679 views
0 votes
1 answer

What all languages and dev stacks does AWS Beanstalk support?

These are the following languages that AWS ...READ MORE

Oct 18, 2019 in AWS by Umer
679 views
0 votes
1 answer

pipe to clipboard using Bash

Try xclip; xclip - command line interface to ...READ MORE

Jun 17, 2019 in Linux Administration by Shubham
• 13,490 points
679 views
0 votes
3 answers

Salary of Graphic designer

Hey, If you work as a graphic designer for ...READ MORE

May 27, 2019 in Career Counselling by Gitika
• 65,910 points
679 views
0 votes
2 answers

Is any kind of certification required to become a Technical Architect?

Yes, these days certifications have become really ...READ MORE

Jan 24, 2019 in Career Counselling by Yesha
679 views
+1 vote
2 answers

Resources for learning Kubernetes

Hey @Hannah, why don't you just take ...READ MORE

Jan 28, 2019 in Career Counselling by Nigya
679 views
0 votes
1 answer

How to create raw transaction using web3swift?

var options = Web3Options.defaultOptions() options.gasLimit = BigUInt(21000) options.from = ...READ MORE

Sep 17, 2018 in Blockchain by slayer
• 29,350 points
679 views
0 votes
1 answer

How to find index from raw and column in python?

You probably want to use np.ravel_multi_index: import numpy as ...READ MORE

Sep 12, 2018 in Python by Priyaj
• 58,090 points
679 views
0 votes
1 answer

PHP. Bitcoin to Ukrainian Hrivna price ticker

nstead of dividing the values - i ...READ MORE

Sep 11, 2018 in Blockchain by slayer
• 29,350 points
679 views
0 votes
1 answer

Python Null Object

Use the 'None' keyword to denote the ...READ MORE

Jul 20, 2018 in Python by Nietzsche's daemon
• 4,260 points
679 views
0 votes
1 answer

Remove my server IP in iptables on ubuntu

Do this to replay the issue iptables -A ...READ MORE

Jul 18, 2018 in Other DevOps Questions by DareDev
• 6,890 points
679 views
0 votes
1 answer

How to increase the EBS volume size of an instance that is on running state ?

Unluckily, it is not possible to increase ...READ MORE

Jul 17, 2018 in Cloud Computing by Gopalan
• 1,360 points
679 views
+1 vote
1 answer

Hyperledger - How can I use transaction certificates to enforce privacy?

The transaction certificates don't actually address privacy ...READ MORE

Apr 17, 2018 in Blockchain by Perry
• 17,100 points
679 views
0 votes
1 answer

What is Hadoop Distribution ?

Some companies release or sell products that ...READ MORE

Mar 27, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
679 views
0 votes
1 answer

How can I perform data lineage in GCP?

There isn't a serverless data lineage service ...READ MORE

Nov 8, 2022 in GCP by Ashwini
• 5,430 points
678 views
0 votes
1 answer

Difference between Regression and classification in Machine Learning?

The goal of regression is to forecast ...READ MORE

Mar 4, 2022 in Machine Learning by Dev
• 6,000 points
678 views
0 votes
0 answers

download only one attachments from gmail using blue prism

I have to download only one excel ...READ MORE

Oct 10, 2021 in RPA by tony
• 120 points
678 views
0 votes
2 answers

What are the key key ingredients to delivering a successful project ?

1. Executive Sponsorship 2. People 3. Culture 4. Clearly defined ...READ MORE

Aug 11, 2020 in PMP by Zara
678 views
0 votes
1 answer

How TO install a local module using npm?

Hello @kartik, In the local module directory: $ cd ...READ MORE

Jul 13, 2020 in Node-js by Niroj
• 82,880 points
678 views
0 votes
1 answer

CRITICAL keystone [-] ConfigFileNotFound: The Keystone configuration file keystonepaste.ini could not be found

Hi@akhtar, As the error message says, verify whether ...READ MORE

Mar 26, 2020 in OpenStack by MD
• 95,440 points
678 views
0 votes
1 answer

I want to copy an existing BigQuery table into another location. Will I be charged for it?

You are not charged for copying a ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
678 views
0 votes
3 answers

How to plan a career path for your future?

Hey Riya, to plan a career path ...READ MORE

Sep 10, 2019 in Career Counselling by Abha
• 28,140 points
678 views
+1 vote
1 answer

How the data stored in the blockchain is verified?

Hey @mayukha. When a transaction is is ...READ MORE

May 21, 2019 in Blockchain by Rajendra
678 views
0 votes
1 answer

Rank - Power BI

Hi Anitha, Drop Category, product-id, and sales into ...READ MORE

May 2, 2019 in Power BI by Cherukuri
• 33,030 points
678 views
0 votes
1 answer

AWS service pricing in different regions

Prices change from region to region. You ...READ MORE

Apr 12, 2019 in AWS by Faizal
678 views