Skip to content

Instantly share code, notes, and snippets.

View tsundokul's full-sized avatar
🟣
Such wow

tsundokul

🟣
Such wow
View GitHub Profile
@tsundokul
tsundokul / imap-search
Created June 4, 2021 13:48 — forked from martinrusev/imap-search
IMAP Search criteria
@tsundokul
tsundokul / fonts.conf
Created February 16, 2021 22:55 — forked from SohamG/fonts.conf
Fix emoji in Linux and get color emoji in Discord! Place this fontconfig file in ~/.config/fontconfig/fonts.conf
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- REQUIRES Noto fonts (along with Noto Color Emoji)
run `fc-list | grep -i -e "noto sans" -e "noto serif" -e "noto color emoji"` to confirm
-->
<alias>
<!-- Change the string in the family tag to whatever font -->
<family>serif</family>
<prefer><family>Noto Serif</family></prefer>
@tsundokul
tsundokul / openssl.ld
Created June 13, 2020 09:46 — forked from bviews/openssl.ld
openssl.ld for OPENSSL_1.0.2l
OPENSSL_1.0.0 {
global:
BIO_f_ssl;
BIO_new_buffer_ssl_connect;
BIO_new_ssl;
BIO_new_ssl_connect;
BIO_proxy_ssl_copy_session_id;
BIO_ssl_copy_session_id;
BIO_ssl_shutdown;
d2i_SSL_SESSION;