Taken from here for prosperity.
Put this in %USERDIR%/Documents/WindowsPowerShell/profile.ps1, run a PowerShell terminal and you should see the messages "Visual Studio 2015..." pop up.
| [[runners]] | |
| name = "tt708-windows" | |
| url = "https://gitlab.com/" | |
| token = "[REDACTED]" | |
| executor = "shell" | |
| shell = "bash" | |
| builds_dir="/c/gitlab-runner/builds/" | |
| cache_dir="/c/gitlab-runner/cache/" | |
| [runners.cache] | |
| [runners.cache.s3] | 
Taken from here for prosperity.
Put this in %USERDIR%/Documents/WindowsPowerShell/profile.ps1, run a PowerShell terminal and you should see the messages "Visual Studio 2015..." pop up.
| FROM centos:6.8 | |
| RUN yum -y install centos-release-scl && \ | |
| yum -y update && \ | |
| yum -y install devtoolset-3-gcc devtoolset-3-gcc-c++ devtoolset-3-binutils \ | |
| curl tar perl make openssl-devel \ | |
| libxcb libxcb-devel xcb-util xcb-util-devel \ | |
| libXrender libXrender-devel xcb-util-wm xcb-util-wm-devel \ | |
| xcb-util-image xcb-util-image-devel \ | |
| xcb-util-keysyms xcb-util-keysyms-devel \ | 
| #ifndef _LINUX_LIST_H | |
| #define _LINUX_LIST_H | |
| #include <stdio.h> | |
| #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) | |
| /** | |
| * container_of - cast a member of a structure out to the containing structure | |
| * @ptr: the pointer to the member. | 
| ; in the name of ALLAH | |
| ; /etc/systemd/system/stunnel.service or /usr/lib/systemd/system/stunnel.service | |
| ; change "{{ config.conf }}" by your config path. | |
| [Unit] | |
| Description=SSL tunnel for network daemons | |
| After=syslog.target | |
| [Service] | |
| ExecStart=/usr/sbin/stunnel {{ config.conf }} | 
| /* ***** BEGIN LICENSE BLOCK ***** | |
| * Version: MPL 2.0 | |
| * | |
| * This Source Code Form is subject to the terms of the Mozilla Public | |
| * License, v. 2.0. If a copy of the MPL was not distributed with this | |
| * file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
| * | |
| * ***** END LICENSE BLOCK ***** */ | |
| /* | 
| pm list packages -f | 
| --- rp-pppoe-3.8/src/pppoe-server.c 2010-07-15 16:42:39.031057949 +0400 | |
| +++ rp-pppoe-3.8/src/pppoe-server.c 2010-07-15 16:48:14.078605821 +0400 | |
| @@ -97,6 +97,7 @@ | |
| #define MAX_SERVICE_NAMES 64 | |
| static int NumServiceNames = 0; | |
| static char const *ServiceNames[MAX_SERVICE_NAMES]; | |
| +static int ReactionOnNoServiceName = 1; | |
| PppoeSessionFunctionTable DefaultSessionFunctionTable = { | |
| PppoeStopSession, |