A collection of shell scripts and utilities for devil servers (MyDevil.net, Small.pl, hostUNO.com, Ct8.pl and Serv00.com) This repository is organized into several helper tools, each with its own purpose and documentation.
Lilith is a self-contained package manager for regular users without root privileges, inspired by FreeBSD's package system. It allows you to install, update, and remove packages in your home directory on devil servers.
Script that automates the backup of MySQL databases on devil servers. It is designed to be run on devil servers, because it use devil2.sock interface!
-
Enable BinExec
devil binexec on
-
Clone the repository:
git clone https://github.com/devil-imps/helpers.git ~/.helpers
-
Add bin paths
cat <<'EOF' >> ~/.bash_profile # devil-imps/helpers bin export PATH="$HOME/.helpers/bin:$PATH" EOF source ~/.bash_profile
-
Review the documentation in each tool's subdirectory for setup and usage instructions.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page or submit a pull request.
This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE License. See the LICENSE file for details.