Cybersecurity Skills: Day 25 of the 100-Day Learning JourneyOverview of detection tools In this reading, you’ll compare and contrast these tools and learn about endpoint detection and response (EDR). As a security analyst, you'll likely work with these different tools, so it's important to understand their fu...Jul 26, 2024·4 min read
Cybersecurity Skills: Day 20 of the 100-Day Learning JourneyQuidance : SQL Query a database The SELECT, FROM, and ORDER BY keywords are used when retrieving information from a database. FROM Indicates which table to query; required to perform a query FROM employees Indicates to query the employees table ORDER...Jul 17, 2024·7 min read
Mastering Cybersecurity: Day 19 of the 100-Day ChallengeComparing Types of Joins Compare types of joins Previously, you explored SQL joins and how to use them to join data from multiple tables when these tables share a common column. You also examined how there are different types of joins, and each of th...Jul 16, 2024·4 min read
Mastering Cybersecurity: Day 18 of the 100-Day ChallengeFile permissions and ownership Permissions are the type of access granted to a file or directory. Permissions are related to authorization. Authorization is the concept of granting access to specific resources in a system. Authorization allows you to...Jul 15, 2024·5 min read
Mastering Cybersecurity: Day 17 of the 100-Day ChallengeFilter content in linux Filtering for information Filtering is selecting data that matches a certain condition. For example, if you had a virus in your system that only affected the .txt files, you could use filtering to find these files quickly. Fil...Jul 13, 2024·4 min read
Mastering Cybersecurity: Day 16 of the 100-Day ChallengeLinux Architecture Linux architecture operating systems have an architecture and are made up of discrete components that work together to form the whole. In this video, we're going to look at all the components that, together, make up Linux. The comp...Jul 12, 2024·3 min read
Mastering Cybersecurity: Day 15 of the 100-Day ChallengeGUI vs. CLI The user communicates with the operating system via an interface. A user interface is a program that allows a user to control the functions of the operating system. Two user interfaces that we'll discuss are the graphical user interface, ...Jul 12, 2024·3 min read