• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

19339 ESS courses

Witness Investigation

4.8(9)

By Skill Up

Master essential techniques for gathering evidence and navigating legal complexities to ensure justice prevails.

Witness Investigation
Delivered Online On Demand2 hours
£10.99

R Programming for Data Science

4.5(3)

By Studyhub UK

Delve into the world of data analysis with 'R Programming for Data Science,' a course designed to guide learners through the intricacies of R, a premier programming language in the data science domain. The course opens with a broad perspective on data science, illuminating the pivotal role of R in this field. Learners are then introduced to R and RStudio, equipping them with the foundational tools and interfaces essential for R programming. The curriculum progresses with an introduction to the basics of R, ensuring learners grasp the core principles that underpin more complex operations. A highlight of this course is its in-depth exploration of R's versatile data structures, including vectors, matrices, factors, and data frames. Each unit is crafted to provide learners with a comprehensive understanding of these structures, pivotal for effective data handling and manipulation. The course also emphasizes the importance of relational and logical operators in R, key elements for executing data operations. As the course advances, learners will engage with the nuances of conditional statements and loops, essential for writing efficient and dynamic R scripts. Moving into more advanced territories, the course delves into the creation and usage of functions, an integral part of R programming, and the exploration of various R packages that extend the language's capabilities. Learners will also gain expertise in the 'apply' family of functions, crucial for streamlined data processing. Further units cover regular expressions and effective strategies for managing dates and times in data sets. The course concludes with practical applications in data acquisition, cleaning, visualization, and manipulation, ensuring learners are well-prepared to tackle real-world data science challenges using R. Learning Outcomes Develop a foundational understanding of R's role in data science and proficiency in RStudio. Gain fluency in R programming basics, enabling the handling of complex data tasks. Acquire skills in managing various R data structures for efficient data analysis. Master relational and logical operations for advanced data manipulation in R. Learn to create functions and utilize R packages for expanded analytical capabilities. Why choose this R Programming for Data Science course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this R Programming for Data Science course for? Beginners in data science eager to learn R programming. Data analysts and scientists looking to enhance their skills in R. Researchers in various fields requiring advanced data analysis tools. Statisticians seeking to adopt R for more sophisticated data manipulations. Professionals in finance, healthcare, and other sectors needing data-driven insights. Career path Data Scientist (R Expertise): £30,000 - £70,000 Data Analyst (R Programming Skills): £27,000 - £55,000 Bioinformatics Scientist (R Proficiency): £35,000 - £60,000 Quantitative Analyst (R Knowledge): £40,000 - £80,000 Research Analyst (R Usage): £25,000 - £50,000 Business Intelligence Developer (R Familiarity): £32,000 - £65,000 Prerequisites This R Programming for Data Science does not require you to have any prior qualifications or experience. You can just enrol and start learning.This R Programming for Data Science was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Unit 01: Data Science Overview Introduction to Data Science 00:01:00 Data Science: Career of the Future 00:04:00 What is Data Science? 00:02:00 Data Science as a Process 00:02:00 Data Science Toolbox 00:03:00 Data Science Process Explained 00:05:00 What's next? 00:02:00 Unit 02: R and RStudio Engine and coding environment 00:03:00 Installing R and RStudio 00:04:00 RStudio: A quick tour 00:04:00 Unit 03: Introduction to Basics Arithmetic with R 00:03:00 Variable assignment 00:04:00 Basic data types in R 00:03:00 Unit 04: Vectors Creating a vector 00:05:00 Naming a vector 00:04:00 Arithmetic calculations on vectors 00:07:00 Vector selection 00:06:00 Selection by comparison 00:04:00 Unit 05: Matrices What's a Matrix? 00:02:00 Analyzing Matrices 00:03:00 Naming a Matrix 00:05:00 Adding columns and rows to a matrix 00:06:00 Selection of matrix elements 00:03:00 Arithmetic with matrices 00:07:00 Additional Materials 00:00:00 Unit 06: Factors What's a Factor? 00:02:00 Categorical Variables and Factor Levels 00:04:00 Summarizing a Factor 00:01:00 Ordered Factors 00:05:00 Unit 07: Data Frames What's a Data Frame? 00:03:00 Creating Data Frames 00:20:00 Selection of Data Frame elements 00:03:00 Conditional selection 00:03:00 Sorting a Data Frame 00:03:00 Additional Materials 00:00:00 Unit 08: Lists Why would you need lists? 00:01:00 Creating a List 00:06:00 Selecting elements from a list 00:03:00 Adding more data to the list 00:02:00 Additional Materials 00:00:00 Unit 09: Relational Operators Equality 00:03:00 Greater and Less Than 00:03:00 Compare Vectors 00:03:00 Compare Matrices 00:02:00 Additional Materials 00:00:00 Unit 10: Logical Operators AND, OR, NOT Operators 00:04:00 Logical operators with vectors and matrices 00:04:00 Reverse the result: (!) 00:01:00 Relational and Logical Operators together 00:06:00 Additional Materials 00:00:00 Unit 11: Conditional Statements The IF statement 00:04:00 IFELSE 00:03:00 The ELSEIF statement 00:05:00 Full Exercise 00:03:00 Additional Materials 00:00:00 Unit 12: Loops Write a While loop 00:04:00 Looping with more conditions 00:04:00 Break: stop the While Loop 00:04:00 What's a For loop? 00:02:00 Loop over a vector 00:02:00 Loop over a list 00:03:00 Loop over a matrix 00:04:00 For loop with conditionals 00:01:00 Using Next and Break with For loop 00:03:00 Additional Materials 00:00:00 Unit 13: Functions What is a Function? 00:02:00 Arguments matching 00:03:00 Required and Optional Arguments 00:03:00 Nested functions 00:02:00 Writing own functions 00:03:00 Functions with no arguments 00:02:00 Defining default arguments in functions 00:04:00 Function scoping 00:02:00 Control flow in functions 00:03:00 Additional Materials 00:00:00 Unit 14: R Packages Installing R Packages 00:01:00 Loading R Packages 00:04:00 Different ways to load a package 00:02:00 Additional Materials 00:00:00 Unit 15: The Apply Family - lapply What is lapply and when is used? 00:04:00 Use lapply with user-defined functions 00:03:00 lapply and anonymous functions 00:01:00 Use lapply with additional arguments 00:04:00 Additional Materials 00:00:00 Unit 16: The apply Family - sapply & vapply What is sapply? 00:02:00 How to use sapply 00:02:00 sapply with your own function 00:02:00 sapply with a function returning a vector 00:02:00 When can't sapply simplify? 00:02:00 What is vapply and why is it used? 00:04:00 Additional Materials 00:00:00 Unit 17: Useful Functions Mathematical functions 00:05:00 Data Utilities 00:08:00 Additional Materials 00:00:00 Unit 18: Regular Expressions grepl & grep 00:04:00 Metacharacters 00:05:00 sub & gsub 00:02:00 More metacharacters 00:04:00 Additional Materials 00:00:00 Unit 19: Dates and Times Today and Now 00:02:00 Create and format dates 00:06:00 Create and format times 00:03:00 Calculations with Dates 00:03:00 Calculations with Times 00:07:00 Additional Materials 00:00:00 Unit 20: Getting and Cleaning Data Get and set current directory 00:04:00 Get data from the web 00:04:00 Loading flat files 00:03:00 Loading Excel files 00:05:00 Additional Materials 00:00:00 Unit 21: Plotting Data in R Base plotting system 00:03:00 Base plots: Histograms 00:03:00 Base plots: Scatterplots 00:05:00 Base plots: Regression Line 00:03:00 Base plots: Boxplot 00:03:00 Unit 22: Data Manipulation with dplyr Introduction to dplyr package 00:04:00 Using the pipe operator (%>%) 00:02:00 Columns component: select() 00:05:00 Columns component: rename() and rename_with() 00:02:00 Columns component: mutate() 00:02:00 Columns component: relocate() 00:02:00 Rows component: filter() 00:01:00 Rows component: slice() 00:04:00 Rows component: arrange() 00:01:00 Rows component: rowwise() 00:02:00 Grouping of rows: summarise() 00:03:00 Grouping of rows: across() 00:02:00 COVID-19 Analysis Task 00:08:00 Additional Materials 00:00:00 Assignment Assignment - R Programming for Data Science 00:00:00

