Skip to content

Instantly share code, notes, and snippets.

View minhazulOO7's full-sized avatar
💪
Focusing

Syed Mohammad Minhazul Islam minhazulOO7

💪
Focusing
View GitHub Profile

Copy/ Move CyberPanel Backup Archive(s) using Bash Script with/ without Crontab/ Systemd Timer

  • NO LONGER MAINTAINED!
  • These scripts will copy/ move CyberPanel backup archive(s) from /home/domain/backup directory to a specified directory by the user.

Script Requirements

How to Use it?

  1. There are two scripts to work with. One is cpbac_a.sh another one is cpbac_m.sh. If you want to use it with crontab/ systemd timer then cpbac_a.sh is suitable for you. If you want to use it manually with prompt (running it by yourself) then cpbac_m.sh is suitable for you.
@minhazulOO7
minhazulOO7 / 0-Dynamically Update CyberPanel Server IP using Bash Script with Crontab or Systemd Timer-readme.md
Last active September 16, 2023 06:54
A Shell Script to Update "/etc/cyberpanel/machineIP" File of CyberPanel for Dynamic WAN IP (IPv4/ IPv6) Server

Dynamically Update CyberPanel Server IP using Bash Script with Crontab/ Systemd Timer

  • NO LONGER MAINTAINED!
  • This script will check if external IP is changed or not and will update the external IP of this file /etc/cyberpanel/machineIP so that you can access the panel anytime without any issue.

Script Requirements

How to Use it?

@minhazulOO7
minhazulOO7 / 0-Cloudflare DDNS using Bash Script with Crontab or Systemd Timer-readme.md
Last active April 23, 2022 01:23
Cloudflare Client API v4 DDNS IP Update Using Bash Script (IPv4/ IPv6)

Cloudflare DDNS using Bash Script with Crontab/ Systemd Timer

This script will check if external IP is changed or not and will update the external IP of A or AAAA record in Cloudflare DNS using API token/ global API key method.

Script Requirements

@minhazulOO7
minhazulOO7 / 0-Upgrade CyberPanel using Bash Script-readme.md
Last active October 2, 2020 04:20
A Shell Script to Upgrade CyberPanel

Upgrade CyberPanel using Bash Script

  • NO LONGER MAINTAINED!
  • This script will check for internet availability and then upgrade CyberPanel. Cyberpanel's own upgrade system is too much tedious for many users. That's why made this script.

Script Requirements

How to Use it?

Put the cpupg.sh file to anyhwere you like. E.g., /home/scripts.

  • Open terminal.