All Posts

What is rp_filter and what is it used for?

July 15, 2025

In the world of Linux and networking technologies, there are many subtle but critically important kernel settings. One such setting is rp_filter. This parameter, often overlooked, plays a key role in network security and correct packet routing. Let’s explore what it is, how it works, and why understanding it is essential for every system administrator.

What is rp_filter?

rp_filter stands for Reverse Path Filtering. It’s a Linux kernel mechanism that checks incoming network packets to verify whether they arrived on the interface through which a reply to the sender’s IP address would be routed.

How to Restore Access to WordPress Administrator: Resetting Password via Database

July 14, 2025

Losing access to the WordPress administrator account can be a real headache. Sometimes, standard password recovery methods (via email) don’t work, especially if:

  • You forgot both your login and password.
  • The site’s mail sending function (wp_mail) is broken.
  • The WordPress admin panel is broken or unavailable.
  • The only access left is to the database (via MySQL client, phpMyAdmin, WP-CLI, etc.).

In this article, we’ll walk through a reliable and secure way to find the WordPress administrator directly in the database and reset their password using SQL. We’ll follow DevSecOps best practices to avoid breaking serialized data and minimize risks.

Publishing Your Website from a Home PC: Cloudflare Tunnel Without a White IP

June 16, 2025

There’s often a need to host a website, be it a personal blog, a test project, or a small service, directly on a home computer. This is convenient, economical, and provides full control. However, many face the problem of not having a “white” (public) IP address from their internet provider, making direct external access virtually impossible. And even if they do, it’s often dynamic, requiring constant updates via DDNS.

Don’t worry! Today, we’ll dive into the world of network technologies and show you how to overcome this limitation and publish your website online using a powerful and free tool from Cloudflare – Cloudflare Tunnel (formerly known as Argo Tunnel). You won’t need a white IP, port forwarding on your router, or other complex configurations!

Deploying Windows Server in Yandex.Cloud

June 13, 2025

Today, we’ll dive into the world of cloud technologies and learn how to deploy the Windows Server operating system on the Yandex.Cloud platform. This is an excellent opportunity for anyone looking to have their own server for various tasks, whether it’s for application testing, website deployment, or even Active Directory creation.


Important Note: Your Own Windows Server Image

Currently, Yandex.Cloud does not provide pre-built Windows Server images. This means we’ll need to prepare a Windows Server image locally, import it into Yandex.Cloud, and then create a virtual machine based on that image. This process requires a bit more effort but gives you full control over your system.

How PCC on MikroTik Can Help You Save Money and Bypass Limits

June 12, 2025

In today’s digital world, where every megabyte counts and stable connectivity is gold, a single internet channel is often just not enough. Maybe you have several external IP addresses gathering dust, or your hosting provider suddenly introduced those “unpleasant” traffic limits, threatening your budget and peace of mind. But don’t panic! PCC (Per Connection Classifier) on your MikroTik router running the updated RouterOS 7.x is your ticket to a world without limits. It allows you to optimize costs and bypass annoying restrictions.