R Programming for Data Science
Delivered Online On Demand6 hours 33 minutes
£10.99

Workplace Communication Management

4.8(9)

By Skill Up

Unleash the power of Workplace Communication Management for enhanced productivity and teamwork. Elevate your career with essential communication skills.

Workplace Communication Management
Delivered Online On Demand2 hours
£10.99

High School Math (Pure Mathematics 1)

4.5(3)

By Studyhub UK

Dive into the enthralling world of numbers and equations with 'High School Math (Pure Mathematics 1),' a course designed to unravel the mysteries of mathematics. Your journey begins with an Introduction that lays the foundation, not just in terms of concepts but igniting a passion for the beauty of math. As you progress, Functions become more than just equations; they turn into a language that describes the universe. Imagine the elegance of Quadratic Equations unfolding before your eyes, revealing patterns and solutions that were once hidden. Embark on an adventure through Co-ordinate Geometry, where every point and line tells a story of space and dimensions. Sequence and Series will no longer be just about numbers; they will be about the rhythm and flow of mathematical logic. The course takes a deeper dive with the Binomial Theorem, Differentiation, Tangents and Normals, each module building on the last, turning complexity into simplicity. Stationary Points & Curve Sketching, and the Second Derivative Test open new vistas in understanding the nature of graphs. As you master Simultaneous Linear Equations, you're not just solving problems; you're unlocking a new perspective on mathematical relationships. The Essential Revision at the end is your bridge to excellence, consolidating your knowledge and skills. Learning Outcomes Develop a foundational understanding of key mathematical concepts and functions. Master the intricacies of quadratic equations and co-ordinate geometry. Explore and apply the principles of sequences, series, and the binomial theorem. Gain proficiency in differentiation and its practical applications in tangents and normals. Understand and implement techniques in curve sketching, stationary points, and optimisation. Why choose this High School Math (Pure Mathematics 1) course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this High School Math (Pure Mathematics 1) course for? High school students seeking to excel in mathematics. Individuals preparing for college-level math courses. Math enthusiasts looking to deepen their understanding of pure mathematics. Students requiring a comprehensive revision of key mathematical concepts. Anyone aspiring to pursue a career involving advanced mathematics. Career path Mathematician: £30,000 - £60,000 Data Analyst: £25,000 - £50,000 Actuarial Analyst: £28,000 - £55,000 Research Scientist (Mathematics): £32,000 - £60,000 Engineering Consultant: £27,000 - £55,000 Academic Tutor (Mathematics): £24,000 - £40,000 Prerequisites This High School Math (Pure Mathematics 1) does not require you to have any prior qualifications or experience. You can just enrol and start learning.This High School Math (Pure Mathematics 1) was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Introduction Introduction 00:03:00 Functions What is Function? 00:07:00 Vertical Line Test 00:04:00 Value of a Function Graphically 00:08:00 Domain Range of a function Algebraically 00:13:00 Domain Range of a function Graphically 00:06:00 Even & Odd Functions 00:07:00 One to one Function 00:05:00 Composite Functions 00:09:00 How to draw Rational Functions- 1 00:04:00 How to draw Rational Functions- 2 00:10:00 Inverse of a function Algebraically 00:05:00 Inverse of a function Graphically 00:09:00 Practice Problems 00:15:00 Practice Problems 00:11:00 Resources Downloads 00:40:00 Quadratic Equations Introduction to Quadratic Equations 00:04:00 Solving Quadratic Equations by Factorization method 00:10:00 Writing in completed square form 00:08:00 Solving by completed square method 00:08:00 Sketching of Quadratic Graphs 00:11:00 Quadratic graphs using Transformations 00:06:00 Quadratic inequalities 00:11:00 Deriving Quadratic formula 00:05:00 Solving problems using Quadratic Formula 00:06:00 Equations reducible to Quadratic 00:07:00 Nature of Roots of Quadratic Equations 00:04:00 Nature of roots continues 00:12:00 Quadratic Equations (Resources) 00:50:00 Co-ordinate Geometry Distance formula 00:15:00 Mid point formula 00:05:00 Gradient of a line 00:10:00 Graphing using gradient and y intercept 00:02:00 Some standard lines 00:04:00 Slope intercept form y = m x +c 00:05:00 Point slope form and two point form 00:10:00 Intersection of line and parabola 00:09:00 Practice Problems from past papers (part 3) 00:12:00 Sequence and series Sequence and series ( video) 00:08:00 Arithmetic Sequence 00:10:00 General term of an A.P. 00:07:00 Finding given term is which term? 00:05:00 Writing sequence when two terms are known 00:08:00 Condition for three terms to be in A.P. 00:05:00 Sum to n terms of A.P. 00:06:00 Practice Problems 1 (A.P.) 00:08:00 Practice problems 3 (A.P.) 00:07:00 Practice problems 4 (A.P.) 00:10:00 Geometric Progressions 00:11:00 Sum to n terms in G.P. 00:14:00 Sum to infinite Terms in G.P. 00:13:00 Practice Problems 1 (GP) 00:13:00 Practice Problems 2 (GP) 00:06:00 Practice Problems based on AP and GP both 00:15:00 Sequence and series Text 1 00:40:00 Sequence and series Text 2 00:55:00 Binomial Theorem What is Factorial? 00:06:00 n-choose -r problems 00:06:00 Properties of n - choose -r 00:05:00 Expanding using Binomial Theorem 00:11:00 Finding the indicated term in the Binomial expansion 00:10:00 Finding the indicated term from end 00:09:00 Finding the coefficient for given exponent (index) of the variable 00:08:00 Finding the term independent of variable 00:05:00 Expanding in increasing and decreasing powers of x 00:09:00 Practice problems 1 00:12:00 Practice Problems 2 00:09:00 Practice problems 3 00:10:00 Past papers problems 1 00:15:00 Past Paper problems 2 00:13:00 Past Paper problems 3 00:09:00 Resources in this section 00:50:00 Differentiation What is Derivative? 00:07:00 Derivation of formula for Derivative 00:06:00 Differentiation by definition or First Principle 00:06:00 Power Rule 00:20:00 Practice Problems on Power Rule 1 00:07:00 Practice Problems on Power Rule 2 00:07:00 Practice Problems on Power Rule 3 00:05:00 Practice Problems on Power Rule 4 00:11:00 Practice Problems on Power Rule 5 00:07:00 Tangents and Normals Tangents and Normals- Basics 00:12:00 Practice- Tangents and Normals Part 1 00:16:00 Practice- Tangents and Normals Part 2 00:13:00 Practice- Tangents and Normals Part 3 00:11:00 Practice- Tangents and Normals Part 4 00:14:00 Stationary Points & Curve Sketching Stationary Points - Basics 00:13:00 Practice- Increasing Decreasing & Maxima Minima part 1 00:11:00 Practice- Increasing Decreasing & Maxima Minima part 2 00:12:00 Practice- Increasing Decreasing & Maxima Minima part 3 00:10:00 Second Derivative Test (Maximum & Minimum Points) Concavity-Basics 00:02:00 Concavity & Second Derivative 00:08:00 Second Derivative Test 00:09:00 Practice Problems on second derivative 00:04:00 Practice Problem of Maxima Minima using second derivative test Part 1 00:17:00 Practice Problem of Maxima Minima using second derivative test Part 2 00:10:00 Practice Problem of Maxima Minima using second derivative test Part 3 00:07:00 Practice Problem of Maxima Minima using second derivative test Part 4 00:07:00 Applications of Maxima and Minima Part 1 00:09:00 Applications of Maxima and Minima Part 2 00:07:00 Applications of Maxima and Minima Part 3 00:10:00 Applications of Maxima and Minima Part 4 00:09:00 Applications of Maxima and Minima Part 5 00:10:00 Applications of Maxima and Minima Part 6 00:08:00 Past Paper Problems on applications of maxima and minima Part 1 00:09:00 Past Paper Problems on applications of maxima and minima Part 2 00:09:00 Past Paper Problems on applications of maxima and minima Part 3 00:08:00 Past Paper Problems on applications of maxima and minima Part 4 00:07:00 Chain Rule 00:12:00 Rate of change part 1 00:05:00 Rate of change part 2 00:10:00 Rate of change part 3 00:07:00 Past Paper Problems using chain rule -1 00:06:00 Past Paper Problems using chain rule - 2 00:07:00 Past Paper Problems using chain rule 3 00:07:00 Past Paper Problems using chain rule -4 00:04:00 Simultaneous Linear equations Graphical Method of solving pair of linear equations 00:10:00 Video lecture on Graphical method 00:05:00 Method of elimination by substitution 00:10:00 Video lecture on substitution method 00:06:00 Method of elimination by equating the coefficients 00:10:00 Video lecture on equating coefficients method 00:09:00 Practice Problems on Linear equation 00:20:00 Essential Revision How to take up this course? 00:10:00 Background of Algebra 00:10:00 Language of Alg ebra 00:10:00 Finding Values of algebraic expressions 00:14:00 Fractional Indices 00:10:00 Higher Indices 00:07:00 Rules of Brackets 00:04:00 Simplification by removing brackets (BODMAS) 00:11:00 Simplifications of Algebraic Fractions 00:07:00 Solving complex Linear Equations in one variable 00:10:00 Factorization by taking out common factor 00:10:00 Factorization by grouping the terms 00:09:00 Factorize using identity a ² - b ² 00:07:00 Factorization by middle term split 00:12:00

