Search a title or topic

Over 20 million podcasts, powered by 

Player FM logo

Patch Management Software Podcasts

show episodes
 
Welcome to the Backend Engineering Show podcast with your host Hussein Nasser. If you like software engineering you’ve come to the right place. I discuss all sorts of software engineering technologies and news with specific focus on the backend. All opinions are my own. Most of my content in the podcast is an audio version of videos I post on my youtube channel here http://www.youtube.com/c/HusseinNasser-software-engineering Buy me a coffee https://www.buymeacoffee.com/hnasr 🧑‍🏫 Courses I Te ...
  continue reading
 
Artwork
 
IT and Cybersecurity news geared towards people involved in the IT industry including vendors, VARs, MSPs, MSSPs, SOCs, NOCs, Resellers, and other industry professionals. Our topics cover industry news, partner programs, cybersecurity, AI and more.
  continue reading
 
Explore the life of a security leader with NetSPI Field Chief Information Security Officer (CISO) Nabil Hannan. Hear how CISOs with diverse expertise tackle the challenges and opportunities that come with life on the frontlines of cybersecurity.
  continue reading
 
Endpoint Management Today is a podcast brought to you by Rhonda and James from the BigFix team. Listen in to understand how IT operations and security teams fully automate discovery, management and remediation of endpoints – whether on-premise, virtual, or cloud – regardless of operating system, location or connectivity. Hear from technical experts, customers, thought leaders and more as we bring you new episodes each month. FIND more. FIX more. DO more.
  continue reading
 
Master the CompTIA Server+ exam with the Server+ Audio Course—your complete audio companion for learning server hardware, administration, security, storage, and troubleshooting. Each episode breaks down the official exam objectives into clear, practical lessons designed for listening and learning on the go. You’ll gain a deep understanding of physical and virtual server environments, network integration, performance monitoring, and disaster recovery planning—all explained in simple, direct l ...
  continue reading
 
Welcome to the Flexera Security Vulnerability Insight Podcast, your go-to source for all things related to cybersecurity, software vulnerabilities, and threat intelligence. In this engaging podcast series, we will dive deep into the ever-evolving world of digital security, providing you with valuable insights, expert interviews, and the latest industry trends. Hosted by Jeroen Braak and leading experts in the field, each episode explores critical topics such as: Vulnerability Management: Sta ...
  continue reading
 
Artwork
 
SAM is the leading provider of cloud-native security and intelligence services for unmanaged networks and IoTs, covering upwards of 500 million connected devices globally. With its powerful and intuitive AI technology, SAM addresses the challenges of our hyperconnected world, in which an explosion of IoT devices exposes potential attack surfaces for companies and consumers alike. SAM's device-agnostic software provides deep ​network visibility to not only protect against sophisticated cyber- ...
  continue reading
 
Loading …
show series
 
Send us a text Presenters: Julian Lee, Publisher, Community Builder, Speaker, Channel Ecosystem Developer with a focus on cybersecurity, AI and Digital Transformation Nim Nadarajah, C.CISO, Cyber Security, Compliance & Transformation Expert | Executive Board Member | Keynote Speaker Evgeniy Kharam, Publisher, Community Builder, Speaker, Channel Eco…
  continue reading
 
The traditional "scan, find, patch" method is falling short against today’s threat landscape. In this episode, Mark Goldenberg, Sr. Security Solutions Architect at Defy Security, outlines a modern approach to vulnerability management. Tune in to learn how to level-up your proactive security efforts by focusing on risk prioritization, fostering coll…
  continue reading
 
There are cases where the backend may need to close the connection to prevent unexpected situations, prevent bad actors or simply just free up resources. Closing a connection gracefully allows clients and backends to clean up and finish any pending requests. In this episode of the backend engineering show I discuss graceful connections in both HTTP…
  continue reading
 
Send us a text Guest: Pat Larkin, President, Ekco, a Dublin-based “security-first managed cloud provider” that has grown rapidly through both organic expansion and a series of strategic acquisitions across Europe. Pat outlined Ekco’s evolution from a backup service provider to a security-first cloud provider, driven by numerous mergers and acquisit…
  continue reading
 
Send us a text Manuj Aggarwal, Founder of TetraNoodle Technologies, talked about the integration of AI within Managed Service Providers (MSPs) and the opportunities it presents for enhancing customer engagement and productivity. He emphasized the necessity for MSPs to deepen their understanding of AI to better serve their clients. He also highlight…
  continue reading
 
