How to import certificate into OpenEdge cert store
AWS CLI command to list volumes changed from gp2 to gp3
How to grow zpool using online LUN expansion
rclone and s3cmd
Overview Tool Description rclone A powerful command-line tool to manage and sync files across many cloud storage providers (not just S3). s3cmd A command-line tool specifically designed to interact with Amazon S3 and S3-compatible services. Main Differences Feature rclone s3cmd Supported Services Supports over 50 cloud providers (e.g. Google Drive, Dropbox, OneDrive, S3, etc.). Only… Leer más »
Step-by-Step Guide: Configure s-nail with msmtp and Resend SMTP
This guide walks you through installing s-nail as a mail client and configuring msmtp to send emails using the Resend SMTP service. It also replaces conflicting tools (like GNU mailutils), applies system aliases, and includes instructions for managing AppArmor on a Debian-based system (e.g., Ubuntu 22.04 or later). Tested on: Linux linux-mailhost 6.8.0-1022-oracle x86_64 GNU/Linux… Leer más »
ERR_TOO_MANY_REDIRECTS nginx apache
After you add a new domain to Cloudflare, your visitors’ browsers might display ERR_TOO_MANY_REDIRECTS or The page isn’t redirecting properly errors. This error occurs when visitors get stuck in a redirect loop. To solve this issue, either remove HTTPS redirects from your origin server or update your SSL/TLS Encryption Mode to be Full or higher (requires an SSL certificate configured at your origin… Leer más »
Agent system prompts and internal tools.
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools/blob/main/LICENSE.md Manus, Cursor, Same.dev, Lovable, Devin, Replit Agent, Windsurf Agent & VSCode Agent system prompts and internal tools.
MongoDB import CSV ignoring errors
Use –parseGrace skipRow option.
Comando para eliminar caracteres corruptos en UTF-8 bash
Limpiar archivo.csv de caracteres corruptos en UTF-8 Si archivo.csv se supone que está en UTF-8 pero tiene errores, puedes limpiarlo así: 1. Borrar caracteres corruptos en UTF-8: Esto: 2. Verifica que el archivo limpio esté en UTF-8: Debe mostrar algo como: 3. Opcional: Eliminar saltos de línea estilo Windows (CRLF) Esto convierte las líneas al… Leer más »