High School Math (Pure Mathematics 1)
Delivered Online On Demand23 hours 15 minutes
£10.99

CompTIA Security+

4.5(3)

By Studyhub UK

Embarking on the CompTIA Security+ course is akin to unlocking a treasure trove of cybersecurity knowledge. Imagine standing at the forefront of digital security, equipped with the latest tools and techniques to safeguard information systems. This course, meticulously designed with fourteen comprehensive sections, offers an immersive journey from the basics of risk management to the complexities of securing dedicated systems. The curriculum is tailored to blend theoretical knowledge with real-world applications, ensuring learners grasp the essence of cybersecurity in today's technology-driven world. Whether it's understanding the nuances of cryptography or mastering the art of incident response, CompTIA Security+ is your gateway to becoming a cybersecurity connoisseur. Delving into this course, you'll navigate through a landscape where every section is a stepping stone to mastering security competencies.  The course begins with an introduction to the fundamental principles of cybersecurity, setting the stage for more advanced topics like identity and account management, and securing wireless LANs. Each section is a meticulously crafted module, aimed at building a robust understanding of both the threats and the defenses in the cyber world. By the time you reach the final sections on secure protocols, applications, and testing infrastructure, you will have developed a holistic view of network security, ready to apply your knowledge in a variety of real-world scenarios. CompTIA Security+ is not just a course; it's a journey through the dynamic landscape of network security. As you progress from one section to another, you'll not only learn about securing individual systems and public servers but also about the importance of physical security in protecting digital assets. This course is a blend of theory and practicality, providing an in-depth understanding of the latest security tools and techniques. It's an opportunity to transform yourself into a sought-after professional in the cybersecurity domain, equipped with the knowledge to protect and defend against the ever-evolving cyber threats. Learning Outcomes Develop a comprehensive understanding of risk management strategies and their application in cybersecurity. Acquire proficiency in various cryptographic methods and their importance in securing data. Gain insights into effective identity and account management to enhance system security. Learn to utilize essential security tools for safeguarding individual and network systems. Master the skills to implement and manage security measures for both wired and wireless networks. Why buy this CompTIA Security+? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Certification After studying the course materials of the CompTIA Security+ there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? Individuals aiming to start a career in cybersecurity. IT professionals seeking to deepen their knowledge in network security. System administrators wanting to enhance their security skills. Students interested in acquiring a foundational understanding of cybersecurity principles. Professionals aiming to achieve the CompTIA Security+ certification for career advancement. Prerequisites This CompTIA Security+ does not require you to have any prior qualifications or experience. You can just enrol and start learning.This CompTIA Security+ was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Cybersecurity Analyst: £30,000 - £60,000 annually Information Security Manager: £40,000 - £75,000 annually Network Security Engineer: £35,000 - £65,000 annually Security Consultant: £35,000 - £70,000 annually Systems Administrator (with security specialization): £25,000 - £50,000 annually IT Security Coordinator: £28,000 - £55,000 annually Course Curriculum Section 01: Introduction Introduction to CompTIA Security+ SY0-601 00:03:00 About the CompTIA Security+ SY0-601 Exam 00:03:00 Section 02: Risk Management Defining Risk 00:08:00 Threats and Vulnerabilities 00:07:00 Threat Intelligence 00:11:00 Risk Management Concepts 00:07:00 Security Controls 00:09:00 Risk Assessments and Treatments 00:06:00 Quantitative Risk Assessments 00:07:00 Qualitative Risk Assessments 00:04:00 Business Impact Analysis 00:05:00 Data Types and Roles 00:11:00 Security and the Information Life Cycle 00:09:00 Data Destruction 00:06:00 Personnel Risk and Policies 00:10:00 Third-Party Risk Management 00:09:00 Agreement Types 00:07:00 Exam Question Review 00:02:00 Wiping Disks with the dd Command Lab 00:06:00 Ask Me Anything (AMA) 00:02:00 Section 03: Cryptography Cryptography Basics 00:16:00 Data Protection 00:09:00 Cryptographic Methods 00:07:00 Symmetric Cryptosystems 00:13:00 Symmetric Block Modes 00:08:00 Asymmetric Cryptosystems 00:13:00 Diffie-Hellman 00:07:00 Hashing 00:09:00 Understanding Digital Certificates 00:08:00 Trust Models 00:05:00 Public Key Infrastructure 00:04:00 Certificate Types 00:14:00 Touring Certificates 00:09:00 Cryptographic Attacks 00:05:00 Password Cracking 00:10:00 Password Cracking Demo 00:06:00 Exam Question Review 00:02:00 SSH Public Key Authentication Lab 00:09:00 Ask Me Anything (AMA) 00:02:00 Section 04: Identity and Account Management Identification, Authentication, and Authorization 00:08:00 Enabling Multifactor Authentication 00:05:00 Authorization 00:05:00 Accounting 00:05:00 Authentication Methods 00:14:00 Access Control Schemes 00:07:00 Account Management 00:13:00 Network Authentication 00:09:00 Identity Management Systems 00:06:00 Exam Question Review 00:02:00 Creating LInux Users and Groups Lab 00:06:00 Ask Me Anything (AMA) 00:01:00 Section 05: Tools of the Trade Touring the CLI 00:16:00 Shells 00:06:00 The Windows Command Line 00:05:00 Microsoft PowerShell 00:13:00 Linux Shells 00:12:00 Python Scripts 00:06:00 Windows Command-Line Tools 00:16:00 Linux Command-Line Tools 00:10:00 Network Scanners 00:05:00 Network Scanning with Nmap 00:09:00 Network Protocol Analyzers 00:08:00 Using Wireshark to Analyze Network Traffic 00:09:00 Using tcpdump to Analyze Network Traffic 00:08:00 Log Files 00:09:00 Centralized Logging 00:09:00 Configuring Linux Log Forwarding 00:08:00 Exam Question Review 00:03:00 Lunux Shell Script Lab 00:07:00 Nmap Lab 00:05:00 Ask Me Anything (AMA) 00:02:00 Section 06: Securing Individual Systems Malware 00:14:00 Weak Configurations 00:12:00 Common Attacks 00:09:00 Driver and Overflow Attacks 00:08:00 Password Attacks 00:08:00 Bots and Botnets 00:06:00 Disk RAID Levels 00:10:00 Securing Hardware 00:11:00 Securing Endpoints 00:09:00 Exam Question Review 00:02:00 Linux Software RAID Lab 00:08:00 Ask Me Anything (AMA) 00:02:00 Section 07: The Basic LAN The OSI Model 00:13:00 ARP Cache Poisoning 00:09:00 Other Layer 2 Attacks 00:05:00 Network Planning 00:07:00 Load Balancing 00:06:00 Securing Network Access 00:06:00 Honeypots 00:06:00 Firewalls 00:08:00 Proxy Servers 00:06:00 Network and Port Address Translation 00:07:00 IP Security (IPsec) 00:09:00 Virtual Private Networks (VPNs) 00:10:00 Intrusion Detection and Prevention Systems (IDS/IPS) 00:13:00 Exam Question Review 00:03:00 Linux Snort IDS Lab 00:07:00 Ask Me Anything (AMA) 00:01:00 Section 08: Securing Wireless LANs Wi-Fi Encryption Standards 00:10:00 RFID, NFC, and Bluetooth 00:07:00 Wi-Fi Coverage and Performance 00:08:00 Wi-Fi Discovery and Attacks 00:12:00 Cracking WPA2 00:10:00 Wi-Fi Hardening 00:11:00 Exam Question Review 00:02:00 WPA2 Cracking Lab 00:06:00 Ask Me Anything (AMA) 00:01:00 Section 09: Securing Public Servers Defining a Public Server 00:01:00 Common Attacks and Mitigations 00:10:00 Containers and Software-Defined Networking 00:11:00 Hypervisors and Virtual Machines 00:08:00 Cloud Deployment Models 00:09:00 Cloud Service Models 00:08:00 Securing the Cloud 00:10:00 Exam Question Review 00:02:00 Docker Container Lab 00:04:00 Ask Me Anything (AMA) 00:02:00 Section 10: Securing Dedicated Systems Embedded Systems 00:13:00 Industrial Control System (ICS) 00:07:00 Internet of Things (IoT) Devices 00:10:00 Connecting to Dedicated and Mobile Systems 00:11:00 Security Constraints for Dedicated Systems 00:05:00 Mobile Device Deployment and Hardening 00:11:00 Exam Question Review 00:03:00 Smartphone Hardening Lab 00:03:00 Ask Me Anything (AMA) 00:02:00 Section 11: Physical Security Physical Security Overview 00:01:00 Physical Security 00:10:00 Keylogger Demo 00:05:00 Environmental Controls 00:05:00 Exam Question Review 00:02:00 Physical Security Lab 00:03:00 Ask Me Anything (AMA) 00:03:00 Section 12: Secure Protocols and Applications DNS Security 00:05:00 FTP Packet Capture 00:03:00 Secure Web and E-mail 00:12:00 Request Forgery Attacks 00:05:00 Cross-Site Scripting Attacks 00:07:00 Web Application Security 00:08:00 Web App Vulnerability Scanning 00:06:00 Exam Question Review 00:03:00 OWASP ZAP Web App Scan Lab 00:04:00 Ask Me Anything (AMA) 00:02:00 Section 13: Testing Infrastructure Testing Infrastructure Overview 00:05:00 Social Engineering 00:06:00 Social Engineering Attacks 00:11:00 Vulnerability Assessments 00:09:00 Penetration Testing 00:10:00 Security Assessment Tools 00:12:00 The Metasploit Framework 00:08:00 Exam Question Review 00:02:00 Hping3 Forged Packet Lab 00:06:00 Ask Me Anything (AMA) 00:02:00 Section 14: Dealing with Incidents Incident Response Overview 00:03:00 Incident Response Plans (IRPs) 00:06:00 Threat Analysis and Mitigating Actions 00:08:00 Digital Forensics 00:10:00 Gathering Digital Evidence 00:10:00 Business Continuity and Alternate Sites 00:06:00 Data Backup 00:10:00 Exam Question Review 00:01:00 Autopsy Forensic Browser Lab 00:05:00 Ask Me Anything (AMA) 00:02:00 Assignment Assignment - CompTIA Security+ 00:00:00

