This document describes how to provide logging information from Cassandra, Millimetric Application and Apache Web Server to our Slack channels.
This chapter explains how to stream any log file to Slack.
This document describes how to provide logging information from Cassandra, Millimetric Application and Apache Web Server to our Slack channels.
This chapter explains how to stream any log file to Slack.
$ ssh-keygen -t rsa -C "[email protected]"
$ cat ~/.ssh/id_rsa.pub
$ git remote -v
$ git remote set-url origin --delete https://github.com/lidox/reaction-test.git
$ git remote add origin [email protected]:lidox/reaction-test.git
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.
Alternatively check the Online Demo
### 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 |
#Responsive Web Design
Dies ist eine Sammlung nützlicher Tips und Tricks zur Entwicklung Responsiver Webseiten. 👌
<!-- Damit wird die spezifische Skalierung der Smartphones ausgestellt -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">