bash-scripts/README.md

22 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2018-08-13 21:47:06 +02:00
# bash-scripts collection
2018-03-26 14:04:43 +02:00
A collection of bash scripts
2018-08-13 21:47:06 +02:00
## App
* [phpmyadmin update](https://github.com/VirtuBox/bash-scripts/tree/master/apps/phpmyadmin) : update phpmyadmin to the latest release with EasyEngine
2018-09-19 12:45:04 +02:00
* [ioncube installer](https://github.com/VirtuBox/bash-scripts/tree/master/apps/ioncube) : install ioncube loader on ubuntu
2018-03-26 14:04:43 +02:00
2018-08-06 14:01:17 +02:00
## Backup
2018-08-13 21:47:06 +02:00
* [mysqldump](https://github.com/VirtuBox/bash-scripts/blob/master/backup/mysqldump/) : dump each MySQL database or to perform a full dump. Work on almost all linux servers and support Plesk.
2018-08-06 13:57:59 +02:00
## Mail
* [imapsync from csv](https://github.com/VirtuBox/bash-scripts/blob/master/mail/imapsync/) : migrate emails between two imap servers by reading users credentials in a csv file using imapsync
2018-08-06 14:01:17 +02:00
## Cryptocurrency
2018-08-13 21:47:06 +02:00
* [xmrigCC compilation](https://github.com/VirtuBox/bash-scripts/tree/master/cryptocurrency/xmrigCC) : compile xmrig from source on Ubuntu 16.04/18.04 LTS
* [xmrig compilation](https://github.com/VirtuBox/bash-scripts/tree/master/cryptocurrency/xmrig) : compile xmrig from source on Ubuntu 16.04/18.04 LTS