Skip to content

Instantly share code, notes, and snippets.

View BioQwer's full-sized avatar
💭
🚀

Antony Aleksandrov BioQwer

💭
🚀
View GitHub Profile
@BioQwer
BioQwer / Google protobuf installation on Mac
Created March 13, 2020 08:45 — forked from rajkrrsingh/Google protobuf installation on Mac
Steps to Install google protobuf on Mac
$wget https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.bz2
$tar xvf protobuf-2.5.0.tar.bz2
$cd protobuf-2.5.0
$./configure CC=clang CXX=clang++ CXXFLAGS='-std=c++11 -stdlib=libc++ -O3 -g' LDFLAGS='-stdlib=libc++' LIBS="-lc++ -lc++abi"
$make -j 4
$sudo make install
$protoc --version
@BioQwer
BioQwer / logstash.conf
Last active December 26, 2016 08:50 — forked from glnds/logstash.conf
Logstash Glassfish server.log config
# Logstash config for Glassfish logs
# Used in combination with slf4j and logback
# Output:
# - application: glassfish
# - type: application or internal
# - categorie: technical or functional
input {
# If running logstash under a different user then check your permission to be sure that
# logstash has access to the server.log file. If logstash has no access to the file you