Compiling Iperf3 statically on gentoo and cross-platform compile as well as on other platforms
Some Warnings
- Configure doesn't like spaces in directories
I presumed you are cd into ~ or $HOME
mkdir Compile_Drop
| $mu = New-Object -ComObject Microsoft.Update.ServiceManager -Strict | |
| $mu.AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"") |
Compiling Iperf3 statically on gentoo and cross-platform compile as well as on other platforms
Some Warnings
I presumed you are cd into ~ or $HOME
mkdir Compile_Drop
| #!/bin/sh | |
| apt-get -y install git bc | |
| git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt | |
| mkdir /etc/letsencrypt |
| # | |
| # Copyright (C) 2010-2012 Vinay Sajip. All rights reserved. Licensed under the new BSD license. | |
| # | |
| import ctypes | |
| import logging | |
| import os | |
| class ColorizingStreamHandler(logging.StreamHandler): | |
| # color names to indices | |
| color_map = { |
| I use the first | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 |
| ## Sublime Text 3 Serial key build is 3103 | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 | |
| B085E65E 2F5F5360 8489D422 FB8FC1AA |
| #!/bin/bash | |
| # Inspired by http://verbally.flimzy.com/install-couchdb-1-6-1-debian-8-2-jessie/ | |
| # Erlang | |
| echo -e "deb http://packages.erlang-solutions.com/debian jessie contrib" | sudo tee /etc/apt/sources.list.d/erlang-solutions.list | |
| wget -qO - http://packages.erlang-solutions.com/debian/erlang_solutions.asc | sudo apt-key add - | |
| # Update packages | |
| sudo apt-get update |