A small collection of my own scripts that I use.
| Name | Description | Type |
|---|---|---|
| generate-tar.zg-from-folders.ps1 | Generates tar.gz files in Windows from folders that this file is placed in with. | PowerShell |
| generate-packages-from-folders.ps1 | Generates tar.gz and zip files in Windows from folders that this file is placed in with. | PowerShell |
| install-lamp_lite.sh | Install apache2, PHP8 and a few more packages + enable apache2 modules. | Shell |
| install-asp.net_5.0.sh | Install ASP.NET 5 Runtime to Ubuntu 20.04.x (focal fossa) LTS. | Shell |
| install-asp.net_6.0.sh | Install ASP.NET 6 Runtime to Ubuntu 20.04.x (focal fossa) LTS. | Shell |
| install-cockpit.sh | Install cockpit. | Shell |
| install-docker.sh | Install docker. | Shell |
| container-portainer_ce.sh | Creates a docker container named portainer using latest Portainer CE image. |
Shell |
| container-portainer_ee.sh | Creates a docker container named portainer using latest Portainer EE image. |
Shell |
| container-portainer_agent.sh | Creates a docker container named portainer-agent using latest Portainer Agent image. |
Shell |
All of my Shell scripts are tested and used on Ubuntu 20.04.x (focal fossa) LTS with the latest updates installed.