mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 04:03:11 +08:00
cleanup learned cheatsheet, weird half explained
This commit is contained in:
parent
bde05ec22a
commit
9bbab8e88a
@ -6,11 +6,6 @@
|
|||||||
** deletion
|
** deletion
|
||||||
| key | usage |
|
| key | usage |
|
||||||
|-------+------------------------|
|
|-------+------------------------|
|
||||||
| x | 删除光标所在处单词 |
|
|
||||||
| de | 删除到本单词末尾 |
|
|
||||||
| db | 删除到前一个单词 |
|
|
||||||
| d$ | 删除光标位置到本行结束 |
|
|
||||||
| d0 | 删除光标位置到本行开头 |
|
|
||||||
|
|
||||||
** edit
|
** edit
|
||||||
| key | usage |
|
| key | usage |
|
||||||
@ -20,25 +15,21 @@
|
|||||||
|
|
||||||
** movement
|
** movement
|
||||||
| key | usage |
|
| key | usage |
|
||||||
|------------+-----------------------------|
|
|----------+----------------------------|
|
||||||
| w | 下一个单词 |
|
| w/e | 下一个单词/单词尾 |
|
||||||
| e | 单词尾 |
|
|
||||||
| b | 单词头 |
|
| b | 单词头 |
|
||||||
| 0/$ | 行首/尾 |
|
|
||||||
| H/M/L | 当前页面可见顶部/中间/底部 |
|
| H/M/L | 当前页面可见顶部/中间/底部 |
|
||||||
| <num> G | 跳转到第几行 |
|
|
||||||
| C-u(f)/d | 上/下翻页 |
|
| C-u(f)/d | 上/下翻页 |
|
||||||
| f/F <char> | 在一行中向后/前跳到某个字符 |
|
|
||||||
| % | 到对应括号 |
|
| % | 到对应括号 |
|
||||||
| {} | 段落跳转 |
|
| {} | 段落跳转 |
|
||||||
|
| g ; | goto last change |
|
||||||
|
| g */# | 正/反查找光标下的词 |
|
||||||
|
| g d/D | 跳转到本地/全局定义 |
|
||||||
|
|
||||||
** visual
|
** visual
|
||||||
| key | usage | next |
|
| key | usage | next |
|
||||||
|-----+--------------+------------------------|
|
|-----+--------------+------------------------|
|
||||||
| V | 行选择 | |
|
|
||||||
| C-v | 矩形区域选择 | S-i 插入, esc 批量执行 |
|
| C-v | 矩形区域选择 | S-i 插入, esc 批量执行 |
|
||||||
| v | | movement |
|
|
||||||
| | | |
|
|
||||||
|
|
||||||
|
|
||||||
** file/split
|
** file/split
|
||||||
@ -63,9 +54,7 @@
|
|||||||
** normal
|
** normal
|
||||||
| key | usage |
|
| key | usage |
|
||||||
|---------+---------------------|
|
|---------+---------------------|
|
||||||
| C-s | 搜索 |
|
|
||||||
| M-% | 替换 |
|
| M-% | 替换 |
|
||||||
| C-_ | [[https://linuxtoy.org/archives/emacs-undo-tree.html][undo/redo]] |
|
|
||||||
| M-; | 区域切换注释 |
|
| M-; | 区域切换注释 |
|
||||||
| C-x C-; | 行切换注释 |
|
| C-x C-; | 行切换注释 |
|
||||||
| C-y | paste to minibuffer |
|
| C-y | paste to minibuffer |
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
** [[http://www.qiusir.com/][qiusir]] :rssub:
|
** [[http://www.qiusir.com/][qiusir]] :rssub:
|
||||||
** [[http://www.yinwang.org/][王垠]]
|
** [[http://www.yinwang.org/][王垠]]
|
||||||
** [[http://ruanyifeng.com/blog/][阮一峰]] :rssub:
|
** [[http://ruanyifeng.com/blog/][阮一峰]] :rssub:
|
||||||
|
** [[http://www.hackdig.com/][黑客技术]] :hacker:
|
||||||
|
really good website, butt, no rss
|
||||||
** [[https://shakaianee.top/][易姐]]
|
** [[https://shakaianee.top/][易姐]]
|
||||||
** [[https://blog.stdio.io/1385][King's way]]
|
** [[https://blog.stdio.io/1385][King's way]]
|
||||||
** [[https://floooh.github.io/2021/12/17/cycle-stepped-z80.html][floooh]] :c:
|
** [[https://floooh.github.io/2021/12/17/cycle-stepped-z80.html][floooh]] :c:
|
||||||
|
@ -9,7 +9,8 @@ emacs pyim
|
|||||||
** Emacs transparent
|
** Emacs transparent
|
||||||
probably wayfire?
|
probably wayfire?
|
||||||
** Authorization required, but no authorization protocol specified
|
** Authorization required, but no authorization protocol specified
|
||||||
=sudo -E=
|
*** =sudo -E=
|
||||||
|
*** lxpolkit(directly execute) or polkit-gnome(prettier)
|
||||||
** cannot start sway on lightdm
|
** cannot start sway on lightdm
|
||||||
in =/etc/lightdm/lightdm.conf= uncomment =sessions-directory= line
|
in =/etc/lightdm/lightdm.conf= uncomment =sessions-directory= line
|
||||||
but still not stable, and it can't remenber which DE you used last time
|
but still not stable, and it can't remenber which DE you used last time
|
||||||
@ -31,6 +32,9 @@ add =seat seat0 xcursor_theme Oxygen_White= in sway comfig file
|
|||||||
**** [[https://www.reddit.com/r/swaywm/comments/r85e9g/touchpad_gestures/]]
|
**** [[https://www.reddit.com/r/swaywm/comments/r85e9g/touchpad_gestures/]]
|
||||||
**** [[https://www.reddit.com/r/swaywm/comments/px5vmw/how_are_you_configuring_touchpad_gestures/]]
|
**** [[https://www.reddit.com/r/swaywm/comments/px5vmw/how_are_you_configuring_touchpad_gestures/]]
|
||||||
**** [[https://www.reddit.com/r/swaywm/comments/em0jnx/can_sway_handle_threefour_finger_touchpad_gestures/]]
|
**** [[https://www.reddit.com/r/swaywm/comments/em0jnx/can_sway_handle_threefour_finger_touchpad_gestures/]]
|
||||||
|
** notify-send don't work
|
||||||
|
mako, a notification daemon
|
||||||
|
|
||||||
|
|
||||||
* Ref
|
* Ref
|
||||||
** [[https://coda.world/sway-explore-and-giveup][Sway: 从尝试到放弃]]
|
** [[https://coda.world/sway-explore-and-giveup][Sway: 从尝试到放弃]]
|
||||||
|
@ -1,8 +1,23 @@
|
|||||||
#+TITLE: Something About MGLNDD Scans
|
#+TITLE: Something About MGLNDD Scans
|
||||||
|
#+OPTIONS: toc:nil \n:t
|
||||||
|
|
||||||
|
* [[https://stretchoid.com/][stretchoid opt-out]]
|
||||||
|
this domain's workers are comstantly scanning the WHOLE internet
|
||||||
* [[https://isc.sans.edu/diary/MGLNDD_%2A+Scans/28458][SANS internet storm center diary]]
|
* [[https://isc.sans.edu/diary/MGLNDD_%2A+Scans/28458][SANS internet storm center diary]]
|
||||||
about the scanner and IP range
|
about the scanner and IP range
|
||||||
** [[https://cybersafenv.org/2022/03/20/mglndd-scans-sun-mar-20th/][repost on cybersafenv]]
|
** [[https://cybersafenv.org/2022/03/20/mglndd-scans-sun-mar-20th/][repost on cybersafenv]]
|
||||||
|
* [[http://www.hackdig.com/04/hack-81133.htm][知名网络空间普查与网络测绘组织研究报告 第一期-组织名录篇]]
|
||||||
* [[https://www.bilibili.com/read/cv16357621][my post on bilibili]]
|
* [[https://www.bilibili.com/read/cv16357621][my post on bilibili]]
|
||||||
* [[https://github.com/dongdigua/portscan-listener/blob/main/log/some_strange_logs.md][my listener and some other logs]]
|
* [[https://github.com/dongdigua/portscan-listener/blob/main/log/some_strange_logs.md][my listener and some other logs]]
|
||||||
|
* [[https://zhuanlan.zhihu.com/p/67186794][zhihu:repost-translation: 如何建立一个基本的蜜罐]]
|
||||||
|
the original post is gone
|
||||||
|
#+BEGIN_QUOTE
|
||||||
|
您还可以开始执行DNS和WHOIS查找,以找出每次扫描背后的人员。
|
||||||
|
在这个简短的样本中,我找到了一个伪“研究员”:107.170.202.111解析为“zg-0301f-15.stretchoid.com”。根据他们的网站:
|
||||||
|
...
|
||||||
|
Stretchoid不能识别他们是谁。他们没有确定他们正在做什么或为什么他们在161 / udp扫描我的蜜罐。
|
||||||
|
(端口161 / udp是为简单的网络管理协议(SNMP)保留的,并且经常容易受到攻击。)
|
||||||
|
是的,他们把“malicious”拼错了 - 因此它可能不会出现在谷歌搜索“stretchoid and malicious”的结果中。
|
||||||
|
#+END_QUOTE
|
||||||
|
* [[https://www.digitalocean.com/community/questions/why-is-digital-ocean-showing-in-my-router-connecting-to-a-ps4][Why is Digital Ocean showing in my router, connecting to a PS4?]]
|
||||||
* [[https://www.ironcastle.net/mglndd-scans-sun-mar-20th/][on ironcastle, but deleted]]
|
* [[https://www.ironcastle.net/mglndd-scans-sun-mar-20th/][on ironcastle, but deleted]]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2022-08-14 日 17:02 -->
|
<!-- 2022-08-18 四 13:32 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Editor Chaetsheet</title>
|
<title>Editor Chaetsheet</title>
|
||||||
@ -239,36 +239,10 @@
|
|||||||
|
|
||||||
<col class="org-left" />
|
<col class="org-left" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th scope="col" class="org-left">key</th>
|
|
||||||
<th scope="col" class="org-left">usage</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left">x</td>
|
<td class="org-left">key</td>
|
||||||
<td class="org-left">删除光标所在处单词</td>
|
<td class="org-left">usage</td>
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left">de</td>
|
|
||||||
<td class="org-left">删除到本单词末尾</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left">db</td>
|
|
||||||
<td class="org-left">删除到前一个单词</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left">d$</td>
|
|
||||||
<td class="org-left">删除光标位置到本行结束</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left">d0</td>
|
|
||||||
<td class="org-left">删除光标位置到本行开头</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@ -330,13 +304,8 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left">w</td>
|
<td class="org-left">w/e</td>
|
||||||
<td class="org-left">下一个单词</td>
|
<td class="org-left">下一个单词/单词尾</td>
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left">e</td>
|
|
||||||
<td class="org-left">单词尾</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
@ -344,31 +313,16 @@
|
|||||||
<td class="org-left">单词头</td>
|
<td class="org-left">单词头</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left">0/$</td>
|
|
||||||
<td class="org-left">行首/尾</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left">H/M/L</td>
|
<td class="org-left">H/M/L</td>
|
||||||
<td class="org-left">当前页面可见顶部/中间/底部</td>
|
<td class="org-left">当前页面可见顶部/中间/底部</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left"><num> G</td>
|
|
||||||
<td class="org-left">跳转到第几行</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left">C-u(f)/d</td>
|
<td class="org-left">C-u(f)/d</td>
|
||||||
<td class="org-left">上/下翻页</td>
|
<td class="org-left">上/下翻页</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left">f/F <char></td>
|
|
||||||
<td class="org-left">在一行中向后/前跳到某个字符</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left">%</td>
|
<td class="org-left">%</td>
|
||||||
<td class="org-left">到对应括号</td>
|
<td class="org-left">到对应括号</td>
|
||||||
@ -378,6 +332,21 @@
|
|||||||
<td class="org-left">{}</td>
|
<td class="org-left">{}</td>
|
||||||
<td class="org-left">段落跳转</td>
|
<td class="org-left">段落跳转</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left">g ;</td>
|
||||||
|
<td class="org-left">goto last change</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left">g */#</td>
|
||||||
|
<td class="org-left">正/反查找光标下的词</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left">g d/D</td>
|
||||||
|
<td class="org-left">跳转到本地/全局定义</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -404,29 +373,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
|
||||||
<td class="org-left">V</td>
|
|
||||||
<td class="org-left">行选择</td>
|
|
||||||
<td class="org-left"> </td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left">C-v</td>
|
<td class="org-left">C-v</td>
|
||||||
<td class="org-left">矩形区域选择</td>
|
<td class="org-left">矩形区域选择</td>
|
||||||
<td class="org-left">S-i 插入, esc 批量执行</td>
|
<td class="org-left">S-i 插入, esc 批量执行</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left">v</td>
|
|
||||||
<td class="org-left"> </td>
|
|
||||||
<td class="org-left">movement</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left"> </td>
|
|
||||||
<td class="org-left"> </td>
|
|
||||||
<td class="org-left"> </td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -542,21 +493,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
|
||||||
<td class="org-left">C-s</td>
|
|
||||||
<td class="org-left">搜索</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left">M-%</td>
|
<td class="org-left">M-%</td>
|
||||||
<td class="org-left">替换</td>
|
<td class="org-left">替换</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="org-left">C-_</td>
|
|
||||||
<td class="org-left"><a href="https://linuxtoy.org/archives/emacs-undo-tree.html">undo/redo</a></td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left">M-;</td>
|
<td class="org-left">M-;</td>
|
||||||
<td class="org-left">区域切换注释</td>
|
<td class="org-left">区域切换注释</td>
|
||||||
@ -616,7 +557,7 @@ git log --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 -
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: dongdigua</p>
|
<p class="author">Author: dongdigua</p>
|
||||||
<p class="date">Created: 2022-08-14 日 17:02</p>
|
<p class="date">Created: 2022-08-18 四 13:32</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
769
org_html/internet_collections.html
Normal file
769
org_html/internet_collections.html
Normal file
@ -0,0 +1,769 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 2022-08-17 三 20:00 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<title>Internet Collections</title>
|
||||||
|
<meta name="author" content="dongdigua" />
|
||||||
|
<meta name="generator" content="Org Mode" />
|
||||||
|
<style>
|
||||||
|
#content { max-width: 60em; margin: auto; }
|
||||||
|
.title { text-align: center;
|
||||||
|
margin-bottom: .2em; }
|
||||||
|
.subtitle { text-align: center;
|
||||||
|
font-size: medium;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top:0; }
|
||||||
|
.todo { font-family: monospace; color: red; }
|
||||||
|
.done { font-family: monospace; color: green; }
|
||||||
|
.priority { font-family: monospace; color: orange; }
|
||||||
|
.tag { background-color: #eee; font-family: monospace;
|
||||||
|
padding: 2px; font-size: 80%; font-weight: normal; }
|
||||||
|
.timestamp { color: #bebebe; }
|
||||||
|
.timestamp-kwd { color: #5f9ea0; }
|
||||||
|
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
|
||||||
|
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
|
||||||
|
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
|
||||||
|
.underline { text-decoration: underline; }
|
||||||
|
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
|
||||||
|
p.verse { margin-left: 3%; }
|
||||||
|
pre {
|
||||||
|
border: 1px solid #e6e6e6;
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: #f2f2f2;
|
||||||
|
padding: 8pt;
|
||||||
|
font-family: monospace;
|
||||||
|
overflow: auto;
|
||||||
|
margin: 1.2em;
|
||||||
|
}
|
||||||
|
pre.src {
|
||||||
|
position: relative;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre.src:before {
|
||||||
|
display: none;
|
||||||
|
position: absolute;
|
||||||
|
top: -8px;
|
||||||
|
right: 12px;
|
||||||
|
padding: 3px;
|
||||||
|
color: #555;
|
||||||
|
background-color: #f2f2f299;
|
||||||
|
}
|
||||||
|
pre.src:hover:before { display: inline; margin-top: 14px;}
|
||||||
|
/* Languages per Org manual */
|
||||||
|
pre.src-asymptote:before { content: 'Asymptote'; }
|
||||||
|
pre.src-awk:before { content: 'Awk'; }
|
||||||
|
pre.src-authinfo::before { content: 'Authinfo'; }
|
||||||
|
pre.src-C:before { content: 'C'; }
|
||||||
|
/* pre.src-C++ doesn't work in CSS */
|
||||||
|
pre.src-clojure:before { content: 'Clojure'; }
|
||||||
|
pre.src-css:before { content: 'CSS'; }
|
||||||
|
pre.src-D:before { content: 'D'; }
|
||||||
|
pre.src-ditaa:before { content: 'ditaa'; }
|
||||||
|
pre.src-dot:before { content: 'Graphviz'; }
|
||||||
|
pre.src-calc:before { content: 'Emacs Calc'; }
|
||||||
|
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||||
|
pre.src-fortran:before { content: 'Fortran'; }
|
||||||
|
pre.src-gnuplot:before { content: 'gnuplot'; }
|
||||||
|
pre.src-haskell:before { content: 'Haskell'; }
|
||||||
|
pre.src-hledger:before { content: 'hledger'; }
|
||||||
|
pre.src-java:before { content: 'Java'; }
|
||||||
|
pre.src-js:before { content: 'Javascript'; }
|
||||||
|
pre.src-latex:before { content: 'LaTeX'; }
|
||||||
|
pre.src-ledger:before { content: 'Ledger'; }
|
||||||
|
pre.src-lisp:before { content: 'Lisp'; }
|
||||||
|
pre.src-lilypond:before { content: 'Lilypond'; }
|
||||||
|
pre.src-lua:before { content: 'Lua'; }
|
||||||
|
pre.src-matlab:before { content: 'MATLAB'; }
|
||||||
|
pre.src-mscgen:before { content: 'Mscgen'; }
|
||||||
|
pre.src-ocaml:before { content: 'Objective Caml'; }
|
||||||
|
pre.src-octave:before { content: 'Octave'; }
|
||||||
|
pre.src-org:before { content: 'Org mode'; }
|
||||||
|
pre.src-oz:before { content: 'OZ'; }
|
||||||
|
pre.src-plantuml:before { content: 'Plantuml'; }
|
||||||
|
pre.src-processing:before { content: 'Processing.js'; }
|
||||||
|
pre.src-python:before { content: 'Python'; }
|
||||||
|
pre.src-R:before { content: 'R'; }
|
||||||
|
pre.src-ruby:before { content: 'Ruby'; }
|
||||||
|
pre.src-sass:before { content: 'Sass'; }
|
||||||
|
pre.src-scheme:before { content: 'Scheme'; }
|
||||||
|
pre.src-screen:before { content: 'Gnu Screen'; }
|
||||||
|
pre.src-sed:before { content: 'Sed'; }
|
||||||
|
pre.src-sh:before { content: 'shell'; }
|
||||||
|
pre.src-sql:before { content: 'SQL'; }
|
||||||
|
pre.src-sqlite:before { content: 'SQLite'; }
|
||||||
|
/* additional languages in org.el's org-babel-load-languages alist */
|
||||||
|
pre.src-forth:before { content: 'Forth'; }
|
||||||
|
pre.src-io:before { content: 'IO'; }
|
||||||
|
pre.src-J:before { content: 'J'; }
|
||||||
|
pre.src-makefile:before { content: 'Makefile'; }
|
||||||
|
pre.src-maxima:before { content: 'Maxima'; }
|
||||||
|
pre.src-perl:before { content: 'Perl'; }
|
||||||
|
pre.src-picolisp:before { content: 'Pico Lisp'; }
|
||||||
|
pre.src-scala:before { content: 'Scala'; }
|
||||||
|
pre.src-shell:before { content: 'Shell Script'; }
|
||||||
|
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
|
||||||
|
/* additional language identifiers per "defun org-babel-execute"
|
||||||
|
in ob-*.el */
|
||||||
|
pre.src-cpp:before { content: 'C++'; }
|
||||||
|
pre.src-abc:before { content: 'ABC'; }
|
||||||
|
pre.src-coq:before { content: 'Coq'; }
|
||||||
|
pre.src-groovy:before { content: 'Groovy'; }
|
||||||
|
/* additional language identifiers from org-babel-shell-names in
|
||||||
|
ob-shell.el: ob-shell is the only babel language using a lambda to put
|
||||||
|
the execution function name together. */
|
||||||
|
pre.src-bash:before { content: 'bash'; }
|
||||||
|
pre.src-csh:before { content: 'csh'; }
|
||||||
|
pre.src-ash:before { content: 'ash'; }
|
||||||
|
pre.src-dash:before { content: 'dash'; }
|
||||||
|
pre.src-ksh:before { content: 'ksh'; }
|
||||||
|
pre.src-mksh:before { content: 'mksh'; }
|
||||||
|
pre.src-posh:before { content: 'posh'; }
|
||||||
|
/* Additional Emacs modes also supported by the LaTeX listings package */
|
||||||
|
pre.src-ada:before { content: 'Ada'; }
|
||||||
|
pre.src-asm:before { content: 'Assembler'; }
|
||||||
|
pre.src-caml:before { content: 'Caml'; }
|
||||||
|
pre.src-delphi:before { content: 'Delphi'; }
|
||||||
|
pre.src-html:before { content: 'HTML'; }
|
||||||
|
pre.src-idl:before { content: 'IDL'; }
|
||||||
|
pre.src-mercury:before { content: 'Mercury'; }
|
||||||
|
pre.src-metapost:before { content: 'MetaPost'; }
|
||||||
|
pre.src-modula-2:before { content: 'Modula-2'; }
|
||||||
|
pre.src-pascal:before { content: 'Pascal'; }
|
||||||
|
pre.src-ps:before { content: 'PostScript'; }
|
||||||
|
pre.src-prolog:before { content: 'Prolog'; }
|
||||||
|
pre.src-simula:before { content: 'Simula'; }
|
||||||
|
pre.src-tcl:before { content: 'tcl'; }
|
||||||
|
pre.src-tex:before { content: 'TeX'; }
|
||||||
|
pre.src-plain-tex:before { content: 'Plain TeX'; }
|
||||||
|
pre.src-verilog:before { content: 'Verilog'; }
|
||||||
|
pre.src-vhdl:before { content: 'VHDL'; }
|
||||||
|
pre.src-xml:before { content: 'XML'; }
|
||||||
|
pre.src-nxml:before { content: 'XML'; }
|
||||||
|
/* add a generic configuration mode; LaTeX export needs an additional
|
||||||
|
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
|
||||||
|
pre.src-conf:before { content: 'Configuration File'; }
|
||||||
|
|
||||||
|
table { border-collapse:collapse; }
|
||||||
|
caption.t-above { caption-side: top; }
|
||||||
|
caption.t-bottom { caption-side: bottom; }
|
||||||
|
td, th { vertical-align:top; }
|
||||||
|
th.org-right { text-align: center; }
|
||||||
|
th.org-left { text-align: center; }
|
||||||
|
th.org-center { text-align: center; }
|
||||||
|
td.org-right { text-align: right; }
|
||||||
|
td.org-left { text-align: left; }
|
||||||
|
td.org-center { text-align: center; }
|
||||||
|
dt { font-weight: bold; }
|
||||||
|
.footpara { display: inline; }
|
||||||
|
.footdef { margin-bottom: 1em; }
|
||||||
|
.figure { padding: 1em; }
|
||||||
|
.figure p { text-align: center; }
|
||||||
|
.equation-container {
|
||||||
|
display: table;
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.equation {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.equation-label {
|
||||||
|
display: table-cell;
|
||||||
|
text-align: right;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.inlinetask {
|
||||||
|
padding: 10px;
|
||||||
|
border: 2px solid gray;
|
||||||
|
margin: 10px;
|
||||||
|
background: #ffffcc;
|
||||||
|
}
|
||||||
|
#org-div-home-and-up
|
||||||
|
{ text-align: right; font-size: 70%; white-space: nowrap; }
|
||||||
|
textarea { overflow-x: auto; }
|
||||||
|
.linenr { font-size: smaller }
|
||||||
|
.code-highlighted { background-color: #ffff00; }
|
||||||
|
.org-info-js_info-navigation { border-style: none; }
|
||||||
|
#org-info-js_console-label
|
||||||
|
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
|
||||||
|
.org-info-js_search-highlight
|
||||||
|
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||||
|
.org-svg { width: 90%; }
|
||||||
|
</style>
|
||||||
|
<link rel='stylesheet' type='text/css' href='./../css/org-css.css' />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="content" class="content">
|
||||||
|
<h1 class="title">Internet Collections</h1>
|
||||||
|
|
||||||
|
<div id="outline-container-org58a9dbf" class="outline-2">
|
||||||
|
<h2 id="org58a9dbf"><span class="section-number-2">1.</span> 一些(个人)博客收集</h2>
|
||||||
|
<div class="outline-text-2" id="text-1">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgb1ee61f" class="outline-3">
|
||||||
|
<h3 id="orgb1ee61f"><span class="section-number-3">1.1.</span> <a href="http://www.qiusir.com/">qiusir</a>   <span class="tag"><span class="rssub">rssub</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgc6fc0cf" class="outline-3">
|
||||||
|
<h3 id="orgc6fc0cf"><span class="section-number-3">1.2.</span> <a href="http://www.yinwang.org/">王垠</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org040811d" class="outline-3">
|
||||||
|
<h3 id="org040811d"><span class="section-number-3">1.3.</span> <a href="http://ruanyifeng.com/blog/">阮一峰</a>   <span class="tag"><span class="rssub">rssub</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org567707c" class="outline-3">
|
||||||
|
<h3 id="org567707c"><span class="section-number-3">1.4.</span> <a href="http://www.hackdig.com/">黑客技术</a>   <span class="tag"><span class="hacker">hacker</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-4">
|
||||||
|
<p>
|
||||||
|
really good website, butt, no rss<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org3fc16cc" class="outline-3">
|
||||||
|
<h3 id="org3fc16cc"><span class="section-number-3">1.5.</span> <a href="https://shakaianee.top/">易姐</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org71746d9" class="outline-3">
|
||||||
|
<h3 id="org71746d9"><span class="section-number-3">1.6.</span> <a href="https://blog.stdio.io/1385">King's way</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org6967eec" class="outline-3">
|
||||||
|
<h3 id="org6967eec"><span class="section-number-3">1.7.</span> <a href="https://floooh.github.io/2021/12/17/cycle-stepped-z80.html">floooh</a>   <span class="tag"><span class="c">c</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-7">
|
||||||
|
<p>
|
||||||
|
07 年开始, cpu emulator<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org169e6ab" class="outline-3">
|
||||||
|
<h3 id="org169e6ab"><span class="section-number-3">1.8.</span> <a href="https://xiaosong.fun/">小耸</a>   <span class="tag"><span class="rust">rust</span> <span class="c">c</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgd866174" class="outline-3">
|
||||||
|
<h3 id="orgd866174"><span class="section-number-3">1.9.</span> <a href="https://piaogewala.ga/">这可太刑了</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-9">
|
||||||
|
<p>
|
||||||
|
学习通事件相关<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org3784d80" class="outline-3">
|
||||||
|
<h3 id="org3784d80"><span class="section-number-3">1.10.</span> <a href="https://www.cnblogs.com/zhongwencool/">写着写着就懂了</a>   <span class="tag"><span class="elixir">elixir</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-10">
|
||||||
|
<p>
|
||||||
|
elixir/erlang大佬, 公众号: HelloElixir<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgbe642e2" class="outline-3">
|
||||||
|
<h3 id="orgbe642e2"><span class="section-number-3">1.11.</span> <a href="http://blog.lujun9972.win/emacs-document/">lujun9972</a>   <span class="tag"><span class="emacs">emacs</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-11">
|
||||||
|
<p>
|
||||||
|
超多emacs<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org68cff53" class="outline-3">
|
||||||
|
<h3 id="org68cff53"><span class="section-number-3">1.12.</span> <a href="https://www.wenhui.space/">文辉的烂笔头</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-12">
|
||||||
|
<p>
|
||||||
|
第一次查过的问题,就应该记下来 !<br />
|
||||||
|
第二次再查的问题,就必须记下来 !<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org6cefc6c" class="outline-3">
|
||||||
|
<h3 id="org6cefc6c"><span class="section-number-3">1.13.</span> <a href="http://scinart.is-programmer.com/">scinart</a>   <span class="tag"><span class="lisp">lisp</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-13">
|
||||||
|
<p>
|
||||||
|
13年最后更新<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org4d85366" class="outline-3">
|
||||||
|
<h3 id="org4d85366"><span class="section-number-3">1.14.</span> <a href="https://lug.ustc.edu.cn/">中国科学技术大学 Linux 用户协会</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgc723845" class="outline-3">
|
||||||
|
<h3 id="orgc723845"><span class="section-number-3">1.15.</span> <a href="http://bzhang.lamost.org/website/">bozhang</a>   <span class="tag"><span class="rssable">rssable</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-15">
|
||||||
|
<p>
|
||||||
|
05 年开始, 天文学<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org8baf03e" class="outline-3">
|
||||||
|
<h3 id="org8baf03e"><span class="section-number-3">1.16.</span> <a href="https://www.luogu.com.cn/blog/ivystorm/emacs-adventuredunnet-tong-guan-jiao-cheng">emacs dunnet 教程</a>   <span class="tag"><span class="emacs">emacs</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-16">
|
||||||
|
<p>
|
||||||
|
luogu<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgfe37c70" class="outline-3">
|
||||||
|
<h3 id="orgfe37c70"><span class="section-number-3">1.17.</span> <a href="https://iceguye.com/blog">IceGuye</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgda26e13" class="outline-3">
|
||||||
|
<h3 id="orgda26e13"><span class="section-number-3">1.18.</span> <a href="http://jujuba.me/">Ground Oddity</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-18">
|
||||||
|
<p>
|
||||||
|
出国<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgea35238" class="outline-3">
|
||||||
|
<h3 id="orgea35238"><span class="section-number-3">1.19.</span> <a href="https://cireu.github.io/">NIL</a>   <span class="tag"><span class="emacs">emacs</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-19">
|
||||||
|
<p>
|
||||||
|
elisp<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgc5afe5e" class="outline-3">
|
||||||
|
<h3 id="orgc5afe5e"><span class="section-number-3">1.20.</span> <a href="https://www.cnblogs.com/zjjws/p/13346020.html">第 N 个质数</a>   <span class="tag"><span class="c">c</span> <span class="algorithm">algorithm</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-20">
|
||||||
|
<p>
|
||||||
|
看不懂, 先收藏着<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org7692f88" class="outline-3">
|
||||||
|
<h3 id="org7692f88"><span class="section-number-3">1.21.</span> <a href="https://www.coder.rs/">Zhangy233</a>   <span class="tag"><span class="rust">rust</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgc335d4a" class="outline-3">
|
||||||
|
<h3 id="orgc335d4a"><span class="section-number-3">1.22.</span> <a href="https://blog.bluemangoo.net/">芒果快评</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-22">
|
||||||
|
<p>
|
||||||
|
今年的新博客, 友链有踏浪<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org5c8e2a5" class="outline-3">
|
||||||
|
<h3 id="org5c8e2a5"><span class="section-number-3">1.23.</span> <a href="https://mrxn.net/">mrxn</a>   <span class="tag"><span class="hacker">hacker</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-23">
|
||||||
|
<p>
|
||||||
|
网安<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org84c465e" class="outline-3">
|
||||||
|
<h3 id="org84c465e"><span class="section-number-3">1.24.</span> <a href="https://devbins.github.io/page">devbins</a>   <span class="tag"><span class="rust">rust</span> <span class="c">c</span> <span class="emacs">emacs</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org2084449" class="outline-3">
|
||||||
|
<h3 id="org2084449"><span class="section-number-3">1.25.</span> <a href="http://incf19.com/yynotes/">include-yy</a>   <span class="tag"><span class="c">c</span> <span class="lisp">lisp</span> <span class="emacs">emacs</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-25">
|
||||||
|
<p>
|
||||||
|
许多东方的图<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org39c35a2" class="outline-3">
|
||||||
|
<h3 id="org39c35a2"><span class="section-number-3">1.26.</span> <a href="https://stardiviner.github.io/">stardiviner</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-26">
|
||||||
|
<p>
|
||||||
|
Coder & 文学<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org32083ce" class="outline-3">
|
||||||
|
<h3 id="org32083ce"><span class="section-number-3">1.27.</span> <a href="https://nihil.cc/posts/rust_closure_and_y/">Rust 闭包递归与 Y 组合子</a>   <span class="tag"><span class="rust">rust</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org7952415" class="outline-3">
|
||||||
|
<h3 id="org7952415"><span class="section-number-3">1.28.</span> <a href="https://blog.d46.us/advanced-emacs-startup/">advanced emacs startup</a>   <span class="tag"><span class="emacs">emacs</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgc66a361" class="outline-3">
|
||||||
|
<h3 id="orgc66a361"><span class="section-number-3">1.29.</span> <a href="https://stevenbai.top/">steven</a>   <span class="tag"><span class="rust">rust</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-29">
|
||||||
|
<p>
|
||||||
|
BlockChain<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orge62b1fa" class="outline-3">
|
||||||
|
<h3 id="orge62b1fa"><span class="section-number-3">1.30.</span> <a href="https://zhuanlan.zhihu.com/p/138719668">用Go语言汇编计算fibonacci数列</a>   <span class="tag"><span class="lowlevel">lowlevel</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org0a1056f" class="outline-3">
|
||||||
|
<h3 id="org0a1056f"><span class="section-number-3">1.31.</span> <a href="https://sh.alynx.one/">Alynx Zhou</a>   <span class="tag"><span class="linux">linux</span> <span class="rssable">rssable</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org54b2d47" class="outline-3">
|
||||||
|
<h3 id="org54b2d47"><span class="section-number-3">1.32.</span> <a href="https://www.clloz.com/">Clloz</a>   <span class="tag"><span class="frontend">frontend</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-32">
|
||||||
|
<p>
|
||||||
|
界面特别好看<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org56645b9" class="outline-3">
|
||||||
|
<h3 id="org56645b9"><span class="section-number-3">1.33.</span> <a href="https://coredumped.dev/">Core Dumped</a>   <span class="tag"><span class="rust">rust</span> <span class="lowlevel">lowlevel</span> <span class="emacs">emacs</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-33">
|
||||||
|
<p>
|
||||||
|
VM<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgbab14f0" class="outline-3">
|
||||||
|
<h3 id="orgbab14f0"><span class="section-number-3">1.34.</span> <a href="https://www.zhihu.com/column/c_1313110231912726528">倔强的程序员</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-34">
|
||||||
|
<p>
|
||||||
|
编! 译! 原! 理!<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgbb3b9ed" class="outline-3">
|
||||||
|
<h3 id="orgbb3b9ed"><span class="section-number-3">1.35.</span> <a href="https://siciarz.net">24 days of rust</a>   <span class="tag"><span class="rust">rust</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-35">
|
||||||
|
<p>
|
||||||
|
old<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org04bf077" class="outline-3">
|
||||||
|
<h3 id="org04bf077"><span class="section-number-3">1.36.</span> <a href="https://liujiacai.net/">keep coding</a>   <span class="tag"><span class="rust">rust</span> <span class="c">c</span> <span class="lowlevel">lowlevel</span> <span class="backend">backend</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgf33a340" class="outline-3">
|
||||||
|
<h3 id="orgf33a340"><span class="section-number-3">1.37.</span> <a href="https://winsphinx.github.io/">Cogito, ergo sum</a>   <span class="tag"><span class="rssable">rssable</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-37">
|
||||||
|
<p>
|
||||||
|
文学<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org49dd3c2" class="outline-3">
|
||||||
|
<h3 id="org49dd3c2"><span class="section-number-3">1.38.</span> <a href="http://tomasp.net/">Tomas Petricek</a>   <span class="tag"><span class="rssub">rssub</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-38">
|
||||||
|
<p>
|
||||||
|
very high quality<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org6cd4240" class="outline-4">
|
||||||
|
<h4 id="org6cd4240"><span class="section-number-4">1.38.1.</span> <a href="http://tomasp.net/commodore64">commodore64 BASIC</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org5ecf54e" class="outline-4">
|
||||||
|
<h4 id="org5ecf54e"><span class="section-number-4">1.38.2.</span> <a href="http://tomasp.net/blog/csharp-async-gotchas.aspx">async in C#(gotchas) and F#</a></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org14613e6" class="outline-3">
|
||||||
|
<h3 id="org14613e6"><span class="section-number-3">1.39.</span> <a href="http://www.xianwaizhiyin.net/">弦外之音</a>   <span class="tag"><span class="c">c</span> <span class="lowlevel">lowlevel</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgf3ff53f" class="outline-3">
|
||||||
|
<h3 id="orgf3ff53f"><span class="section-number-3">1.40.</span> <a href="https://creamidea.github.io/">C-tone</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-40">
|
||||||
|
<p>
|
||||||
|
pretty and concise page<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org61cd0c4" class="outline-3">
|
||||||
|
<h3 id="org61cd0c4"><span class="section-number-3">1.41.</span> <a href="https://lightless.me/">lightless blog</a>   <span class="tag"><span class="hacker">hacker</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org6d06701" class="outline-3">
|
||||||
|
<h3 id="org6d06701"><span class="section-number-3">1.42.</span> <a href="https://bheisler.github.io/post/state-of-gpgpu-in-rust/">The State of GPGPU in Rust</a>   <span class="tag"><span class="rust">rust</span> <span class="lowlevel">lowlevel</span></span></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org3a590f0" class="outline-3">
|
||||||
|
<h3 id="org3a590f0"><span class="section-number-3">1.43.</span> <a href="https://liyafu.com">Light & Truth</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-43">
|
||||||
|
<p>
|
||||||
|
from ruanyifeng<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgbf010ac" class="outline-3">
|
||||||
|
<h3 id="orgbf010ac"><span class="section-number-3">1.44.</span> <a href="https://www.zhihu.com/column/c_185117725">知乎专栏: 技术考古</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-44">
|
||||||
|
<p>
|
||||||
|
plan9<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org7abea2b" class="outline-3">
|
||||||
|
<h3 id="org7abea2b"><span class="section-number-3">1.45.</span> <a href="https://ghinda.net/">ghinda</a>   <span class="tag"><span class="frontend">frontend</span></span></h3>
|
||||||
|
<div class="outline-text-3" id="text-1-45">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org7853727" class="outline-4">
|
||||||
|
<h4 id="org7853727"><span class="section-number-4">1.45.1.</span> <a href="https://ghinda.net/oxygenos/">oxygenos</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-1-45-1">
|
||||||
|
<p>
|
||||||
|
his final year project in high school, 2008<br />
|
||||||
|
a webos using oxygen visual design<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org57def74" class="outline-3">
|
||||||
|
<h3 id="org57def74"><span class="section-number-3">1.46.</span> B</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-46">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org36ac277" class="outline-4">
|
||||||
|
<h4 id="org36ac277"><span class="section-number-4">1.46.1.</span> <a href="https://blog.yangmame.org/">yanemame</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-1-46-1">
|
||||||
|
<p>
|
||||||
|
猴哥推荐的<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org1aa4452" class="outline-4">
|
||||||
|
<h4 id="org1aa4452"><span class="section-number-4">1.46.2.</span> <a href="https://evanmeek.github.io/">我不会编程</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-1-46-2">
|
||||||
|
<p>
|
||||||
|
B站: 美味的樱桃菌<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org4569b9b" class="outline-4">
|
||||||
|
<h4 id="org4569b9b"><span class="section-number-4">1.46.3.</span> <a href="https://yaocc.cc/">CC</a>   <span class="tag"><span class="linux">linux</span></span></h4>
|
||||||
|
<div class="outline-text-4" id="text-1-46-3">
|
||||||
|
<p>
|
||||||
|
B站: 称呼我C先生<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org2c89879" class="outline-4">
|
||||||
|
<h4 id="org2c89879"><span class="section-number-4">1.46.4.</span> <a href="https://www.lunaixsky.com/">lunaixsky</a>   <span class="tag"><span class="c">c</span> <span class="lowlevel">lowlevel</span></span></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgf23715f" class="outline-3">
|
||||||
|
<h3 id="orgf23715f"><span class="section-number-3">1.47.</span> shenjack/HWS</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-47">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org95c8323" class="outline-4">
|
||||||
|
<h4 id="org95c8323"><span class="section-number-4">1.47.1.</span> <a href="http://www.z.org.cn/">老网虫</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org9d65178" class="outline-4">
|
||||||
|
<h4 id="org9d65178"><span class="section-number-4">1.47.2.</span> <a href="https://blog.yang-qwq.ml">yang-qwq</a></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org692c323" class="outline-2">
|
||||||
|
<h2 id="org692c323"><span class="section-number-2">2.</span> YouTube 收集(没有账号, 这就是我的收藏夹)</h2>
|
||||||
|
<div class="outline-text-2" id="text-2">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orge1e7ad1" class="outline-3">
|
||||||
|
<h3 id="orge1e7ad1"><span class="section-number-3">2.1.</span> Computer Science</h3>
|
||||||
|
<div class="outline-text-3" id="text-2-1">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgbc98ddd" class="outline-4">
|
||||||
|
<h4 id="orgbc98ddd"><span class="section-number-4">2.1.1.</span> <a href="https://youtu.be/gG00NgcdNEk">代码视频片头</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-2-1-1">
|
||||||
|
<p>
|
||||||
|
java bad, python slow, nvidia fuck you, vi-sual studio, C艹 sucks<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org5778608" class="outline-4">
|
||||||
|
<h4 id="org5778608"><span class="section-number-4">2.1.2.</span> <a href="https://youtu.be/0rJ94rbdteE">Rust 让你感觉像个天才</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orga7c6625" class="outline-4">
|
||||||
|
<h4 id="orga7c6625"><span class="section-number-4">2.1.3.</span> <a href="https://youtu.be/nfF91Z6fqGk">CMD 登录B站</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org83cdfac" class="outline-4">
|
||||||
|
<h4 id="org83cdfac"><span class="section-number-4">2.1.4.</span> <a href="https://youtu.be/l0AmlU-4IRM">Rust aes加密</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-2-1-4">
|
||||||
|
<p>
|
||||||
|
legacy<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org12daaee" class="outline-4">
|
||||||
|
<h4 id="org12daaee"><span class="section-number-4">2.1.5.</span> <a href="https://youtu.be/hmMtQe_mYr0">tsoding helloworld in c</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgc3f7f2d" class="outline-4">
|
||||||
|
<h4 id="orgc3f7f2d"><span class="section-number-4">2.1.6.</span> <a href="https://www.youtube.com/playlist?list=RDCMUChl_NKOs1qqh_x7yJfaDpDw">Tantan 合集</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-2-1-6">
|
||||||
|
<p>
|
||||||
|
Rust Graphics<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org77306eb" class="outline-4">
|
||||||
|
<h4 id="org77306eb"><span class="section-number-4">2.1.7.</span> <a href="https://www.youtube.com/playlist?list=PLSiFUSQSRYAOFwfP-aMzXJlWKVyIuWfPU">stack-based virtual machine(6 episode)</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-2-1-7">
|
||||||
|
<p>
|
||||||
|
and <a href="https://youtu.be/cfPDeso3XwI">register-based(13 episode)</a><br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org5d4a73e" class="outline-4">
|
||||||
|
<h4 id="org5d4a73e"><span class="section-number-4">2.1.8.</span> <a href="https://youtu.be/_uAMo-bXI5g">register virtual machine in rust, with memory visualization</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgc46c12f" class="outline-4">
|
||||||
|
<h4 id="orgc46c12f"><span class="section-number-4">2.1.9.</span> <a href="https://www.youtube.com/playlist?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM">tsoding virtual machine in C</a> , <a href="https://dongdigua.github.io/tsoding_bm">some notes</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgca285fb" class="outline-4">
|
||||||
|
<h4 id="orgca285fb"><span class="section-number-4">2.1.10.</span> <a href="https://youtu.be/Fq9chEBQMFE">what if I try to malloc too much memory</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org38dd27a" class="outline-4">
|
||||||
|
<h4 id="org38dd27a"><span class="section-number-4">2.1.11.</span> <a href="https://youtu.be/zJ-8DZhzBEE">what your favourite pl says about you</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgdcc6859" class="outline-4">
|
||||||
|
<h4 id="orgdcc6859"><span class="section-number-4">2.1.12.</span> <a href="https://youtu.be/R00JE6QRbno">tsoding aoc 2020 day 12 in perl</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-2-1-12">
|
||||||
|
<p>
|
||||||
|
0:20:50 pythonbulubulu~<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org28fa631" class="outline-4">
|
||||||
|
<h4 id="org28fa631"><span class="section-number-4">2.1.13.</span> <a href="https://youtu.be/ziXgdkTfmPU">tsoding irc client in ocaml</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-2-1-13">
|
||||||
|
<p>
|
||||||
|
0:50 List.fold_left faster than fold_right, but haskell is opposite<br />
|
||||||
|
1:00 I like ocaml, that's how python should look like,<br />
|
||||||
|
but ocaml itself is not ideal, you have to take ocaml and throw O away, and that's perfect<br />
|
||||||
|
1:03 to be fair p___hub is more interesting than this, that's for sure, so let's use Makefile (instead of dune)<br />
|
||||||
|
1:50 sexplib?<br />
|
||||||
|
2:00 build own irc lib<br />
|
||||||
|
2:14 "how many american server you have already hacked" - "I don't count them I'm sorry"<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgc7b609d" class="outline-4">
|
||||||
|
<h4 id="orgc7b609d"><span class="section-number-4">2.1.14.</span> <a href="https://youtube.be/TLa2VqcGGEQ">CVE-2021-3156 sudo</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org5fea629" class="outline-4">
|
||||||
|
<h4 id="org5fea629"><span class="section-number-4">2.1.15.</span> <a href="https://youtu.be/x_R1DeZxGc0">Discover Vulnerabilities in Intel CPUs!</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org1b6580c" class="outline-4">
|
||||||
|
<h4 id="org1b6580c"><span class="section-number-4">2.1.16.</span> <a href="https://www.youtube.com/playlist?list=PL5--8gKSku15NSeLgrZX9hSEnqPTWoSJ0">DT: Privacy & Security</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org9fe7273" class="outline-4">
|
||||||
|
<h4 id="org9fe7273"><span class="section-number-4">2.1.17.</span> <a href="https://youtu.be/Utse8P_L8k0">ArcaOS: Modern OS/2 </a></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org48c65f8" class="outline-3">
|
||||||
|
<h3 id="org48c65f8"><span class="section-number-3">2.2.</span> Math</h3>
|
||||||
|
<div class="outline-text-3" id="text-2-2">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org57f5559" class="outline-4">
|
||||||
|
<h4 id="org57f5559"><span class="section-number-4">2.2.1.</span> <a href="https://youtu.be/KufsL2VgELo">Group Theory</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org42708dd" class="outline-4">
|
||||||
|
<h4 id="org42708dd"><span class="section-number-4">2.2.2.</span> <a href="https://youtu.be/3gyHKCDq1YA">p-adic Numbers: 2 ^ 10n</a></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-orgbaee82b" class="outline-3">
|
||||||
|
<h3 id="orgbaee82b"><span class="section-number-3">2.3.</span> Minecraft</h3>
|
||||||
|
<div class="outline-text-3" id="text-2-3">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org0f1f530" class="outline-4">
|
||||||
|
<h4 id="org0f1f530"><span class="section-number-4">2.3.1.</span> <a href="https://youtu.be/VKydXD6Lr20">Mojang & Minecraft 开始衰落了吗?</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orge9efcd5" class="outline-4">
|
||||||
|
<h4 id="orge9efcd5"><span class="section-number-4">2.3.2.</span> <a href="https://youtu.be/Y9DIIh0s9cg">SciCraft Update Plans</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org514839a" class="outline-4">
|
||||||
|
<h4 id="org514839a"><span class="section-number-4">2.3.3.</span> <a href="https://youtu.be/m5S0gLgg2rs">Tantan: MC + Fez</a></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org07599ff" class="outline-3">
|
||||||
|
<h3 id="org07599ff"><span class="section-number-3">2.4.</span> ?</h3>
|
||||||
|
<div class="outline-text-3" id="text-2-4">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org8458306" class="outline-4">
|
||||||
|
<h4 id="org8458306"><span class="section-number-4">2.4.1.</span> <a href="https://www.youtube.com/c/IceGuye">IceGuye aka 姑射冰尘</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-2-4-1">
|
||||||
|
<p>
|
||||||
|
<a href="https://odysee.com/@IceGuye">on odysee(lbry)</a><br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org4ceefcb" class="outline-4">
|
||||||
|
<h4 id="org4ceefcb"><span class="section-number-4">2.4.2.</span> <a href="https://www.youtube.com/playlist?list=PL5--8gKSku17duy2-GrOfQma5FwsKA9LC">DT: Odysee</a></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org5c839a7" class="outline-2">
|
||||||
|
<h2 id="org5c839a7"><span class="section-number-2">3.</span> r</h2>
|
||||||
|
<div class="outline-text-2" id="text-3">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org280a607" class="outline-3">
|
||||||
|
<h3 id="org280a607"><span class="section-number-3">3.1.</span> <a href="https://www.reddit.com/r/unixporn/">unixporn</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-3-1">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgf83d3b4" class="outline-4">
|
||||||
|
<h4 id="orgf83d3b4"><span class="section-number-4">3.1.1.</span> <a href="https://www.reddit.com/r/unixporn/comments/wkba0x/jwm_if_i_had_a_pda/">pocket pc</a></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org9ac8829" class="outline-4">
|
||||||
|
<h4 id="org9ac8829"><span class="section-number-4">3.1.2.</span> <a href="https://www.reddit.com/r/unixporn/comments/b83fex/win7_my_first_rice/">win7 :)</a></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org6c259c5" class="outline-3">
|
||||||
|
<h3 id="org6c259c5"><span class="section-number-3">3.2.</span> <a href="https://www.reddit.com/r/ProgrammerHumor">ProgrammerHumor</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-3-2">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgbb682a4" class="outline-4">
|
||||||
|
<h4 id="orgbb682a4"><span class="section-number-4">3.2.1.</span> <a href="https://www.reddit.com/r/ProgrammerHumor/comments/wpnvtg/microsoft_visual_rust_2018/">Microsoft Visual Rust</a></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org8941bd7" class="outline-2">
|
||||||
|
<h2 id="org8941bd7"><span class="section-number-2">4.</span> Other</h2>
|
||||||
|
<div class="outline-text-2" id="text-4">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgc8d5d5d" class="outline-3">
|
||||||
|
<h3 id="orgc8d5d5d"><span class="section-number-3">4.1.</span> <a href="https://moonboos.fandom.com/zh/wiki/%E6%98%8E%E6%9C%88%E5%BA%84%E4%B8%BB_Wiki">日月脏主 Wiki</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-4-1">
|
||||||
|
<p>
|
||||||
|
MC 技术区毒瘤!<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orge72c918" class="outline-3">
|
||||||
|
<h3 id="orge72c918"><span class="section-number-3">4.2.</span> <a href="https://en.wikipedia.org/wiki/Python_(missile)">Python-5</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-4-2">
|
||||||
|
<p>
|
||||||
|
from <a href="https://youtu.be/8QP2fDBIxjM">tsoding's first porth video</a>, (he is using debian, 37:00 copilot xd)<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org73a832f" class="outline-3">
|
||||||
|
<h3 id="org73a832f"><span class="section-number-3">4.3.</span> <a href="http://cat-v.org/">cat -v</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-4-3">
|
||||||
|
<p>
|
||||||
|
not only harmful stuff <3<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgeef7553" class="outline-3">
|
||||||
|
<h3 id="orgeef7553"><span class="section-number-3">4.4.</span> <a href="http://sdf.org/">http://sdf.org/</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-4-4">
|
||||||
|
<p>
|
||||||
|
SDF Public Access UNIX System .. Est. 1987<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org24794ae" class="outline-3">
|
||||||
|
<h3 id="org24794ae"><span class="section-number-3">4.5.</span> <a href="https://joinfediverse.wiki/">fediverse wiki</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-4-5">
|
||||||
|
<p>
|
||||||
|
The Fediverse is a giant Network of social media platforms<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org2904b5d" class="outline-3">
|
||||||
|
<h3 id="org2904b5d"><span class="section-number-3">4.6.</span> <a href="https://emacs.sexy/">emacs is sexy!</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgbe70036" class="outline-3">
|
||||||
|
<h3 id="orgbe70036"><span class="section-number-3">4.7.</span> <a href="https://blog.stenmans.org/theBeamBook/">the beam book</a> and <a href="https://learnyousomeerlang.com/content">learn you some erlang</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgdc2ffe6" class="outline-3">
|
||||||
|
<h3 id="orgdc2ffe6"><span class="section-number-3">4.8.</span> <a href="https://inadequacy.org/public/stories/2001.12.2.42056.2147.html">Adequacy: Is Your Son a Computer Hacker?</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-4-8">
|
||||||
|
<blockquote>
|
||||||
|
<p>
|
||||||
|
BSD, Lunix, Debian and Mandrake are all versions of an illegal hacker operation system,<br />
|
||||||
|
invented by a Soviet computer hacker named Linyos Torovoltos.<br />
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="postamble" class="status">
|
||||||
|
<p class="author">Author: dongdigua</p>
|
||||||
|
<p class="date">Created: 2022-08-17 三 20:00</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
363
org_html/wayland.html
Normal file
363
org_html/wayland.html
Normal file
@ -0,0 +1,363 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 2022-08-18 四 13:32 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<title>Something About Wayland(swaywm)</title>
|
||||||
|
<meta name="author" content="dongdigua" />
|
||||||
|
<meta name="generator" content="Org Mode" />
|
||||||
|
<style>
|
||||||
|
#content { max-width: 60em; margin: auto; }
|
||||||
|
.title { text-align: center;
|
||||||
|
margin-bottom: .2em; }
|
||||||
|
.subtitle { text-align: center;
|
||||||
|
font-size: medium;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top:0; }
|
||||||
|
.todo { font-family: monospace; color: red; }
|
||||||
|
.done { font-family: monospace; color: green; }
|
||||||
|
.priority { font-family: monospace; color: orange; }
|
||||||
|
.tag { background-color: #eee; font-family: monospace;
|
||||||
|
padding: 2px; font-size: 80%; font-weight: normal; }
|
||||||
|
.timestamp { color: #bebebe; }
|
||||||
|
.timestamp-kwd { color: #5f9ea0; }
|
||||||
|
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
|
||||||
|
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
|
||||||
|
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
|
||||||
|
.underline { text-decoration: underline; }
|
||||||
|
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
|
||||||
|
p.verse { margin-left: 3%; }
|
||||||
|
pre {
|
||||||
|
border: 1px solid #e6e6e6;
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: #f2f2f2;
|
||||||
|
padding: 8pt;
|
||||||
|
font-family: monospace;
|
||||||
|
overflow: auto;
|
||||||
|
margin: 1.2em;
|
||||||
|
}
|
||||||
|
pre.src {
|
||||||
|
position: relative;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre.src:before {
|
||||||
|
display: none;
|
||||||
|
position: absolute;
|
||||||
|
top: -8px;
|
||||||
|
right: 12px;
|
||||||
|
padding: 3px;
|
||||||
|
color: #555;
|
||||||
|
background-color: #f2f2f299;
|
||||||
|
}
|
||||||
|
pre.src:hover:before { display: inline; margin-top: 14px;}
|
||||||
|
/* Languages per Org manual */
|
||||||
|
pre.src-asymptote:before { content: 'Asymptote'; }
|
||||||
|
pre.src-awk:before { content: 'Awk'; }
|
||||||
|
pre.src-authinfo::before { content: 'Authinfo'; }
|
||||||
|
pre.src-C:before { content: 'C'; }
|
||||||
|
/* pre.src-C++ doesn't work in CSS */
|
||||||
|
pre.src-clojure:before { content: 'Clojure'; }
|
||||||
|
pre.src-css:before { content: 'CSS'; }
|
||||||
|
pre.src-D:before { content: 'D'; }
|
||||||
|
pre.src-ditaa:before { content: 'ditaa'; }
|
||||||
|
pre.src-dot:before { content: 'Graphviz'; }
|
||||||
|
pre.src-calc:before { content: 'Emacs Calc'; }
|
||||||
|
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||||
|
pre.src-fortran:before { content: 'Fortran'; }
|
||||||
|
pre.src-gnuplot:before { content: 'gnuplot'; }
|
||||||
|
pre.src-haskell:before { content: 'Haskell'; }
|
||||||
|
pre.src-hledger:before { content: 'hledger'; }
|
||||||
|
pre.src-java:before { content: 'Java'; }
|
||||||
|
pre.src-js:before { content: 'Javascript'; }
|
||||||
|
pre.src-latex:before { content: 'LaTeX'; }
|
||||||
|
pre.src-ledger:before { content: 'Ledger'; }
|
||||||
|
pre.src-lisp:before { content: 'Lisp'; }
|
||||||
|
pre.src-lilypond:before { content: 'Lilypond'; }
|
||||||
|
pre.src-lua:before { content: 'Lua'; }
|
||||||
|
pre.src-matlab:before { content: 'MATLAB'; }
|
||||||
|
pre.src-mscgen:before { content: 'Mscgen'; }
|
||||||
|
pre.src-ocaml:before { content: 'Objective Caml'; }
|
||||||
|
pre.src-octave:before { content: 'Octave'; }
|
||||||
|
pre.src-org:before { content: 'Org mode'; }
|
||||||
|
pre.src-oz:before { content: 'OZ'; }
|
||||||
|
pre.src-plantuml:before { content: 'Plantuml'; }
|
||||||
|
pre.src-processing:before { content: 'Processing.js'; }
|
||||||
|
pre.src-python:before { content: 'Python'; }
|
||||||
|
pre.src-R:before { content: 'R'; }
|
||||||
|
pre.src-ruby:before { content: 'Ruby'; }
|
||||||
|
pre.src-sass:before { content: 'Sass'; }
|
||||||
|
pre.src-scheme:before { content: 'Scheme'; }
|
||||||
|
pre.src-screen:before { content: 'Gnu Screen'; }
|
||||||
|
pre.src-sed:before { content: 'Sed'; }
|
||||||
|
pre.src-sh:before { content: 'shell'; }
|
||||||
|
pre.src-sql:before { content: 'SQL'; }
|
||||||
|
pre.src-sqlite:before { content: 'SQLite'; }
|
||||||
|
/* additional languages in org.el's org-babel-load-languages alist */
|
||||||
|
pre.src-forth:before { content: 'Forth'; }
|
||||||
|
pre.src-io:before { content: 'IO'; }
|
||||||
|
pre.src-J:before { content: 'J'; }
|
||||||
|
pre.src-makefile:before { content: 'Makefile'; }
|
||||||
|
pre.src-maxima:before { content: 'Maxima'; }
|
||||||
|
pre.src-perl:before { content: 'Perl'; }
|
||||||
|
pre.src-picolisp:before { content: 'Pico Lisp'; }
|
||||||
|
pre.src-scala:before { content: 'Scala'; }
|
||||||
|
pre.src-shell:before { content: 'Shell Script'; }
|
||||||
|
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
|
||||||
|
/* additional language identifiers per "defun org-babel-execute"
|
||||||
|
in ob-*.el */
|
||||||
|
pre.src-cpp:before { content: 'C++'; }
|
||||||
|
pre.src-abc:before { content: 'ABC'; }
|
||||||
|
pre.src-coq:before { content: 'Coq'; }
|
||||||
|
pre.src-groovy:before { content: 'Groovy'; }
|
||||||
|
/* additional language identifiers from org-babel-shell-names in
|
||||||
|
ob-shell.el: ob-shell is the only babel language using a lambda to put
|
||||||
|
the execution function name together. */
|
||||||
|
pre.src-bash:before { content: 'bash'; }
|
||||||
|
pre.src-csh:before { content: 'csh'; }
|
||||||
|
pre.src-ash:before { content: 'ash'; }
|
||||||
|
pre.src-dash:before { content: 'dash'; }
|
||||||
|
pre.src-ksh:before { content: 'ksh'; }
|
||||||
|
pre.src-mksh:before { content: 'mksh'; }
|
||||||
|
pre.src-posh:before { content: 'posh'; }
|
||||||
|
/* Additional Emacs modes also supported by the LaTeX listings package */
|
||||||
|
pre.src-ada:before { content: 'Ada'; }
|
||||||
|
pre.src-asm:before { content: 'Assembler'; }
|
||||||
|
pre.src-caml:before { content: 'Caml'; }
|
||||||
|
pre.src-delphi:before { content: 'Delphi'; }
|
||||||
|
pre.src-html:before { content: 'HTML'; }
|
||||||
|
pre.src-idl:before { content: 'IDL'; }
|
||||||
|
pre.src-mercury:before { content: 'Mercury'; }
|
||||||
|
pre.src-metapost:before { content: 'MetaPost'; }
|
||||||
|
pre.src-modula-2:before { content: 'Modula-2'; }
|
||||||
|
pre.src-pascal:before { content: 'Pascal'; }
|
||||||
|
pre.src-ps:before { content: 'PostScript'; }
|
||||||
|
pre.src-prolog:before { content: 'Prolog'; }
|
||||||
|
pre.src-simula:before { content: 'Simula'; }
|
||||||
|
pre.src-tcl:before { content: 'tcl'; }
|
||||||
|
pre.src-tex:before { content: 'TeX'; }
|
||||||
|
pre.src-plain-tex:before { content: 'Plain TeX'; }
|
||||||
|
pre.src-verilog:before { content: 'Verilog'; }
|
||||||
|
pre.src-vhdl:before { content: 'VHDL'; }
|
||||||
|
pre.src-xml:before { content: 'XML'; }
|
||||||
|
pre.src-nxml:before { content: 'XML'; }
|
||||||
|
/* add a generic configuration mode; LaTeX export needs an additional
|
||||||
|
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
|
||||||
|
pre.src-conf:before { content: 'Configuration File'; }
|
||||||
|
|
||||||
|
table { border-collapse:collapse; }
|
||||||
|
caption.t-above { caption-side: top; }
|
||||||
|
caption.t-bottom { caption-side: bottom; }
|
||||||
|
td, th { vertical-align:top; }
|
||||||
|
th.org-right { text-align: center; }
|
||||||
|
th.org-left { text-align: center; }
|
||||||
|
th.org-center { text-align: center; }
|
||||||
|
td.org-right { text-align: right; }
|
||||||
|
td.org-left { text-align: left; }
|
||||||
|
td.org-center { text-align: center; }
|
||||||
|
dt { font-weight: bold; }
|
||||||
|
.footpara { display: inline; }
|
||||||
|
.footdef { margin-bottom: 1em; }
|
||||||
|
.figure { padding: 1em; }
|
||||||
|
.figure p { text-align: center; }
|
||||||
|
.equation-container {
|
||||||
|
display: table;
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.equation {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.equation-label {
|
||||||
|
display: table-cell;
|
||||||
|
text-align: right;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.inlinetask {
|
||||||
|
padding: 10px;
|
||||||
|
border: 2px solid gray;
|
||||||
|
margin: 10px;
|
||||||
|
background: #ffffcc;
|
||||||
|
}
|
||||||
|
#org-div-home-and-up
|
||||||
|
{ text-align: right; font-size: 70%; white-space: nowrap; }
|
||||||
|
textarea { overflow-x: auto; }
|
||||||
|
.linenr { font-size: smaller }
|
||||||
|
.code-highlighted { background-color: #ffff00; }
|
||||||
|
.org-info-js_info-navigation { border-style: none; }
|
||||||
|
#org-info-js_console-label
|
||||||
|
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
|
||||||
|
.org-info-js_search-highlight
|
||||||
|
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||||
|
.org-svg { width: 90%; }
|
||||||
|
</style>
|
||||||
|
<link rel='stylesheet' type='text/css' href='./../css/org-css.css' />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="content" class="content">
|
||||||
|
<h1 class="title">Something About Wayland(swaywm)</h1>
|
||||||
|
|
||||||
|
<div id="outline-container-org5ce7ee1" class="outline-2">
|
||||||
|
<h2 id="org5ce7ee1"><span class="section-number-2">1.</span> Solution</h2>
|
||||||
|
<div class="outline-text-2" id="text-1">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgd20b7a8" class="outline-3">
|
||||||
|
<h3 id="orgd20b7a8"><span class="section-number-3">1.1.</span> gnome-screenshot</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-1">
|
||||||
|
<p>
|
||||||
|
grim<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org7f494e3" class="outline-3">
|
||||||
|
<h3 id="org7f494e3"><span class="section-number-3">1.2.</span> iBus</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-2">
|
||||||
|
<p>
|
||||||
|
emacs pyim<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org6962f83" class="outline-3">
|
||||||
|
<h3 id="org6962f83"><span class="section-number-3">1.3.</span> Emacs transparent</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-3">
|
||||||
|
<p>
|
||||||
|
probably wayfire?<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org8727322" class="outline-3">
|
||||||
|
<h3 id="org8727322"><span class="section-number-3">1.4.</span> Authorization required, but no authorization protocol specified</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-4">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgca509d2" class="outline-4">
|
||||||
|
<h4 id="orgca509d2"><span class="section-number-4">1.4.1.</span> <code>sudo -E</code></h4>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org638f6e9" class="outline-4">
|
||||||
|
<h4 id="org638f6e9"><span class="section-number-4">1.4.2.</span> lxpolkit(directly execute) or polkit-gnome(prettier)</h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgfe34a77" class="outline-3">
|
||||||
|
<h3 id="orgfe34a77"><span class="section-number-3">1.5.</span> cannot start sway on lightdm</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-5">
|
||||||
|
<p>
|
||||||
|
in <code>/etc/lightdm/lightdm.conf</code> uncomment <code>sessions-directory</code> line<br />
|
||||||
|
but still not stable, and it can't remenber which DE you used last time<br />
|
||||||
|
<del>so use gdm is a better choice?</del><br />
|
||||||
|
SDDM is fantastic! <a href="https://youtu.be/2p7FINJSlAk">It is themeable</a>,<br />
|
||||||
|
I'm using <b><code>elarun</code></b>, a oxygen-like smooth crystal theme<br />
|
||||||
|
materia-kde is also a good choice<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org582ffa4" class="outline-3">
|
||||||
|
<h3 id="org582ffa4"><span class="section-number-3">1.6.</span> obs</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-6">
|
||||||
|
<p>
|
||||||
|
don't remove the <code>include</code> line!!!<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgdb78aea" class="outline-3">
|
||||||
|
<h3 id="orgdb78aea"><span class="section-number-3">1.7.</span> cursor theme not working</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-7">
|
||||||
|
<p>
|
||||||
|
<a href="https://github.com/swaywm/sway/issues/6931">from this issue</a><br />
|
||||||
|
add <code>seat seat0 xcursor_theme Oxygen_White</code> in sway comfig file<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org92dec60" class="outline-3">
|
||||||
|
<h3 id="org92dec60"><span class="section-number-3">1.8.</span> touchpad gesture like gnome</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-8">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org5a6fe7d" class="outline-4">
|
||||||
|
<h4 id="org5a6fe7d"><span class="section-number-4">1.8.1.</span> <a href="https://github.com/swaywm/sway/issues/1514">issue #1514: touchpad gestures to switch workspaces</a></h4>
|
||||||
|
<div class="outline-text-4" id="text-1-8-1">
|
||||||
|
</div>
|
||||||
|
<ol class="org-ol">
|
||||||
|
<li><a id="org284000f"></a><a href="https://github.com/bulletmark/libinput-gestures">the libinput-gestures library</a><br /></li>
|
||||||
|
<li><a id="orge34bbfc"></a><a href="https://github.com/swaywm/sway/pull/4952">pull #4952</a><br />
|
||||||
|
<ol class="org-ol">
|
||||||
|
<li><a id="org9abea96"></a><a href="https://github.com/swaywm/sway/pull/6778">pull #6778</a><br /></li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org5f91483" class="outline-4">
|
||||||
|
<h4 id="org5f91483"><span class="section-number-4">1.8.2.</span> r/swaywm</h4>
|
||||||
|
<div class="outline-text-4" id="text-1-8-2">
|
||||||
|
</div>
|
||||||
|
<ol class="org-ol">
|
||||||
|
<li><a id="orge7dbfd2"></a><a href="https://www.reddit.com/r/swaywm/comments/r85e9g/touchpad_gestures/">https://www.reddit.com/r/swaywm/comments/r85e9g/touchpad_gestures/</a><br /></li>
|
||||||
|
<li><a id="org9e9073d"></a><a href="https://www.reddit.com/r/swaywm/comments/px5vmw/how_are_you_configuring_touchpad_gestures/">https://www.reddit.com/r/swaywm/comments/px5vmw/how_are_you_configuring_touchpad_gestures/</a><br /></li>
|
||||||
|
<li><a id="org3da43b5"></a><a href="https://www.reddit.com/r/swaywm/comments/em0jnx/can_sway_handle_threefour_finger_touchpad_gestures/">https://www.reddit.com/r/swaywm/comments/em0jnx/can_sway_handle_threefour_finger_touchpad_gestures/</a><br /></li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgd989096" class="outline-3">
|
||||||
|
<h3 id="orgd989096"><span class="section-number-3">1.9.</span> notify-send don't work</h3>
|
||||||
|
<div class="outline-text-3" id="text-1-9">
|
||||||
|
<p>
|
||||||
|
mako, a notification daemon<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="outline-container-org653ff69" class="outline-2">
|
||||||
|
<h2 id="org653ff69"><span class="section-number-2">2.</span> Ref</h2>
|
||||||
|
<div class="outline-text-2" id="text-2">
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgf58a601" class="outline-3">
|
||||||
|
<h3 id="orgf58a601"><span class="section-number-3">2.1.</span> <a href="https://www.bilibili.com/video/BV1H94y1X762">The Ultimate Waybar Tutorial Video on BiliBili</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org353d761" class="outline-3">
|
||||||
|
<h3 id="org353d761"><span class="section-number-3">2.2.</span> <a href="https://coda.world/sway-explore-and-giveup">Sway: 从尝试到放弃</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgf7fae5d" class="outline-3">
|
||||||
|
<h3 id="orgf7fae5d"><span class="section-number-3">2.3.</span> <a href="https://shinta.ro/posts/migration-from-xorg-to-wayland/">从 Xorg 迁移到 Wayland</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org9869da3" class="outline-3">
|
||||||
|
<h3 id="org9869da3"><span class="section-number-3">2.4.</span> <a href="https://www.reddit.com/r/swaywm/comments/djkj5m/ibus_on_swaywm/">reddit: ibus on swaywm</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org0a51af7" class="outline-3">
|
||||||
|
<h3 id="org0a51af7"><span class="section-number-3">2.5.</span> <a href="https://www.reddit.com/r/swaywm/comments/jdoo8m/how_do_i_find_out_the_names_of_certain_keys/">prtsc is Print</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-2-5">
|
||||||
|
<p>
|
||||||
|
<code>xev</code> is helpful<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org46468a9" class="outline-3">
|
||||||
|
<h3 id="org46468a9"><span class="section-number-3">2.6.</span> <a href="https://github.com/ziap/dotfiles">https://github.com/ziap/dotfiles</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-2-6">
|
||||||
|
<p>
|
||||||
|
a great config<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgd220866" class="outline-3">
|
||||||
|
<h3 id="orgd220866"><span class="section-number-3">2.7.</span> <a href="https://www.reddit.com/r/unixporn/comments/v6fsui/sway_family_reunionr/">reddit: family reunion</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgb4713fd" class="outline-3">
|
||||||
|
<h3 id="orgb4713fd"><span class="section-number-3">2.8.</span> <a href="https://www.reddit.com/r/swaywm/comments/ehqsuw/autochanging_background_for_sway/">reddit: auto-changing sway background</a></h3>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-org2283f61" class="outline-3">
|
||||||
|
<h3 id="org2283f61"><span class="section-number-3">2.9.</span> <a href="https://github.com/Ruixi-rebirth/sway-dotfiles">Ruixi-rebirth's dotfiles</a></h3>
|
||||||
|
<div class="outline-text-3" id="text-2-9">
|
||||||
|
<p>
|
||||||
|
sway, very beautiful, from COSSIG<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="postamble" class="status">
|
||||||
|
<p class="author">Author: dongdigua</p>
|
||||||
|
<p class="date">Created: 2022-08-18 四 13:32</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2022-08-17 三 18:30 -->
|
<!-- 2022-08-18 四 13:32 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Something About MGLNDD Scans</title>
|
<title>Something About MGLNDD Scans</title>
|
||||||
@ -198,46 +198,63 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="content" class="content">
|
<div id="content" class="content">
|
||||||
<h1 class="title">Something About MGLNDD Scans</h1>
|
<h1 class="title">Something About MGLNDD Scans</h1>
|
||||||
<div id="table-of-contents" role="doc-toc">
|
|
||||||
<h2>Table of Contents</h2>
|
|
||||||
<div id="text-table-of-contents" role="doc-toc">
|
|
||||||
<ul>
|
|
||||||
<li><a href="#orgb2742ee">1. SANS internet storm center diary</a>
|
|
||||||
<ul>
|
|
||||||
<li><a href="#org89d1811">1.1. repost on cybersafenv</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href="#org67de211">2. my post on bilibili</a></li>
|
|
||||||
<li><a href="#org29f6904">3. my listener and some other logs</a></li>
|
|
||||||
<li><a href="#org9355afa">4. on ironcastle, but deleted</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="outline-container-orgb2742ee" class="outline-2">
|
<div id="outline-container-org6a283ed" class="outline-2">
|
||||||
<h2 id="orgb2742ee"><span class="section-number-2">1.</span> <a href="https://isc.sans.edu/diary/MGLNDD_%2A+Scans/28458">SANS internet storm center diary</a></h2>
|
<h2 id="org6a283ed"><span class="section-number-2">1.</span> <a href="https://stretchoid.com/">stretchoid opt-out</a></h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
about the scanner and IP range
|
this domain's workers are comstantly scanning the WHOLE internet<br />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgb2742ee" class="outline-2">
|
||||||
|
<h2 id="orgb2742ee"><span class="section-number-2">2.</span> <a href="https://isc.sans.edu/diary/MGLNDD_%2A+Scans/28458">SANS internet storm center diary</a></h2>
|
||||||
|
<div class="outline-text-2" id="text-2">
|
||||||
|
<p>
|
||||||
|
about the scanner and IP range<br />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org89d1811" class="outline-3">
|
<div id="outline-container-org89d1811" class="outline-3">
|
||||||
<h3 id="org89d1811"><span class="section-number-3">1.1.</span> <a href="https://cybersafenv.org/2022/03/20/mglndd-scans-sun-mar-20th/">repost on cybersafenv</a></h3>
|
<h3 id="org89d1811"><span class="section-number-3">2.1.</span> <a href="https://cybersafenv.org/2022/03/20/mglndd-scans-sun-mar-20th/">repost on cybersafenv</a></h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="outline-container-org9b6d623" class="outline-2">
|
||||||
|
<h2 id="org9b6d623"><span class="section-number-2">3.</span> <a href="http://www.hackdig.com/04/hack-81133.htm">知名网络空间普查与网络测绘组织研究报告 第一期-组织名录篇</a></h2>
|
||||||
|
</div>
|
||||||
<div id="outline-container-org67de211" class="outline-2">
|
<div id="outline-container-org67de211" class="outline-2">
|
||||||
<h2 id="org67de211"><span class="section-number-2">2.</span> <a href="https://www.bilibili.com/read/cv16357621">my post on bilibili</a></h2>
|
<h2 id="org67de211"><span class="section-number-2">4.</span> <a href="https://www.bilibili.com/read/cv16357621">my post on bilibili</a></h2>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org29f6904" class="outline-2">
|
<div id="outline-container-org29f6904" class="outline-2">
|
||||||
<h2 id="org29f6904"><span class="section-number-2">3.</span> <a href="https://github.com/dongdigua/portscan-listener/blob/main/log/some_strange_logs.md">my listener and some other logs</a></h2>
|
<h2 id="org29f6904"><span class="section-number-2">5.</span> <a href="https://github.com/dongdigua/portscan-listener/blob/main/log/some_strange_logs.md">my listener and some other logs</a></h2>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orgc68f70a" class="outline-2">
|
||||||
|
<h2 id="orgc68f70a"><span class="section-number-2">6.</span> <a href="https://zhuanlan.zhihu.com/p/67186794">zhihu:repost-translation: 如何建立一个基本的蜜罐</a></h2>
|
||||||
|
<div class="outline-text-2" id="text-6">
|
||||||
|
<p>
|
||||||
|
the original post is gone<br />
|
||||||
|
</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>
|
||||||
|
您还可以开始执行DNS和WHOIS查找,以找出每次扫描背后的人员。<br />
|
||||||
|
在这个简短的样本中,我找到了一个伪“研究员”:107.170.202.111解析为“zg-0301f-15.stretchoid.com”。根据他们的网站:<br />
|
||||||
|
…<br />
|
||||||
|
Stretchoid不能识别他们是谁。他们没有确定他们正在做什么或为什么他们在161 / udp扫描我的蜜罐。<br />
|
||||||
|
(端口161 / udp是为简单的网络管理协议(SNMP)保留的,并且经常容易受到攻击。)<br />
|
||||||
|
是的,他们把“malicious”拼错了 - 因此它可能不会出现在谷歌搜索“stretchoid and malicious”的结果中。<br />
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="outline-container-orga631b9c" class="outline-2">
|
||||||
|
<h2 id="orga631b9c"><span class="section-number-2">7.</span> <a href="https://www.digitalocean.com/community/questions/why-is-digital-ocean-showing-in-my-router-connecting-to-a-ps4">Why is Digital Ocean showing in my router, connecting to a PS4?</a></h2>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org9355afa" class="outline-2">
|
<div id="outline-container-org9355afa" class="outline-2">
|
||||||
<h2 id="org9355afa"><span class="section-number-2">4.</span> <a href="https://www.ironcastle.net/mglndd-scans-sun-mar-20th/">on ironcastle, but deleted</a></h2>
|
<h2 id="org9355afa"><span class="section-number-2">8.</span> <a href="https://www.ironcastle.net/mglndd-scans-sun-mar-20th/">on ironcastle, but deleted</a></h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: dongdigua</p>
|
<p class="author">Author: dongdigua</p>
|
||||||
<p class="date">Created: 2022-08-17 三 18:30</p>
|
<p class="date">Created: 2022-08-18 四 13:32</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user