Skip to content

Instantly share code, notes, and snippets.

View lidox's full-sized avatar

Artur Schäfer lidox

View GitHub Profile

Logging Documentation

This document describes how to provide logging information from Cassandra, Millimetric Application and Apache Web Server to our Slack channels.

Apache Web Server

This chapter explains how to stream any log file to Slack.

Prerequisites

Curl

@lidox
lidox / cryptocurrency.md
Last active May 29, 2018 10:36
Cryptocurrency
@lidox
lidox / elastic-kibana-start-script-windows.md
Created February 23, 2017 07:32
Startscript KIBANA and ElasticSearch for windows

ElasticSearch start

A:
cd software\programme\elasticsearch-5.2.1\bin
elasticsearch.bat
pause

Kibana start

Big Data for reaction test app

VirtualBox Ubuntu Display Resolution

sudo apt-get install virtualbox-guest-utils virtualbox-guest-x11 virtualbox-guest-dkms

0.1 Install Oracles Java

@lidox
lidox / jwplayer-preview-thumbnails.md
Last active June 1, 2016 18:23
A simple but effective instruction doc which shows how to generate preview thumbnails of a video, and corresponding VTT file.

Description

A simple but effective instruction doc which shows how to generate preview thumbnails of a video, and corresponding VTT file, for use within JW Player to allow for toolbar video preview (described in following article. First it shows how to create an image of images (sprite) and then how to create a VTT file belonging to the sprite via Javascript.

A simple but effective command-line tool for generating thumbnails of a video, and corresponding VTT file, for use within JW Player to allow for toolbar video preview.

Demo

Alternatively check the Online Demo animation

@lidox
lidox / VirtualBox-dynamic-size.txt
Last active May 17, 2016 11:47
VirtualBox increase size
### Change VM to dynatic size
cd C:\virtualbox\Portable-VirtualBox\app64
VBoxManage clonehd "C:\virtualbox\Portable-VirtualBox\data\.VirtualBox\Machines\win7\win7.vhd" "dynamic_win7.vhd" --variant Standard
### Resize
1. use vmBoxManage
VBoxManage modifyhd "C:\virtualbox\Portable-VirtualBox\data\.VirtualBox\Machines\win7\dynamic_win7.vhd" -resize 40000
2. go on vm and add space
https://www.youtube.com/watch?v=SfU24IFQ3x8
@lidox
lidox / server_commands.md
Last active November 2, 2015 20:56
how to work with node.js on serverside and use git to deploy changes on server

Server Commands

start and stop node server

# find node process
ps aux | grep node

# kill node process
kill -9 PROCESS_ID
@lidox
lidox / responsive webdesign tips and tricks.md
Last active October 30, 2015 09:44
Tips und Tricks zum Thema Responsive Webdesign

#Responsive Web Design

Einleitung

Dies ist eine Sammlung nützlicher Tips und Tricks zur Entwicklung Responsiver Webseiten. 👌☺️

Viewport und (Normalize)

<!-- Damit wird die spezifische Skalierung der Smartphones ausgestellt --> 
<meta name="viewport" content="width=device-width, initial-scale=1.0">