diff --git a/about_showing_ip.html b/about_showing_ip.html index c3cd641..edbd865 100644 --- a/about_showing_ip.html +++ b/about_showing_ip.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + 这一天终于来了, B站显示 IP 属地 @@ -206,12 +206,12 @@

Table of Contents

@@ -220,8 +220,8 @@

卸载吧…

-
-

1. 我的看法

+
+

1. 我的看法

这个事情真正要打击的那些 诈骗/造假/海外势力, 并不会受到影响,
@@ -244,16 +244,16 @@

-
-

2. 2022-7-25-12:00 公开显示 IP 属地

+
+

2. 2022-7-25-12:00 公开显示 IP 属地

-
-

3. reference

+
+

3. reference

-
-

3.1. from zhihu

+
+

3.1. from zhihu

掰锝胃, 这个链接的截图在B站不到半小时就被删除了…
@@ -262,8 +262,8 @@ B口口口口( ), 口口口口( ).

-
-

3.2. why can't have ip on web

+
+

3.2. why can't have ip on web

https://github.com/SocialSisterYi/bilibili-API-collect/issues/434
@@ -276,7 +276,7 @@ B口口口口( ), 口口口口( ).

Date: 2022-06-18 六 00:00

Author: dongdigua

-

Created: 2022-09-15 四 12:06

+

Created: 2022-10-21 五 20:03

diff --git a/anaconda_kickstarts.html b/anaconda_kickstarts.html index 8429ddc..8de02e3 100644 --- a/anaconda_kickstarts.html +++ b/anaconda_kickstarts.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + CentOS/Fedora 不同配置/变体都默认安装了什么软件(组) @@ -207,8 +207,8 @@

Table of Contents

@@ -217,8 +217,8 @@ for https://cossig.org(CentOS 中文特别兴 所以我这回不用英文了哈哈

-
-

1. CentOS

+
+

1. CentOS

CentOS 安装时可选不同的配置
@@ -458,8 +458,8 @@ CentOS-Stream 8 为例, 定义软件组的文件是 -

2. Fedora

+
+

2. Fedora

-
-

2.1. Workstation

+
+

2.1. Workstation

workstation-product-environment
@@ -501,8 +501,8 @@ Fedora 分不同的变体, 常见的是 Server 和 Workstation

-
-

2.2. Server

+
+

2.2. Server

server-product-environment
@@ -531,7 +531,7 @@ Fedora 分不同的变体, 常见的是 Server 和 Workstation

Date: 2022-09-29 四 00:00

Author: dongdigua

-

Created: 2022-10-01 六 13:21

+

Created: 2022-10-21 五 20:03

diff --git a/binary_exploit.html b/binary_exploit.html index b9e4df0..b881aa1 100644 --- a/binary_exploit.html +++ b/binary_exploit.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Binary Exploit Resources I Recently Trying to Learn @@ -204,131 +204,131 @@

Binary Exploit Resources I Recently Trying to Learn

-
-

1. resources

+
+

1. resources

-
-

1.1. video

+ -
-

1.2. website

+
+

1.2. website

-
-

1.2.1. picoCTF

+
+

1.2.1. picoCTF

-
-
-

2. tools

+
+

2. tools

-
-

2.1. code auditing

+
+

2.1. code auditing

-
+

fedora_security_lab.png

-
-

2.1.1. pscan

+
+

2.1.1. pscan

-
-

2.1.2. rats

+
+

2.1.2. rats

-
-

2.1.3. splint

+
+

2.1.3. splint

-
-

2.1.4. flawfinder

+
+

2.1.4. flawfinder

-
-

2.2. debug

+
+

2.2. debug

-
-

2.2.1. gdb

+
+

2.2.1. gdb

-
-

2.3. reverse

+
+

2.3. reverse

-
-

2.3.1. radare2

+
+

2.3.1. radare2

    -
  1. iaito
  2. +
  3. iaito
-
-

2.3.2. hopper(non-free)

+
+

2.3.2. hopper(non-free)

-
-

3. notes on video

+
+

3. notes on video

-
-

3.1. 0x04: asm basics

+
+

3.1. 0x04: asm basics

-
-

3.1.1. to show assembly in the source code window in gud, M-x gdb-display-disassembly-buffer

+
+

3.1.1. to show assembly in the source code window in gud, M-x gdb-display-disassembly-buffer

- -
-

3.2. 0x06: tools

+
+

3.2. 0x06: tools

-
-

3.2.1. simple tools

+
+

3.2.1. simple tools

    -
  1. hexdump
  2. -
  3. strings
    +
  4. hexdump
  5. +
  6. strings

    all printable letters

  7. -
  8. objdump
    +
  9. objdump

    disassembler

  10. -
  11. strace/ltrace
    +
  12. strace/ltrace

    trace sys/lib call
    @@ -337,12 +337,12 @@ trace sys/lib call

-
-

3.2.2. 0x0A: deal with numbers

