Skip to content

Instantly share code, notes, and snippets.

@manisnesan
manisnesan / getting-started-with-java-in-jupyter.ipynb
Created February 6, 2022 00:01
Running Java in Jupyter Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yuezhu
yuezhu / haproxy.cfg
Last active May 6, 2024 21:14
HAProxy config for HTTPS transmission web interface
global
maxconn 16384
log 127.0.0.1 len 8192 local0
log-send-hostname
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners
stats timeout 30s
user haproxy
group haproxy
daemon