RED4ext vs redscript — Why You Don’t Actually Choose Between Them (And How They Work Together in Cyberpunk 2077 Modding)
**RED4ext vs redscript — Why You Don’t Actually Choose Between Them (And How They Work Together in Cyberpunk 2077 Modding)**
DevOps, Linux, Life, the Universe, and everything—thoughts and stories from Pavel Dolinin. Don’t forget your towel!
The command-line universe awaits! In this tag, we dive into the world of Linux, the open-source operating system that powers everything from your servers to your smart fridge. Whether you're tweaking configs, mastering Bash, or unleashing the power of the terminal, you’ll find tips, tricks, and tutorials to become a Linux guru. Embrace the penguin, and let’s hack the planet—one terminal command at a time!
102 posts
Git is one of the most popular and widely used version control systems today. Whether you’re a developer or DevOps engineer, Git is an essential tool for managing code, collaboration, and automation workflows. This guide will walk you through the process of installing Git on different operating systems: Windows, macOS, and Linux.
40 posts
The magic behind containers! In this tag, we'll explore Docker, the containerization tool that’s changing how we build, ship, and run applications. Whether you’re managing microservices or optimizing your builds, this is your go-to spot for Docker tips, tutorials, and deep dives. From beginner-friendly guides to advanced tricks, you'll learn to containerize like a pro!
38 posts
In the world of automation, Jenkins is the unsung hero wearing a cape made of plugins. Under this tag, you'll uncover the secrets of continuous integration and delivery pipelines, sprinkled with some DevOps wizardry. From setting up your first Jenkins job to orchestrating multi-stage pipelines, it's all about making automation less of a headache and more of a superpower. Prepare for a deep dive into the automation multiverse — where builds run smoothly, and deployment anxiety fades!
35 posts
Welcome to my “Gaming on Linux” corner — where penguins meet pixels and GPUs work overtime just to prove Linux can game. From nostalgic classics to modern shooters, I test, tweak, and sometimes overheat my poor GPU — all in the name of smooth frames, open-source glory, and a bit of chaos.
35 posts
Explore the world of hardware, from cutting-edge devices and components to the systems that power our digital lives. Whether it's server hardware, networking gear, or the latest gadgets, this tag covers the innovations and tools that make modern computing possible. Learn how hardware impacts performance, scalability, and reliability in tech, and discover tips for optimizing your infrastructure.
29 posts
Welcome to the How-tos section! Here you'll find detailed step-by-step instructions on a variety of topics, from setting up services to generating code snippets and troubleshooting issues. These guides are designed to be practical and easy to follow, whether you're a beginner or an advanced user, helping you perform tasks efficiently and with confidence.
18 posts
This is the hub for my personal projects, community contributions, and the tools I’ve crafted along the way. Whether it's open-source code, custom-built utilities, or anything else I’m tinkering with, you’ll find it here. Expect a mix of tech experiments, shared solutions, and the occasional wild idea — all aimed at making life (and code) a little smoother. Think of it as my digital workshop, where I offer back to the community!
17 posts
Because life, much like debugging code, can be absurdly unpredictable. Here, I’ll share tales of misadventures, quirky observations, and those moments where the only logical reaction is a good laugh. Whether it's the frustrations of tech or the everyday quirks of life, this is where we embrace the absurdity. After all, laughter might just be the ultimate fix—better than turning it off and on again.
10 posts
**RED4ext vs redscript — Why You Don’t Actually Choose Between Them (And How They Work Together in Cyberpunk 2077 Modding)**
In this blog post, we will walk you through how to integrate Jenkins with Prometheus and Grafana, enabling you to monitor Jenkins performance, track key metrics, and visualize logs to ensure that your CI/CD pipeline remains efficient and stable.
Docker containers provide a lightweight, consistent, and portable environment for running applications. While Docker has long been associated with Linux containers, it also supports Windows containers. These containers allow Windows applications to run in isolated environments.
A practical guide to installing TweakXL for Cyberpunk 2077 on Linux with Steam and Proton. Learn what it does, why it’s essential for modern mods, how to install it correctly, verify it through logs, and fix common issues when tweaks fail to apply.
Git submodules can be incredibly useful when managing large projects that rely on external code or multiple repositories. However, working with submodules at scale introduces unique challenges, including submodule versioning, team synchronization, and performance considerations.
A detailed guide to installing RED4ext for Cyberpunk 2077 on Linux with Steam and Proton. Covers setup, Proton fixes for DLL injection, verification through logs, and troubleshooting when mods fail to load silently.
A step-by-step guide to installing redscript for Cyberpunk 2077 on Linux with Steam and Proton. Learn how to place files correctly, verify script initialization, and troubleshoot common issues to ensure gameplay mods run smoothly.
A closer look at Cyber Engine Tweaks’ first launch setup—how to bind the overlay key, enable scripting, and confirm everything is working. This step turns CET from a simple install into a fully functional modding framework.
One of the most crucial aspects of managing a CI and CD pipeline is effectively handling errors. Without proper error handling, a single failure in a pipeline could cause hours of lost time or result in unpredictable behavior, especially in production environments.
Docker has revolutionized the way developers build, ship, and run applications. Traditionally, Docker was synonymous with Linux environments, but thanks to advancements like Windows Subsystem for Linux 2 (WSL2), running Linux-based Docker containers on Windows has become seamless and efficient.
Learn how to enable and configure the security audit service on Ubuntu. This comprehensive guide covers installation, configuration, creating custom audit rules, and analyzing logs. Additionally, discover how to monitor Docker daemon and container activities to enhance system security
When using Git submodules, switching between branches during development is expected. Git submodules can add complexity to branch management. You must ensure that submodules are in sync across branches and that submodule changes in one branch are correctly reflected in another.