Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » linux » Page 5
Networking tutorial - IT technology blog
Posted inNetworking

High-Speed Packet Processing with DPDK on Linux: Installation and Building Your First Network App

June 29, 2026
DPDK bypasses the Linux kernel network stack entirely, letting userspace applications process packets at line rate using poll mode drivers. This guide covers installation, hugepage configuration, NIC binding, building the l2fwd example, and production tuning tips for CPU isolation and NUMA awareness.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Mastering ssh-agent and SSH Key Forwarding on Linux: Manage Multiple Keys and Chain Servers Securely

June 29, 2026
Managing multiple SSH keys across servers gets messy fast. This guide lays out four approaches — from a single shared key to ssh-agent with forwarding — with honest trade-offs for each, then walks through the full setup for chaining server connections securely while keeping private keys on your local machine.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Linux Disk Partition Management with parted, gdisk, and fdisk: GPT/MBR Guide

June 29, 2026
Compare fdisk, gdisk, and parted for Linux disk partitioning — learn when to use each tool, how to create and resize GPT/MBR partitions, and how to recover from a corrupted partition table with practical commands.
Read More
AI tutorial - IT technology blog
Posted inAI

Local AI Video Generation with CogVideoX and Wan2.1: Text-to-Video on Linux Without Cloud APIs

June 29, 2026
Running text-to-video AI locally eliminates cloud API costs and rate limits. This guide covers deploying CogVideoX and Wan2.1 on Linux with practical Python scripts for automated video batch production — no cloud API required.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Mount Remote Storage as Local Drives: A Guide to FUSE and SSHFS on Linux

June 28, 2026
Learn how to use FUSE and SSHFS to mount remote directories and cloud storage as local drives on Linux. This guide covers installation, performance tuning, and how to manage mounts without root access.
Read More
AI tutorial - IT technology blog
Posted inAI

LLM Merging with Mergekit: Build Custom Models Without the GPU Tax

June 24, 2026
Ditch the expensive GPU rentals. Learn how to use Mergekit on Linux to fuse LLMs using SLERP, TIES, and Passthrough techniques for custom AI performance.
Read More
Networking tutorial - IT technology blog
Posted inNetworking

Deep pcap Analysis with tshark on Linux: Filter Protocols, Extract Fields, and Generate Traffic Statistics

June 19, 2026
tshark puts Wireshark's full dissection engine on the command line — the right tool for analyzing pcap files on remote servers or inside CI pipelines. This guide covers protocol filtering with display filters, extracting named fields into tab-separated output, and generating traffic statistics without opening a GUI.
Read More
Networking tutorial - IT technology blog
Posted inNetworking

IS-IS on Linux: Why ISPs Choose It Over OSPF (and How to Configure It)

June 18, 2026
Discover why IS-IS is the backbone of the modern internet. This guide shows you how to configure IS-IS on Linux using FRRouting for massive scalability and better security than OSPF.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Stop Wasting Storage: A Practical Guide to BorgBackup on Linux

June 17, 2026
Learn how to implement efficient, encrypted backups on Linux using BorgBackup. This guide covers deduplication techniques to save storage space and provides a complete automation script for server administrators.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Stop Wasting Your SSD: Using tmpfs to Turbocharge Linux I/O

June 17, 2026
Boost your Linux server performance by moving high-I/O tasks to RAM. This guide shows you how to set up and manage tmpfs for temporary files, build directories, and database caches.
Read More

Posts pagination

Previous page 1 … 3 4 5 6 7 … 26 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top