Tutorials

16 articles

Build an AI Document Processing Pipeline: PDFs, CSVs, and Emails at Scale
AI/ML

Build an AI Document Processing Pipeline: PDFs, CSVs, and Emails at Scale

Learn how to build a production-grade document processing pipeline using LLMs. Extract structured data from PDFs, classify and summarize emails, analyze CSVs with natural language — all automated, all running unattended.

FastSox Team10 min read
Automate Your Dev Workflow with LLM Agents: Commits, PRs, and Code Review
AI/ML

Automate Your Dev Workflow with LLM Agents: Commits, PRs, and Code Review

Stop writing commit messages and PR descriptions by hand. Learn how to build LLM agents that automate the repetitive parts of your development workflow — from git diffs to actionable code review — using the Claude and OpenAI APIs.

FastSox Team9 min read
Autonomous AI Agents: Building Self-Running Task Automation That Actually Works
AI/ML

Autonomous AI Agents: Building Self-Running Task Automation That Actually Works

Learn how to build AI agents that plan, execute, and recover from failures without human intervention. Covers the ReAct pattern, tool use, multi-step task execution, and the engineering patterns that separate reliable agents from demo-ware.

FastSox Team10 min read
Best Practices to Secure a Linux Server in 2026
security

Best Practices to Secure a Linux Server in 2026

A comprehensive, checklist-style guide to hardening a Linux server in 2026. Covers SSH hardening, firewalls, fail2ban, automatic updates, user management, kernel sysctl tuning, file system security, audit logging, and VPN-only management access.

FastSox Team17 min read
How to Bootstrap a Secure Linux Setup Using iptables and ufw
security

How to Bootstrap a Secure Linux Setup Using iptables and ufw

A practical checklist for getting a fresh Ubuntu or Debian machine to a defensible firewall baseline — covering ufw for fast setup, iptables for precision control, common attack mitigations, nftables, WireGuard rules, and how to verify your ruleset.

FastSox Team14 min read
How to Use WireGuard on Linux: From Installation to Multi-Peer Setup
securityproxy

How to Use WireGuard on Linux: From Installation to Multi-Peer Setup

A practical, step-by-step guide to installing WireGuard on Linux, generating keys, configuring a server and multiple clients, and verifying your tunnel — plus tips on troubleshooting common issues.

FastSox Team11 min read
How to Optimize TCP Traffic on Windows and Linux
securityproxy

How to Optimize TCP Traffic on Windows and Linux

A practical guide to tuning TCP congestion control, buffer sizes, and MTU on both Linux and Windows — so your VPN or proxy connection reaches its full potential.

FastSox Team14 min read
Advanced Traffic Splitting: dnsmasq, iptables, ip rule, and ipset
proxysecurity

Advanced Traffic Splitting: dnsmasq, iptables, ip rule, and ipset

A technical deep-dive into domain-based split tunneling on Linux — no custom kernel modules, no userspace proxies. Route specific domains through a VPN while keeping everything else direct, using dnsmasq, ipset, iptables marks, and policy-based routing.

FastSox Team18 min read
How to Use Claude Code, Codex CLI, and Gemini CLI Without Geo-Restrictions Using FastSox
ai-botproxy

How to Use Claude Code, Codex CLI, and Gemini CLI Without Geo-Restrictions Using FastSox

Claude Code, OpenAI Codex CLI, and Google Gemini CLI are geo-restricted in many regions. This guide shows three practical methods to route your terminal's AI traffic through FastSox — system-wide VPN, WireGuard split tunnel, and SOCKS5 proxy.

FastSox Team13 min read
What Is Linux Network Namespace and How to Use It
securityproxy

What Is Linux Network Namespace and How to Use It

Learn how Linux network namespaces work, how to create and manage them with iproute2, and how they power container networking, VPN traffic isolation, and multi-tenant gateway infrastructure.

FastSox Team12 min read
What Is VXLAN and How to Use It on Linux with iproute2
proxysecurity

What Is VXLAN and How to Use It on Linux with iproute2

A complete guide to VXLAN: how it solves VLAN exhaustion and enables multi-tenant overlay networks, plus practical step-by-step iproute2 commands for setting up point-to-point tunnels, static FDB entries, and bridge integration on Linux.

FastSox Team16 min read
How FastSox Helps You Connect to Any AI Service
ai-botproxy

How FastSox Helps You Connect to Any AI Service

AI tools like ChatGPT, Claude, Gemini, and Midjourney are geo-restricted in many regions. Learn how FastSox's Smart Mode and HyperSox protocol give you seamless, private access to every AI service.

FastSox Team8 min read
What is HyperSox Protocol? A Technical Deep Dive
securityproxy

What is HyperSox Protocol? A Technical Deep Dive

HyperSox is FastSox's next-generation encrypted proxy protocol built in Rust. Learn how it combines ChaCha20-Poly1305 encryption, X25519 forward secrecy, REALITY TLS obfuscation, and uTLS browser fingerprint spoofing.

FastSox Team8 min read
How WireGuard Works: A Technical Deep Dive
security

How WireGuard Works: A Technical Deep Dive

Explore the cryptographic foundations of WireGuard — the protocol powering FastSox. Learn about ChaCha20, Poly1305, Curve25519, and why WireGuard is faster and more secure than OpenVPN.

FastSox Team7 min read
What is a VPN? A Complete Guide
securityproxy

What is a VPN? A Complete Guide

Understand how Virtual Private Networks work, why they matter for your privacy, and how modern protocols like WireGuard and HyperSox are redefining online security.

FastSox Team7 min read
Why Securing Your Connection Matters
security

Why Securing Your Connection Matters

From public Wi-Fi attacks to ISP surveillance and AI service restrictions — understand the real threats to your online privacy and why an encrypted connection is no longer optional.

FastSox Team9 min read