Skip to content

Instantly share code, notes, and snippets.

View hyzhak's full-sized avatar
🤔
feel creative

Ievgenii Krevenets hyzhak

🤔
feel creative
View GitHub Profile
@hyzhak
hyzhak / sysbench.fileio.rpi2.log
Created January 31, 2016 22:07
sysbench file io test inside of pure rpi2
sysbench 0.4.12: multi-threaded system evaluation benchmark
128 files, 65536Kb each, 8192Mb total
Creating files for the test...
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Initializing random number generator from timer.
@hyzhak
hyzhak / sysbench.fileio.docker.log
Last active January 31, 2016 22:08
sysbench file io test inside of docker
sysbench 0.4.12: multi-threaded system evaluation benchmark
128 files, 65536Kb each, 8192Mb total
Creating files for the test...
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Initializing random number generator from timer.
@hyzhak
hyzhak / sysbench.cpu.rpi2.log
Created January 30, 2016 21:52
sysbench cpu test inside of rpi2
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing CPU performance benchmark
Threads started!
Done.
@hyzhak
hyzhak / sysbench.cpu.docker.log
Created January 30, 2016 21:48
sysbench cpu test inside of docker
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing CPU performance benchmark
Threads started!
Done.
@hyzhak
hyzhak / Simple.js
Created October 10, 2015 09:24
samle file to get xml element extended warning from Intellij IDEA 14.0
import React from 'react';
export default class Simple extends React.Component {
render() {
return (
<p>Is anybody in there?</p>
);
}
}
@hyzhak
hyzhak / run.sh
Created September 18, 2015 00:45
Setup docker for RSyslog
docker logs syslog
@hyzhak
hyzhak / logging.org.ini
Created September 18, 2015 00:44
Setup docker for RSyslog
args=('/dev/log', handlers.SysLogHandler.LOG_LOCAL6)
@hyzhak
hyzhak / logging.ini
Created September 18, 2015 00:43
Setup docker for RSyslog
args=('/dev/log', handlers.SysLogHandler.LOG_LOCAL1)
@hyzhak
hyzhak / launch.sh
Created September 18, 2015 00:42
Setup docker for RSyslog
echo '###########################################################################'
echo '# run syslog docker #'
echo '###########################################################################'
docker rm -f syslog
docker run --detach=true --name syslog helder/rsyslog
echo '###########################################################################'
echo '# run server docker #'
echo '###########################################################################'
docker run -i -t \
@hyzhak
hyzhak / config.txt
Created September 7, 2015 00:30
$ sudo nano /boot/config.txt # setup touchscreen for Raspberry PI 2
# my version
dtdebug=on
dtoverlay=ads7846,penirq=17,speed=500000,swapxy=1