Skip to content

Instantly share code, notes, and snippets.

View ttyS0's full-sized avatar
😴
tired

ttyS0 ttyS0

😴
tired
View GitHub Profile
@robinsmidsrod
robinsmidsrod / _INSTALL.md
Last active November 7, 2024 12:23
Bootstrapping full iPXE native menu with customizable default option with timeout (also includes working Ubuntu 12.04 preseed install)

Add the following chunk to your existing ISC dhcpd.conf file.

if exists user-class and ( option user-class = "iPXE" ) {
    filename "http://boot.smidsrod.lan/boot.ipxe";
}
else {
    filename "undionly.kpxe";
}

(or see https://gist.github.com/4008017 for a more elaborate setup

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active November 18, 2024 18:38
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@chrisgillis
chrisgillis / ssl_smtp_example.go
Created April 16, 2014 14:48
Golang SSL SMTP Example
package main
import (
"fmt"
"log"
"net"
"net/mail"
"net/smtp"
"crypto/tls"
)
@bishboria
bishboria / springer-free-maths-books.md
Last active October 3, 2024 09:17
Springer made a bunch of books available for free, these were the direct links
@jim3ma
jim3ma / starttls_smtp_example.go
Last active July 1, 2024 00:01 — forked from chrisgillis/ssl_smtp_example.go
Golang StartTLS SMTP Example
package main
import (
"fmt"
"log"
"net"
"net/mail"
"net/smtp"
"crypto/tls"
)
@ManiaciaChao
ManiaciaChao / HustGraduPaper.cls
Last active September 26, 2022 02:54
修正主义 HUST CS TeX 模板样式
%
% HustGraduPaper.sty
% 本文件是华中科技大学本科生毕业论文模板
% @author skinaze
% @maintainer maniacata
% @date 2018/03/19
% @version v2.2.1
%
% 本模板遵循MIT License
%