- Install Proxmox 5.0.X with lvm storage
- Get the jun's loader 1.02b at the following url :
- Retrieve a DSM pat file here : https://usdl.synology.com/download/DSM/release/
- Create the proxmox VM as the following :
- OS Type : Linux 4.x
| #!/bin/bash | |
| # Requires goproctl from https://github.com/joshvillbrandt/goprohero | |
| # Expects ssid and password as arguments | |
| # Settings from https://github.com/KonradIT/goprowifihack/blob/master/HERO4/WifiCommands.md | |
| function set_camera { | |
| if [ -e /tmp/gperr ]; | |
| then | |
| rm /tmp/gperr | |
| fi |
| #!/bin/bash | |
| #title :wildfly-install.sh | |
| #description :The script to install Wildfly 11.x | |
| #date :2016-06-18T02:45-0700 | |
| #usage :/bin/bash wildfly-install.sh | |
| #tested-distros1 :Ubuntu 15.10; Debian 7,8; CentOS 7; Fedora 22 | |
| #tested-version2 :11.0.0.Final | |
| #tested-distros2 :Debian 8 | |
| WILDFLY_VERSION=11.0.0.Final |
| [Unit] | |
| Description=Icecast2 service | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| ExecStart=/usr/bin/icecast -c /etc/icecast.xml | |
| ExecReload=/bin/kill -HUP $MAINPID | |
| User=icecast | |
| Group=icecast |