This procedure converts a LUKS2 container to LUKS1 and then decrypts it in place using cryptsetup reencrypt --decrypt.
Warning
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
| //////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| //Arquivo: MQTT_WiFiManager_PushButton.ino | |
| //Tipo: Exemplo de uso das bibliotecas WiFiManager e PubSubClient para ESP8266 na IDE do Arduino | |
| //Autor: Marco Rabelo para o canal Infortronica Para Zumbis (www.youtube.com/c/InfortronicaParaZumbis) | |
| //Descricao: Curso de ESP8266 - Utilizando MQTT e gerenciador de wifi para fazer um interruptor wifi. | |
| //Video: https://youtu.be/XXXXXXXXX | |
| //////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
| #include <FS.h> //Esta precisa ser a primeira referência, ou nada dará certo e sua vida será arruinada. kkk | |
| #include <ESP8266WiFi.h> //https://github.com/esp8266/Arduino |
1) Filter Table
Filter is default table for iptables. So, if you don’t define you own table, you’ll be using filter table. Iptables’s filter table has the following built-in chains.
| # | |
| # Apple SuperDrive initialization rule | |
| # | |
| # See: https://gist.github.com/yookoala/818c1ff057e3d965980b7fd3bf8f77a6 | |
| ACTION=="add", ATTRS{idProduct}=="1500", ATTRS{idVendor}=="05ac", DRIVERS=="usb", RUN+="/usr/bin/sg_raw --cmdset=1 %r/sr%n EA 00 00 00 00 00 01" |
Version claims cross-checked against official release channels on 2026-07-15. Feature statements describe the versions listed in the table below. Where a database lacks a capability, or has it only in part, the closest practical alternative is given as Alternative:.
| Database | Stable Version | Released | Support | Storage / Execution Model |
|---|---|---|---|---|
| SQLite | 3.53.3 | Jun 26, 2026 | Format/API support pledged through 2050 | Row-oriented B-trees, in-process, single file |