Gabriele Mossino
Author

Gabriele Mossino

Nothing in life is to be feared, it is only to be understood!

10 articles

Latest

What is Cyber Risk Management?
Cybersecurity 17 min read

What is Cyber Risk Management?

Cyber risk isn’t just an IT problem, it’s a business decision. Learn how to identify, measure, prioritize, and manage digital threats before they become real-world damage.

The Best Windows Cleanup Tools You Should Be Using
OS 16 min read

The Best Windows Cleanup Tools You Should Be Using

Windows is slow, bloated, and full of stuff you never asked for. Here are the best free tools to clean it up, remove junk, boost performance, and make Windows feel fast again, without reinstalling everything.

Privacy Online: How to See What a Website Collects About You
Cybersecurity 7 min read

Privacy Online: How to See What a Website Collects About You

Find out what you’re really giving away online. Learn how to make privacy active by default, reveal hidden trackers before you trust a website, and browse with more visibility, control, and fewer ads.

Your Linux Server Has Been Rootable Since 2017 by a 732-Byte Script
Cybersecurity 8 min read

Your Linux Server Has Been Rootable Since 2017 by a 732-Byte Script

Copy Fail (CVE-2026-31431): a 732-byte Python script roots every Linux distro since 2017 through a straight-line kernel crypto flaw. It poisons the page cache to hijack setuid binaries, leaves zero disk traces, and escapes containers. AI-found in 1 hour. 100% reliable. Patch now.

MCP Security Guide: How to Secure Tools, Agents, Identities and Data Flows
Cybersecurity 18 min read

MCP Security Guide: How to Secure Tools, Agents, Identities and Data Flows

Secure MCP starts with the right architecture. Learn how to protect tools, identities, data flows, and agents with practical security controls that actually reduce risk.

One pip install to Lose Everything: The LiteLLM Supply-Chain Breach
Cybersecurity 10 min read

One pip install to Lose Everything: The LiteLLM Supply-Chain Breach

One pip install was all it took. For three hours on March 24, 2026, malicious versions of LiteLLM sat on PyPI, stealing credentials and backdooring machines. Here's how it happened.

SNAKE!
Coding 5 min read

SNAKE!

A fully playable Snake game, embedded directly in a blog post. No libraries, no iframes, just HTML, CSS, and vanilla JavaScript on a canvas. Here's how it works.

Think Your Password is Enough? Think Again!
Cybersecurity 3 min read

Think Your Password is Enough? Think Again!

Most people believe that a complex password, coupled with two-factor authentication (2FA), provides impenetrable security. The logic seems sound: even

Do You Really Need a VPN?
Cybersecurity 4 min read

Do You Really Need a VPN?

Hello world, today we will see what a VPN is and how it works. Don't worry, this article

By Value vs. By Reference in C
Coding 1 min read

By Value vs. By Reference in C

Hello world, this is our first article. It requires some previous technical knowledge of C, was made for fun and