How to use rclone to create Google Drive based drive on your computer.

Setting up Rclone with Google Drive involves configuring Rclone to access your Google Drive account and then optionally mounting it as a local drive.   1. Install Rclone: Download the appropriate Rclone executable for your operating system from the official Rclone website. Extract the downloaded archive and place the rclone executable in a directory included in your system’s PATH, or a location you can easily […]

Read Me Leave comment

How to allow SMTP on Google Cloud VM

https://g.co/gemini/share/dc2f83e714bb   Configuring a Google Cloud VM to allow SMTP traffic involves several steps.1 By default, Google Cloud Platform (GCP) blocks outbound connections on ports 25, 465, and 587. This is a security measure to prevent the platform from being used for spam. To send emails from your VM, you need to use a third-party email service like SendGrid, Mailgun, or Mailjet and configure your […]

Read Me Leave comment