mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-27 17:10:55 +08:00
changed ccs
This commit is contained in:
parent
e848e9a8cb
commit
8a52920530
1058
css/main.css
Normal file
1058
css/main.css
Normal file
File diff suppressed because it is too large
Load Diff
165
css/org-css.css
165
css/org-css.css
@ -1,165 +0,0 @@
|
||||
body {
|
||||
line-height:1.2;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family:Source Han Serif SC, "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
|
||||
font-size: medium;
|
||||
font-size:20px;
|
||||
}
|
||||
p{
|
||||
font-size:20px;
|
||||
}
|
||||
H1 {
|
||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, Helvetica, STKaiti, SimSun, serif;
|
||||
}
|
||||
|
||||
H2 {
|
||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, Helvetica, STKaiti, SimSun, serif;
|
||||
margin-bottom: 60px;
|
||||
margin-bottom: 40px;
|
||||
padding: 5px;
|
||||
border-bottom: 2px LightGrey solid;
|
||||
width: 90%;
|
||||
line-height: 150%;
|
||||
color: DarkGreen;
|
||||
}
|
||||
|
||||
|
||||
H3 {
|
||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, Helvetica, STKaiti, SimSun, serif;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 30px;
|
||||
border-bottom: 1px LightGrey solid;
|
||||
width: 80%;
|
||||
line-height: 150%;
|
||||
color: DarkBlue;
|
||||
}
|
||||
|
||||
|
||||
H4 {
|
||||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, Helvetica, STKaiti, SimSun, serif;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 30px;
|
||||
border-bottom: 1px LightGrey solid;
|
||||
width: 80%;
|
||||
line-height: 150%;
|
||||
color: DarkBlue;
|
||||
}
|
||||
|
||||
|
||||
li {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
blockquote {
|
||||
font-family: 'Source Sans Pro', Tahoma, Geneva, 'STKaiti', 'KaiTi', '楷体', 'SimKai', 'DFKai-SB', 'NSimSun', serif;
|
||||
border-left: 4px crimson solid;
|
||||
color:grey;
|
||||
padding-left: 5px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
|
||||
/*pre {
|
||||
font-family: Inconsolata, Consolas, "DEJA VU SANS MONO", "DROID SANS MONO", Proggy, monospace;
|
||||
font-size: 75%;
|
||||
border: solid 1px lightgrey;
|
||||
background-color: Ivory;
|
||||
padding: 5px;
|
||||
line-height: 130%;
|
||||
margin-left: 10px;
|
||||
width: 95%;
|
||||
}*/
|
||||
pre {
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 3px 3px 3px #eee;
|
||||
padding: 8pt;
|
||||
font-family: monospace;
|
||||
overflow: auto;
|
||||
margin: 1.2em;
|
||||
}
|
||||
|
||||
/*pre.src{
|
||||
white-space: pre-wrap;
|
||||
white-space: -moz-pre-wrap;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}*/
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: Consolas, Inconsolata, "DEJA VU SANS MONO", "DROID SANS MONO", Proggy, monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/*pre.src {
|
||||
background-color:#2e3436; color: #eeeeec;
|
||||
}*/
|
||||
pre.src, pre.example {
|
||||
display: block;
|
||||
white-space: pre-wrap;
|
||||
padding: 0.5em;
|
||||
/*background-color: hsl(0,0%,95%);*/
|
||||
background-color: Ivory;
|
||||
border: solid thin gray;
|
||||
font-family: "DejaVu Sans Mono",monospace;
|
||||
box-shadow: 10px 10px 10px #888;
|
||||
}
|
||||
/*pre.example {
|
||||
background-color:rgb(239,239,239);
|
||||
/* text-align: center; */
|
||||
}*/
|
||||
|
||||
code {
|
||||
font-family: Inconsolata, Consolas, "DEJA VU SANS MONO", "DROID SANS MONO", Proggy, monospace;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
cursor: crosshair;
|
||||
border-bottom: 1px dashed Red;
|
||||
padding: 1px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
a:hover {
|
||||
background-color: LightGrey;
|
||||
}
|
||||
|
||||
|
||||
img {
|
||||
margin-left: 10px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 70%;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
|
||||
hr {
|
||||
color: LightGrey;
|
||||
}
|
||||
#content, #tag-cloud-wrapper{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
/*position: relative;*/
|
||||
background: rgb(255, 255, 255);
|
||||
/*margin: 5% 20%;*/
|
||||
/*padding-left: 250px;*/
|
||||
padding: 100px;
|
||||
width:1000px;
|
||||
line-height:1.6;
|
||||
-moz-box-shadow: 0px 1px 8px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
|
||||
-webkit-box-shadow: 0px 1px 8px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0px 1px 8px 1.5px rgba(0, 0, 0, 0.25), 0px 20px 70px 8px rgba(0, 0, 0, 0.05);
|
||||
border-radius: 6px;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 846 KiB After Width: | Height: | Size: 166 KiB |
@ -9,6 +9,7 @@
|
||||
#+TITLE: Internet Collections
|
||||
|
||||
* 一些(个人)博客收集
|
||||
** [[http://www.paulgraham.com/todo.html][Paul Graham]]
|
||||
** [[http://www.qiusir.com/][qiusir]] :rssub:
|
||||
** [[http://www.yinwang.org/][王垠]]
|
||||
** [[http://ruanyifeng.com/blog/][阮一峰]] :rssub:
|
||||
@ -129,7 +130,6 @@ legacy
|
||||
Rust Graphics
|
||||
*** [[https://www.youtube.com/playlist?list=PLSiFUSQSRYAOFwfP-aMzXJlWKVyIuWfPU][stack-based virtual machine(6 episode)]]
|
||||
and [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]]
|
||||
*** [[https://youtu.be/_uAMo-bXI5g][register virtual machine in rust, with memory visualization]]
|
||||
*** [[https://www.youtube.com/playlist?list=PLpM-Dvs8t0VY73ytTCQqgvgCWttV3m8LM][tsoding virtual machine in C]] , [[https://dongdigua.github.io/tsoding_bm][some notes]]
|
||||
*** [[https://youtu.be/Fq9chEBQMFE][what if I try to malloc too much memory]]
|
||||
*** [[https://youtu.be/qF7dkrce-mQ][fireship bitcoin]]
|
||||
@ -143,7 +143,6 @@ and [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]]
|
||||
but ocaml itself is not ideal, you have to take ocaml and throw O away, and that's perfect
|
||||
1:03 to be fair p___hub is more interesting than this, that's for sure, so let's use Makefile (instead of dune)
|
||||
1:50 sexplib?
|
||||
2:00 build own irc lib
|
||||
2:14 "how many american server you have already hacked" - "I don't count them I'm sorry"
|
||||
*** [[https://youtube.be/TLa2VqcGGEQ][CVE-2021-3156 sudo]]
|
||||
*** [[https://youtu.be/x_R1DeZxGc0][Discover Vulnerabilities in Intel CPUs!]]
|
||||
@ -158,8 +157,6 @@ and [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]]
|
||||
*** [[https://youtu.be/S4E4yAktjug?t=998][How To Become Invisible Online # level 3]]
|
||||
*** [[https://youtu.be/QxNsyrftJ8I][The Biggest Linux Security Mistakes]]
|
||||
"Security is a journey, not a destination!"
|
||||
*** [[https://youtu.be/pEfrdAtAmqk][Fireship: The Programming Iceberg]]
|
||||
[[https://www.bilibili.com/video/BV15T411F7js][I translated it]]
|
||||
*** [[https://youtu.be/yCgHoL9_ZiY][Is LTT Trolling The Linux Community?]]
|
||||
|
||||
** Math
|
||||
@ -196,6 +193,9 @@ I agree
|
||||
*** [[https://www.reddit.com/r/ProgrammerHumor/comments/wpnvtg/microsoft_visual_rust_2018/][Microsoft Visual Rust]]
|
||||
*** [[https://www.reddit.com/r/ProgrammerHumor/comments/wsw78u/regex_be_like/][MC enchant: regex be like...]]
|
||||
|
||||
* Hacker News
|
||||
** [[https://news.ycombinator.com/item?id=32012566][A better formulation of DRY(Don't Repeat Yourself) is SPOT (Single Point Of Truth)]]
|
||||
|
||||
* Other
|
||||
#+BEGIN_COMMENT
|
||||
https://www.pixiv.net/users/57759368
|
||||
|
@ -15,7 +15,8 @@
|
||||
:recursive t
|
||||
:exclude "画大饼.org"
|
||||
:publishing-function org-html-publish-to-html
|
||||
:html-head "<link rel='stylesheet' type='text/css' href='./../css/org-css.css' />" ; instead of :style
|
||||
;; https://github.com/rgb-24bit/org-html-theme-list org-joshua
|
||||
:html-head "<link rel='stylesheet' type='text/css' href='./../css/main.css' />" ; instead of :style
|
||||
)))
|
||||
|
||||
(defun myweb-publish ()
|
||||
|
@ -3,7 +3,7 @@
|
||||
"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-09-09 五 12:49 -->
|
||||
<!-- 2022-09-09 五 16:08 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>这一天终于来了, B站显示 IP 属地</title>
|
||||
@ -193,7 +193,7 @@
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
</style>
|
||||
<link rel='stylesheet' type='text/css' href='./../css/org-css.css' />
|
||||
<link rel='stylesheet' type='text/css' href='./../css/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
@ -202,12 +202,12 @@
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents" role="doc-toc">
|
||||
<ul>
|
||||
<li><a href="#org1b63f5e">1. 我的看法</a></li>
|
||||
<li><a href="#org24ccb73">2. 2022-7-25-12:00 公开显示 IP 属地</a></li>
|
||||
<li><a href="#org4b53832">3. reference</a>
|
||||
<li><a href="#org4a196b6">1. 我的看法</a></li>
|
||||
<li><a href="#org78d8553">2. 2022-7-25-12:00 公开显示 IP 属地</a></li>
|
||||
<li><a href="#org25ff952">3. reference</a>
|
||||
<ul>
|
||||
<li><a href="#org43c4da7">3.1. from zhihu</a></li>
|
||||
<li><a href="#org47e770a">3.2. why can't have ip on web</a></li>
|
||||
<li><a href="#orgaecef6e">3.1. from zhihu</a></li>
|
||||
<li><a href="#org733cade">3.2. why can't have ip on web</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -216,8 +216,8 @@
|
||||
<p>
|
||||
卸载吧…<br />
|
||||
</p>
|
||||
<div id="outline-container-org1b63f5e" class="outline-2">
|
||||
<h2 id="org1b63f5e"><span class="section-number-2">1.</span> 我的看法</h2>
|
||||
<div id="outline-container-org4a196b6" class="outline-2">
|
||||
<h2 id="org4a196b6"><span class="section-number-2">1.</span> 我的看法</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
<p>
|
||||
这个事情真正要打击的那些 <b>诈骗/造假/海外势力</b>, 并不会受到影响,<br />
|
||||
@ -240,16 +240,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org24ccb73" class="outline-2">
|
||||
<h2 id="org24ccb73"><span class="section-number-2">2.</span> 2022-7-25-12:00 公开显示 IP 属地</h2>
|
||||
<div id="outline-container-org78d8553" class="outline-2">
|
||||
<h2 id="org78d8553"><span class="section-number-2">2.</span> 2022-7-25-12:00 公开显示 IP 属地</h2>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org4b53832" class="outline-2">
|
||||
<h2 id="org4b53832"><span class="section-number-2">3.</span> reference</h2>
|
||||
<div id="outline-container-org25ff952" class="outline-2">
|
||||
<h2 id="org25ff952"><span class="section-number-2">3.</span> reference</h2>
|
||||
<div class="outline-text-2" id="text-3">
|
||||
</div>
|
||||
<div id="outline-container-org43c4da7" class="outline-3">
|
||||
<h3 id="org43c4da7"><span class="section-number-3">3.1.</span> <a href="https://zhuanlan.zhihu.com/p/508234267">from zhihu</a></h3>
|
||||
<div id="outline-container-orgaecef6e" class="outline-3">
|
||||
<h3 id="orgaecef6e"><span class="section-number-3">3.1.</span> <a href="https://zhuanlan.zhihu.com/p/508234267">from zhihu</a></h3>
|
||||
<div class="outline-text-3" id="text-3-1">
|
||||
<p>
|
||||
掰锝胃, 这个链接的截图在B站不到半小时就被删除了…<br />
|
||||
@ -258,8 +258,8 @@ B口口口口( ), 口口口口( ).<br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org47e770a" class="outline-3">
|
||||
<h3 id="org47e770a"><span class="section-number-3">3.2.</span> why can't have ip on web</h3>
|
||||
<div id="outline-container-org733cade" class="outline-3">
|
||||
<h3 id="org733cade"><span class="section-number-3">3.2.</span> why can't have ip on web</h3>
|
||||
<div class="outline-text-3" id="text-3-2">
|
||||
<p>
|
||||
<a href="https://github.com/SocialSisterYi/bilibili-API-collect/issues/434">https://github.com/SocialSisterYi/bilibili-API-collect/issues/434</a><br />
|
||||
@ -271,7 +271,7 @@ B口口口口( ), 口口口口( ).<br />
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-09-09 五 12:49</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"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-12 五 12:15 -->
|
||||
<!-- 2022-09-09 五 16:08 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Binary Exploit Resources I Recently Trying to Learn</title>
|
||||
@ -193,138 +193,138 @@
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
</style>
|
||||
<link rel='stylesheet' type='text/css' href='./../css/org-css.css' />
|
||||
<link rel='stylesheet' type='text/css' href='./../css/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
<h1 class="title">Binary Exploit Resources I Recently Trying to Learn</h1>
|
||||
|
||||
|
||||
<div id="outline-container-org0cdbdc3" class="outline-2">
|
||||
<h2 id="org0cdbdc3"><span class="section-number-2">1.</span> resources</h2>
|
||||
<div id="outline-container-orged730e5" class="outline-2">
|
||||
<h2 id="orged730e5"><span class="section-number-2">1.</span> resources</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
</div>
|
||||
<div id="outline-container-org9e897e4" class="outline-3">
|
||||
<h3 id="org9e897e4"><span class="section-number-3">1.1.</span> video</h3>
|
||||
<div id="outline-container-org20119f8" class="outline-3">
|
||||
<h3 id="org20119f8"><span class="section-number-3">1.1.</span> video</h3>
|
||||
<div class="outline-text-3" id="text-1-1">
|
||||
<p>
|
||||
<a href="https://youtube.com/playlist?list=PLhixgUqwRTjxglIswKp9mpkfPNfHkzyeN">Binary Exploitation / Memory Corruption by LiveOverflow</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org27fe887" class="outline-3">
|
||||
<h3 id="org27fe887"><span class="section-number-3">1.2.</span> website</h3>
|
||||
<div id="outline-container-orgcab81c1" class="outline-3">
|
||||
<h3 id="orgcab81c1"><span class="section-number-3">1.2.</span> website</h3>
|
||||
<div class="outline-text-3" id="text-1-2">
|
||||
</div>
|
||||
<div id="outline-container-org7acdc3f" class="outline-4">
|
||||
<h4 id="org7acdc3f"><span class="section-number-4">1.2.1.</span> <a href="https://play.picoctf.org/practice">picoCTF</a></h4>
|
||||
<div id="outline-container-org12a7b61" class="outline-4">
|
||||
<h4 id="org12a7b61"><span class="section-number-4">1.2.1.</span> <a href="https://play.picoctf.org/practice">picoCTF</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org0d76b99" class="outline-4">
|
||||
<h4 id="org0d76b99"><span class="section-number-4">1.2.2.</span> <a href="https://exploit.education/">exploit education</a></h4>
|
||||
<div id="outline-container-org3ef1ca5" class="outline-4">
|
||||
<h4 id="org3ef1ca5"><span class="section-number-4">1.2.2.</span> <a href="https://exploit.education/">exploit education</a></h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org5de3a2a" class="outline-2">
|
||||
<h2 id="org5de3a2a"><span class="section-number-2">2.</span> tools</h2>
|
||||
<div id="outline-container-org4ceebe7" class="outline-2">
|
||||
<h2 id="org4ceebe7"><span class="section-number-2">2.</span> tools</h2>
|
||||
<div class="outline-text-2" id="text-2">
|
||||
</div>
|
||||
<div id="outline-container-orge7aaa63" class="outline-3">
|
||||
<h3 id="orge7aaa63"><span class="section-number-3">2.1.</span> code auditing</h3>
|
||||
<div id="outline-container-orga88210f" class="outline-3">
|
||||
<h3 id="orga88210f"><span class="section-number-3">2.1.</span> code auditing</h3>
|
||||
<div class="outline-text-3" id="text-2-1">
|
||||
|
||||
<div id="orgdb903b7" class="figure">
|
||||
<div id="orgc26b286" class="figure">
|
||||
<p><img src="../images/fedora_security_lab.png" alt="fedora_security_lab.png" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgef81c05" class="outline-4">
|
||||
<h4 id="orgef81c05"><span class="section-number-4">2.1.1.</span> pscan</h4>
|
||||
<div id="outline-container-orgd423722" class="outline-4">
|
||||
<h4 id="orgd423722"><span class="section-number-4">2.1.1.</span> pscan</h4>
|
||||
</div>
|
||||
<div id="outline-container-orgdc82c8d" class="outline-4">
|
||||
<h4 id="orgdc82c8d"><span class="section-number-4">2.1.2.</span> rats</h4>
|
||||
<div id="outline-container-org5ae480e" class="outline-4">
|
||||
<h4 id="org5ae480e"><span class="section-number-4">2.1.2.</span> rats</h4>
|
||||
</div>
|
||||
<div id="outline-container-org838a845" class="outline-4">
|
||||
<h4 id="org838a845"><span class="section-number-4">2.1.3.</span> splint</h4>
|
||||
<div id="outline-container-org258b40c" class="outline-4">
|
||||
<h4 id="org258b40c"><span class="section-number-4">2.1.3.</span> splint</h4>
|
||||
</div>
|
||||
<div id="outline-container-org09dbe7a" class="outline-4">
|
||||
<h4 id="org09dbe7a"><span class="section-number-4">2.1.4.</span> flawfinder</h4>
|
||||
<div id="outline-container-org6297400" class="outline-4">
|
||||
<h4 id="org6297400"><span class="section-number-4">2.1.4.</span> flawfinder</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org634159e" class="outline-3">
|
||||
<h3 id="org634159e"><span class="section-number-3">2.2.</span> debug</h3>
|
||||
<div id="outline-container-orge0b28fa" class="outline-3">
|
||||
<h3 id="orge0b28fa"><span class="section-number-3">2.2.</span> debug</h3>
|
||||
<div class="outline-text-3" id="text-2-2">
|
||||
</div>
|
||||
<div id="outline-container-org0bf5af7" class="outline-4">
|
||||
<h4 id="org0bf5af7"><span class="section-number-4">2.2.1.</span> gdb</h4>
|
||||
<div id="outline-container-org79cca9f" class="outline-4">
|
||||
<h4 id="org79cca9f"><span class="section-number-4">2.2.1.</span> gdb</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org884a3e0" class="outline-3">
|
||||
<h3 id="org884a3e0"><span class="section-number-3">2.3.</span> reverse</h3>
|
||||
<div id="outline-container-orge49dfcc" class="outline-3">
|
||||
<h3 id="orge49dfcc"><span class="section-number-3">2.3.</span> reverse</h3>
|
||||
<div class="outline-text-3" id="text-2-3">
|
||||
</div>
|
||||
<div id="outline-container-orgf283049" class="outline-4">
|
||||
<h4 id="orgf283049"><span class="section-number-4">2.3.1.</span> <a href="https://book.rada.re/">radare2</a></h4>
|
||||
<div id="outline-container-org85569c8" class="outline-4">
|
||||
<h4 id="org85569c8"><span class="section-number-4">2.3.1.</span> <a href="https://book.rada.re/">radare2</a></h4>
|
||||
<div class="outline-text-4" id="text-2-3-1">
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="orgf263ffc"></a>iaito<br /></li>
|
||||
<li><a id="orga17c61f"></a>iaito<br /></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div id="outline-container-orga6a3a1c" class="outline-4">
|
||||
<h4 id="orga6a3a1c"><span class="section-number-4">2.3.2.</span> hopper(non-free)</h4>
|
||||
<div id="outline-container-orge7949a4" class="outline-4">
|
||||
<h4 id="orge7949a4"><span class="section-number-4">2.3.2.</span> hopper(non-free)</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-org7018e10" class="outline-2">
|
||||
<h2 id="org7018e10"><span class="section-number-2">3.</span> notes on video</h2>
|
||||
<div id="outline-container-org008778d" class="outline-2">
|
||||
<h2 id="org008778d"><span class="section-number-2">3.</span> notes on video</h2>
|
||||
<div class="outline-text-2" id="text-3">
|
||||
</div>
|
||||
<div id="outline-container-org0c19881" class="outline-3">
|
||||
<h3 id="org0c19881"><span class="section-number-3">3.1.</span> <a href="https://youtu.be/6jSKldt7Eqs">0x04: asm basics</a></h3>
|
||||
<div id="outline-container-org81f8199" class="outline-3">
|
||||
<h3 id="org81f8199"><span class="section-number-3">3.1.</span> <a href="https://youtu.be/6jSKldt7Eqs">0x04: asm basics</a></h3>
|
||||
<div class="outline-text-3" id="text-3-1">
|
||||
</div>
|
||||
<div id="outline-container-org8a6191b" class="outline-4">
|
||||
<h4 id="org8a6191b"><span class="section-number-4">3.1.1.</span> to show assembly in the source code window in gud, <code>M-x gdb-display-disassembly-buffer</code></h4>
|
||||
<div id="outline-container-orge46ce97" class="outline-4">
|
||||
<h4 id="orge46ce97"><span class="section-number-4">3.1.1.</span> to show assembly in the source code window in gud, <code>M-x gdb-display-disassembly-buffer</code></h4>
|
||||
</div>
|
||||
<div id="outline-container-org9d7ede3" class="outline-4">
|
||||
<h4 id="org9d7ede3"><span class="section-number-4">3.1.2.</span> links</h4>
|
||||
<div id="outline-container-orge79c42e" class="outline-4">
|
||||
<h4 id="orge79c42e"><span class="section-number-4">3.1.2.</span> links</h4>
|
||||
<div class="outline-text-4" id="text-3-1-2">
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="org9b8b7d3"></a><a href="https://microcorruption.com/">https://microcorruption.com/</a><br /></li>
|
||||
<li><a id="org285ac70"></a><a href="https://microcorruption.com/">https://microcorruption.com/</a><br /></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org1a51115" class="outline-3">
|
||||
<h3 id="org1a51115"><span class="section-number-3">3.2.</span> <a href="https://youtu.be/3NTXFUxcKPc">0x06: tools</a></h3>
|
||||
<div id="outline-container-orga823987" class="outline-3">
|
||||
<h3 id="orga823987"><span class="section-number-3">3.2.</span> <a href="https://youtu.be/3NTXFUxcKPc">0x06: tools</a></h3>
|
||||
<div class="outline-text-3" id="text-3-2">
|
||||
</div>
|
||||
<div id="outline-container-orgfaab3a1" class="outline-4">
|
||||
<h4 id="orgfaab3a1"><span class="section-number-4">3.2.1.</span> simple tools</h4>
|
||||
<div id="outline-container-orgc671e84" class="outline-4">
|
||||
<h4 id="orgc671e84"><span class="section-number-4">3.2.1.</span> simple tools</h4>
|
||||
<div class="outline-text-4" id="text-3-2-1">
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="org809ec32"></a>hexdump<br /></li>
|
||||
<li><a id="org6030a99"></a>strings<br />
|
||||
<li><a id="orgba86a08"></a>hexdump<br /></li>
|
||||
<li><a id="orgcac3cf9"></a>strings<br />
|
||||
<div class="outline-text-5" id="text-3-2-1-2">
|
||||
<p>
|
||||
all printable letters
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org1b704f6"></a>objdump<br />
|
||||
<li><a id="org2439442"></a>objdump<br />
|
||||
<div class="outline-text-5" id="text-3-2-1-3">
|
||||
<p>
|
||||
disassembler
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org20f75ac"></a>strace/ltrace<br />
|
||||
<li><a id="org84d3cfc"></a>strace/ltrace<br />
|
||||
<div class="outline-text-5" id="text-3-2-1-4">
|
||||
<p>
|
||||
trace sys/lib call
|
||||
@ -333,12 +333,12 @@ trace sys/lib call
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div id="outline-container-orgda2ed23" class="outline-4">
|
||||
<h4 id="orgda2ed23"><span class="section-number-4">3.2.2.</span> <a href="https://youtu.be/mT1V7IL2FHY">0x0A: deal with numbers</a></h4>
|
||||
<div id="outline-container-org6d0b7c1" class="outline-4">
|
||||
<h4 id="org6d0b7c1"><span class="section-number-4">3.2.2.</span> <a href="https://youtu.be/mT1V7IL2FHY">0x0A: deal with numbers</a></h4>
|
||||
<div class="outline-text-4" id="text-3-2-2">
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="org3a88409"></a>endian?<br />
|
||||
<li><a id="org485292b"></a>endian?<br />
|
||||
<div class="outline-text-5" id="text-3-2-2-1">
|
||||
<p>
|
||||
from <a href="https://zh.wikipedia.org/zh-cn/%E5%AD%97%E8%8A%82%E5%BA%8F">Wikipedia</a>
|
||||
@ -347,9 +347,9 @@ x86 is little endian
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="orgb30ff0f"></a>tools<br />
|
||||
<li><a id="orgb126ab1"></a>tools<br />
|
||||
<ol class="org-ol">
|
||||
<li><a id="orgdf6eaec"></a>python<br />
|
||||
<li><a id="org318c478"></a>python<br />
|
||||
<div class="outline-text-6" id="text-3-2-2-2-1">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-python">>>> int('111', 2)
|
||||
@ -366,7 +366,7 @@ b'abcd'
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org58e7318"></a>iex<br />
|
||||
<li><a id="orgaff54ba"></a>iex<br />
|
||||
<div class="outline-text-6" id="text-3-2-2-2-2">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-elixir">iex(1)> <<0x61626364::32>>
|
||||
@ -386,7 +386,7 @@ iex(2)> Base.decode16("61626364")
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-08-12 五 12:15</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"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-09-01 四 10:40 -->
|
||||
<!-- 2022-09-09 五 16:08 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Editor Chaetsheet</title>
|
||||
@ -193,7 +193,7 @@
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
</style>
|
||||
<link rel='stylesheet' type='text/css' href='./../css/org-css.css' />
|
||||
<link rel='stylesheet' type='text/css' href='./../css/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
@ -202,35 +202,35 @@
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents" role="doc-toc">
|
||||
<ul>
|
||||
<li><a href="#org080d12a">1. VIM</a>
|
||||
<li><a href="#org08098e5">1. VIM</a>
|
||||
<ul>
|
||||
<li><a href="#org7b8d457">1.1. deletion</a></li>
|
||||
<li><a href="#org4f3a65e">1.2. edit</a></li>
|
||||
<li><a href="#orgcc9ea17">1.3. movement</a></li>
|
||||
<li><a href="#orgcd816cf">1.4. visual</a></li>
|
||||
<li><a href="#org91e49eb">1.5. file/split</a></li>
|
||||
<li><a href="#org9cee57a">1.1. deletion</a></li>
|
||||
<li><a href="#org8d885c2">1.2. edit</a></li>
|
||||
<li><a href="#orgf396861">1.3. movement</a></li>
|
||||
<li><a href="#org99f96aa">1.4. visual</a></li>
|
||||
<li><a href="#org7c9cdc4">1.5. file/split</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orgaecb00f">2. EMACS</a>
|
||||
<li><a href="#org8b444a3">2. EMACS</a>
|
||||
<ul>
|
||||
<li><a href="#org56feca1">2.1. org-mode</a></li>
|
||||
<li><a href="#org3cc5046">2.2. normal</a></li>
|
||||
<li><a href="#org91b9d94">2.3. dired</a></li>
|
||||
<li><a href="#org6abdb5f">2.1. org-mode</a></li>
|
||||
<li><a href="#org751c24c">2.2. normal</a></li>
|
||||
<li><a href="#org3be1822">2.3. dired</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org1b516d7">3. Git</a></li>
|
||||
<li><a href="#org749ff2d">4. Fish</a></li>
|
||||
<li><a href="#orgc4dea2d">3. Git</a></li>
|
||||
<li><a href="#org1b5d81e">4. Fish</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-org080d12a" class="outline-2">
|
||||
<h2 id="org080d12a"><span class="section-number-2">1.</span> VIM</h2>
|
||||
<div id="outline-container-org08098e5" class="outline-2">
|
||||
<h2 id="org08098e5"><span class="section-number-2">1.</span> VIM</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
</div>
|
||||
<div id="outline-container-org7b8d457" class="outline-3">
|
||||
<h3 id="org7b8d457"><span class="section-number-3">1.1.</span> deletion</h3>
|
||||
<div id="outline-container-org9cee57a" class="outline-3">
|
||||
<h3 id="org9cee57a"><span class="section-number-3">1.1.</span> deletion</h3>
|
||||
<div class="outline-text-3" id="text-1-1">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
@ -256,8 +256,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org4f3a65e" class="outline-3">
|
||||
<h3 id="org4f3a65e"><span class="section-number-3">1.2.</span> edit</h3>
|
||||
<div id="outline-container-org8d885c2" class="outline-3">
|
||||
<h3 id="org8d885c2"><span class="section-number-3">1.2.</span> edit</h3>
|
||||
<div class="outline-text-3" id="text-1-2">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
@ -293,8 +293,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgcc9ea17" class="outline-3">
|
||||
<h3 id="orgcc9ea17"><span class="section-number-3">1.3.</span> movement</h3>
|
||||
<div id="outline-container-orgf396861" class="outline-3">
|
||||
<h3 id="orgf396861"><span class="section-number-3">1.3.</span> movement</h3>
|
||||
<div class="outline-text-3" id="text-1-3">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
@ -360,8 +360,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgcd816cf" class="outline-3">
|
||||
<h3 id="orgcd816cf"><span class="section-number-3">1.4.</span> visual</h3>
|
||||
<div id="outline-container-org99f96aa" class="outline-3">
|
||||
<h3 id="org99f96aa"><span class="section-number-3">1.4.</span> visual</h3>
|
||||
<div class="outline-text-3" id="text-1-4">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
@ -392,8 +392,8 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-org91e49eb" class="outline-3">
|
||||
<h3 id="org91e49eb"><span class="section-number-3">1.5.</span> file/split</h3>
|
||||
<div id="outline-container-org7c9cdc4" class="outline-3">
|
||||
<h3 id="org7c9cdc4"><span class="section-number-3">1.5.</span> file/split</h3>
|
||||
<div class="outline-text-3" id="text-1-5">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
@ -437,12 +437,12 @@
|
||||
|
||||
|
||||
|
||||
<div id="outline-container-orgaecb00f" class="outline-2">
|
||||
<h2 id="orgaecb00f"><span class="section-number-2">2.</span> EMACS</h2>
|
||||
<div id="outline-container-org8b444a3" class="outline-2">
|
||||
<h2 id="org8b444a3"><span class="section-number-2">2.</span> EMACS</h2>
|
||||
<div class="outline-text-2" id="text-2">
|
||||
</div>
|
||||
<div id="outline-container-org56feca1" class="outline-3">
|
||||
<h3 id="org56feca1"><span class="section-number-3">2.1.</span> org-mode</h3>
|
||||
<div id="outline-container-org6abdb5f" class="outline-3">
|
||||
<h3 id="org6abdb5f"><span class="section-number-3">2.1.</span> org-mode</h3>
|
||||
<div class="outline-text-3" id="text-2-1">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
@ -483,8 +483,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org3cc5046" class="outline-3">
|
||||
<h3 id="org3cc5046"><span class="section-number-3">2.2.</span> normal</h3>
|
||||
<div id="outline-container-org751c24c" class="outline-3">
|
||||
<h3 id="org751c24c"><span class="section-number-3">2.2.</span> normal</h3>
|
||||
<div class="outline-text-3" id="text-2-2">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
@ -530,8 +530,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org91b9d94" class="outline-3">
|
||||
<h3 id="org91b9d94"><span class="section-number-3">2.3.</span> dired</h3>
|
||||
<div id="outline-container-org3be1822" class="outline-3">
|
||||
<h3 id="org3be1822"><span class="section-number-3">2.3.</span> dired</h3>
|
||||
<div class="outline-text-3" id="text-2-3">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
@ -557,8 +557,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org1b516d7" class="outline-2">
|
||||
<h2 id="org1b516d7"><span class="section-number-2">3.</span> Git</h2>
|
||||
<div id="outline-container-orgc4dea2d" class="outline-2">
|
||||
<h2 id="orgc4dea2d"><span class="section-number-2">3.</span> Git</h2>
|
||||
<div class="outline-text-2" id="text-3">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-shell">git log --stat | perl -ne 'END { print $c } $c += $1 if /(\d+) insertions/;'
|
||||
@ -568,8 +568,8 @@ git log --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 -
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org749ff2d" class="outline-2">
|
||||
<h2 id="org749ff2d"><span class="section-number-2">4.</span> Fish</h2>
|
||||
<div id="outline-container-org1b5d81e" class="outline-2">
|
||||
<h2 id="org1b5d81e"><span class="section-number-2">4.</span> Fish</h2>
|
||||
<div class="outline-text-2" id="text-4">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
@ -607,7 +607,7 @@ git log --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 -
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-09-01 四 10:40</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
"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-12 五 12:15 -->
|
||||
<!-- 2022-09-09 五 16:08 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Recommend EverForest Theme</title>
|
||||
@ -193,7 +193,7 @@
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
</style>
|
||||
<link rel='stylesheet' type='text/css' href='./../css/org-css.css' />
|
||||
<link rel='stylesheet' type='text/css' href='./../css/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
@ -214,8 +214,8 @@ Everforest is a green based color scheme, it's designed to be warm and soft in o
|
||||
</p>
|
||||
|
||||
|
||||
<div id="outline-container-orgf32b449" class="outline-2">
|
||||
<h2 id="orgf32b449"><span class="section-number-2">1.</span> emacs</h2>
|
||||
<div id="outline-container-org3461b10" class="outline-2">
|
||||
<h2 id="org3461b10"><span class="section-number-2">1.</span> emacs</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
<p>
|
||||
这个主题在 2022-06-29 才开始制作 <a href="https://github.com/Theory-of-Everything/everforest-emacs">emacs 版本</a><br />
|
||||
@ -234,7 +234,7 @@ Everforest is a green based color scheme, it's designed to be warm and soft in o
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-08-12 五 12:15</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"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-09-01 四 10:40 -->
|
||||
<!-- 2022-09-09 五 16:08 -->
|
||||
<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>
|
||||
@ -193,53 +193,53 @@
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
</style>
|
||||
<link rel='stylesheet' type='text/css' href='./../css/org-css.css' />
|
||||
<link rel='stylesheet' type='text/css' href='./../css/main.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 id="outline-container-org9bded73" class="outline-2">
|
||||
<h2 id="org9bded73"><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 id="outline-container-org0223568" class="outline-3">
|
||||
<h3 id="org0223568"><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 id="outline-container-org28eb8d8" class="outline-3">
|
||||
<h3 id="org28eb8d8"><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-orgee9b82d" class="outline-3">
|
||||
<h3 id="orgee9b82d"><span class="section-number-3">1.3.</span> Emacs transparent, terminal blur</h3>
|
||||
<div id="outline-container-orgd912a61" class="outline-3">
|
||||
<h3 id="orgd912a61"><span class="section-number-3">1.3.</span> Emacs transparent, terminal blur</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 id="outline-container-org6dca0a4" class="outline-3">
|
||||
<h3 id="org6dca0a4"><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 id="outline-container-org2942a53" class="outline-4">
|
||||
<h4 id="org2942a53"><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 id="outline-container-orgff897bf" class="outline-4">
|
||||
<h4 id="orgff897bf"><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 id="outline-container-org7be908d" class="outline-3">
|
||||
<h3 id="org7be908d"><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 />
|
||||
@ -251,16 +251,16 @@ 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 id="outline-container-org2d87465" class="outline-3">
|
||||
<h3 id="org2d87465"><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 id="outline-container-orga739753" class="outline-3">
|
||||
<h3 id="orga739753"><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 />
|
||||
@ -268,116 +268,116 @@ 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 id="outline-container-org418eb9f" class="outline-3">
|
||||
<h3 id="org418eb9f"><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 id="outline-container-org4ef4b04" class="outline-4">
|
||||
<h4 id="org4ef4b04"><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 />
|
||||
<li><a id="org7a25db8"></a><a href="https://github.com/bulletmark/libinput-gestures">the libinput-gestures library</a><br /></li>
|
||||
<li><a id="org5311866"></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>
|
||||
<li><a id="org3242c82"></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 id="outline-container-org42d4bbb" class="outline-4">
|
||||
<h4 id="org42d4bbb"><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>
|
||||
<li><a id="org713fb29"></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="orgcd4f6dc"></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="org579bc4a"></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 id="outline-container-org9ee41e1" class="outline-3">
|
||||
<h3 id="org9ee41e1"><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 id="outline-container-org8bcc236" class="outline-3">
|
||||
<h3 id="org8bcc236"><span class="section-number-3">1.10.</span> <span class="todo TODO">TODO</span> <a href="https://github.com/WayfireWM/wayfire/issues/1329">Wayfire crashes when closing foot terminal</a></h3>
|
||||
<div id="outline-container-org6f09092" class="outline-3">
|
||||
<h3 id="org6f09092"><span class="section-number-3">1.10.</span> <span class="todo TODO">TODO</span> <a href="https://github.com/WayfireWM/wayfire/issues/1329">Wayfire crashes when closing foot terminal</a></h3>
|
||||
</div>
|
||||
<div id="outline-container-orgc6fc872" class="outline-3">
|
||||
<h3 id="orgc6fc872"><span class="section-number-3">1.11.</span> emacs tool-bar not working(cannot toggle and icon theme missing)</h3>
|
||||
<div id="outline-container-orgc201d87" class="outline-3">
|
||||
<h3 id="orgc201d87"><span class="section-number-3">1.11.</span> emacs tool-bar not working(cannot toggle and icon theme missing)</h3>
|
||||
<div class="outline-text-3" id="text-1-11">
|
||||
</div>
|
||||
<div id="outline-container-orgfb63d00" class="outline-4">
|
||||
<h4 id="orgfb63d00"><span class="section-number-4">1.11.1.</span> cannot toggle: disable custon <code>default-frame-alist</code>, or just use floating mode</h4>
|
||||
<div id="outline-container-orge3f860c" class="outline-4">
|
||||
<h4 id="orge3f860c"><span class="section-number-4">1.11.1.</span> cannot toggle: disable custon <code>default-frame-alist</code>, or just use floating mode</h4>
|
||||
</div>
|
||||
<div id="outline-container-org82cd84b" class="outline-4">
|
||||
<h4 id="org82cd84b"><span class="section-number-4">1.11.2.</span> <span class="todo TODO">TODO</span> icon theme missing: ?</h4>
|
||||
<div id="outline-container-orgbf8a29f" class="outline-4">
|
||||
<h4 id="orgbf8a29f"><span class="section-number-4">1.11.2.</span> <span class="todo TODO">TODO</span> icon theme missing: ?</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-org653ff69" class="outline-2">
|
||||
<h2 id="org653ff69"><span class="section-number-2">2.</span> Ref</h2>
|
||||
<div id="outline-container-org1f0e7ba" class="outline-2">
|
||||
<h2 id="org1f0e7ba"><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 id="outline-container-orged1910d" class="outline-3">
|
||||
<h3 id="orged1910d"><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 id="outline-container-orgf5d4fbb" class="outline-3">
|
||||
<h3 id="orgf5d4fbb"><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 id="outline-container-orgde756a4" class="outline-3">
|
||||
<h3 id="orgde756a4"><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 id="outline-container-org555e2a1" class="outline-3">
|
||||
<h3 id="org555e2a1"><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 id="outline-container-orgd729583" class="outline-3">
|
||||
<h3 id="orgd729583"><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/wev</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 id="outline-container-org10e99eb" class="outline-3">
|
||||
<h3 id="org10e99eb"><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-orgb4713fd" class="outline-3">
|
||||
<h3 id="orgb4713fd"><span class="section-number-3">2.7.</span> <a href="https://www.reddit.com/r/swaywm/comments/ehqsuw/autochanging_background_for_sway/">reddit: auto-changing sway background</a></h3>
|
||||
<div id="outline-container-org477ddc5" class="outline-3">
|
||||
<h3 id="org477ddc5"><span class="section-number-3">2.7.</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.8.</span> <a href="https://github.com/Ruixi-rebirth/sway-dotfiles">Ruixi-rebirth's dotfiles</a></h3>
|
||||
<div id="outline-container-org59721e3" class="outline-3">
|
||||
<h3 id="org59721e3"><span class="section-number-3">2.8.</span> <a href="https://github.com/Ruixi-rebirth/sway-dotfiles">Ruixi-rebirth's dotfiles</a></h3>
|
||||
<div class="outline-text-3" id="text-2-8">
|
||||
<p>
|
||||
sway, very beautiful, from COSSIG<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orga52f5cc" class="outline-3">
|
||||
<h3 id="orga52f5cc"><span class="section-number-3">2.9.</span> <a href="https://www.reddit.com/r/unixporn/comments/vc9912/river_riced_river_a_dynamic_tiling_wayland/">a Paid config</a></h3>
|
||||
<div id="outline-container-org03ef408" class="outline-3">
|
||||
<h3 id="org03ef408"><span class="section-number-3">2.9.</span> <a href="https://www.reddit.com/r/unixporn/comments/vc9912/river_riced_river_a_dynamic_tiling_wayland/">a Paid config</a></h3>
|
||||
<div class="outline-text-3" id="text-2-9">
|
||||
<p>
|
||||
this is excellent, but…not for me<br />
|
||||
I'd like something simpler<br />
|
||||
</p>
|
||||
</div>
|
||||
<div id="outline-container-org3d4c8fe" class="outline-4">
|
||||
<h4 id="org3d4c8fe"><span class="section-number-4">2.9.1.</span> <a href="https://archcraft.io">archcraft</a></h4>
|
||||
<div id="outline-container-org5dc2b91" class="outline-4">
|
||||
<h4 id="org5dc2b91"><span class="section-number-4">2.9.1.</span> <a href="https://archcraft.io">archcraft</a></h4>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org24c7a04" class="outline-3">
|
||||
<h3 id="org24c7a04"><span class="section-number-3">2.10.</span> <a href="https://github.com/rxyhn/yoru">夜 - Yoru</a></h3>
|
||||
<div id="outline-container-orga5e4aa7" class="outline-3">
|
||||
<h3 id="orga5e4aa7"><span class="section-number-3">2.10.</span> <a href="https://github.com/rxyhn/yoru">夜 - Yoru</a></h3>
|
||||
<div class="outline-text-3" id="text-2-10">
|
||||
<p>
|
||||
awesome config!<br />
|
||||
@ -388,7 +388,7 @@ awesome config!<br />
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-09-01 四 10:40</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"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 -->
|
||||
<!-- 2022-09-09 五 16:08 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Something About MGLNDD Scans</title>
|
||||
@ -193,42 +193,42 @@
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
</style>
|
||||
<link rel='stylesheet' type='text/css' href='./../css/org-css.css' />
|
||||
<link rel='stylesheet' type='text/css' href='./../css/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
<h1 class="title">Something About MGLNDD Scans</h1>
|
||||
|
||||
<div id="outline-container-org6a283ed" class="outline-2">
|
||||
<h2 id="org6a283ed"><span class="section-number-2">1.</span> <a href="https://stretchoid.com/">stretchoid opt-out</a></h2>
|
||||
<div id="outline-container-org9406cd0" class="outline-2">
|
||||
<h2 id="org9406cd0"><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">
|
||||
<p>
|
||||
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 id="outline-container-org8e8f418" class="outline-2">
|
||||
<h2 id="org8e8f418"><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>
|
||||
</div>
|
||||
<div id="outline-container-org89d1811" class="outline-3">
|
||||
<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 id="outline-container-orge5b3de5" class="outline-3">
|
||||
<h3 id="orge5b3de5"><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 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 id="outline-container-orgb73cf8e" class="outline-2">
|
||||
<h2 id="orgb73cf8e"><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">
|
||||
<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 id="outline-container-org3593abe" class="outline-2">
|
||||
<h2 id="org3593abe"><span class="section-number-2">4.</span> <a href="https://www.bilibili.com/read/cv16357621">my post on bilibili</a></h2>
|
||||
</div>
|
||||
<div id="outline-container-org29f6904" class="outline-2">
|
||||
<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 id="outline-container-orgea39683" class="outline-2">
|
||||
<h2 id="orgea39683"><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 id="outline-container-org6774dd2" class="outline-2">
|
||||
<h2 id="org6774dd2"><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 />
|
||||
@ -245,16 +245,16 @@ Stretchoid不能识别他们是谁。他们没有确定他们正在做什么或
|
||||
</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 id="outline-container-org87a56eb" class="outline-2">
|
||||
<h2 id="org87a56eb"><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 id="outline-container-org9355afa" class="outline-2">
|
||||
<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 id="outline-container-orge3bd036" class="outline-2">
|
||||
<h2 id="orge3bd036"><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 id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-08-18 四 13:32</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user