Archivo de la categoría: Linux

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 »

SSHFS: Montar sistemas de ficheros a través de SSH

SSHFS es una aplicación que permite montar sistemas de archivos a través de una conexión SSH. Utiliza la herramienta SFTP para la transferencia de archivos, proporcionando cifrado en la comunicación entre el servidor y el cliente. A diferencia de otros sistemas de archivos como NFS o SAMBA/CIFS, SSHFS no requiere configuraciones adicionales en el lado… Leer más »

How to extend a boot volume in OCI linux instance

Sometimes if you have created a new instance and the initial 50GB is not enough, you can extend the disk and the partition. The disk is extended very easy, using the OCI console: 1- Select the Boot/Block volume you want to extend: 2- Press Edit : From the Intial Volume Size write the needed size:… Leer más »

Proxmox 7.1 on cloud network config

https://community.hetzner.com/tutorials/proxmox-on-cloud Hetzner configuration proxmox 7.1 Proxmox 7 with a Single Public IP – Setup a Private Network Proxmox can easily be configured to put all or some of your VM/Containers in a NATed private network. You can even forward ports from your public IP address to your containers. Unfortunately, it is not possible to configure… Leer más »