Movies downloader version 0.9 release
My Toshibe TV is very old and it has really slow fast-forward for long movies. But it has chapters flow, so I can switch them.
Porting my game to PlayStation2
A week ago I was sitting at the late night and found ps2dev repo on my local disk. It was there for a very long time. Sometimes I took a look on the examples and close them. Everything seems very complicated.
Books downloader version 0.5 release
New book downloader websites were added!
Rush 4 Salt: A Three-Year Journey
After three years of development, I'm excited to announce the release of Rush 4 Salt, my latest gaming project that brings together classic 8-bit aesthetics with modern gameplay mechanics.
Decoding PHP Files
During my recent exploration of Ukrainian online theater platforms, I made an interesting discovery: the majority of these sites are built on the DataLife Engine (DLE). This observation sparked my curiosity, as DLE is a content management system that has been around for quite some time, yet continues to operate effectively in 2025.
The Complete Guide to APT Command Usage in Linux
APT (Advanced Package Tool) is a powerful command-line package management system used in Debian, Ubuntu, and other Debian-based Linux distributions. This article covers the most common and useful apt commands that system administrators and Linux users should know.
Windows 7 Blue Screen of Death (BSOD) Errors: Complete Guide
Blue Screen of Death (BSOD) errors in Windows 7 can be frustrating and disruptive to your work. This guide covers the most common BSOD error codes, their meanings, and troubleshooting steps to resolve them.
Converting FB2/TXT to EPUB: A Lightweight Bash Solution
In the world of e-reading, having your books in a compatible format is essential. While EPUB has become a standard format supported by most e-readers, many books are still available in FB2 (FictionBook) format or plain text. Converting between these formats often requires installing bulky software like Calibre, but there's a more elegant solution using common Linux tools.
LAME MP3 Encoder: Complete Command-Line Reference
LAME (Lame Ain't an MP3 Encoder) is a high-quality open-source MP3 encoder that offers extensive command-line functionality. This guide covers all available commands and options to help you get the most out of this powerful audio encoding tool.
Converting Text Files to FB2 Format with txt2fb2.sh
In the world of e-books and digital reading, having content in the right format can make all the difference in your reading experience. The FB2 (FictionBook) format has become popular among e-book enthusiasts due to its XML-based structure that preserves formatting and metadata effectively. This article introduces a powerful yet simple bash script called txt2fb2.sh that converts plain text files to the FB2 format on Linux systems.