Public Mirrors (SlickStack)
Core Cron Jobs
These cron jobs are the most critical part of SlickStack’s setup, as they allow your LEMP stack to receive updates to scripts and modules via GitHub.
- 00-crontab
- 01-cron-often
- 02-cron-regular
- 03-cron-quarter-hourly
- 04-cron-half-hourly
- 05-cron-hourly
- 06-cron-quarter-daily
- 07-cron-half-daily
- 08-cron-daily
- 09-cron-half-weekly
- 10-cron-weekly
- 11-cron-half-monthly
- 12-cron-monthly
- 13-cron-sometimes
Core Bash Scripts
Bash scripts that perform SlickStack’s main functions as an active LEMP environment, which are called via cron jobs, and can also be run manually.
- ss-check
- ss-clean-files
- ss-delete-files
- ss-dos2unix
- ss-dump-database
- ss-encrypt
- ss-functions
- ss-import
- ss-install
- ss-maintenance-disable
- ss-maintenance-enable
- ss-monitor
- ss-optimize-database
- ss-overview
- ss-perms
- ss-purge
- ss-reboot
- ss-remote
- ss-reset-logs
- ss-reset-password-sftp
- ss-restart-services
- ss-scan-malware
- ss-sync-staging
- ss-update
- ss-worker
ss-encrypt subscripts
ss-import subscripts
ss-install subscripts
- ss-install-adminer
- ss-install-clamav
- ss-install-craft-config
- ss-install-craft-core
- ss-install-magento-config
- ss-install-magento-core
- ss-install-mediawiki-config
- ss-install-mediawiki-core
- ss-install-moodle-config
- ss-install-moodle-core
- ss-install-mysql
- ss-install-nginx
- ss-install-opencart-config
- ss-install-opencart-core
- ss-install-php
- ss-install-postfix
- ss-install-prestashop-config
- ss-install-prestashop-core
- ss-install-redis
- ss-install-ubuntu-aliases
- ss-install-ubuntu-crontab
- ss-install-ubuntu-kernel
- ss-install-ubuntu-ssh
- ss-install-ubuntu-users
- ss-install-ubuntu-utils
- ss-install-ufw
- ss-install-wordpress-cli
- ss-install-wordpress-config
- ss-install-wordpress-core
- ss-install-wordpress-mu-plugins
ss-perms subscripts
- ss-perms-adminer
- ss-perms-clamav
- ss-perms-craft-config
- ss-perms-craft-core
- ss-perms-magento-config
- ss-perms-magento-core
- ss-perms-mediawiki-config
- ss-perms-mediawiki-core
- ss-perms-moodle-config
- ss-perms-moodle-core
- ss-perms-mysql
- ss-perms-nginx
- ss-perms-opencart-config
- ss-perms-opencart-core
- ss-perms-php
- ss-perms-postfix
- ss-perms-prestashop-config
- ss-perms-prestashop-core
- ss-perms-redis
- ss-perms-ubuntu-aliases
- ss-perms-ubuntu-crontab
- ss-perms-ubuntu-kernel
- ss-perms-ubuntu-ssh
- ss-perms-ubuntu-users
- ss-perms-ubuntu-utils
- ss-perms-ufw
- ss-perms-wordpress-cli
- ss-perms-wordpress-config
- ss-perms-wordpress-core
- ss-perms-wordpress-mu-plugins
ss-purge subscripts
ss-restart subscripts
- ss-restart-services-mysql
- ss-restart-services-nginx
- ss-restart-services-php
- ss-restart-services-redis
ss-config-sample (used by ss-install)
Core Modules
Main modules of SlickStack’s optimized WordPress LEMP stack, including Ubuntu LTS, Nginx, MySQL, PHP-FPM, Redis, and optional LittleBizzy MU plugins.
- adminer
- clamav
- cloudflare
- craft-cms
- git
- letsencrypt
- magento
- mediawiki
- moodle
- mysql
- nginx
- nginx-fastcgi-cache
- opencart
- openssl
- php-fpm
- php-fpm opcache
- postfix
- prestashop
- redis
- ubuntu
- ufw-firewall
- wordpress-cli
- wordpress-core
- wordpress-mu-plugins
- wordpress-starter-themes
Core Meta Files
Various meta files that are not part of SlickStack’s functionality but provide key information about licensing, general “readme” summary files, etc.
References
- https://blog.coinbase.com/container-technologies-at-coinbase-d4ae118dcb6c
- https://www.cyberciti.biz/tips/finding-bash-perl-python-portably-using-env.html
- https://unix.stackexchange.com/questions/119655/when-is-it-important-to-write-portable-scripts
- https://unix.stackexchange.com/questions/603286/how-to-make-a-shell-script-as-portable-as-possible-posix-and-non-posix
- https://www.infoq.com/articles/serverless-stalled/
- https://utkusen.com/blog/security-by-obscurity-is-underrated.html
- https://opensource.com/article/20/6/bash-source-command
- https://medium.com/@gabriel_wilkes/why-tech-groups-can-get-away-with-using-slack-for-free-but-open-source-projects-and-businesses-of-96c427aaefbb
- https://alexgaynor.net/2020/nov/30/why-software-ends-up-complex/
- https://www.brandonsmith.ninja/blog/write-code-not-too-much-mostly-functions
Last updated: Jan 13, 2021