Send us a text Julian sat down with an ECN regular, Eric Herzog, CMO of Infinidat, a data storage company that provides high-performance, enterprise-class data storage solutions The discussion centered on the advancements in Infinidat’s G4 platform, particularly the integration of an S3 object store that simplifies storage management for channel pa…
  continue reading
 
Postgres 18 has been released with many exciting features such as UUIDv7, Over explain module, composite index skip scans, and the most anticipated asynchronous IO with worker and io_uring mode which I uncover in this show. Hope you enjoy it 0:00 Intro 1:30 Synchronous vs Asynchronous calls 3:00 Synchronous IO 6:30 Asynchronous IO 10:00 Postgres 17…
  continue reading
 
Send us a text Presenters: Evgeniy Kharam, Cybersecurity Architect | Evangelist | Consultant | Advisor | Podcaster | Visionary | Speaker | Nim Nadarajah, C.CISO, Cyber Security, Compliance & Transformation Expert | Executive Board Member | Keynote Speaker Julian Lee, Publisher, Community Builder, Speaker, Channel Ecosystem Developer with a focus on…
  continue reading
 
Step into a Cybersecurity Time Machine - Jeff Man Cybersecurity strategy is not the same as it was 40 years ago. In this episode, Jeff Man, Sr. Information Security Consultant at OBS, joins host Nabil Hannan to discuss his extensive career in cybersecurity. They explore Jeff’s invention of the cryptologic cipher wheel, becoming an expert in securit…
  continue reading
 
Send us a text Speaker: Omry Farajun, President, Storage Guardian Omry and Julian delved into the significance of incident response planning in cybersecurity. Omry stressed the necessity of a structured incident response plan that includes alternative communication methods during breaches, while underscoring the importance of preparedness and colla…
  continue reading
 
Send us a text Special Guest: Kristen Costagliola, CTO, Syncro Kristen talked about the company’s initiatives to support managed service providers (MSPs), while emphasizing the importance of effective patch management for SOC 2 compliance. She highlighted the challenges posed by the increasing complexity of SaaS solutions and the necessity for MSPs…
  continue reading
 
This episode explains how misconfigured network interface cards (NICs) and VLAN settings can disrupt server connectivity. We cover issues such as incorrect VLAN tagging, mismatched speed and duplex settings, and disabled interfaces. The discussion includes how multi-NIC configurations require careful planning for load balancing, redundancy, or VLAN…
  continue reading
 
This episode focuses on diagnosing network connectivity failures by examining IP assignment, name resolution, and routing paths. We explain how DHCP misconfigurations can lead to incorrect or missing IP addresses, how DNS issues prevent hostname resolution, and how routing problems can block communication between subnets or external networks. We pr…
  continue reading
 
This episode covers how incorrect configurations and missing dependencies can prevent services from starting or functioning correctly. We discuss common causes, such as incorrect file paths, insufficient permissions, or disabled services. Identifying these issues often requires checking configuration files, logs, and service dependencies. Practical…
  continue reading
 
This episode explains how dependency issues and update conflicts can cause application or service failures. We discuss scenarios where software relies on specific versions of libraries, frameworks, or drivers, and how updates can inadvertently break functionality by replacing or removing required components. The importance of maintaining compatibil…
  continue reading
 
This episode addresses troubleshooting operating system and application problems, including failed logins, service outages, and patch installation errors. We explain how authentication misconfigurations, expired credentials, or corrupted profiles can block user access, while incomplete or incompatible patches can destabilize services. We connect th…
  continue reading
 
This episode examines how partition and file system errors can impact server operations. We explain problems such as partition misalignment reducing performance, corruption preventing access to data, and boot failures caused by damaged boot sectors or missing system files. The discussion includes how these issues can originate from improper setup, …
  continue reading
 
This episode focuses on diagnosing problems with host bus adapters (HBAs) and storage controllers, which are critical for connecting servers to storage devices. We discuss symptoms of adapter failure, such as intermittent connectivity, degraded performance, and device detection errors. Configuration mismatches, outdated firmware, and driver incompa…
  continue reading
 
This episode covers how to identify and resolve storage-related failures in server environments. We explain symptoms such as inability to mount volumes, significantly degraded read/write speeds, and corrupted files. Common causes include failing drives, controller faults, cabling issues, and file system corruption. Real-world and exam-relevant exam…
  continue reading
 
