Skip to content

Instantly share code, notes, and snippets.

View eniac111's full-sized avatar

Blagovest Petrov eniac111

View GitHub Profile
0xE2C5b33D55Ce761AA6425Ad3F8CC8c34010C8878
* Мая Нешкова - Конче вихрогонче
* eric clapton tribute to robert johnson
* pink floyd - a momentary lapse of reason
* фсб - след 10 години
* U2 - sunday bloody sunday (single 45)
* Punk and disorderly - futher charges
* знаменити джаз вокалистки (балкантон)
* deep purple - slaves and masters
* джулиан леннон -
* bob marley and the wailers - one love (single 45)
@eniac111
eniac111 / keybase.md
Created September 6, 2016 10:39
Keybase proof

Keybase proof

I hereby claim:

  • I am eniac111 on github.
  • I am eniac (https://keybase.io/eniac) on keybase.
  • I have a public key whose fingerprint is 5038 6F07 3B2D 46C9 12E4 25F3 1531 B75A C1E8 CA70

To claim this, I am signing this object:

#!/bin/bash
##
#####################################################################################
# "THE BEER-WARE LICENSE" (Revision 42):
# <blagovest@petrovs.info> wrote this file. As long as you retain this notice you
# can do whatever you want with this stuff. If we meet some day, and you think
# this stuff is worth it, you can buy me a beer in return. Blagovest Petrov
#####################################################################################
##
#!/bin/bash
########################################################################
## Script for updating Let's encrypt certs
## http://petrovs.info/2015/12/27/My-way-to-auto-update-Lets-Encrypt/
## (C) 2015 Blagovest Petrov (blagovest <at> petrovs dot info)
## Released under the GPL
########################################################################
cd /etc/letsencrypt/live
###HAProxy configuration to work with Let's encrypt.
###http://petrovs.info/2015/12/27/My-way-to-auto-update-Lets-Encrypt/
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
tune.bufsize 131072
user haproxy
group haproxy
#!/bin/bash
# "THE BEER-WARE LICENSE" (Revision 42):
# <blagovest ;at; petrovs d0t info> wrote this file.
# As long as you retain this notice youcan do whatever you want with
# this stuff. If we meet some day, and you thinkthis stuff is worth it,
# you can buy me a beer in return. Blagovest Petrov
# "~/.VirtualBox" is for the open source edition.
# Change it to "~/.config/VirtualBox for the Oracle edition.
@eniac111
eniac111 / launchikvm
Created January 6, 2014 23:39
The script fixes the annoying "no iKVM64 in java.library.path" bug with the Java iKVM laucher of some Supermicro servers :)
#!/bin/bash
# ----------------------------------------------------------------------------
# "THE BEER-WARE LICENSE" (Revision 42):
# <blagovest@petrovs.info> wrote this file. As long as you retain this notice you
# can do whatever you want with this stuff. If we meet some day, and you think
# this stuff is worth it, you can buy me a beer in return Blagovest Petrov
# ----------------------------------------------------------------------------
# The script fixes the "no iKVM64 in java.library.path" bug with the SuperMicro
# iKVM Java S**t. You can do an alias of it, like: "alias javaws=/usr/local/bin/launchikvm"