☭🤱

12万UV达成

As of 2021-03-01.

[TIL] 思源宋体/黑体非常不适宜在MS Word中使用

因为数字在用Acrobat生成的PDF里乱码。

国际劳动妇女节的真谛

作为一个妇女,她既不依附于某一个人——自己的丈夫,也不依附于在道德上结合在一起的小单位——家庭,更不从属于榨取剩余价值的资本和统治阶级的剥削。

快乐直播

https://github.com/begeekmyfriend/yasea

https://wiki.archlinux.org/index.php/nginx

https://www.nginx.com/blog/video-streaming-for-remote-learning-with-nginx/

1
2
3
4
5
6
7
8
sudo pacman -S nginx
git clone https://aur.archlinux.org/nginx-mod-rtmp.git
cd nginx-mod-rtmp/
gpg --recv-keys B0F4253373F8F6F510D42178520A9993A1C052F8
makepkg -rs
sudo pacman -U nginx-mod-rtmp-1.2.1-1-x86_64.pkg.tar.zst
sudo nginx -t
sudo systemctl start nginx.service
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
load_module /usr/lib/nginx/modules/ngx_rtmp_module.so;

user http;

error_log /var/log/nginx/error.log warn;

events {
multi_accept on;
worker_connections 1024;
}

rtmp {
server {
listen 1935;
application live {
live on;
interleave on;

hls on;
hls_path /tmp/hls;
hls_fragment 15s;
}
access_log /var/log/nginx/access.log;
}
}

http {
default_type application/octet-stream;

server {
listen 80;
location /tv {
root /tmp/hls;
}
}

types {
application/vnd.apple.mpegurl m3u8;
video/mp2t ts;
text/html html;
}
}

20万PV达成

As of 2021-03-10.

多一个奴隶

谭嗣同临刑前,妻子李闰曾经这样哭诉:“我们还没有孩子啊!”谭嗣同则这样回答:“在现在的国家,多生一个孩子就是多生一个奴隶。”

电影《谭嗣同》

四万万人齐下泪