This episode explains how RAID misconfigurations can lead to degraded performance, data loss, or complete array failure. We discuss common causes such as incorrect drive order, mismatched drive sizes, incompatible RAID levels for the workload, and improper rebuild procedures. The importance of verifying configuration settings against vendor guideli…
  continue reading
 
This episode examines how to use visual and auditory indicators to troubleshoot hardware problems. We discuss interpreting status LEDs, reading LCD panel error codes, and recognizing abnormal sounds such as failing fans or clicking drives. The importance of detecting unusual smells, like burnt circuitry, as a sign of component failure is also cover…
  continue reading
 
This episode covers how a failing CMOS battery can cause time drift, loss of BIOS settings, and boot failures. We explain the function of the CMOS battery in maintaining system configuration when power is removed, and how to identify symptoms of failure. Lockup events related to power issues are also discussed, including those caused by unstable po…
  continue reading
 
This episode explains how to diagnose Power-On Self-Test (POST) errors and intermittent system lockups that indicate potential hardware problems. We discuss common beep codes, LED indicators, and error messages displayed during startup, as well as how they map to specific hardware components. Lockups that occur after startup are also examined for p…
  continue reading
 
This episode focuses on troubleshooting server memory problems, from application crashes to full system halts. We explain how to interpret memory dumps, identify faulty DIMMs, and use diagnostic tools to confirm suspected issues. The discussion also includes how improper memory configurations, such as mismatched speeds or unsupported sizes, can lea…
  continue reading
 
This episode explains how predictive failure technologies and monitoring tools can identify hardware issues before they cause outages. We discuss using SMART data for drives, temperature and fan speed sensors for CPUs, and vendor-specific monitoring utilities for servers. These early warnings allow administrators to schedule maintenance or replacem…
  continue reading
 
This episode focuses on documenting troubleshooting activities from the initial problem report to the final resolution. We discuss capturing details about symptoms, diagnostic steps, implemented changes, and verification results. Thorough documentation allows for faster resolution of similar issues in the future and provides a record for compliance…
  continue reading
 
This episode covers how to conduct a root cause analysis (RCA) to determine why a problem occurred and how to prevent its recurrence. We explain how to gather evidence, map the sequence of events, and identify both technical and process-related contributing factors. Documenting the findings is essential for long-term operational improvement. We the…
  continue reading
 
This episode explains the importance of verifying that a system is fully functional after implementing a fix. We discuss running validation tests, confirming service availability, and ensuring performance metrics are within acceptable ranges. Functional verification also involves checking related systems that may have been indirectly affected by th…
  continue reading
 
This episode focuses on executing the planned solution in a controlled environment. We cover making one change at a time, monitoring for its effect, and ensuring each adjustment aligns with the overall remediation strategy. Implementing changes incrementally reduces the risk of introducing new problems and makes it easier to isolate the source of a…
  continue reading
 
This episode explains how to create a detailed plan of action once the root cause of a problem is identified. We discuss outlining step-by-step remediation tasks, sequencing changes to minimize downtime, and identifying potential risks before implementation. The plan should also include a rollback procedure in case the fix causes unexpected issues.…
  continue reading
 
This episode focuses on testing the theory of probable cause to confirm whether it explains the observed issue. We discuss performing controlled changes, using diagnostic tools, and monitoring system behavior for improvement or recurrence of the problem. If the theory is confirmed, the next step is implementing a permanent fix; if not, the theory m…
  continue reading
 
This episode discusses how to form a theory of probable cause after gathering information about a problem. We explain how to use evidence from logs, performance metrics, and user reports to eliminate unlikely factors and focus on the most probable source of the issue. This step ensures troubleshooting efforts are targeted and efficient. We then exp…
  continue reading
 
This episode explains how replicating an issue helps confirm the root cause and ensures that corrective measures address the actual problem. We discuss how to safely recreate issues in test environments, document exact steps and conditions, and capture relevant logs or screenshots for further analysis. Detailed documentation also aids in escalation…
  continue reading
 
This episode focuses on the first step of the troubleshooting process: accurately identifying and scoping a problem. We discuss gathering user reports, reviewing monitoring data, and determining the affected systems or services. Scoping ensures the issue is clearly defined before any corrective action is taken, preventing wasted time on unrelated a…
  continue reading
 
