Nothing is impossible for us

👋 Hi there, and welcome to ILTERRA.

This isn’t a big outsourcing factory — it’s my official business activity as a Solution Architect & Engineer.

I work with companies worldwide to solve IT challenges in cloud, data, and architecture. My focus is on building long-term cooperation and delivering real results, not chasing volume. Let’s see how I can help you.

Yauhen Panimatchanka
Founder of ILTERRA
Solution Architect & Engineer

Behind the Work

WP-CLI Tips: Search & Replace Like a Pro

If you run a WordPress website or manage multiple WordPress instances, sooner or later you’ll face a classic problem: You move your site from an IP-based environment or staging domain to a real domain — and suddenly your internal links, media URLs, and pingbacks still point to the old host. Manually rewriting database values?Painful. Exporting SQL and hunting down strings?Error-prone and slow. A much faster and safer way is to use WP-CLI — a powerful command-line tool for WordPress administration. Below is a practical snippet I recently used when migrating a WordPress instance from an IP-based dev server

Read More »

Step by step: Installation Python 3.7 on Debian 9

Python is one of the most popular programming languages in the world. With its simple and easy to learn syntax Python is a great choice for beginners and experienced developers. Python is quite a versatile programming language, you can use it to do almost anything you want, write small scripts, build games, develop websites, create machine learning algorithms, analyze data and more. Python is also portable which means you can run the same Python script on different operating systems without any changes. Python 2 support ends in 2020. Python 3 is the present and future of the language.

Read More »

Installation guide: Docker on Debian 10

Docker is the most popular and widely used container runtime. It enables you to package and run your applications in isolated containers in a single server or cluster of Linux servers orchestrated by Kubernetes and similar tools. Docker is a set of platform as a service products that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. Wikipedia Docker Editions There are two editions of Docker available. Community Edition (CE): ideal for individual

Read More »