Tuesday, January 21, 2025

Configure SPF DKIM and DMARC record for gmail

code and db backup upload s3

 

Automatic Backup of Code and database

====================================
Perform This Task Through Root User
====================================

sudo mkdir /var/Backup/source-code-weekly-incremental-backup
sudo mkdir /var/Backup/database-daily-incremental-backup/
sudo mkdir /var/Backup/mongodb-daily-incremental-backup/

Wednesday, January 1, 2025

Host a Static Website On S3 Bucket 🪣

In This Blog We Will Host a Static Website On S3 Bucket With Custom Domain Name With Https

Friday, December 27, 2024

Master In Apache

This document will help you to become master in Apache by providing advanced configuration techniques.

Thursday, December 26, 2024

SSH Not working on AWS Ubuntu

 Situtaion : "I'm facing an issue on a newly updated Ubuntu 24 instance where SSH password authentication is enabled, but it's still not working. The error message shows: Permission denied (publickey) when attempting to connect via SSH (ubuntu@63.176.238.60). This issue is recurring with new AWS Ubuntu 24 instances.

AWS typically enforces key-based authentication for SSH access by default. Password authentication is disabled as a security measure. Even if you enable PasswordAuthentication in the SSH configuration, AWS’s cloud-init configuration might override it.

Advanced Security best practices for Ubuntu Linux

 To enhance the security of an Ubuntu Linux system, it’s crucial to implement advanced security best practices beyond basic configurations. These practices help safeguard against potential attacks, unauthorized access, and data breaches.

Install HTTPS on Localhost in Ubuntu

To install HTTPS on localhost in Ubuntu, you can set up a self-signed SSL certificate using OpenSSL and configure your local web server (like Apache or Nginx) to use it. Here are the steps:

Thursday, December 19, 2024

Install Mysql 5.7 On Ubuntu 22.04 and 24.04 LTS

In This Blog We are going to Install Mysql 5.7 On Ubuntu 22.04 and 24.04 LTS.