Linux in 30 minutes. A Beginner’s Guide to Choosing and Using Linux

Date: 02/06/2025

It doesn’t matter which operating system you prefer to have on your desktop, Linux is literally everywhere today: on servers, on hardware like Raspberry Pi, on smart devices, on computers in government institutions… Well, even in Windows, you can now run LinuxLinux to make it easier, for example, to test server software. A hacker just needs to navigate Linux.
Read full article →

Python from absolute zero. Learning to work with strings, files, and the Internet

Date: 31/05/2025

One day, Crocodile Gena and Cheburashka were asked to write an essay on the topic ’How I spent my summer.’ The problem was that the friends drank beer all summer. Gena, who can’t lie, wrote it that way, so Cheburashka had to replace some words. And since Cheburashka was a Python coder, he did this using a string function. In this article, I’ll show you how to keep up with Cheburashka and learn how to work with strings, files, and make requests to websites in Python.
Read full article →

Python from absolute zero. Learning to code without boring books

Date: 30/05/2025

If you think a hacker doesn’t need programming, you’re deeply mistaken! Yes, you can rock Kali Linux and use premade programs, copy code from forums, and blindly download scripts from GitHub. But your skill limit until you learn to write and understand code will be low. In this article, I will try to teach you the basics of programming in an accessible form. Starting from zero!
Read full article →