Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virtubox/bash-scripts
My own collection of bash scripts
https://github.com/virtubox/bash-scripts
bash-script imapsync phpmyadmin shell-script ubuntu
Last synced: 3 months ago
JSON representation
My own collection of bash scripts
- Host: GitHub
- URL: https://github.com/virtubox/bash-scripts
- Owner: VirtuBox
- License: mit
- Created: 2018-03-26T11:41:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T11:15:54.000Z (about 1 year ago)
- Last Synced: 2024-10-02T06:41:25.163Z (4 months ago)
- Topics: bash-script, imapsync, phpmyadmin, shell-script, ubuntu
- Language: Shell
- Homepage:
- Size: 141 KB
- Stars: 17
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bash-scripts collection
A collection of bash scripts
## App
* [phpmyadmin update](https://github.com/VirtuBox/bash-scripts/tree/master/apps/phpmyadmin) : update phpmyadmin to the latest release with EasyEngine
* [ioncube installer](https://github.com/VirtuBox/bash-scripts/tree/master/apps/ioncube) : install ioncube loader on ubuntu## Backup
* [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.
* [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
## Cryptocurrency
* [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## WP-CLI
* [https migration](https://github.com/VirtuBox/bash-scripts/tree/master/wp-cli/https-migrate) : bash script to migrate from http to https using WP-CLI