Skip to content

Instantly share code, notes, and snippets.

View git001's full-sized avatar

Aleks git001

View GitHub Profile
@git001
git001 / softcover-build_pdf-error.txt
Created December 13, 2018 10:35
softcover build:pdf error
root@docinst:~/example_book# softcover build:pdf
Building PDF...
This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017/Debian) (preloaded format=xelatex)
restricted \write18 enabled.
entering extended mode
(./example_book.tmp.tex
LaTeX2e <2017-04-15>
Babel <3.18> and hyphenation patterns for 84 language(s) loaded.
(/usr/share/texlive/texmf-dist/tex/latex/extsizes/extbook.cls
Document Class: extbook 1999/01/07 v1.4a NON-Standard LaTeX document class
@git001
git001 / haproxy-sni.txt
Last active May 30, 2025 10:42
haproxy setup for sni routing
#---------------------------------------------------------------------
# Global settings
#---------------------------------------------------------------------
global
log stdout format raw daemon debug
log-send-hostname cloud.DOMAIN.com
maxconn 5000
ssl-default-bind-options ssl-min-ver TLSv1.0 no-tls-tickets
tune.ssl.default-dh-param 2048
[SERVICE]
Flush 5
Daemon Off
Log_Level trace
Parsers_File parsers.conf
Plugins_File plugins.conf
HTTP_Server On
HTTP_Listen 0.0.0.0
HTTP_Port 2020
@git001
git001 / upstream-proxy.md
Created June 19, 2024 18:29
Upstream-proxy Sequence diagram

Sequence diagram

sequenceDiagram

  participant CL AS Client
  participant HA AS HAProxy
  participant UP AS Upstream Proxy
  participant DS AS Destination Server