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 » Archives for admin » Page 18
About admin
HomeLab tutorial - IT technology blog
Posted inHomeLab

Stop Forgetting the Small Stuff: Self-Host Monica CRM on Docker

May 22, 2026
Never forget a birthday or a book recommendation again. Learn how to self-host Monica CRM on Docker for a private, secure way to manage your personal relationships.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Ditch the .env: Modern Secret Management with Infisical, Docker, and Kubernetes

May 22, 2026
Stop sharing secrets in Slack or committing .env files to Git. Learn how to implement Infisical on Docker and Kubernetes for a secure, developer-friendly alternative to HashiCorp Vault.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Hardening the Linux Kernel: A Practical Guide to IMA Configuration

May 22, 2026
Secure your Linux environment by enabling the Integrity Measurement Architecture (IMA). Learn how to detect file tampering in real-time using kernel-level hashing and TPM integration.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Wrangling JSON and YAML: Practical jq and yq Techniques for Linux

May 22, 2026
Stop fighting with line-based tools like grep. Learn to use jq and yq to navigate and edit JSON and YAML data with structural precision on Linux.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Build Better Technical Docs: A Docusaurus and GitHub Pages Guide

May 22, 2026
Transform your project's documentation from a simple README into a professional, searchable site. This guide covers Docusaurus setup, MDX customization, and automated deployment via GitHub Actions.
Read More
AI tutorial - IT technology blog
Posted inAI

Self-Hosting Langfuse: A Hands-On Guide to LLM Observability

May 22, 2026
Ditch the guesswork in AI development. This production-tested guide shows you how to self-host Langfuse for full LLM observability, tracking everything from RAG latency to token costs.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Soft Delete Pattern in Database: Safe Record Deletion, Recovery, and Index Optimization with PostgreSQL and MySQL

May 21, 2026
Soft delete pattern lets you mark records as deleted instead of physically removing them — enabling safe recovery, audit trails, and GDPR-compliant data retention. This guide covers practical implementation in PostgreSQL and MySQL, including partial indexes, unique constraint handling, and cleanup strategies.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Building High-Concurrency Web Apps with Elixir and Phoenix Framework: From Setup to Production

May 21, 2026
Elixir and Phoenix Framework use the BEAM virtual machine's lightweight process model to handle millions of concurrent connections without the thread pool bottlenecks common in other stacks. This guide walks through installation, WebSocket channel configuration, production deployment with Mix releases, and real-time monitoring using LiveDashboard and IEx.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Defending Against ARP Spoofing and Man-in-the-Middle Attacks on Linux with arpwatch and arptables

May 21, 2026
ARP spoofing lets an attacker silently intercept all traffic on your local network — and most standard security setups miss it entirely. This guide covers how to detect ARP-based Man-in-the-Middle attacks using arpwatch, block them with static ARP entries and arptables, and build a lightweight monitoring script for any Linux machine.
Read More
Networking tutorial - IT technology blog
Posted inNetworking

Deploying a Wireless Mesh Network with B.A.T.M.A.N. Advanced (batman-adv) on Linux: Self-Healing Infrastructure for HomeLab and IoT

May 21, 2026
Six months of running batman-adv in production across a HomeLab and IoT deployment. This guide compares mesh networking approaches, breaks down batman-adv's real-world strengths and weaknesses, and walks through a complete implementation on Ubuntu/Debian with batctl monitoring and systemd automation.
Read More

Posts pagination

Previous page 1 … 16 17 18 19 20 … 87 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top