This episode introduces Domain 4 of the CompTIA Server+ exam, which focuses on structured troubleshooting processes and the tools needed to resolve hardware, software, network, and security issues. We outline the methodology steps—problem identification, theory development, testing, implementation, and documentation—and explain how they ensure cons…
  continue reading
 
This episode covers hardware-level security measures that prevent unauthorized use or modification of server systems. We explain how to disable unused physical ports, set administrative BIOS passwords, and configure boot order to restrict booting from external media. These measures reduce the risk of unauthorized device access or operating system b…
  continue reading
 
This episode explains how to secure individual server hosts and applications through targeted hardening measures. We discuss deploying antivirus and anti-malware tools, ensuring timely application of patches, and disabling unnecessary application features or services. Application configuration best practices, such as enforcing authentication and en…
  continue reading
 
This episode focuses on securing a server operating system by applying hardening techniques that minimize vulnerabilities. We cover the importance of keeping systems fully patched, closing unused network ports, and disabling unneeded services. The discussion also includes reviewing startup processes, removing default accounts, and enforcing secure …
  continue reading
 
This episode reviews the regulatory and legal frameworks that affect server administration, focusing on requirements for protecting personally identifiable information (PII) and complying with industry-specific standards such as the Payment Card Industry Data Security Standard (PCI DSS). We explain how legal retention rules dictate how long certain…
  continue reading
 
This episode explains how security monitoring systems, particularly Security Information and Event Management (SIEM) platforms, collect and correlate logs from multiple sources to detect suspicious activity. We discuss how SIEM tools enable real-time alerting, historical analysis, and compliance reporting. The importance of role separation in monit…
  continue reading
 
This episode covers how to identify potential security breaches through event monitoring, anomaly detection, and forensic investigation. We discuss the signs of compromise, such as unusual network traffic, unauthorized configuration changes, or unexpected data transfers. The importance of timely breach recognition is emphasized, along with the lega…
  continue reading
 
This episode explains the dangers of backdoors—hidden access methods intentionally or unintentionally left in systems—and how they can be exploited by attackers. We also examine social engineering tactics used to manipulate individuals into revealing sensitive information or granting access, including phishing, pretexting, and baiting. Understandin…
  continue reading
 
This episode focuses on data loss prevention (DLP) strategies used to protect sensitive information from unauthorized access, duplication, or disclosure. We explain how DLP technologies monitor data movement across networks, block risky transfers, and enforce encryption requirements. Access controls, role assignments, and policy enforcement are dis…
  continue reading
 
This episode explores two major security risks: malicious software infections and insider threats. We explain how malware types such as ransomware, trojans, and worms can impact servers, along with the indicators of compromise that signal infection. Insider threats are addressed in terms of intentional sabotage, data theft, or accidental security b…
  continue reading
 
This episode covers the common risks that can lead to hardware failures in server environments, starting with power-related issues such as surges, brownouts, and outages. We discuss how failing components like power supplies, fans, and storage drives can cause system downtime, as well as how environmental factors such as excessive heat, humidity, o…
  continue reading
 
This episode focuses on Single Sign-On (SSO) technology, which allows users to authenticate once and gain access to multiple systems or applications without re-entering credentials. We explain how SSO improves user experience while centralizing authentication for stronger oversight. Common protocols such as SAML, OAuth, and OpenID Connect are intro…
  continue reading
 
This episode explains multifactor authentication (MFA) and how combining factors—something you know, something you have, and something you are—enhances security. We review examples such as passwords plus hardware tokens, smart cards plus PINs, and biometric scans paired with one-time passwords. The discussion also covers how MFA mitigates risks fro…
  continue reading
 
This episode examines how segregation of duties reduces the risk of fraud, errors, and insider threats by dividing responsibilities among multiple individuals. We explain how this principle supports compliance frameworks and strengthens overall security posture. Delegation is discussed as a controlled method of granting temporary access to specific…
  continue reading
 
This episode compares role-based access control (RBAC), where permissions are tied to job roles, with rule-based access control, where access is determined by specific conditions or rules. We explain how RBAC simplifies management by assigning users to predefined roles, while rule-based models allow dynamic access control based on attributes such a…
  continue reading
 
Loading …
Copyright 2025 | Privacy Policy | Terms of Service | | Copyright
Listen to this show while you explore
Play