- 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 | |
| # | |
| # shaper.sh | |
| # --------- | |
| # A utility script for traffic shaping using tc | |
| # | |
| # Usage | |
| # ----- | |
| # shape.sh start - starts the shaper | |
| # shape.sh stop - stops the shaper |
| pkgname=vuze | |
| pkgver=4.7.2.0 | |
| pkgrel=2.1 | |
| pkgdesc="One of the most powerful bitTorrent client with GUI in the world, written in Java." | |
| arch=('i686' 'x86_64') | |
| url="http://azureus.sf.net/" | |
| license=('GPL') | |
| depends=('java-runtime' 'desktop-file-utils') | |
| optdepends=('libgnomeui: for vuze GUI') | |
| install=vuze.install |