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
    • 日本語
Breakings
Programming tutorial - IT technology blog
Building a Production-Ready REST API with Spring Boot, Spring Security, JPA, and Docker
June 5, 2026
Programming tutorial - IT technology blog
Building a Laravel REST API with Docker: From Zero to Production in 2024
June 5, 2026
DevOps tutorial - IT technology blog
Mastering Prometheus Alertmanager: Routing, Grouping, Inhibition, and Smart Alert Delivery to Telegram and PagerDuty
June 5, 2026
Security tutorial - IT technology blog
Securing IoT Devices at Home and in Your HomeLab: VLAN Segmentation, Firmware Monitoring, and Blocking Suspicious Connections
June 5, 2026
Programming tutorial - IT technology blog
Mastering Protocol Buffers: Schema-first API Design for Multi-language Projects
June 5, 2026
Database tutorial - IT technology blog
Deploy FerretDB on Docker: MongoDB-Compatible Open Source Database Built on PostgreSQL
June 5, 2026
Security tutorial - IT technology blog
Practical Web Security: Hunting XSS, SQLi, and IDOR with Burp Suite Community
June 5, 2026
Security tutorial - IT technology blog
Deploy OpenCTI on Docker: Build Your Own Threat Intelligence Lab
June 5, 2026
Programming tutorial - IT technology blog
Beyond Boolean Soup: Architecting Robust React Logic with XState
June 5, 2026
Linux tutorial - IT technology blog
Why Is My Linux Load Average High Despite Low CPU Usage?
June 5, 2026
AI tutorial - IT technology blog
Posted inAI

Automating Code Reviews: 6 Months with AI-Powered PR-Agent and GitHub Actions

April 19, 2026
Learn how to integrate AI-powered code reviews into your CI/CD pipeline using PR-Agent and GitHub Actions. This 6-month production review covers setup, logic bug detection, and advanced configuration tips.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Mastering Chroot on Linux: System Rescue and Recovery from a Live USB

April 18, 2026
Chroot is the fastest way to rescue a Linux system that won't boot — reset passwords, fix GRUB, repair broken packages, and recover from bad fstab edits, all from a Live USB. This guide covers real-world recovery scenarios with working commands you can run at 2 AM without thinking.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Recursive CTE in SQL: Handling Tree and Hierarchy Data in PostgreSQL and MySQL

April 18, 2026
Recursive CTEs let you query hierarchical data — org charts, category trees, comment threads — in a single SQL statement, without N+1 queries. This guide covers the pattern in PostgreSQL and MySQL 8.0+ with practical examples and performance tips.
Read More
AI tutorial - IT technology blog
Posted inAI

LLM Evaluation: Practical Methods and Tools to Measure AI Model Quality in Production

April 18, 2026
LLM evaluation is the practice of systematically measuring whether your AI model's outputs are accurate, relevant, and safe — not just fast. This guide covers practical setup with DeepEval and RAGAS, CI/CD integration, and production monitoring strategies drawn from real deployment experience.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Scaling PostgreSQL for Time-Series: A Hands-on TimescaleDB Guide

April 18, 2026
Tired of slow PostgreSQL queries? Learn how TimescaleDB uses hypertables and columnar compression to handle millions of rows per day without breaking a sweat.
Read More
AI tutorial - IT technology blog
Posted inAI

Building a Local AI Gateway with LiteLLM: Centralize OpenAI, Anthropic, and Ollama

April 18, 2026
Tired of managing multiple AI SDKs? Learn how to deploy LiteLLM as a central gateway to unify OpenAI, Claude, and local models while cutting costs.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Stopping BadUSB: My 6-Month Experience Hardening Linux with USBGuard

April 18, 2026
Physical USB ports are a massive security blind spot. This guide shows you how to use USBGuard to whitelist trusted devices and block BadUSB attacks on Linux.
Read More
AI tutorial - IT technology blog
Posted inAI

LLM Fine-tuning with Unsloth and QLoRA: Training Llama 3 on Consumer GPUs

April 18, 2026
Stop hitting CUDA Out of Memory errors. This guide shows you how to use Unsloth and QLoRA to fine-tune Llama 3 on consumer GPUs with 70% less memory and 2x faster speeds.
Read More
Networking tutorial - IT technology blog
Posted inNetworking

Site-to-Site VPN with StrongSwan IPsec IKEv2: A Production-Ready Linux Guide

April 18, 2026
Build a high-performance Site-to-Site VPN using StrongSwan on Linux. This guide covers IKEv2 configuration with swanctl, firewall tuning, and MSS clamping for maximum stability.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Clonezilla: The No-Nonsense Guide to Linux Disk Imaging and Recovery

April 18, 2026
Ditch the generic backup tools. This expert guide shows you how to use Clonezilla for block-level imaging, network backups via SSH, and restoring systems to smaller disks.
Read More

Posts pagination

Previous page 1 … 47 48 49 50 51 … 84 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top