Lazy create Windows NAT adapter
This script works on PowerShell >= 4.
Tested on Windows 10.
The lazy programmer scripts
scripts that work
This script works on PowerShell >= 4.
Tested on Windows 10.
This scripts work on Bash.
Tested on RHEL 7, Ubuntu 14.04, 16.04
The script needs to be run in a Powershell or a cmd session.
This script configures and starts a wi-fi hotspot on Windows.
Tested on Windows 10 x64.
This script installs latest Riak and Erlang(OTP) 17 on Ubuntu.
Tested on Ubuntu 14.04.
This script builds apache2 on Linux with HTTP/2 protocol support.
Tested on Ubuntu 15.04.
Ubuntu 14.10 and 15.04 come by default with apache2 version 2.4.10.
The minimum required version for apache2 with HTTP/2 support is 2.4.17, downloadable from https://httpd.apache.org/download.cgi.
More information about HTTP/2: https://http2.github.io/
More information on how to build apache2 and configure with HTTP/2 support: http://icing.github.io/mod_h2/howto.html
Clients that support HTTP/2 protocol are latest version of curl with libcurl http2 support, Mozilla Firefox Nightly or Google Chrome Canary.
Make sure you do not have apache2 already installed and running on port 80.
The script needs to be run in a Powershell session.
This script shows the processor usage and the memory usage(%).
Tested with PowerShell version >= 4
This script works on Windows PowerShell or Linux bash, as long as you have a git binary in the path.
Bash and PowerShell aliases which recursively clean all .pyc files from a Python project for decluttering.
This script sets the MTU size on Linux.
Tested on Ubuntu, Red Hat and SuSE.
Default values:
INTERFACE_NAME=eth0;
MTU_VALUE=65000
Execution:
bash changemtu.sh $INTERFACE_NAME $MTU_VALUE
If parameters are not given, the script is running with the default values.
The script needs to be run as administrator in a Powershell session.
This script sets the MTU size on Windows.
Tested on Windows >= 6.0