Skip to content
View ph33nx's full-sized avatar
♠️
♠️
  • New Delhi
  • 21:54 (UTC +05:30)

Block or report ph33nx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Postgres Daily Backup Bash Script + ... Postgres Daily Backup Bash Script + Get Credentials from .env
    1
    # This script is used to backup postgresql database to a file
    2
    # 1. Keep the backup file for 30 days
    3
    # 2. Intended to be run from cron
    4
    # 3. Read DB credentials from .env file next to the script
    5
    # 4. Restore the backup with the following command in psql
  2. This bash script automates the proce... This bash script automates the process of daily backups for all MySQL/MariaDB databases on a Linux server. It stores each database backup in a dedicated directory under /var/backups/mysql/ and names the backup files using the format <database_name>_<date_time>.sql. Additionally, the script includes a cleanup function that deletes backups older than 30 days, ensuring efficient disk space management.
    1
    #!/bin/bash
    2
    
                  
    3
    # backup_mysql_db.sh
    4
    # This script backs up each MySQL/MariaDB database into its own file daily.
    5
    # The backups are stored in /var/backups/mysql/<database_name>/<database_name>_<date_time>.sql
  3. razorpay/razorpay-woocommerce razorpay/razorpay-woocommerce Public

    Razorpay Payment Extension for Woocommerce

    PHP 40 30

  4. Wordpress Automated Themes, Plugins ... Wordpress Automated Themes, Plugins & Core Updates - Bash Script - Run as Cron Job
    1
    #!/bin/bash
    2
    
                  
    3
    # This script is designed to update WordPress core, plugins, and themes,
    4
    # set correct file permissions, and restart Nginx and PHP-FPM services.
    5
    # Update www-data user to the filesystem user of WP.
  5. Wordpress/PHP DDOS Protection + Hard... Wordpress/PHP DDOS Protection + Harden PHP on Nginx (2024)
    1
    # PHP DDOS Protection + Harden PHP on Nginx (2022)
    2
    # Created as per latest security standards
    3
    # includes protection against DDOS, SQL injections, Comment spam, Php code injection and more
    4
    # 444 is returned in most places as it's the most appropriate response code for hackers.
    5
    # Some wordpress url's are also blocked as most bots often hit those urls no matter the site is running on wordpress or not
  6. py-docker-rabbit py-docker-rabbit Public

    Python