Tutorials

Step-by-step technical guides on Docker, Linux, Python, Go, and more.

Page 15 of 36

9 min readIntermediate

How to Blacklist Nouveau NVIDIA Driver in 2026 (Ubuntu, Arch, Fedora, Rocky Linux)

Updated 2026: Blacklist the Nouveau NVIDIA driver on Ubuntu, Arch, Fedora, Rocky Linux, and openSUSE. Includes distro-specific initramfs commands, GRUB fallback method, Secure Boot warning, and steps to verify with lsmod and install NVIDIA drivers.

22 min readBeginner

Flask API POST Request: Complete Guide to Handling POST Data

Learn how to handle POST requests in Flask. This tutorial covers receiving JSON, form data, file uploads, validation, building REST APIs, and advanced Domain-Driven Design (DDD) architecture patterns.

7 min readBeginner

SCP and SFTP on AIX: Secure File Transfer Guide [Examples]

Complete guide to SCP and SFTP file transfer on AIX. Learn secure copy commands, SFTP usage, batch transfers, and troubleshooting tips.

9 min readIntermediate

AIX SSH Configuration: Complete Setup Guide [AIX 7.x]

Complete guide to SSH configuration on AIX 7.x. Enable SSH, configure sshd, set up key-based authentication, PAM, troubleshooting, and security hardening.

10 min readIntermediate

Docker daemon.json Complete Guide — All Options with Examples (2026)

Complete Docker daemon.json reference 2026. All options: log-driver, storage-driver, insecure-registries, live-restore, exec-opts, DNS, proxies. File location on Linux, Windows, macOS.

6 min readBeginner

Python Convert Int to String: 6 Methods with Examples

Learn how to convert an integer to a string in Python using str(), f-strings, format(), and more. Includes performance comparison and edge cases.

9 min readIntermediate

How to Restart SSH in AIX: startsrc, stopsrc, lssrc Commands

Restart SSH daemon in IBM AIX using startsrc -s sshd, stopsrc -s sshd, and lssrc -s sshd. Covers AIX 6.1, 7.1, 7.2, 7.3. Includes refresh and forced restart with examples.

6 min readIntermediate

PostgreSQL: Create Database with UTF-8 Encoding [Complete Guide]

Create PostgreSQL database with UTF8 encoding. Fix template encoding errors. Guide covers locale, collation, and encoding conversion.

5 min read

Failed: Module DevicePowerOn Power On Failed — VMware Fix 2026

Fix VMware "Failed: Module DevicePowerOn power on failed" error. Caused by Hyper-V conflict, VirtualBox coexistence, or corrupt VM state. Works on VMware Workstation and ESXi.

2 min readBeginner

tmux cheatsheet

Terminal MUltipleXer (tmux) allows you to switch between several terminals in one. In this tmux cheat sheet, we show the most common actions and commands, like list session, new window, tmux detach.