CompTIA Security+
Delivered Online On Demand19 hours 23 minutes
£10.99

Mastering Negotiation Strategies: Essential Tools and Techniques

By Compete High

🌟 Unlock Your Potential in Negotiations! 🌟   Are you ready to transform your negotiation game and achieve remarkable success in every deal? Introducing our groundbreaking online course:   🔑 Mastering Negotiation Strategies: Essential Tools and Techniques 🔑 Empower yourself with the indispensable skills and insights necessary to navigate any negotiation scenario with confidence and finesse. Whether you're a seasoned professional or just starting your journey, this course is tailored to elevate your negotiation prowess to new heights.   🚀 What You'll Gain from This Course: ✅ Comprehensive understanding of negotiation fundamentals ✅ Advanced strategies for complex deal-making ✅ Proven techniques to handle challenging situations ✅ Confidence to secure favorable outcomes ✅ Practical exercises and real-world case studies ✅ Personalized tips for different negotiation styles ✅ Insider secrets from industry experts   💡 Course Highlights: 🌐 Accessible anytime, anywhere - Learn at your own pace 📚 Engaging modules with interactive content 👥 Community support and networking opportunities 🎓 Expert-led sessions and in-depth tutorials 📈 Immediate application of learned strategies in your professional and personal life   🌟 Join thousands of successful negotiators who have transformed their approach and achieved unparalleled results. Take charge of your negotiations and set yourself apart in any situation! Enroll now and gain the skills to negotiate effectively in every aspect of your life. Don't miss this opportunity to become a master negotiator! Course Curriculum INTRODUCTION Killer Negotiating Tools - Introduction 00:00 10 KILLER NEGOTIATING TOOLS Tool 01 - Always Let the Other Person Go First 00:00 Tool 02 - Both Parties Must Feel Some Pain 00:00 Tool 03 - Put It In the Parking Lot 00:00 Tool 04 - Leave Your Ego At the Door 00:00 Tool 05 - Don't Negotiate With Yourself 00:00 Tool 06 - Know Your Deal Killers 00:00 Tool 07 - Put the Deal On Your Paper 00:00 Tool 08 - Escalate to God 00:00 Tool 09 - Be Careful of Deal Fatigue 00:00 Tool 10 - Know Thy Opponent 00:00

