Skip to content

emirefek/cwp-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts for Centos Web Panel

apache-updater.sh Updater Apache to latest + updater to OpenSSL + enabler brotli + TLSv1.3 enabler [All thanks goes to mysterydata.com, I just did small mods]

### HOW TO USE apache-updater.sh ###

wget --no-cache  https://raw.githubusercontent.com/emirefek/cwp-scripts/master/apache-updater.sh
chmod 755 apache-updater.sh
sh apache-updater.sh

mariadb-updater.sh Updater for MariaDB to latest recommendated stable version by MariaDB Team rather than CWP Team, CWP team is just ignores security updates and with this script you can update MariaDB to latest. Script will automaticly back up current databases.

### HOW TO USE mariadb-updater.sh ###

wget --no-cache  https://raw.githubusercontent.com/emirefek/cwp-scripts/master/mariadb-updater.sh
chmod 755 mariadb-updater.sh
sh mariadb-updater.sh

pma-updater.sh Updater for PhpMyAdmin to latest recommendated stable version by PhpMyAdmin Team rather than CWP Team, CWP team is just ignores security updates and with this script you can update PhpMyAdmin to latest [Thanks to CWP Team for base script, I just did some mods in it.]

### HOW TO USE pma-updater.sh ###

wget --no-cache  https://raw.githubusercontent.com/emirefek/cwp-scripts/master/pma-updater.sh
chmod 755 pma-updater.sh
sh pma-updater.sh

About

Scripts for Centos Web Panel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages