I hereby claim:
- I am cyberkov on github.
- I am cyberkov (https://keybase.io/cyberkov) on keybase.
- I have a public key whose fingerprint is 0E1A C1BC EEA3 33F7 AE22 3001 2C07 8809 8E36 F170
To claim this, I am signing this object:
#!/bin/bash -x | |
# (C) 2018 @mojo66, [email protected] | |
# enjoy the beauty of scripting on a professional operating system | |
# exit if ESO is running | |
#if [[ $(uname -s) -eq "Darwin" ]]; then option="-q"; fi | |
#pgrep -x $option eso | |
#if [[ ! $? -eq 1 ]]; then echo "Quit ESO before running this script to avoid data corruption.";exit 1;fi |
### Keybase proof | |
I hereby claim: | |
* I am cyberkov on github. | |
* I am cyberkov (https://keybase.io/cyberkov) on keybase. | |
* I have a public key ASDxoXTEFabhGhwtynwHvzxdPM2u9IHV-6kqhKmovQA-HQo | |
To claim this, I am signing this object: |
"status": { | |
"active_host_checks": 9.466666666666667, | |
"active_host_checks_15min": 10167.0, | |
"active_host_checks_1min": 568.0, | |
"active_host_checks_5min": 3216.0, | |
"active_service_checks": 18.316666666666666, | |
"active_service_checks_15min": 10100.0, | |
"active_service_checks_1min": 1099.0, | |
"active_service_checks_5min": 3877.0, | |
"avg_execution_time": 1.9743611967733516, |
<?xml version='1.0' encoding='UTF-8'?> | |
<matrix-project plugin="[email protected]"> | |
<actions/> | |
<description></description> | |
<keepDependencies>false</keepDependencies> | |
<properties> | |
<hudson.plugins.disk__usage.DiskUsageProperty plugin="[email protected]"/> | |
<com.coravy.hudson.plugins.github.GithubProjectProperty plugin="[email protected]"> | |
<projectUrl>https://github.com/cyberkov/openhab-docker/</projectUrl> | |
<displayName></displayName> |
rake aborted! | |
ExecJS::ProgramError: Unexpected token keyword «function», expected punc «,» (line: 22132, col: 0, pos: 938580) | |
Error | |
at new JS_Parse_Error (/tmp/execjs20160208-158-1esunctjs:2659:11936) | |
at js_error (/tmp/execjs20160208-158-1esunctjs:2659:12155) | |
at croak (/tmp/execjs20160208-158-1esunctjs:2659:20622) | |
at token_error (/tmp/execjs20160208-158-1esunctjs:2659:20759) | |
at expect_token (/tmp/execjs20160208-158-1esunctjs:2659:20982) | |
at expect (/tmp/execjs20160208-158-1esunctjs:2659:21120) |
require 'facter' | |
require 'rexml/document' | |
dellilo_file = "/tmp/dellilo.cache.xml" | |
omreport = '/opt/dell/srvadmin/bin/omreport' | |
# When there is no file. create it. | |
unless FileTest.exists?(dellilo_file) | |
if FileTest.exists?(omreport) | |
# /opt/dell/srvadmin/bin/omreport system summary -fmt xml -outc /tmp/dellilo.cache.txt |
I hereby claim:
To claim this, I am signing this object:
2.times { print "Advent, " } | |
puts "ein Lichtlein brennt." | |
a = { 1 => "eins", 2 => "zwei", 3 => "drei", 4 => "vier", 5 => "steht das Christkind vor der Tür" } | |
(1..5).each {|x| puts (x != 1 ? "dann ": "Erst ") + a[x] + (x != 5 ? ", " : ".")} |
#!/usr/bin/env ruby | |
#require 'rubygems' | |
#require 'pry' | |
#require 'pp' | |
# This scripts returns a list of MAC addresses. | |
# Usage: | |
# ./$0 LIMIT START END | |
# ./genmac.rb 5 00:50:56:00:00:00 00:50:56:3F:FF:FF | |
# |