Mastering Negotiation Strategies: Essential Tools and Techniques
Delivered Online On Demand1 hour
£4.99

Carpentry : Furniture Restoration

4.8(9)

By Skill Up

Give old furniture new looks. Gain mastery in Upholstery Restoration, Woods in Furniture Restoration, and Safety Precautions in DIY Projects to provide top-notch restoration service.

Carpentry : Furniture Restoration
Delivered Online On Demand3 hours
£10.99

Mastering Financial Stability- Part 1- Essential Principles

By Compete High

🚀 Unlock Financial Mastery with 'Mastering Financial Stability - Part 1: Essential Principles' Online Course! 🌐   Are you ready to take control of your financial destiny? Dive into the world of financial stability and empowerment with our groundbreaking online course: 'Mastering Financial Stability - Part 1: Essential Principles.' This transformative program is designed to equip you with the fundamental knowledge and skills needed to navigate the complexities of personal finance confidently.   📚 Course Curriculum: Module 1: Introduction Lay the foundation for your financial journey by understanding the core principles of financial stability. Discover the mindset shift needed to embark on a path towards lasting financial success. Module 2: Justifying Your Financials For Best Results Learn how to analyze and justify your financial decisions for optimal results. Gain insights into making informed choices that align with your long-term goals. Module 3: Overcome Roadblocks to Financial Planning Identify and overcome common roadblocks that hinder effective financial planning. Develop strategies to navigate challenges and stay on course towards financial stability. Module 4: Create Your Financial Plan Practical guidance on crafting a personalized financial plan tailored to your unique circumstances. Understand the key components of a robust financial strategy and how to implement them effectively.   🎓 What Sets Our Course Apart?   ✨ Expert Guidance: Learn from industry experts with proven track records in financial planning and stability.   🤝 Interactive Learning: Engage with interactive modules, quizzes, and practical exercises that reinforce your understanding.   🔒 Lifetime Access: Once enrolled, you enjoy lifetime access to the course material, allowing you to revisit and reinforce your learning whenever needed.   💡 Real-world Application: Gain practical insights and actionable strategies that you can immediately apply to your financial life.   🌟 Why Wait? Start Your Journey to Financial Mastery Today! Whether you're a financial novice or looking to enhance your existing knowledge, 'Mastering Financial Stability - Part 1: Essential Principles' is your gateway to a secure and prosperous financial future.   🚨 Limited Time Offer: Enroll Now and Take Control of Your Financial Destiny! Don't miss this opportunity to revolutionize your relationship with money. Secure your spot now and embark on a transformative journey towards financial stability! Course Curriculum Introduction Financial Concepts Covered 00:00 Justifying Your Financials For Best Results Justifying Your Financials 00:00 Why Financials Matter 00:00 Keys to Success 00:00 Why Are Financials Important to Investors 00:00 Why Businesses Fail 00:00 Overcome Roadblocks to Financial Planning Financial Challenges of Entrepreneurs 00:00 Financial Resolve 00:00 Create Your Financial Plan Financial Projections Top-Down 00:00 Financial Projections Bottom-Up 00:00 Advantages and Disadvantages of Top-Down vs Bottom-Up 00:00 Revenue Models 00:00 Financial Statements 00:00 Make Your Financials Believable 00:00

