Skip to content

Instantly share code, notes, and snippets.

View lanoxx's full-sized avatar

Sebastian Geiger lanoxx

  • Vienna, Austria
View GitHub Profile

Get-NetAdapter:

Name                      InterfaceDescription                    ifIndex Status       MacAddress             LinkSpeed
----                      --------------------                    ------- ------       ----------             ---------
vEthernet (default_win...                                              30 Up           0A-00-00-00-00-03        25 Gbps
vEthernet (default_pow...                                              35 Up           0A-00-00-00-00-06        25 Gbps
Ethernet 3                Amazon Elastic Network Adapter                6 Up           0A-A6-D0-62-E7-8C        25 Gbps
vEthernet (nat)           Hyper-V Virtual Ethernet Adapter              5 Up           00-15-5D-28-4E-C6        10 Gbps
vEthernet (Ethernet 3)    Hyper-V Virtual Ethernet Adapter #2          16 Up           0A-A6-D0-62-E7-8C        25 Gbps
TASK [windows/kubernetes : OVS Docker network setup | Create setup_ovs_docker script] ****************************************************************************************************************************
changed: [EC2AMAZ-C1DPK9D]
TASK [windows/kubernetes : OVS Docker network setup | Run setup_ovs_docker script] *******************************************************************************************************************************
changed: [EC2AMAZ-C1DPK9D]
TASK [windows/kubernetes : OVS Docker network setup | Delete psexec] *********************************************************************************************************************************************
changed: [EC2AMAZ-C1DPK9D] => (item=C:/PSTools.zip)
changed: [EC2AMAZ-C1DPK9D] => (item=C:/PSTools)
EC2AMAZ-CU6BS2S | SUCCESS => {
"ansible_facts": {
"ansible_architecture": "64-bit",
"ansible_bios_date": "10/16/2017",
"ansible_bios_version": "1.0",
"ansible_date_time": {
"date": "2018-11-13",
"day": "13",
"epoch": "1542121428.62366",
"hour": "15",
{
"dependencies": {
"@angular/animations": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
// custom-cell-renderer-text.h
#ifndef CUSTOM_CELL_RENDERER_H
#define CUSTOM_CELL_RENDERER_H
#include <gtk/gtk.h>
G_DECLARE_FINAL_TYPE (CustomCellRendererText,
custom_cell_renderer_text,
CUSTOM, CELL_RENDERER_TEXT,
GtkCellRendererText)
PKG_CONFIG_PATH="../../../pkgconfig:/opt/gnome-build/lib/pkgconfig:/opt/gnome-build/share/pkgconfig:/usr/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig" GI_SCANNER_DISABLE_CACHE=yes\
GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
CPPFLAGS="" CFLAGS="-Wall -g -ggdb -O0" LDFLAGS="-L/opt/gnome-build/lib " CC="gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="false" \
/opt/gnome-build/bin/g-ir-scanner -v --namespace GstBase \
--nsversion=1.0 \
--warn-all \
--identifier-prefix=Gst \
--symbol-prefix=gst \
-I../../.. \
-I../../../libs \
# Broken gcc call made by from g-ir-scanner:
$gcc -o /CHECKOUTDIR/gstreamer/libs/gst/base/tmp-introspectqgof6h_n/.libs/GstBase-1.0 \
-Wall -g -ggdb -O0 tmp-introspectqgof6h_n/CHECKOUTDIR/gstreamer/libs/gst/base/tmp-introspectqgof6h_n/GstBase-1.0.o \
-Wl,--export-dynamic -pthread -Wl,--export-dynamic \
-L/opt/gnome-build/lib \
-L. ./.libs/libgstbase-1.0.so -L../../../gst \
-L/CHECKOUTDIR/gstreamer/gst/.libs \
-lgio-2.0 -lgmodule-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread -Wl,-rpath -Wl,/opt/gnome-build/lib
./.libs/libgstbase-1.0.so: undefined reference to `gst_element_message_full_with_details'
./.libs/libgstbase-1.0.so: undefined reference to `gst_make_element_message_details'
\documentclass{article}
\usepackage{graphicx,calc,lipsum}
\makeatletter
\newcommand*{\DivideLengths}[2]{%
\strip@pt\dimexpr\number\numexpr\number\dimexpr#1\relax*65536/\number\dimexpr#2\relax\relax sp\relax
}
\makeatother
\newsavebox\IBoxA \newsavebox\IBoxB \newlength\IHeight
@lanoxx
lanoxx / bootstrap_subtheme.theme
Created October 28, 2016 19:57
Support placing the navbar into the top navigation
function bootstrap_mobildata_preprocess_form (&$variables) {
if ($variables['attributes']['id'] == 'search-block-form') {
if (!isset ($variables['attributes']['class'])) {
$variables['attributes']['class'] = array();
}
$variables['attributes']['class'] = array_merge ($variables['attributes']['class'], array('navbar-form navbar-right'));
}
}
@lanoxx
lanoxx / 0001.patch
Created October 29, 2015 14:08
CFGF_DEPRECATED and CFGF_DROP
From 07b6b7dc8082850d84516d1d4f1ebda20e192cc5 Mon Sep 17 00:00:00 2001
From: Sebastian Geiger <[email protected]>
Date: Thu, 29 Oct 2015 15:05:35 +0100
Subject: [PATCH] Implementation draft for deprecated and drop flags
---
examples/Makefile.am | 6 +++---
examples/cfgdeprecated.c | 33 +++++++++++++++++++++++++++++++++
examples/cfgdeprecated.conf | 3 +++
src/confuse.c | 21 +++++++++++++++++++++