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
Security tutorial - IT technology blog
Posted inSecurity

Stop Trusting Tags: Secure Your Container Supply Chain with Cosign

April 29, 2026
Container tags are easily spoofed. Learn how to use Cosign and Sigstore to sign your images and protect your Kubernetes clusters from supply chain attacks.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Mastering Software RAID with mdadm: A Practical Guide to Linux Disk Redundancy

April 29, 2026
Don't let a drive failure take down your server. This guide shows you how to configure mdadm on Linux to create RAID 0, 1, 5, and 6 arrays for maximum uptime.
Read More
Linux tutorial - IT technology blog
Posted inLinux

How to Migrate CentOS 7 to Rocky or AlmaLinux Using ELevate

April 29, 2026
CentOS 7 is officially EOL. This guide shows you how to use ELevate to perform a safe, in-place upgrade to Rocky Linux or AlmaLinux 8 without reinstalling from scratch.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Linux IPC: A Practical Guide to Pipes, Queues, Shared Memory, and Sockets

April 29, 2026
A deep dive into Linux IPC mechanisms. Learn when to use Pipes, Sockets, and Shared Memory, featuring performance tips and resource management strategies.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Stop Shipping Vulnerabilities: Automating SAST with Semgrep

April 29, 2026
Catch vulnerabilities before they hit production. This guide shows you how to use Semgrep to automate security scans in your CI/CD pipeline, reducing manual review time and preventing costly leaks.
Read More
HomeLab tutorial - IT technology blog
Posted inHomeLab

Installing Node-RED on Docker: A 6-Month Production Review for HomeLab Automation

April 29, 2026
Based on 6 months of 24/7 usage, this guide shows you how to deploy Node-RED on Docker, secure your flows, and integrate MQTT and Home Assistant for a professional HomeLab.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Build a Type-Safe Full-Stack API with tRPC and TypeScript in Next.js — No Separate Schema Needed

April 28, 2026
tRPC lets you share TypeScript types between your Next.js backend and frontend with no code generation or separate schema files. This tutorial walks through setting up a type-safe full-stack API from scratch, so a renamed field on the server immediately breaks the client at compile time — not in production.
Read More
Security tutorial - IT technology blog
Posted inSecurity

OAuth 2.0 and OpenID Connect Security: Common Vulnerabilities and How to Implement Them Correctly

April 28, 2026
OAuth 2.0 and OpenID Connect are the backbone of modern authentication, but misconfiguration is common and costly. This guide covers the most frequent vulnerabilities — missing state parameters, open redirects, improper token validation — and shows you how to implement each step correctly with practical Python examples.
Read More
HomeLab tutorial - IT technology blog
Posted inHomeLab

Self-Hosted Bookmark Manager with Hoarder on Docker: AI Summaries and Full-Text Search

April 28, 2026
Hoarder is a self-hosted bookmark manager that runs on Docker and adds AI-powered summaries and full-text search to every link you save. This guide walks through a complete Docker Compose setup, Ollama integration for local AI, and practical tips for daily use as a Pocket replacement.
Read More
Networking tutorial - IT technology blog
Posted inNetworking

Linux Network Performance Monitoring with Prometheus and Grafana: A to Z Guide

April 28, 2026
Learn how to monitor Linux network performance using Prometheus, node_exporter, and Grafana. This guide covers installation, key PromQL queries for TCP retransmits and packet drops, Grafana dashboard setup, and production alerting rules — based on real-world experience tracking down silent network saturation issues.
Read More

Posts pagination

Previous page 1 … 36 37 38 39 40 … 84 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top