CyberSecurity Summary
CyberSecurity Summary
CyberSecurity Summary is your go-to podcast for concise and insightful summaries of the latest and most influential books in the field of cybersecurity. Each episode delves into the core concepts, key takeaways, and practical applications of these books, providing you with the knowledge you need to stay ahead in the ever-evolving world of cybersecurity. Whether you’re a seasoned professional or just starting out, CyberSecurity Summary offers valuable insights and discussions to enhance your understanding and keep you informed. You can listen and download our episodes for free on more than 10 d...
Author
CyberSecurity Summary
Category
Podcast website
Latest episode
Jul 11, 2026
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries: Design powerful and reliable compilers using the latest libraries 09.10.2025 24:57
A comprehensive guide to the LLVM compiler infrastructure. It covers various aspects of LLVM, including its build system, testing utilities like LIT, and the domain-specific language TableGen. The text explores frontend development with Clang, explaining its architecture, preprocessing, Abstract Syntax Tree (AST) handling, and custom toolchain creation. Furthermore, it details working with LLVM's...
Linux Yourself 08.10.2025 12:40
A comprehensive exploration of the Linux operating system, covering its core concepts and programming aspects. It begins with an introduction to Linux and Unix history, discussing the role of the shell as an interpreter and detailing essential Linux commands. The text then progresses to advanced topics, including regular expressions, filters like sed and awk, and shell scripting for automation. Fu...
Linux: Linux Security and Administration 07.10.2025 22:16
Focusing on the installation, security, and administration of the Linux operating system. It covers setting up Linux on virtual machines, exploring various distributions, and managing user account security by detailing practices like avoiding root logins, implementing password policies, and restricting SSH access. The text also explains server security through firewalls and regular updates, along...
Java Professional Interview Guide: Learn About Java Interview Questions and Practise Answering About Concurrency, JDBC, Exception Handling 06.10.2025 28:21
Serves as a comprehensive interview guide for Java professionals, covering a wide array of topics essential for technical interviews. It begins by outlining non-technical aspects of job searching, such as recruitment processes, interview types (telephonic, technical, personal), and strategies for success, including resume preparation and soft skills. The bulk of the guide then explores core Java c...
ITIL 4 Essentials: Your essential guide for the ITIL 4 Foundation exam and beyond 05.10.2025 19:50
Serves as a comprehensive guide for IT professionals, offering both theoretical knowledge and practical application of ITIL 4 service management principles. It covers key concepts, roles, the four dimensions of service management, the Service Value System (SVS), guiding principles, governance, the service value chain, and various ITIL practices. The text also provides specific guidance for those p...
ISO/IEC 27001:2013 – Mastering Risk Assessment and the Statement of Applicability 04.10.2025 17:47
Provides comprehensive guidance on implementing the ISO/IEC 27001:2013 standard for information security management systems (ISMS). The text details requirements for risk assessment, risk treatment, and the creation of a Statement of Applicability (SOA), offering practical methodologies like the event-consequence approach and various control types. It also presents examples of documented informati...
Introduction to Python Network Automation: The First Journey 03.10.2025 19:48
Provides a detailed guide for network engineers to transition into network automation. It commences with fundamental Python concepts, covering data types, syntax, and error handling through numerous exercises. The book then progresses to Linux administration essentials, emphasizing the creation and management of virtual environments using VMware Workstation and GNS3 to simulate network devices. Th...
Intelligent Reliability Analysis Using MATLAB and AI: Perform Failure Analysis and Reliability Engineering using MATLAB and Artificial Intel 02.10.2025 15:04
Introduces intelligent reliability analysis using MATLAB and AI, focusing on failure analysis and reliability engineering. It covers foundational concepts like reliability fundamentals, measures of reliability such as MTBF and MTTF, and remaining useful lifetime (RUL) estimation techniques. The sources also explore experimental methodologies like accelerated life testing for various electronic com...
Implementing VMware Dynamic Environment Manager:: Manage, Administer and Control VMware DEM, Dynamic Desktop, User Policies 01.10.2025 19:41
A comprehensive guide to VMware Dynamic Environment Manager (DEM), a solution for managing end-user desktop experiences. It details the installation and initial configuration of DEM, including setting up Group Policy Objects (GPOs) and understanding the NoAD mode. The text explores various aspects of desktop management, such as user personalization for applications, configuring environment setting...
NoOps: How AI Agents Are Reinventing DevOps and Software 30.09.2025 19:50
Explores the evolution of DevOps and its contemporary challenges, particularly the issue of fragmented toolchains and the necessity of standardization. It details how cloud-native and data-centric architectures, including microservices, containers, and Infrastructure as Code (IaC), establish a robust foundation for modern software delivery. A significant portion of the material then focuses on the...
OpenAI API Cookbook: Build intelligent applications including chatbots, virtual assistants, and content generators 30.09.2025 18:31
A practical guide for building intelligent applications using the OpenAI API. The book provides step-by-step instructions on leveraging various OpenAI endpoints, including Chat Completions, Images, and Audio, to create diverse applications like chatbots, virtual assistants, and content generators. It explains how to interact with the API through tools like Postman and the OpenAI Python library, an...
Mastering spaCy: Build structured NLP solutions with custom components and models powered by spacy-llm 29.09.2025 37:46
A comprehensive guide for Natural Language Processing (NLP) professionals, focusing on advanced techniques and applications using the spaCy library. The text covers various topics, including linguistic feature extraction, rule-based matching, utilizing transformer models like BERT and RoBERTa within spaCy, and integrating Large Language Models (LLMs) with spacy-llm for tasks like summarization and...
Segment Routing in MPLS Networks: Transition from traditional MPLS to SR-MPLS with TI-LFA FRR 29.09.2025 23:12
A comprehensive guide for network professionals transitioning from traditional Multiprotocol Label Switching (MPLS) to Segment Routing MPLS (SR-MPLS). It aims to simplify this complex shift through theoretical explanations and practical lab exercises, using network emulators like EVE-NG and virtual Cisco XRv9k routers. The text explores fundamental concepts such as IP addressing, Interior Gateway...
Ruby Way, The: Solutions and Techniques in Ruby Programming (Addison-Wesley Professional Ruby Series) 28.09.2025 39:58
A reference for Ruby programming. It covers a vast array of topics, beginning with fundamental data types like strings and numbers, and progressing through complex data structures such as arrays, hashes, and trees. The material also explores object-oriented programming (OOP) principles, file I/O and data storage methods, graphical user interface (GUI) development using various toolkits, and networ...
Mastering C++ Game Animation Programming: Enhance your skills with advanced game animation techniques in C++, OpenGL 28.09.2025 19:52
A comprehensive guide to developing sophisticated 3D game character animations and virtual worlds. The content covers a wide array of topics, starting with fundamental concepts like loading models and basic animations and progressing to advanced techniques such as GPU-accelerated calculations using compute shaders. Readers will learn about implementing collision detection with various spatial part...
Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security 27.09.2025 21:18
A powerful technology for programming the Linux kernel to enhance observability, networking, and security. It explains eBPF's fundamentals, including its virtual machine, instruction set, maps, and helper functions, along with the verifier that ensures program safety. The text details how eBPF programs are written in C (and increasingly Rust), compiled, and managed, often using the libbpf library...
Machine Learning for Tabular Data: XGBoost, Deep Learning, and AI 27.09.2025 19:09
Focuses on machine learning for tabular data, covering its fundamental concepts and practical applications. The sources explore various machine learning and deep learning approaches, with a particular emphasis on gradient boosting techniques like XGBoost and LightGBM, highlighting their efficacy with structured data. Readers will learn about data preparation, feature engineering, and advanced proc...
Learn Quantum Computing with Python and IBM Quantum: Write your own practical quantum programs with Python 26.09.2025 25:42
A comprehensive guide for individuals seeking to understand and implement quantum programs using Python and the IBM Quantum platform. It explores fundamental quantum computing principles like superposition, entanglement, and interference, detailing how these concepts underpin the creation of quantum circuits. The text also provides practical instruction on utilizing Qiskit, an open-source framewor...
Learning LangChain: Building AI and LLM Applications with LangChain and LangGraph 26.09.2025 46:25
A comprehensive guide for developers creating AI and Large Language Model (LLM) applications. The book covers fundamental concepts such as prompt engineering and retrieval-augmented generation (RAG), explaining how to integrate external data and manage conversational memory. It thoroughly explores various cognitive architectures like chains, routers, and sophisticated agent designs with reflection...
Unity 5.x Shaders and Effects Cookbook 25.09.2025 32:44
A comprehensive guide for mastering shader programming within the Unity 5 game engine. Authored by Alan Zucconi and Kenneth Lammers, it explores various lighting models, rendering techniques, and visual effects, ranging from basic diffuse shading and texture mapping to advanced concepts like Physically Based Rendering (PBR) and screen effects. The text emphasizes practical application through reci...
Integration of Cloud Computing and IoT: Trends, Case Studies and Applications (Emerging Technologies) 25.09.2025 23:36
Explores the integration of Cloud Computing and the Internet of Things (IoT), highlighting their combined applications across diverse sectors. It details the fundamental concepts of both cloud computing and IoT, including their architectures, components, advantages, and disadvantages. The source also examines real-world applications such as smart cities, healthcare, agriculture, retailing, educati...
Ultimate Penetration Testing with Nmap: Master Cybersecurity Assessments for Network Security, Monitoring, and Scanning Using Nmap 24.09.2025 48:05
A practical resource for mastering cybersecurity assessments. The text covers Nmap's versatile applications in network security, including penetration testing, red teaming, and purple teaming, detailing fundamental and advanced scanning techniques. It emphasizes setting up a lab environment for hands-on practice, mapping attack surfaces, identifying vulnerabilities using the Nmap Scripting Engine...
Unique Radio Innovation for the 21st Century: Building Scalable and Global RFID 24.09.2025 18:30
Discuss Radio Frequency Identification (RFID) technology, exploring its evolution and applications across various industries, particularly supply chain management and retail. They examine the technical advancements in RFID, including printed electronics and silicon ink, highlighting their impact on cost reduction and performance. A significant portion addresses the challenges and solutions related...
The Developer's Playbook for Large Language Model Security: Building Secure AI Applications 23.09.2025 51:44
Offers an in-depth look at security concerns surrounding Large Language Models (LLMs), drawing heavily from "The Developer’s Playbook for Large Language Model Security" by Steve Wilson. It presents endorsements highlighting the book's importance for AI developers and security professionals due to the novel risks LLMs introduce. The text outlines various vulnerabilities like prompt injection, sensi...
TOR DARKNET BUNDLE (5 in 1) Master the ART OF INVISIBILITY (Bitcoins, Hacking, Kali Linux) 23.09.2025 20:12
Provides an extensive overview of operational security (opsec) and anonymity in the digital and physical realms. It thoroughly explains the use of tools like Tor, Freenet, and various encryption methods (PGP, Truecrypt, Veracrypt) to protect digital footprints, communications, and data. The text also highlights the importance of physical security practices, such as burner phones, cash transactions...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.