Archive for the ‘Addon Software’ Category

The NIS2 Directive Article 21 – Cybersecurity risk management measures

Dienstag, März 10th, 2026

The NIS2 Directive Article 21 – mandates that essential and important entities implement robust business continuity and Disaster Recovery Plans (DRP) focusing on system recovery backup management and crisis response to ensure operational resilience against cyber incidents. Key requirements include regular tested backups defined recovery time objectives (RTOs) and established crisis management teams to minimize downtime

Microsoft Secure Boot certificates expire in June 2026 – what happens when the certificates expire

Dienstag, März 10th, 2026

Oracle AI Database 26ai – stellt die Weichen für die nächste Ära der KI

Sonntag, März 8th, 2026

Apple MacBook Neo – 13″ Liquid Retina display all‑day battery life durable aluminium design A18 Pro chip seamless AI and Apple Intelligence

Sonntag, März 8th, 2026

Bundesamtes für Sicherheit in der Informationstechnik (BSI) – 11.500 kritische Einrichtungen sind für NIS-2 registriert und haben den Prozess abgeschlossen doch knapp 20.000 Einrichtungen fehlen noch

Freitag, März 6th, 2026

Microsoft Windows 11 – announcing Insider Preview Build 26300.7939 (Dev Channel)

Mittwoch, März 4th, 2026

Microsoft Windows 11 – starting with this release, administrators may enable a more secure mode for processing batch files that ensures they do not change during execution by adding a value to the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor named LockBatchFilesWhenInUse (DWORD value 0 or 1)

Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen (LDI NRW) Bettina Gayk – Pflegekräfte Ärzte und Therapeuten posten teils unbedacht sensible Gesundheitsdaten auf Social Media und spricht von klaren Rechtsverstößen

Dienstag, März 3rd, 2026

Checkmk 2.x – betroffen sind mehrere Versionen darunter die Versionen < 2.4.0p22 und die Anwender dieser Software sollten dringend die neuesten Sicherheitspatches installieren um ihre Systeme zu schützen

Montag, März 2nd, 2026

Microsoft 365 Local General Availability – local infrastructure and how it helps organizations meet sovereignty requirements while maintaining productivity in a private cloud environment

Donnerstag, Februar 26th, 2026

Microsoft Secure Boot certificates expire in June 2026 – a Secure Boot playbook

Mittwoch, Februar 25th, 2026

Google Chrome OS Version 145.0.7632.117 – steht zum Download bereit

Dienstag, Februar 24th, 2026

Microsoft Windows 11 – die Anforderungen zu umgehen ist nicht strafbar sondern ein Verstoß gegen die Nutzungsbedingungen von Microsoft

Montag, Februar 23rd, 2026

Google Chrome OS Version 145.0.7632.110 – steht zum Download bereit

Montag, Februar 23rd, 2026

Microsoft Windows Server 2016 – an Extended Security Update (ESU) is coming

Sonntag, Februar 22nd, 2026

AI Workflow Automation N8N 2.8.3 – how to create workflows that connect to PostgreSQL databases

Sonntag, Februar 22nd, 2026

CREATE TABLE customers (ID SERIAL PRIMARY KEY,
Name VARCHAR(50) NOT NULL,
Stadt VARCHAR(50),
Adresse VARCHAR(255)
);
INSERT INTO customers ( NAME, STADT, ADRESSE)
VALUES ( ‚Schulz‘, ‚Berlin‘, ‚Hauptstrasse 1‘);
SELECT * FROM customers;
DELETE FROM customers;
DROP TABLE customers;