Translate

Monday, 4 May 2020

Hackers Breach LineageOS, Ghost, DigiCert Servers Using SaltStack Vulnerability

Days after cybersecurity researchers sounded the alarm over two critical vulnerabilities in the SaltStack configuration framework, a hacking campaign has already begun exploiting the flaws to breach servers of LineageOS, Ghost, and Digicert. Tracked as CVE-2020-11651 and CVE-2020-11652, the disclosed flaws could allow an adversary to execute arbitrary code on remote servers deployed in data

Researchers Found Linking Biometrics and Device Identifiers Allows User Profiling

Biometric data and device identifiers have long been recognized as a means of tracking users. While the two parameters separately

Researchers Found Linking Biometrics and Device Identifiers Allows User Profiling on Latest Hacking News.



Sunday, 3 May 2020

Best Way to Learn Data Structures and Algorithms

In this article, we are going to look for the basic question which every enthusiastic undergrad starting with computer science always gets into. 

Best Way to Learn Data Structures and Algorithms

Best Way to Learn Data Structures and Algorithms

If you are reading this article you probably are familiar with the fact that Data structures and Algorithms are the must to do things if you are studying Computer Science, You may be doing development or competitive coding or open source but it is very important to learn at least the basics of data structures and algorithms.

Why Data Structures and Algorithms?

Before starting to learn anything you must know the purpose of it, so before you get started with any new data structure or algorithms try to understand why is this needed, what is the problem and how this new data structure will solve it. Sometimes the problem can be the complexity of use of the previous data structure or sometimes it can be the ease of use. Whatever it is you must understand the problem so that you can understand the basic purpose of data structure.

Understand the Learning Sequence

Data structures are built using a previous data structure and algorithms use the understanding of some previous algorithms as facts, so it very important to learn things in a particular sequence. You cannot just start with trees without understanding how an array works.

Time and Space Complexities are Very Very Important

Whenever you are done with studying a new data structure it is very important to know the time complexities of every operation which that particular data structure performs. As every algorithm can be designed with a vast majority of data structures it is important to decide which will the best in some particular case. This trade-off can be decided using the time and space complexities of algorithms so it is very important that you understand them clearly.

Competitive Programming

Competitive Programming can help you understand the use of different data structures with lots of practical problems that we commonly do not encounter even in large-sized projects. Websites like codechef, codeforces, and spoj are helping thousand of programmers to get started with understanding data structures in depth.

Practice, Practice and Practice

Ultimately there is no easy way to success if you want to master data structures and algorithms you need lots and lots of practice. Do not just read through internet articles explaining data structure, understanding them is very important. Code the basic structure of all the data structures. Write code for every algorithm you learn that way you will know very basic and small stuff about them. Never skip things until you understand them perfectly as they will surely haunt in the later stages of your carrier.

Mentor and Resources

Not everything you can learn on your own so having a good mentor in the process is very very important. It can be a book or a person but having a guide will surely help. There are different terminologies used in computer science and therefore you may get confused while learning new things, therefore it is advised to remain consistent with the resources you are trying to learn.

Best Books to Learn Data Structures and Algorithms

Here is the list of some popular books that you can refer to learn DSA easily.

Learn DSA by Videos

You can also learn by the video series made by us.

Comment down below if you are getting any problem in learning dsa. We will try to solve your queries.

The post Best Way to Learn Data Structures and Algorithms appeared first on The Crazy Programmer.



Friday, 1 May 2020

Week in security with Tony Anscombe

ESET's new Threat Report is out – Another deep dive into Latin American banking trojans – More coronavirus-themed scams

The post Week in security with Tony Anscombe appeared first on WeLiveSecurity



It’s no time to let your guard down as coronavirus fraud remains a threat

Scammers rehash old campaigns, create credit card-stealing websites and repurpose information channels to milk the COVID-19 crisis for all it's worth

The post It’s no time to let your guard down as coronavirus fraud remains a threat appeared first on WeLiveSecurity



How Startups Can Protect Against Hackers

Spearheading a startup is a tough job. While entrepreneurs may have much to gain from a unique idea, they also

How Startups Can Protect Against Hackers on Latest Hacking News.



Critical SaltStack RCE Bug (CVSS Score 10) Affects Thousands of Data Centers

Two severe security flaws have been discovered in the open-source SaltStack Sat configuration framework that could allow an adversary to execute arbitrary code on remote servers deployed in data centers and cloud environments. The vulnerabilities were identified by F-Secure researchers earlier this March and disclosed on Thursday, a day after SaltStack released a patch (version 3000.2)