Nothing is impossible for us

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 […]

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 […]

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 […]