Mastering Financial Stability- Part 1- Essential Principles
Delivered Online On Demand1 hour
£4.99

Cyber Security Specialist - Complete Video Course

4.3(43)

By John Academy

Description: Cybersecurity refers to the approach of protecting networks, computers, programs and data from attack, damage or unauthorised access. It is essential for any company for assigning a cyber-security expert if they embrace the digitalisation for the growth of their business. The Cyber Security Specialist - Complete Video Course covers a detailed and complete instruction for becoming a cybersecurity expert and also prepares you for the different exams of cyber security so that you can able to obtain a world-class certification for carrying out your job. Any cybersecurity system starts with the task of identifying threats. In the first part of the video lesson, you will know to detect threats and learn how to respond to the threats. Then, you will learn the proper ways of securing your WLAN network. In the section Certified Information Security Manager (CISM), you will train to be a good security manager. Here, you will know how to manage, design, oversee and assess an enterprise's information security. Next, you will learn the procedures of protecting data and personal information of the patients in the Healthcare Information Systems Security Practitioner (CHISSP) section. After that, the course presents the information related to IT recovery strategy if any disaster happens to your company. Similarly, you will also learn about computer forensic incidents for investing cybercrime. You will know how to handle any incidents in the next section. Besides, the course guides you to be a security leadership officer so that you can lead the team for cybersecurity by the knowledge of risk management, encryption, and information security. Finally, the last section helps you to be a certified Security Sentinel so that you can keep your companies information safe and secure. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Cyber Security Specialist - Complete Video Course is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Cyber Security Specialist - Complete Video Course is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market.

