Archivo de la categoría: Nix

tmux quick guide

Tmux Guide: Master Terminal Multiplexing for Productivity Tmux is a powerful terminal multiplexer that allows you to create multiple sessions, windows, and panes within a single terminal window. It’s especially useful for remote servers, long-running processes, and organizing your development workflow. Basic Installation and Configuration Install Tmux on macOS: Install Tmux on Ubuntu/Debian: Enable Mouse… Read More: tmux quick guide »

Force stopping a stuck Solaris zone

Example: The zone should now show as installed. pkill -9 -z <zonename> is the most effective “emergency stop.”It works when a zone is stuck in shutting_down.

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… Read More: rclone and s3cmd »

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… Read More: Step-by-Step Guide: Configure s-nail with msmtp and Resend SMTP »

The processor is not adequate for running MySQL Workbench 8.0 CE parallels windows 11 mac m1 m2

Windows on ARM emulation isn’t good enough to trick the MySQL Workbench installer into thinking that it’s running on an Intel CPU, so the installation fails. Fortunately, this is fixable with some degree of effort – you have to patch the MSI file. There’s likely other ways to do the patch, but here’s how I… Read More: The processor is not adequate for running MySQL Workbench 8.0… »

dovecot custom query cpanel

This utility allows you to recover disk space by deleting old messages from your mailbox. Custom query… — This option allows you to customize your removal option with the Dovecot search query format. For example, to remove all messages larger than 10MB, select this option and enter larger 10M in the text box. For more information about how… Read More: dovecot custom query cpanel »