+
+

3.2.2. 0x0A: deal with numbers

    -
  1. endian?
    +
  2. endian?

    from Wikipedia
    @@ -351,9 +351,9 @@ x86 is little endian

  3. -
  4. tools
    +
  5. tools
      -
    1. python
      +
    2. python
      >>> int('111', 2)
      @@ -370,7 +370,7 @@ b'abcd'
       
    3. -
    4. iex
      +
    5. iex
      iex(1)> <<0x61626364::32>>
      @@ -391,7 +391,7 @@ iex(2)> Base
       

      Date: 2022-06-29 三 00:00

      Author: dongdigua

      -

      Created: 2022-09-21 三 13:54

      +

      Created: 2022-10-21 五 20:03

      diff --git a/cheatsheet.html b/cheatsheet.html index cb1a582..71ebdfe 100644 --- a/cheatsheet.html +++ b/cheatsheet.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Editor Cheatsheet @@ -206,35 +206,35 @@

      Table of Contents

      -
      -

      1. VIM

      +
      +

      1. VIM

      -
      -

      1.1. deletion

      +
      +

      1.1. deletion

      @@ -260,8 +260,8 @@ -
      -

      1.2. edit

      +
      +

      1.2. edit

      @@ -297,8 +297,8 @@ -
      -

      1.3. movement

      +
      +

      1.3. movement

      @@ -364,8 +364,8 @@ -
      -

      1.4. visual

      +
      +

      1.4. visual

      @@ -396,8 +396,8 @@ -
      -

      1.5. file/split

      +
      +

      1.5. file/split

      @@ -441,12 +441,12 @@ -
      -

      2. EMACS

      +
      +

      2. EMACS

      -
      -

      2.1. org-mode

      +
      +

      2.1. org-mode

      @@ -492,8 +492,8 @@ -
      -

      2.2. normal

      +
      +

      2.2. normal

      @@ -544,8 +544,8 @@ -
      -

      2.3. eww/elpher (essensial)

      +
      +

      2.3. eww/elpher (essensial)

      @@ -622,8 +622,8 @@ -
      -

      3. Git

      +
      +

      3. Git

      Git 能离线使用只是个传说, 你仍然需要联网搜索该用哪个命令传什么参数
      @@ -637,8 +637,8 @@ git log --color --graph --decorate -M --pretty=oneline --abbrev-commit -M

      -
      -

      4. Fish

      +
      +

      4. Fish

      @@ -677,7 +677,7 @@ git log --color --graph --decorate -M --pretty=oneline --abbrev-commit -M

      Date: 2022-06-13 一 00:00

      Author: dongdigua

      -

      Created: 2022-09-25 日 21:22

      +

      Created: 2022-10-21 五 20:03

      diff --git a/index.html b/index.html deleted file mode 100644 index c4a949a..0000000 --- a/index.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - -d0ngd1gua - - - - - - -
      -
      -(let ((name "dongdigua")
      -      (blog "posts/")
      -      (feed "rss.xml")
      -      (github "@dongdigua")
      -      (payment "monero")
      -      (pgp "0x56CEE157C9F5334F")
      -      (interests
      -       '("computer science"
      -         "cyber security"
      -         "Minecraft redstone survival"
      -         "anime"
      -         (Lost (In (Superfluous (Parentheses))))))))
      -    
      -
      - diff --git a/internet_collections.html b/internet_collections.html index c096718..93dacc0 100644 --- a/internet_collections.html +++ b/internet_collections.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - +Internet Collections @@ -206,16 +206,16 @@

      Table of Contents

      -
      -

      1. 一些(个人)博客收集

      +
      +

      1. 一些(个人)博客收集

              _                                                  ___
      @@ -225,51 +225,51 @@
       
      -
      -

      1.1. Paul Graham

      +
      +

      1.1. Paul Graham

      -
      -

      1.2. qiusir   rssub

      +
      +

      1.2. qiusir   rssub

      -
      -

      1.3. XahLee

      +
      +

      1.3. XahLee

      -
      +

      Marisa_Kirisame_emacs_magic.png

      -
      -

      1.4. 王垠

      +
      +

      1.4. 王垠

      -
      -

      1.5. 阮一峰   rssub

      +
      +

      1.5. 阮一峰   rssub

      -
      -

      1.6. 黑客技术   hack

      +
      +

      1.6. 黑客技术   hack

      really good website, butt, no rss

      -
      -

      1.7. 易姐

      +
      +

      1.7. 易姐

      -
      -

      1.8. floooh(The Brain Dump)   c

      +
      +

      1.8. floooh(The Brain Dump)   c

      07 年开始, cpu emulator

      -
      -

      1.8.1. 2021: A new cycle-stepped Z80 emulator

      + -
      -

      1.8.2. Modern C for C++ Peeps

      +
      +

      1.8.2. Modern C for C++ Peeps

      @@ -279,49 +279,49 @@ Modern C is not a subset of C++

      -
      -

      1.9. King's way   hack iot

      +
      +

      1.9. King's way   hack iot

      -
      -

      1.10. 小耸   c

      +
      +

      1.10. 小耸   c

      -
      -

      1.10.1. 无锁编程基础与无锁队列的实现

      + - -
      -

      1.11. 这可太刑了

      +
      +

      1.11. 这可太刑了

      学习通事件相关

      -
      -

      1.12. 写着写着就懂了   elixir

      +
      +

      1.12. 写着写着就懂了   elixir

      elixir/erlang大佬, 公众号: HelloElixir

      -
      -

      1.13. lujun9972   emacs rssub

      +
      +

      1.13. lujun9972   emacs rssub

      超~~~多emacs

      -
      -

      1.13.1. emacs document

      +
      +

      1.13.1. emacs document

      -
      -

      1.14. 文辉的烂笔头   lowlevel

      +
      +

      1.14. 文辉的烂笔头   lowlevel

      CPU, IC, ARM
      @@ -333,11 +333,11 @@ CPU, IC, ARM

      -
      -

      1.14.1. 浅谈熔断和幽灵

      + -
      -

      1.14.2. 解决Org-Mode表格不对齐问题

      +
      +

      1.14.2. 解决Org-Mode表格不对齐问题

      更纱黑体 使中文恰好为英文宽度两倍
      @@ -346,73 +346,73 @@ CPU, IC, ARM

      -
      -

      1.15. scinart   lisp

      +
      +

      1.15. scinart   lisp

      13年最后更新

      -
      -

      1.16. bozhang   rssable

      +
      +

      1.16. bozhang   rssable

      05 年开始, 天文学

      -
      -

      1.17. luogu blog: emacs dunnet 教程   emacs

      + -
      -

      1.18. IceGuye

      +
      +

      1.18. IceGuye

      -
      -

      1.19. Ground Oddity

      +
      +

      1.19. Ground Oddity

      出国

      - -
      -

      1.20. NIL: setf 中「f」的本意

      + -
      -

      1.21. 第 N 个质数   c algorithm

      +
      +

      1.21. 第 N 个质数   c algorithm

      看不懂, 先收藏着

      -
      -

      1.22. 阳光少年(coder.rs)   rust python

      +
      +

      1.22. 阳光少年(coder.rs)   rust python

      -
      -

      1.23. mrxn   hack

      +
      +

      1.23. mrxn   hack

      网安, data-leak

      -
      -

      1.24. include-yy   c lisp emacs

      +
      +

      1.24. include-yy   c lisp emacs

      许多东方的图诶

      -
      -

      1.24.1. 蝴蝶效应与emacs动画

      + -
      -

      1.24.2. emacs cl-lib

      +
      +

      1.24.2. emacs cl-lib

      Package cl is deprecated
      @@ -420,8 +420,8 @@ CPU, IC, ARM
      -
      -

      1.24.3. 由(λ(x)(x x))看elisp与scheme之区别

      +
      +

      1.24.3. 由(λ(x)(x x))看elisp与scheme之区别

      @@ -431,125 +431,125 @@ Lisp-1 的变量命名空间和函数命名空间是统一的,而在 Lisp-2

        -
      1. Xah Lee Lisp-1 vs Lisp-2
      2. +
      3. Xah Lee Lisp-1 vs Lisp-2
      -
      -

      1.25. stardiviner

      +
      +

      1.25. stardiviner

      Coder & 文学

      - -
      -

      1.26. 行侠何须仗名剑   lisp

      +
      +

      1.26. 行侠何须仗名剑   lisp

      - -
      -

      1.27. 以太坊evm笔记

      + -
      -

      1.28. Alynx Zhou   linux rssable

      +
      +

      1.28. Alynx Zhou   linux rssable

      -
      -

      1.29. Core Dumped   rust lowlevel emacs

      +
      +

      1.29. Core Dumped   rust lowlevel emacs

      VM

      -
      -

      1.30. keep coding   rust c lowlevel backend

      +
      +

      1.30. keep coding   rust c lowlevel backend

      写代码的西瓜

      -
      -

      1.30.1. EmacsTalk

      +
      +

      1.30.1. EmacsTalk

      -
      -

      1.31. Cogito, ergo sum   rssable

      +
      +

      1.31. Cogito, ergo sum   rssable

      文学

      -
      -

      1.32. Tomas Petricek   rssub

      +
      +

      1.32. Tomas Petricek   rssub

      F#, M1(r0$0f+, very high quality

      -
      -

      1.32.1. commodore64 BASIC

      + - -
      -

      1.33. 弦外之音   c lowlevel

      +
      +

      1.33. 弦外之音   c lowlevel

      源码分析

      - -
      -

      1.34. lightless blog   hack

      +
      +

      1.34. lightless blog   hack

      -
      -

      1.35. The State of GPGPU in Rust   rust lowlevel

      +
      +

      1.35. The State of GPGPU in Rust   rust lowlevel

      -
      -

      1.36. Light & Truth

      +
      +

      1.36. Light & Truth

      from ruanyifeng

      -
      -

      1.37. Writing a container in Rust

      +
      +

      1.37. Writing a container in Rust

      - -
      -

      1.38. Xe Iaso   rssub

      +
      +

      1.38. Xe Iaso   rssub

      -
      -

      1.38.1. series: V

      +
      +

      1.38.1. series: V

        -
      1. V for Vaporware
        +
      2. V for Vaporware

        经典永流传~
        @@ -558,59 +558,59 @@ from ruanyifeng

      -
      -

      1.38.2. Nim and Tup

      +
      +

      1.38.2. Nim and Tup

      -
      -

      1.39. 蓝天

      +
      +

      1.39. 蓝天

      大佬!

      -
      -

      1.39.1. 我把硬盘换到了新电脑上,这是 Btrfs 上的数据发生的变化

      +
      +

      1.39.1. 我把硬盘换到了新电脑上,这是 Btrfs 上的数据发生的变化

      -
      +

      chubbyemu.jpg.thumb.png

      -
      -

      1.39.2. 最傻的代码错误:一个空格酿成的血案

      + -
      -

      1.39.3. 用 nginx 建立 Gopher 网站   gopher

      +
      +

      1.39.3. 用 nginx 建立 Gopher 网站   gopher

      - -
      -

      1.40. Bryan Brattlof

      +
      +

      1.40. Bryan Brattlof

      - -
      -

      1.41. UlyC   python

      +
      +

      1.41. UlyC   python

      -
      -

      1.41.1. sourcehut, 一个反叛而又正统的代码托管平台

      + -
      -

      1.41.2. 2021年, 用更现代的方法使用PGP

      + - -
      -

      1.42. kernal

      +
      +

      1.42. kernal

      Welcome to the darkest dungeon of kernal

      - -
      -

      1.43. ripgrep is faster than {grep, ag, git grep, ucg, pt, sift}

      + -
      -

      1.44. vimacs

      +
      +

      1.44. vimacs

      Written with Vim and Emacs
      @@ -656,47 +656,47 @@ A member of Linux Club of Peking University.
      cat-v-like sidebar style

      -
      -

      1.44.1. Matrix聊天快速指南

      + - -
      -

      1.45. Matrix67   math

      +
      +

      1.45. Matrix67   math

      The Aha Moments

      - -
      -

      1.46. Dennis Felsing   nim

      +
      +

      1.46. Dennis Felsing   nim

      -
      -

      1.46.1. howistart: Nim

      +
      +

      1.46.1. howistart: Nim

      brainf**k

      - -
      -

      1.47. Nyxt: Why should I care about Gopher?   gopher

      +
      +

      1.47. Nyxt: Why should I care about Gopher?   gopher

      @@ -712,8 +712,8 @@ Don't get me wrong, there's nonsense on Gopher too, but far less of it.

      -
      -

      1.47.1. 社区本地人与永恒的九月(Eternal September)

      +
      +

      1.47.1. 社区本地人与永恒的九月(Eternal September)

      @@ -723,15 +723,15 @@ Don't get me wrong, there's nonsense on Gopher too, but far less of it.

      -
      +

      Internet_is_Full_-_Go_Away_t-shirt.jpg

      -
      -

      1.48. Peter 's Homepage   rssub

      +
      +

      1.48. Peter 's Homepage   rssub

      @@ -739,43 +739,43 @@ GE d@ s: a C++$ UBL+++$ P++(–)$ L++(-)$ !E W+++(-)$ !N !o K–? w !O

      -
      -

      1.48.1. Gopher? Gopher.

      +
      +

      1.48.1. Gopher? Gopher.

      -
      -

      1.49. 巧用 CSS 显示 HTML 源码

      + -
      -

      1.50. phenix3443   c emacs

      +
      +

      1.50. phenix3443   c emacs

      刘尚亮

      -
      -

      1.50.1. use-package manual

      + -
      -

      1.50.2. Emacs 启动过程介绍

      + - -
      -

      1.51. julienblanchard/typed-hole   plan9

      +
      +

      1.51. julienblanchard/typed-hole   plan9

      -
      -

      1.51.1. pmikkelsen

      +
      +

      1.51.1. pmikkelsen

      -
      -

      1.52. TODO Konstantinos Foutzopoulos

      + -
      -

      1.53. 金步国作品集   lowlevel linux

      +
      +

      1.53. 金步国作品集   lowlevel linux

      kernel, LFS
      @@ -783,20 +783,20 @@ kernel, LFS

      -
      -

      1.54. B

      +
      +

      1.54. B

      -
      -

      1.54.1. yanemame

      +
      +

      1.54.1. yanemame

      猴哥推荐的

      -
      -

      1.54.2. 我不会编程

      +
      +

      1.54.2. 我不会编程

      EvanMeek
      @@ -804,71 +804,71 @@ B站: 美味的樱桃菌

      -
      -

      1.54.3. CC   linux

      +
      +

      1.54.3. CC   linux

      B站: 称呼我C先生

      -
      -

      1.54.4. lunaixsky   c lowlevel

      +
      +

      1.54.4. lunaixsky   c lowlevel

      -
      -

      1.54.5. EndlessPeak   linux

      +
      +

      1.54.5. EndlessPeak   linux

      -
      -

      1.55. ZhiHu

      +
      +

      1.55. ZhiHu

      -
      -

      1.55.1. 用Go语言汇编计算fibonacci数列   lowlevel

      + -
      -

      1.55.2. 倔强的程序员

      +
      +

      1.55.2. 倔强的程序员

      编! 译! 原! 理!

      -
      -

      1.55.3. 知乎专栏: 技术考古   plan9

      +
      +

      1.55.3. 知乎专栏: 技术考古   plan9

      plan9

      -
      -

      1.55.4. 知乎专栏: 嘶吼RoarTalk   hack

      +
      +

      1.55.4. 知乎专栏: 嘶吼RoarTalk   hack

      回归最本质的信息安全

      - -
      -

      1.56. shenjack/HWS/fri3nds

      +
      +

      1.56. shenjack/HWS/fri3nds

      -
      -

      1.56.1. 老网虫

      +
      +

      1.56.1. 老网虫

      -
      -

      1.56.2. yang-qwq

      +
      +

      1.56.2. yang-qwq

      -
      -

      1.56.3. zhanganzhi

      +
      +

      1.56.3. zhanganzhi

      -
      -

      1.56.4. 芒果快评

      +
      +

      1.56.4. 芒果快评

      今年的新博客, 友链有踏浪
      @@ -878,46 +878,46 @@ plan9

      -
      -

      2. YouTube 收集(没有账号, 这就是我的收藏夹)

      +
      +

      2. YouTube 收集(没有账号, 这就是我的收藏夹)

      -
      -

      2.1. Computer Science

      +
      +

      2.1. Computer Science

      -
      -

      2.1.1. Rust 让你感觉像个天才

      + -
      -

      2.1.2. CMD 登录B站

      +
      +

      2.1.2. CMD 登录B站

      -
      -

      2.1.3. Rust aes加密(legacy)

      + -
      -

      2.1.4. tsoding helloworld in c

      + -
      -

      2.1.5. stack-based virtual machine(6 episode) and register-based(13 episode)

      + -
      -

      2.1.6. tsoding virtual machine in C , some notes

      + -
      -

      2.1.7. what if I try to malloc too much memory

      + -
      -

      2.1.8. what your favourite pl says about you

      + -
      -

      2.1.9. tsoding irc client in ocaml

      +
      +

      2.1.9. tsoding irc client in ocaml

      0:50 List.fold_left faster than fold_right, but haskell is opposite
      @@ -929,23 +929,23 @@ plan9

      -
      -

      2.1.10. ArcaOS: Modern OS/2

      + -
      -

      2.1.11. 集线器,交换机和路由器的区别

      + -
      -

      2.1.12. I coded a fractal on an Apple II+

      + -
      -

      2.1.13. Fast Inverse Square Root — A Quake III Algorithm

      +
      +

      2.1.13. Fast Inverse Square Root — A Quake III Algorithm

      0x5f3759df
      @@ -954,102 +954,102 @@ plan9

      -
      -

      2.2. Cyber Security

      +
      +

      2.2. Cyber Security

      -
      -

      2.2.1. Discover Vulnerabilities in Intel CPUs!

      + -
      -

      2.2.2. shit express hacked

      + -
      -

      2.2.3. DT: Privacy & Security

      + -
      -

      2.2.4. Chris Titus Tech: The Biggest Linux Security Mistakes

      +
      +

      2.2.4. Chris Titus Tech: The Biggest Linux Security Mistakes

      "Security is a journey, not a destination!"

      -
      -

      2.2.5. How To Become Invisible Online # level 3

      + - -
      -

      2.3. Math

      +
      +

      2.3. Math

      -
      -

      2.3.1. Group Theory

      +
      +

      2.3.1. Group Theory

      -
      -

      2.3.2. p-adic Numbers: 2 ^ 10n

      + -
      -

      2.3.3. Eric Cornwell

      +
      +

      2.3.3. Eric Cornwell

      math on 1950~1980 computer

      -
      -

      2.3.4. The Real Reason Why Negative Times Negative is Positive, Intro to Rings

      + -
      -

      2.3.5. How to Take the Factorial of Any Number

      + - -
      -

      2.4. Minecraft

      +
      +

      2.4. Minecraft

      -
      -

      2.4.1. Mojang & Minecraft 开始衰落了吗?

      + -
      -

      2.4.2. SciCraft Update Plans

      + -
      -

      2.4.3. Tantan: MC + Fez

      + - -
      -

      2.5. ?

      +
      +

      2.5. ?

      -
      -

      2.5.1. IceGuye aka 姑射冰尘

      + -
      -

      2.5.2. DT: Odysee

      +
      +

      2.5.2. DT: Odysee

      -
      -

      2.5.3. Homemade Silicon Chips!

      + -
      -

      2.5.4. Why I'm Suing YouTube.

      +
      +

      2.5.4. Why I'm Suing YouTube.

      @@ -1061,104 +1061,104 @@ to filing patently fraudulent DMCA counter-notifications to avoid the terminatio

      -
      -

      2.5.5. Yes, Everyone on the Internet Is a Loser.

      + - -
      -

      3. r

      +
      +

      3. r

      -
      -

      3.1. unixporn

      +
      +

      3.1. unixporn

      -
      -

      3.1.1. reddit: family reunion

      + -
      -

      3.1.2. pocket pc

      +
      +

      3.1.2. pocket pc

      -
      -

      3.1.3. win7 :)

      +
      +

      3.1.3. win7 :)

      - -
      -

      3.2. ProgrammerHumor

      +
      +

      3.2. ProgrammerHumor

      -
      -

      3.2.1. Microsoft Visual Rust

      + - -
      -

      4. Other

      +
      +

      4. Other

      -
      -

      4.1. Python-5

      +
      +

      4.1. Python-5

      from tsoding's first porth video, (he is using debian, 37:00 copilot xd)

      -
      -

      4.2. cat -v

      +
      +

      4.2. cat -v

      not only harmful stuff <3

      -
      -

      4.3. fediverse wiki

      +
      +

      4.3. fediverse wiki

      The Fediverse is a giant Network of social media platforms

      -
      -

      4.3.1. there's another thing webmention which I found from Xe's blog

      +
      +

      4.3.1. there's another thing webmention which I found from Xe's blog

      -
      -

      4.4. the beam book and learn you some erlang

      + -
      -

      4.5. Adequacy: Is Your Son a Computer Hacker?

      +
      +

      4.5. Adequacy: Is Your Son a Computer Hacker?

      @@ -1168,8 +1168,8 @@ invented by a Soviet computer hacker named Linyos Torovoltos.

      -
      -

      4.6. GNU C Language Intro and Reference Manual

      +
      +

      4.6. GNU C Language Intro and Reference Manual

      @@ -1180,8 +1180,8 @@ foreign or domestic, requires you to follow Snowden's example.

      -
      -

      4.7. 如何解读EVA

      +
      +

      4.7. 如何解读EVA

      @@ -1192,11 +1192,11 @@ foreign or domestic, requires you to follow Snowden's example.

      -
      -

      4.8. The Window Manager Report

      + -
      -

      4.9. oxygenos

      +
      +

      4.9. oxygenos

      his final year project in high school, 2008
      @@ -1204,43 +1204,43 @@ a webos using oxygen visual design

      -
      -

      4.10. Hacker News: A better formulation of DRY(Don't Repeat Yourself) is SPOT (Single Point Of Truth)

      + -
      -

      4.11. PHP function hashing mechanism was strlen()

      + -
      -

      4.12. Phrack Magazine

      +
      +

      4.12. Phrack Magazine

      worth reading

      -
      -

      4.12.1. Smashing The Stack For Fun And Profit

      + - -
      -

      4.13. gccemacs

      +
      +

      4.13. gccemacs

      -
      -

      4.13.1. slides_els2020

      +
      +

      4.13.1. slides_els2020

      -

      Date: 2022-06-05 日 00:00

      Author: dongdigua

      -

      Created: 2022-10-21 五 19:03

      +

      Created: 2022-10-21 五 20:03

      diff --git a/matrix.html b/matrix.html index f543ad3..bbdb632 100644 --- a/matrix.html +++ b/matrix.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Matrix chat (clients comparation, proxy setting) @@ -207,20 +207,20 @@

      Table of Contents

      @@ -230,20 +230,20 @@ I wanna use matrix just because many people use it.

      -
      -

      1. comparation of clients, sorted by satisfaction

      +
      +

      1. comparation of clients, sorted by satisfaction

      -
      -

      1.1. neochat

      +
      +

      1.1. neochat

      💓kde

      -
      -

      1.2. quaternion

      +
      +

      1.2. quaternion

      small but have most of function
      @@ -252,8 +252,8 @@ wayland support not good: error copying image(like qutebrowser)

      -
      -

      1.3. ement.el

      +
      +

      1.3. ement.el

      I like doing everything in emacs, with keyboard
      @@ -261,16 +261,16 @@ but it don't work: htt

      -
      -

      1.4. fractal

      +
      +

      1.4. fractal

      HUGE and not fully fonctionall

      -
      -

      1.5. thunderbird

      +
      +

      1.5. thunderbird

      all-in-one solution, matrix support is not good: cannot show picture
      @@ -280,20 +280,20 @@ I even don't use it for email(I use Geary)

      -
      -

      2. how to set proxy

      +
      +

      2. how to set proxy

      -
      -

      2.1. neochat

      +
      +

      2.1. neochat

      env: http_proxy

      -
      -

      2.2. fractal

      +
      +

      2.2. fractal

      env: https_proxy
      @@ -301,8 +301,8 @@ accroding to reqwest document

      -
      -

      2.3. ement.el

      +
      +

      2.3. ement.el

      var: plz-curl-default-args
      @@ -314,7 +314,7 @@ var: plz-curl-default-args

      Date: 2022-09-22 四 00:00

      Author: dongdigua

      -

      Created: 2022-09-23 五 09:30

      +

      Created: 2022-10-21 五 20:03

      diff --git a/moonboos.html b/moonboos.html index cdf3013..36426ae 100644 --- a/moonboos.html +++ b/moonboos.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + 庄主其人 @@ -209,29 +209,29 @@

      -
      -

      1. 扩充自 庄主人肉大炮 我的置顶评论

      +
      +

      1. 扩充自 庄主人肉大炮 我的置顶评论

      如果再遇到给它洗白的人, 可以把下面这些怼过去

      -
      -

      1.1. 日月脏主 Wiki

      +
      +

      1.1. 日月脏主 Wiki

      大多数都在这里

      -
      -

      1.2. 玩家怪物分离踏板

      + -
      -

      1.3. 无限活塞递归

      + -
      -

      1.4. fallen屠龙炮

      +
      +

      1.4. fallen屠龙炮

      最开始根本没有标注原作者, 而且还说"感谢TIS成员的帮助", 然而TIS成员并没有进行任何帮助
      @@ -244,7 +244,7 @@

      Date: 2022-09-11 日 00:00

      Author: dongdigua

      -

      Created: 2022-09-26 一 15:47

      +

      Created: 2022-10-21 五 20:03

      diff --git a/nixos.html b/nixos.html index abdbe1e..8b6f425 100644 --- a/nixos.html +++ b/nixos.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Build a Minimal NixOS LiveCD with swaywm @@ -206,40 +206,40 @@

      Table of Contents

      -
      -

      1. problem & solution

      +
      +

      1. problem & solution

      -
      -

      1.1. unable to drop root

      +
      +

      1.1. unable to drop root

      donot run under root

      -
      -

      1.2. in normal user, libseat permission deniened

      +
      +

      1.2. in normal user, libseat permission deniened

      add user in video group
      @@ -247,16 +247,16 @@ login as user, not root

      -
      -

      1.3. egl error

      +
      +

      1.3. egl error

      enable 3D acceleration in VirtualBox

      -
      -

      1.4. config files from outside

      +
      +

      1.4. config files from outside

      irc-nixiso.png
      @@ -265,8 +265,8 @@ so I need to write a systemd service to automagically sync it at boot

      -
      -

      1.5. cleanup builds

      +
      +

      1.5. cleanup builds

      /nix/store/ takes too much space after build
      @@ -284,25 +284,25 @@ and there're a few tools for visualising disk size:

      -
      -

      2. reference

      +
      +

      2. reference

      -
      -

      2.1. nixos without systemd?

      + -

      Date: 2022-09-17 六 00:00

      Author: dongdigua

      -

      Created: 2022-09-23 五 14:12

      +

      Created: 2022-10-21 五 20:03

      diff --git a/org/publish_config.el b/org/publish_config.el index 66b300b..33ebf9e 100644 --- a/org/publish_config.el +++ b/org/publish_config.el @@ -4,10 +4,30 @@ ;; System Crafter's video: https://youtu.be/AfkrzFodoNw -(require 'org) -(require 'ox) +(eval-when-compile + (require 'package) + (package-initialize) -(setq org-html-validation-link nil) + (require 'org) + (require 'ox) + (require 'webfeeder)) + +;; https://emacs.stackexchange.com/questions/36366/disable-auto-id-generation-in-org-mode-html-export +(defun html-body-id-filter (output backend info) + "Remove random ID attributes generated by Org." + (when (eq backend 'html) + (replace-regexp-in-string + " href=\"#org[[:alnum:]]\\{7\\}\"" + "" + (replace-regexp-in-string + " id=\"[[:alpha:]-]*org[[:alnum:]]\\{7\\}\"" + "" + output t) + t))) +(add-to-list 'org-export-filter-final-output-functions 'html-body-id-filter) + +(setq org-html-validation-link nil + org-export-with-sub-superscripts nil) (setq org-publish-project-alist '(("org-pages" :base-directory "." diff --git a/recommend_everforest_theme.html b/recommend_everforest_theme.html index ad08b66..f0e49ef 100644 --- a/recommend_everforest_theme.html +++ b/recommend_everforest_theme.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Recommend EverForest Theme @@ -218,8 +218,8 @@ Everforest is a green based color scheme, it's designed to be warm and soft in o

      -
      -

      1. emacs

      +
      +

      1. emacs

      这个主题在 2022-06-29 才开始制作 emacs 版本
      @@ -239,7 +239,7 @@ Everforest is a green based color scheme, it's designed to be warm and soft in o

      Date: 2022-06-27 一 00:00

      Author: dongdigua

      -

      Created: 2022-09-15 四 12:06

      +

      Created: 2022-10-21 五 20:03

      diff --git a/wayland.html b/wayland.html index b793305..0ff7433 100644 --- a/wayland.html +++ b/wayland.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Something About Wayland(swaywm) @@ -203,47 +203,47 @@

      Something About Wayland(swaywm)

      -
      -

      1. Solution

      +
      +

      1. Solution

      -
      -

      1.1. gnome-screenshot

      +
      +

      1.1. gnome-screenshot

      grim

      -
      -

      1.2. iBus

      +
      +

      1.2. iBus

      emacs pyim

      -
      -

      1.3. Emacs transparent, terminal blur

      +
      +

      1.3. Emacs transparent, terminal blur

      probably wayfire?

      -
      -

      1.4. Authorization required, but no authorization protocol specified

      +
      +

      1.4. Authorization required, but no authorization protocol specified

      -
      -

      1.4.1. sudo -E

      +
      +

      1.4.1. sudo -E

      -
      -

      1.4.2. lxpolkit(directly execute) or polkit-gnome(prettier)

      +
      +

      1.4.2. lxpolkit(directly execute) or polkit-gnome(prettier)

      -
      -

      1.5. cannot start sway on lightdm

      +
      +

      1.5. cannot start sway on lightdm

      in /etc/lightdm/lightdm.conf uncomment sessions-directory line
      @@ -255,16 +255,16 @@ materia-kde is also a good choice

      -
      -

      1.6. obs

      +
      +

      1.6. obs

      don't remove the include line!!!

      -
      -

      1.7. cursor theme not working

      +
      +

      1.7. cursor theme not working

      from this issue
      @@ -272,130 +272,130 @@ add seat seat0 xcursor_theme Oxygen_White in sway comfig file

      -
      -

      1.8. touchpad gesture like gnome

      +
      +

      1.8. touchpad gesture like gnome

      -
      -

      1.8.1. issue #1514: touchpad gestures to switch workspaces

      + - -
      -

      1.9. notify-send don't work

      +
      +

      1.9. notify-send don't work

      mako, a notification daemon

      -
      -

      1.10. TODO Wayfire crashes when closing foot terminal

      + -
      -

      1.11. emacs tool-bar not working(cannot toggle and icon theme missing)

      +
      +

      1.11. emacs tool-bar not working(cannot toggle and icon theme missing)

      -
      -

      1.11.1. cannot toggle: disable custon default-frame-alist, or just use floating mode

      +
      +

      1.11.1. cannot toggle: disable custon default-frame-alist, or just use floating mode

      -
      -

      1.11.2. TODO icon theme missing: ?

      +
      +

      1.11.2. TODO icon theme missing: ?

      -
      -

      1.12. Option –create on workspace prevonoutput|nextonoutput?

      +
      +

      1.12. Option –create on workspace prev_on_output|next_on_output?

      I LIKE THIS FEATURE!!! WHY REMOVE IT???

      - -
      -

      2. Ref

      +
      +

      2. Ref

      -
      -

      2.1. The Ultimate Waybar Tutorial Video on BiliBili

      + -
      -

      2.2. Sway: 从尝试到放弃

      + -
      -

      2.3. 从 Xorg 迁移到 Wayland

      + -
      -

      2.4. reddit: ibus on swaywm

      + -
      -

      2.5. prtsc is Print

      +
      +

      2.5. prtsc is Print

      xev/wev is helpful

      -
      -

      2.6. https://github.com/ziap/dotfiles

      +
      +

      2.6. https://github.com/ziap/dotfiles

      a great config

      -
      -

      2.7. reddit: auto-changing sway background

      + -
      -

      2.8. Ruixi-rebirth's dotfiles

      +
      +

      2.8. Ruixi-rebirth's dotfiles

      sway, very beautiful, from COSSIG

      -
      -

      2.9. a Paid config

      +
      +

      2.9. a Paid config

      this is excellent, but…not for me
      I'd like something simpler

      -
      -

      2.9.1. archcraft

      +
      +

      2.9.1. archcraft

      -
      -

      2.10. 夜 - Yoru

      +
      +

      2.10. 夜 - Yoru

      awesome config!
      @@ -407,7 +407,7 @@ awesome config!

      Date: 2022-08-07 日 00:00

      Author: dongdigua

      -

      Created: 2022-09-24 六 12:40

      +

      Created: 2022-10-21 五 20:03

      diff --git a/weird_mglndd.html b/weird_mglndd.html index 87ff8a6..48644a1 100644 --- a/weird_mglndd.html +++ b/weird_mglndd.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Something About MGLNDD Scans @@ -203,30 +203,30 @@