Cyber Security Specialist - Complete Video Course
Delivered Online On Demand3 days
£12

Tution Business Basics

4.3(43)

By John Academy

Have you ever wonder have to put together a tuition business to become profitable? Are you wondering if this kind of business is for you? Then worry no more! This course is what you need! Description: If you want to become a businessmen or entrepreneur, you need to have a solid background on how to run a business by understanding what kind of business you will be entering. This course will be helping you to assess you for your business, specifically a tuition business. The course will start by introducing you to the tuition business basics and reasons why this is a good idea. Through this course, you will learn about the benefits of running tuition business and help you decide if this is the kind of business is what you should start.  Who is the course for? Professionals, businessmen, entrepreneurs, and administrator of schools People who have an interest in tuition business Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Certification: After successful completion of the course, our students can buy an Accredited Certificate of Achievement from John Academy. The certificate will be given in PDF format. If any of our students want a hard copy of the certificate, it is available for an additional fee. Career Path: The Tuition Business Basics is a useful qualification to possess, and would be beneficial for the following careers: Businessmen Entrepreneurs School Administrator School Auditor School Accountant Chapter-1 Introduction To Tuition Business Basics 00:30:00 Chapter-2 Reasons To Start A Tuition Business 00:30:00 Chapter-3 Arranging Your Tuition Business 00:30:00 Chapter-4 How To Start A Successful Tuition Business 00:30:00 Chapter-5 Best Way To Grow Your Tutoring Business 00:30:00 Chapter-6 The Essential Benefits Of running A Tuition Business 00:15:00 Chapter-7 Wrapping Up 00:15:00 Additional Supporting Materials Tutor business book preview 00:00:00 Mock Exam Mock Exam- Tution Business Basics 00:20:00 Final Exam Final Exam- Tution Business Basics 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Tution Business Basics
Delivered Online On Demand3 hours 40 minutes
£11.99