mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-23 23:53:10 +08:00
modified css, removed useless headings, HOME link
This commit is contained in:
parent
8a52920530
commit
b5f107767e
@ -120,16 +120,16 @@
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #3399cc;
|
||||
color: #39c5bb;
|
||||
}
|
||||
/* a:visited {text-decoration: none; color: #224444} */ /* Taken out because color too similar to text. */
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #3399cc;
|
||||
color: #39c5bb;
|
||||
} /* this is now the color of the Unicorns horn */
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #3399cc;
|
||||
color: #39c5bb;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
|
@ -1,6 +1,5 @@
|
||||
#+TITLE: 这一天终于来了, B站显示 IP 属地
|
||||
#+STARTUP: indent
|
||||
#+OPTIONS: \n:t
|
||||
|
||||
卸载吧...
|
||||
* 我的看法
|
||||
|
@ -1,4 +1,3 @@
|
||||
#+STARTUP: indent
|
||||
#+TITLE: Editor Cheatsheet
|
||||
|
||||
|
||||
@ -46,12 +45,11 @@
|
||||
|
||||
* EMACS
|
||||
** org-mode
|
||||
| key | usage |
|
||||
|--------------+----------------------------|
|
||||
| C-c \vbar | 创建表格 |
|
||||
| C-c C-e | 导出 HTML |
|
||||
| M-left/right | 升级(promote)/降级(demote) |
|
||||
| C-c C-x C-v | toggle render images |
|
||||
| key | usage |
|
||||
|-------------+----------------------|
|
||||
| C-c \vbar | 创建表格 |
|
||||
| C-c C-e | 导出 HTML |
|
||||
| C-c C-x C-v | toggle render images |
|
||||
|
||||
** normal
|
||||
| key | usage |
|
||||
|
@ -1,8 +1,6 @@
|
||||
#+STARTUP: indent
|
||||
#+TAGS: elixir(e) rust(r) c(c) lisp(l)
|
||||
#+TAGS: lowlevel(w) frontend(f) backend(b) emacs(m) hack(h) algorithm(a) linux(x)
|
||||
#+TAGS: rssable(s) rssub(u)
|
||||
#+OPTIONS: \n:t
|
||||
#+OPTIONS: toc:nil
|
||||
#+OPTIONS: ^:{}
|
||||
|
||||
|
@ -15,13 +15,26 @@
|
||||
:recursive t
|
||||
:exclude "画大饼.org"
|
||||
:publishing-function org-html-publish-to-html
|
||||
:preserve-breaks t
|
||||
;; 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
|
||||
:html-head "<link rel='stylesheet' type='text/css' href='./../css/main.css' />"
|
||||
:html-link-home "https://dongdigua.github.io"
|
||||
:html-link-up "https://dongdigua.github.io"
|
||||
)))
|
||||
|
||||
(defun myweb-publish ()
|
||||
"Publish myweb."
|
||||
(interactive)
|
||||
(setq debug-on-error t)
|
||||
(org-publish-all))
|
||||
(org-publish-all)
|
||||
|
||||
(webfeeder-build
|
||||
"rss.xml"
|
||||
"./../org_html"
|
||||
"https://dongdigua.github.io"
|
||||
(delete "rss.html" (directory-files "./../org_html" nil ".*\.html$"))
|
||||
:title "dongdigua's blog"
|
||||
:description "Blog!"
|
||||
:builder 'webfeeder-make-rss)
|
||||
)
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#+TITLE: Recommend EverForest Theme
|
||||
#+OPTIONS: \n:t
|
||||
#+OPTIONS: toc:nil
|
||||
|
||||
强烈推荐 everforest 这个主题
|
||||
|
@ -1,5 +1,5 @@
|
||||
#+TITLE: Something About Wayland(swaywm)
|
||||
#+OPTIONS: toc:nil \n:t
|
||||
#+OPTIONS: toc:nil
|
||||
|
||||
* Solution
|
||||
** gnome-screenshot
|
||||
|
@ -1,5 +1,5 @@
|
||||
#+TITLE: Something About MGLNDD Scans
|
||||
#+OPTIONS: toc:nil \n:t
|
||||
#+OPTIONS: toc:nil
|
||||
|
||||
* [[https://stretchoid.com/][stretchoid opt-out]]
|
||||
this domain's workers are comstantly scanning the WHOLE internet
|
||||
|
@ -1,277 +0,0 @@
|
||||
<?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-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>
|
||||
<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/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
<h1 class="title">这一天终于来了, B站显示 IP 属地</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="#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="#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>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
卸载吧…<br />
|
||||
</p>
|
||||
<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 />
|
||||
它们肯定会使用"虚拟专用网络"伪造IP.<br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
那些所谓的"翻车"博主, 大多数可能只是公司在国内, 却因为这件事被各大媒体揪出来.<br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
对于那些网络喷子, 这种事估计不会减少它们的言论, 反而会加重"地域黑"…<br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
对于普通人, 大多数肯定是没什么影响, 也根本不在意,<br />
|
||||
但是有些人, 只想公开自己想让别人看见的,<br />
|
||||
那这种平台的强制行为确实会让TA们很不满.<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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-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-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 />
|
||||
B口口口口( ), 口口口口( ).<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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 />
|
||||
<a href="https://github.com/the1812/Bilibili-Evolved/discussions/3522">https://github.com/the1812/Bilibili-Evolved/discussions/3522</a><br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,392 +0,0 @@
|
||||
<?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-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>
|
||||
<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/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-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-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-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-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-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-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-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="orgc26b286" class="figure">
|
||||
<p><img src="../images/fedora_security_lab.png" alt="fedora_security_lab.png" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<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-org5ae480e" class="outline-4">
|
||||
<h4 id="org5ae480e"><span class="section-number-4">2.1.2.</span> rats</h4>
|
||||
</div>
|
||||
<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-org6297400" class="outline-4">
|
||||
<h4 id="org6297400"><span class="section-number-4">2.1.4.</span> flawfinder</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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-org79cca9f" class="outline-4">
|
||||
<h4 id="org79cca9f"><span class="section-number-4">2.2.1.</span> gdb</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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-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="orga17c61f"></a>iaito<br /></li>
|
||||
</ol>
|
||||
</div>
|
||||
<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-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-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-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-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="org285ac70"></a><a href="https://microcorruption.com/">https://microcorruption.com/</a><br /></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<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-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="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="org2439442"></a>objdump<br />
|
||||
<div class="outline-text-5" id="text-3-2-1-3">
|
||||
<p>
|
||||
disassembler
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="org84d3cfc"></a>strace/ltrace<br />
|
||||
<div class="outline-text-5" id="text-3-2-1-4">
|
||||
<p>
|
||||
trace sys/lib call
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<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="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>
|
||||
<img src="../images/Big-Endian.svg.png " alt="Big-Endian.svg.png " /><img src="../images/Little-Endian.svg.png" alt="Little-Endian.svg.png" />
|
||||
x86 is little endian
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a id="orgb126ab1"></a>tools<br />
|
||||
<ol class="org-ol">
|
||||
<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)
|
||||
7
|
||||
>>> hex(123)
|
||||
'0x7b'
|
||||
>>> import struct
|
||||
# https://docs.python.org/3.10/library/struct.html#format-characters
|
||||
>>> struct.pack("<I", 0x61626364) # little endian
|
||||
b'dcba'
|
||||
>>> struct.pack(">I", 0x61626364) # big endian
|
||||
b'abcd'
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<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>>
|
||||
"abcd"
|
||||
iex(2)> Base.decode16("61626364")
|
||||
{:ok, "abcd"}
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,613 +0,0 @@
|
||||
<?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-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>
|
||||
<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/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
<h1 class="title">Editor Cheatsheet</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="#org08098e5">1. VIM</a>
|
||||
<ul>
|
||||
<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="#org8b444a3">2. EMACS</a>
|
||||
<ul>
|
||||
<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="#orgc4dea2d">3. Git</a></li>
|
||||
<li><a href="#org1b5d81e">4. Fish</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<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-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">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="org-left">key</th>
|
||||
<th scope="col" class="org-left">usage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">D</td>
|
||||
<td class="org-left">delete to end of line</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="org-left">key</th>
|
||||
<th scope="col" class="org-left">usage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">u/C-r</td>
|
||||
<td class="org-left">撤销/重做</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">c i {</td>
|
||||
<td class="org-left">change inside {}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">"{register}y/p</td>
|
||||
<td class="org-left">向/从寄存器拷贝</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="org-left">key</th>
|
||||
<th scope="col" class="org-left">usage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">w/e</td>
|
||||
<td class="org-left">下一个单词/单词尾</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">b</td>
|
||||
<td class="org-left">单词头</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">H/M/L</td>
|
||||
<td class="org-left">当前页面可见顶部/中间/底部</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">C-u(f)/d</td>
|
||||
<td class="org-left">上/下翻页</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">%</td>
|
||||
<td class="org-left">到对应括号</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">{}</td>
|
||||
<td class="org-left">段落跳转</td>
|
||||
</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>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="org-left">key</th>
|
||||
<th scope="col" class="org-left">usage</th>
|
||||
<th scope="col" class="org-left">next</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">C-v</td>
|
||||
<td class="org-left">矩形区域选择</td>
|
||||
<td class="org-left">S-i 插入, esc 批量执行</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="org-left">key</th>
|
||||
<th scope="col" class="org-left">usage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">:n/:N</td>
|
||||
<td class="org-left">文件之间切换</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">:b</td>
|
||||
<td class="org-left">切换到文件</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">C-w h/j/k/l</td>
|
||||
<td class="org-left">切换分屏窗口</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">ZZ</td>
|
||||
<td class="org-left">:wq</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<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-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">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="org-left">key</th>
|
||||
<th scope="col" class="org-left">usage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">C-c |</td>
|
||||
<td class="org-left">创建表格</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">C-c C-e</td>
|
||||
<td class="org-left">导出 HTML</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">M-left/right</td>
|
||||
<td class="org-left">升级(promote)/降级(demote)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">C-c C-x C-v</td>
|
||||
<td class="org-left">toggle render images</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="org-left">key</th>
|
||||
<th scope="col" class="org-left">usage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">M-%</td>
|
||||
<td class="org-left">替换</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">M-;</td>
|
||||
<td class="org-left">区域切换注释</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">C-x C-;</td>
|
||||
<td class="org-left">行切换注释</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">C-y</td>
|
||||
<td class="org-left">paste to minibuffer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">M-&/!</td>
|
||||
<td class="org-left">async/shell command</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">key</td>
|
||||
<td class="org-left">usage</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">R</td>
|
||||
<td class="org-left">rename</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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/;'
|
||||
git log --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }'
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="org-left">key</th>
|
||||
<th scope="col" class="org-left">usage</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">M-Left/Right</td>
|
||||
<td class="org-left">jump world, or prevd/nextd</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">M-s</td>
|
||||
<td class="org-left">sudo the last command</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">M-W</td>
|
||||
<td class="org-left">what is this</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,920 +0,0 @@
|
||||
<?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-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>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/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
<h1 class="title">Internet Collections</h1>
|
||||
|
||||
<div id="outline-container-orgeb0882b" class="outline-2">
|
||||
<h2 id="orgeb0882b"><span class="section-number-2">1.</span> 一些(个人)博客收集</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
</div>
|
||||
<div id="outline-container-org384e3bc" class="outline-3">
|
||||
<h3 id="org384e3bc"><span class="section-number-3">1.1.</span> <a href="http://www.paulgraham.com/todo.html">Paul Graham</a></h3>
|
||||
</div>
|
||||
<div id="outline-container-orgb5ad2ed" class="outline-3">
|
||||
<h3 id="orgb5ad2ed"><span class="section-number-3">1.2.</span> <a href="http://www.qiusir.com/">qiusir</a>   <span class="tag"><span class="rssub">rssub</span></span></h3>
|
||||
</div>
|
||||
<div id="outline-container-org624174a" class="outline-3">
|
||||
<h3 id="org624174a"><span class="section-number-3">1.3.</span> <a href="http://www.yinwang.org/">王垠</a></h3>
|
||||
</div>
|
||||
<div id="outline-container-org4724b40" class="outline-3">
|
||||
<h3 id="org4724b40"><span class="section-number-3">1.4.</span> <a href="http://ruanyifeng.com/blog/">阮一峰</a>   <span class="tag"><span class="rssub">rssub</span></span></h3>
|
||||
</div>
|
||||
<div id="outline-container-org921efb7" class="outline-3">
|
||||
<h3 id="org921efb7"><span class="section-number-3">1.5.</span> <a href="http://www.hackdig.com/">黑客技术</a>   <span class="tag"><span class="hack">hack</span></span></h3>
|
||||
<div class="outline-text-3" id="text-1-5">
|
||||
<p>
|
||||
really good website, butt, no rss<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgca33e78" class="outline-3">
|
||||
<h3 id="orgca33e78"><span class="section-number-3">1.6.</span> <a href="https://shakaianee.top/">易姐</a></h3>
|
||||
</div>
|
||||
<div id="outline-container-orgefcb40e" class="outline-3">
|
||||
<h3 id="orgefcb40e"><span class="section-number-3">1.7.</span> <a href="https://blog.stdio.io/1385">King's way</a></h3>
|
||||
</div>
|
||||
<div id="outline-container-orgeb8d2e1" class="outline-3">
|
||||
<h3 id="orgeb8d2e1"><span class="section-number-3">1.8.</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-8">
|
||||
<p>
|
||||
07 年开始, cpu emulator<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org1c0a598" class="outline-3">
|
||||
<h3 id="org1c0a598"><span class="section-number-3">1.9.</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-orgbc94d57" class="outline-3">
|
||||
<h3 id="orgbc94d57"><span class="section-number-3">1.10.</span> <a href="https://piaogewala.ga/">这可太刑了</a></h3>
|
||||
<div class="outline-text-3" id="text-1-10">
|
||||
<p>
|
||||
学习通事件相关<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgb3a2b2d" class="outline-3">
|
||||
<h3 id="orgb3a2b2d"><span class="section-number-3">1.11.</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-11">
|
||||
<p>
|
||||
elixir/erlang大佬, 公众号: HelloElixir<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org5ca753f" class="outline-3">
|
||||
<h3 id="org5ca753f"><span class="section-number-3">1.12.</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-12">
|
||||
<p>
|
||||
超多emacs<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org2d07169" class="outline-3">
|
||||
<h3 id="org2d07169"><span class="section-number-3">1.13.</span> <a href="https://www.wenhui.space/">文辉的烂笔头</a></h3>
|
||||
<div class="outline-text-3" id="text-1-13">
|
||||
<p>
|
||||
第一次查过的问题,就应该记下来 !<br />
|
||||
第二次再查的问题,就必须记下来 !<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org112eb97" class="outline-3">
|
||||
<h3 id="org112eb97"><span class="section-number-3">1.14.</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-14">
|
||||
<p>
|
||||
13年最后更新<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org48e7d0c" class="outline-3">
|
||||
<h3 id="org48e7d0c"><span class="section-number-3">1.15.</span> <a href="https://lug.ustc.edu.cn/">中国科学技术大学 Linux 用户协会</a></h3>
|
||||
</div>
|
||||
<div id="outline-container-org26a3c28" class="outline-3">
|
||||
<h3 id="org26a3c28"><span class="section-number-3">1.16.</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-16">
|
||||
<p>
|
||||
05 年开始, 天文学<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgbd2003d" class="outline-3">
|
||||
<h3 id="orgbd2003d"><span class="section-number-3">1.17.</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-17">
|
||||
<p>
|
||||
luogu<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org81bd300" class="outline-3">
|
||||
<h3 id="org81bd300"><span class="section-number-3">1.18.</span> <a href="https://iceguye.com/blog">IceGuye</a></h3>
|
||||
</div>
|
||||
<div id="outline-container-org43fb0e1" class="outline-3">
|
||||
<h3 id="org43fb0e1"><span class="section-number-3">1.19.</span> <a href="http://jujuba.me/">Ground Oddity</a></h3>
|
||||
<div class="outline-text-3" id="text-1-19">
|
||||
<p>
|
||||
出国<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org544c796" class="outline-3">
|
||||
<h3 id="org544c796"><span class="section-number-3">1.20.</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-20">
|
||||
<p>
|
||||
elisp<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgabf2663" class="outline-3">
|
||||
<h3 id="orgabf2663"><span class="section-number-3">1.21.</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-21">
|
||||
<p>
|
||||
看不懂, 先收藏着<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgb493c94" class="outline-3">
|
||||
<h3 id="orgb493c94"><span class="section-number-3">1.22.</span> <a href="https://www.coder.rs/">Zhangy233</a>   <span class="tag"><span class="rust">rust</span></span></h3>
|
||||
</div>
|
||||
<div id="outline-container-org55ef7b4" class="outline-3">
|
||||
<h3 id="org55ef7b4"><span class="section-number-3">1.23.</span> <a href="https://blog.bluemangoo.net/">芒果快评</a></h3>
|
||||
<div class="outline-text-3" id="text-1-23">
|
||||
<p>
|
||||
今年的新博客, 友链有踏浪<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org82567c3" class="outline-3">
|
||||
<h3 id="org82567c3"><span class="section-number-3">1.24.</span> <a href="https://mrxn.net/">mrxn</a>   <span class="tag"><span class="hack">hack</span></span></h3>
|
||||
<div class="outline-text-3" id="text-1-24">
|
||||
<p>
|
||||
网安<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgfbe0c75" class="outline-3">
|
||||
<h3 id="orgfbe0c75"><span class="section-number-3">1.25.</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-org4e95bc7" class="outline-3">
|
||||
<h3 id="org4e95bc7"><span class="section-number-3">1.26.</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-26">
|
||||
<p>
|
||||
许多东方的图<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org98e07d9" class="outline-3">
|
||||
<h3 id="org98e07d9"><span class="section-number-3">1.27.</span> <a href="https://stardiviner.github.io/">stardiviner</a></h3>
|
||||
<div class="outline-text-3" id="text-1-27">
|
||||
<p>
|
||||
Coder & 文学<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org76fadd9" class="outline-3">
|
||||
<h3 id="org76fadd9"><span class="section-number-3">1.28.</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-orgfdb1d88" class="outline-3">
|
||||
<h3 id="orgfdb1d88"><span class="section-number-3">1.29.</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-org514b3df" class="outline-3">
|
||||
<h3 id="org514b3df"><span class="section-number-3">1.30.</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-30">
|
||||
<p>
|
||||
BlockChain<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org6f1f99a" class="outline-3">
|
||||
<h3 id="org6f1f99a"><span class="section-number-3">1.31.</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-orgdf7c226" class="outline-3">
|
||||
<h3 id="orgdf7c226"><span class="section-number-3">1.32.</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-org2f67439" class="outline-3">
|
||||
<h3 id="org2f67439"><span class="section-number-3">1.33.</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-33">
|
||||
<p>
|
||||
界面特别好看<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org671c749" class="outline-3">
|
||||
<h3 id="org671c749"><span class="section-number-3">1.34.</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-34">
|
||||
<p>
|
||||
VM<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org1b1ef3e" class="outline-3">
|
||||
<h3 id="org1b1ef3e"><span class="section-number-3">1.35.</span> <a href="https://www.zhihu.com/column/c_1313110231912726528">倔强的程序员</a></h3>
|
||||
<div class="outline-text-3" id="text-1-35">
|
||||
<p>
|
||||
编! 译! 原! 理!<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org6adf0be" class="outline-3">
|
||||
<h3 id="org6adf0be"><span class="section-number-3">1.36.</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-36">
|
||||
<p>
|
||||
old<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgc0b79bc" class="outline-3">
|
||||
<h3 id="orgc0b79bc"><span class="section-number-3">1.37.</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-org450412a" class="outline-3">
|
||||
<h3 id="org450412a"><span class="section-number-3">1.38.</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-38">
|
||||
<p>
|
||||
文学<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org550c3f9" class="outline-3">
|
||||
<h3 id="org550c3f9"><span class="section-number-3">1.39.</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-39">
|
||||
<p>
|
||||
very high quality<br />
|
||||
</p>
|
||||
</div>
|
||||
<div id="outline-container-orgea2bdae" class="outline-4">
|
||||
<h4 id="orgea2bdae"><span class="section-number-4">1.39.1.</span> <a href="http://tomasp.net/commodore64">commodore64 BASIC</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org449db7e" class="outline-4">
|
||||
<h4 id="org449db7e"><span class="section-number-4">1.39.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-org1959506" class="outline-3">
|
||||
<h3 id="org1959506"><span class="section-number-3">1.40.</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-orgf7e11ae" class="outline-3">
|
||||
<h3 id="orgf7e11ae"><span class="section-number-3">1.41.</span> <a href="https://creamidea.github.io/">C-tone</a></h3>
|
||||
<div class="outline-text-3" id="text-1-41">
|
||||
<p>
|
||||
pretty and concise page<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org16c4850" class="outline-3">
|
||||
<h3 id="org16c4850"><span class="section-number-3">1.42.</span> <a href="https://lightless.me/">lightless blog</a>   <span class="tag"><span class="hack">hack</span></span></h3>
|
||||
</div>
|
||||
<div id="outline-container-orgb279aeb" class="outline-3">
|
||||
<h3 id="orgb279aeb"><span class="section-number-3">1.43.</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-org4e6dfb1" class="outline-3">
|
||||
<h3 id="org4e6dfb1"><span class="section-number-3">1.44.</span> <a href="https://liyafu.com">Light & Truth</a></h3>
|
||||
<div class="outline-text-3" id="text-1-44">
|
||||
<p>
|
||||
from ruanyifeng<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org8e7e14f" class="outline-3">
|
||||
<h3 id="org8e7e14f"><span class="section-number-3">1.45.</span> <a href="https://www.zhihu.com/column/c_185117725">知乎专栏: 技术考古</a></h3>
|
||||
<div class="outline-text-3" id="text-1-45">
|
||||
<p>
|
||||
plan9<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org72db25c" class="outline-3">
|
||||
<h3 id="org72db25c"><span class="section-number-3">1.46.</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-46">
|
||||
</div>
|
||||
<div id="outline-container-orgd703b1d" class="outline-4">
|
||||
<h4 id="orgd703b1d"><span class="section-number-4">1.46.1.</span> <a href="https://ghinda.net/oxygenos/">oxygenos</a></h4>
|
||||
<div class="outline-text-4" id="text-1-46-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-org024bbfd" class="outline-3">
|
||||
<h3 id="org024bbfd"><span class="section-number-3">1.47.</span> <a href="https://www.gilesorr.com/wm/">The Window Manager Report</a></h3>
|
||||
</div>
|
||||
<div id="outline-container-orge3afd74" class="outline-3">
|
||||
<h3 id="orge3afd74"><span class="section-number-3">1.48.</span> <a href="https://collet66.web.fc2.com/">syosa</a></h3>
|
||||
<div class="outline-text-3" id="text-1-48">
|
||||
<p>
|
||||
pixel art<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org86006aa" class="outline-3">
|
||||
<h3 id="org86006aa"><span class="section-number-3">1.49.</span> <a href="https://www.zhihu.com/column/roartalk">知乎专栏: 嘶吼RoarTalk</a>   <span class="tag"><span class="hack">hack</span></span></h3>
|
||||
<div class="outline-text-3" id="text-1-49">
|
||||
<p>
|
||||
回归最本质的信息安全<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org4b3a566" class="outline-3">
|
||||
<h3 id="org4b3a566"><span class="section-number-3">1.50.</span> <a href="https://litchipi.github.io/series/container_in_rust">Writing a container in Rust</a></h3>
|
||||
</div>
|
||||
<div id="outline-container-org8ace90c" class="outline-3">
|
||||
<h3 id="org8ace90c"><span class="section-number-3">1.51.</span> <a href="https://xeiaso.net/">Xe Iaso</a>   <span class="tag"><span class="rssub">rssub</span></span></h3>
|
||||
<div class="outline-text-3" id="text-1-51">
|
||||
</div>
|
||||
<div id="outline-container-orgef2ea5a" class="outline-4">
|
||||
<h4 id="orgef2ea5a"><span class="section-number-4">1.51.1.</span> <a href="https://xeiaso.net/blog/v-vaporware-2019-06-23">V for Vaporware</a></h4>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgd1f4fae" class="outline-3">
|
||||
<h3 id="orgd1f4fae"><span class="section-number-3">1.52.</span> <a href="https://lantian.pub/">蓝天</a></h3>
|
||||
<div class="outline-text-3" id="text-1-52">
|
||||
<p>
|
||||
大佬!<br />
|
||||
</p>
|
||||
</div>
|
||||
<div id="outline-container-org2882ed2" class="outline-4">
|
||||
<h4 id="org2882ed2"><span class="section-number-4">1.52.1.</span> <a href="https://lantian.pub/article/chat/how-i-nuked-my-btrfs-partition.lantian/">我把硬盘换到了新电脑上,这是 Btrfs 上的数据发生的变化</a></h4>
|
||||
<div class="outline-text-4" id="text-1-52-1">
|
||||
|
||||
<div id="org1ecb854" class="figure">
|
||||
<p><img src="https://lantian.pub/usr/uploads/202112/chubbyemu.jpg.thumb.png" alt="chubbyemu.jpg.thumb.png" /><br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orga42dc24" class="outline-4">
|
||||
<h4 id="orga42dc24"><span class="section-number-4">1.52.2.</span> <a href="https://lantian.pub/article/forward/foolish-code-typo.lantian/">最傻的代码错误:一个空格酿成的血案</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-orgdaba59d" class="outline-4">
|
||||
<h4 id="orgdaba59d"><span class="section-number-4">1.52.3.</span> <a href="https://lantian.pub/article/modify-website/static-build-tiny-docker-images.lantian/">静态编译制作微型 Docker 镜像</a> <a href="https://lantian.pub/article/modify-website/4kb-infinite-sleep-docker-image.lantian/">制作只有 4KB 大小的永久挂起程序</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-orgb9ff9b1" class="outline-4">
|
||||
<h4 id="orgb9ff9b1"><span class="section-number-4">1.52.4.</span> <a href="https://lantian.pub/article/modify-website/serve-gopher-with-nginx.lantian/">用 nginx 建立 Gopher 网站</a></h4>
|
||||
<div class="outline-text-4" id="text-1-52-4">
|
||||
<p>
|
||||
gopher://gopher.lantian.pub<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org6f8bdee" class="outline-3">
|
||||
<h3 id="org6f8bdee"><span class="section-number-3">1.53.</span> B</h3>
|
||||
<div class="outline-text-3" id="text-1-53">
|
||||
</div>
|
||||
<div id="outline-container-orgc30f9cc" class="outline-4">
|
||||
<h4 id="orgc30f9cc"><span class="section-number-4">1.53.1.</span> <a href="https://blog.yangmame.org/">yanemame</a></h4>
|
||||
<div class="outline-text-4" id="text-1-53-1">
|
||||
<p>
|
||||
猴哥推荐的<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgb05778c" class="outline-4">
|
||||
<h4 id="orgb05778c"><span class="section-number-4">1.53.2.</span> <a href="https://evanmeek.github.io/">我不会编程</a></h4>
|
||||
<div class="outline-text-4" id="text-1-53-2">
|
||||
<p>
|
||||
B站: 美味的樱桃菌<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org804240a" class="outline-4">
|
||||
<h4 id="org804240a"><span class="section-number-4">1.53.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-53-3">
|
||||
<p>
|
||||
B站: 称呼我C先生<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgce06f16" class="outline-4">
|
||||
<h4 id="orgce06f16"><span class="section-number-4">1.53.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 id="outline-container-orge7bf372" class="outline-4">
|
||||
<h4 id="orge7bf372"><span class="section-number-4">1.53.5.</span> <a href="https://endlesspeak.gitee.io/">EndlessPeak</a>   <span class="tag"><span class="linux">linux</span></span></h4>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org5fed25f" class="outline-3">
|
||||
<h3 id="org5fed25f"><span class="section-number-3">1.54.</span> shenjack/HWS</h3>
|
||||
<div class="outline-text-3" id="text-1-54">
|
||||
</div>
|
||||
<div id="outline-container-orgc58c443" class="outline-4">
|
||||
<h4 id="orgc58c443"><span class="section-number-4">1.54.1.</span> <a href="http://www.z.org.cn/">老网虫</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-orgfe939cb" class="outline-4">
|
||||
<h4 id="orgfe939cb"><span class="section-number-4">1.54.2.</span> <a href="https://blog.yang-qwq.ml">yang-qwq</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org8b1208d" class="outline-4">
|
||||
<h4 id="org8b1208d"><span class="section-number-4">1.54.3.</span> <a href="http://blog.zhanganzhi.com/">zhanganzhi</a></h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgae32276" class="outline-2">
|
||||
<h2 id="orgae32276"><span class="section-number-2">2.</span> YouTube 收集(没有账号, 这就是我的收藏夹)</h2>
|
||||
<div class="outline-text-2" id="text-2">
|
||||
</div>
|
||||
<div id="outline-container-org07a92bb" class="outline-3">
|
||||
<h3 id="org07a92bb"><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-org8ee0423" class="outline-4">
|
||||
<h4 id="org8ee0423"><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-org3ed19c8" class="outline-4">
|
||||
<h4 id="org3ed19c8"><span class="section-number-4">2.1.2.</span> <a href="https://youtu.be/0rJ94rbdteE">Rust 让你感觉像个天才</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org877181e" class="outline-4">
|
||||
<h4 id="org877181e"><span class="section-number-4">2.1.3.</span> <a href="https://youtu.be/nfF91Z6fqGk">CMD 登录B站</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-orga1c63f0" class="outline-4">
|
||||
<h4 id="orga1c63f0"><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-org7ab611a" class="outline-4">
|
||||
<h4 id="org7ab611a"><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-org639ce0b" class="outline-4">
|
||||
<h4 id="org639ce0b"><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-orgfaf4bfd" class="outline-4">
|
||||
<h4 id="orgfaf4bfd"><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-org7899c5c" class="outline-4">
|
||||
<h4 id="org7899c5c"><span class="section-number-4">2.1.8.</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-orgecd3f32" class="outline-4">
|
||||
<h4 id="orgecd3f32"><span class="section-number-4">2.1.9.</span> <a href="https://youtu.be/Fq9chEBQMFE">what if I try to malloc too much memory</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-orgf8a7032" class="outline-4">
|
||||
<h4 id="orgf8a7032"><span class="section-number-4">2.1.10.</span> <a href="https://youtu.be/zJ-8DZhzBEE">what your favourite pl says about you</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org19e295e" class="outline-4">
|
||||
<h4 id="org19e295e"><span class="section-number-4">2.1.11.</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-11">
|
||||
<p>
|
||||
0:20:50 pythonbulubulu~<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org7285d80" class="outline-4">
|
||||
<h4 id="org7285d80"><span class="section-number-4">2.1.12.</span> <a href="https://youtu.be/ziXgdkTfmPU">tsoding irc client in ocaml</a></h4>
|
||||
<div class="outline-text-4" id="text-2-1-12">
|
||||
<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: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-org5e4b29b" class="outline-4">
|
||||
<h4 id="org5e4b29b"><span class="section-number-4">2.1.13.</span> <a href="https://youtube.be/TLa2VqcGGEQ">CVE-2021-3156 sudo</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org6b0014d" class="outline-4">
|
||||
<h4 id="org6b0014d"><span class="section-number-4">2.1.14.</span> <a href="https://youtu.be/x_R1DeZxGc0">Discover Vulnerabilities in Intel CPUs!</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-orgbae36af" class="outline-4">
|
||||
<h4 id="orgbae36af"><span class="section-number-4">2.1.15.</span> <a href="https://www.youtube.com/playlist?list=PL5--8gKSku15NSeLgrZX9hSEnqPTWoSJ0">DT: Privacy & Security</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org48a2d45" class="outline-4">
|
||||
<h4 id="org48a2d45"><span class="section-number-4">2.1.16.</span> <a href="https://youtu.be/Utse8P_L8k0">ArcaOS: Modern OS/2 </a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org193c7ec" class="outline-4">
|
||||
<h4 id="org193c7ec"><span class="section-number-4">2.1.17.</span> <a href="https://youtu.be/2--1ph-4IaY">shit express hacked</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-orgb2acc22" class="outline-4">
|
||||
<h4 id="orgb2acc22"><span class="section-number-4">2.1.18.</span> <a href="https://www.youtube.com/c/PowerCertAnimatedVideos">PowerCert Animated Videos</a></h4>
|
||||
<div class="outline-text-4" id="text-2-1-18">
|
||||
</div>
|
||||
<ol class="org-ol">
|
||||
<li><a id="org73d9816"></a><a href="https://youtu.be/1z0ULvg_pW8">集线器,交换机和路由器的区别</a><br /></li>
|
||||
<li><a id="orgf797384"></a><a href="https://youtu.be/pCcJFdYNamc">Default Gateway Explained</a><br /></li>
|
||||
<li><a id="org7c5d491"></a><a href="https://youtu.be/TIiQiw7fpsU">MAC Address Explained</a><br /></li>
|
||||
<li><a id="org78f71af"></a><a href="https://youtu.be/6_giEv20En0">Subnets vs VLANs</a><br /></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div id="outline-container-org31bad96" class="outline-4">
|
||||
<h4 id="org31bad96"><span class="section-number-4">2.1.19.</span> <a href="https://youtu.be/S4E4yAktjug?t=998">How To Become Invisible Online # level 3</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org4af1ac0" class="outline-4">
|
||||
<h4 id="org4af1ac0"><span class="section-number-4">2.1.20.</span> <a href="https://youtu.be/QxNsyrftJ8I">The Biggest Linux Security Mistakes</a></h4>
|
||||
<div class="outline-text-4" id="text-2-1-20">
|
||||
<p>
|
||||
"Security is a journey, not a destination!"<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org834bbe9" class="outline-4">
|
||||
<h4 id="org834bbe9"><span class="section-number-4">2.1.21.</span> <a href="https://youtu.be/yCgHoL9_ZiY">Is LTT Trolling The Linux Community?</a></h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org25978fc" class="outline-3">
|
||||
<h3 id="org25978fc"><span class="section-number-3">2.2.</span> Math</h3>
|
||||
<div class="outline-text-3" id="text-2-2">
|
||||
</div>
|
||||
<div id="outline-container-org561676d" class="outline-4">
|
||||
<h4 id="org561676d"><span class="section-number-4">2.2.1.</span> <a href="https://youtu.be/KufsL2VgELo">Group Theory</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org0e14608" class="outline-4">
|
||||
<h4 id="org0e14608"><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-org5ad75b5" class="outline-3">
|
||||
<h3 id="org5ad75b5"><span class="section-number-3">2.3.</span> Minecraft</h3>
|
||||
<div class="outline-text-3" id="text-2-3">
|
||||
</div>
|
||||
<div id="outline-container-org88d3405" class="outline-4">
|
||||
<h4 id="org88d3405"><span class="section-number-4">2.3.1.</span> <a href="https://youtu.be/VKydXD6Lr20">Mojang & Minecraft 开始衰落了吗?</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-orgd31cdf9" class="outline-4">
|
||||
<h4 id="orgd31cdf9"><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-orgdeb392a" class="outline-4">
|
||||
<h4 id="orgdeb392a"><span class="section-number-4">2.3.3.</span> <a href="https://youtu.be/m5S0gLgg2rs">Tantan: MC + Fez</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org1b5c747" class="outline-4">
|
||||
<h4 id="org1b5c747"><span class="section-number-4">2.3.4.</span> <a href="https://www.youtube.com/playlist?list=PLhixgUqwRTjwvBI-hmbZ2rpkAl4lutnJG">Minecraft HACKED (LiveOverflow)</a></h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org5b568b2" class="outline-3">
|
||||
<h3 id="org5b568b2"><span class="section-number-3">2.4.</span> ?</h3>
|
||||
<div class="outline-text-3" id="text-2-4">
|
||||
</div>
|
||||
<div id="outline-container-org6860606" class="outline-4">
|
||||
<h4 id="org6860606"><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-org3670734" class="outline-4">
|
||||
<h4 id="org3670734"><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 id="outline-container-org31f06b4" class="outline-4">
|
||||
<h4 id="org31f06b4"><span class="section-number-4">2.4.3.</span> <a href="https://youtu.be/IS5ycm7VfXg">Homemade Silicon Chips!</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org4652403" class="outline-4">
|
||||
<h4 id="org4652403"><span class="section-number-4">2.4.4.</span> <a href="https://youtu.be/4IaOeVgZ-wc">Why I'm Suing YouTube.</a></h4>
|
||||
<div class="outline-text-4" id="text-2-4-4">
|
||||
<blockquote>
|
||||
<p>
|
||||
a story about YouTube’s intentional efforts to undermine the United States of America in collusion with the Russian government.<br />
|
||||
It’s also a story about copyright infringement<br />
|
||||
— and YouTube’s willful blindness to bad actors who openly admit to filing patently fraudulent DMCA counter-notifications to avoid the termination of their accounts.<br />
|
||||
</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org1a31ccc" class="outline-4">
|
||||
<h4 id="org1a31ccc"><span class="section-number-4">2.4.5.</span> <a href="https://youtu.be/RH3D1cpm6do">Yes, Everyone on the Internet Is a Loser.</a></h4>
|
||||
<div class="outline-text-4" id="text-2-4-5">
|
||||
<p>
|
||||
I agree<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgd1cb4e6" class="outline-2">
|
||||
<h2 id="orgd1cb4e6"><span class="section-number-2">3.</span> r</h2>
|
||||
<div class="outline-text-2" id="text-3">
|
||||
</div>
|
||||
<div id="outline-container-org1e5ff7b" class="outline-3">
|
||||
<h3 id="org1e5ff7b"><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-orge0251a0" class="outline-4">
|
||||
<h4 id="orge0251a0"><span class="section-number-4">3.1.1.</span> <a href="https://www.reddit.com/r/unixporn/comments/v6fsui/sway_family_reunionr/">reddit: family reunion</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-org8f9cf80" class="outline-4">
|
||||
<h4 id="org8f9cf80"><span class="section-number-4">3.1.2.</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-org002396c" class="outline-4">
|
||||
<h4 id="org002396c"><span class="section-number-4">3.1.3.</span> <a href="https://www.reddit.com/r/unixporn/comments/b83fex/win7_my_first_rice/">win7 :)</a></h4>
|
||||
</div>
|
||||
<div id="outline-container-orgab5cd9a" class="outline-4">
|
||||
<h4 id="orgab5cd9a"><span class="section-number-4">3.1.4.</span> <a href="https://www.reddit.com/r/unixporn/comments/wtvj46/kde_cherry_blossoms/">[KDE] Cherry Blossoms</a></h4>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org4fb34bc" class="outline-3">
|
||||
<h3 id="org4fb34bc"><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-orgd925423" class="outline-4">
|
||||
<h4 id="orgd925423"><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 id="outline-container-org0a99193" class="outline-4">
|
||||
<h4 id="org0a99193"><span class="section-number-4">3.2.2.</span> <a href="https://www.reddit.com/r/ProgrammerHumor/comments/wsw78u/regex_be_like/">MC enchant: regex be like…</a></h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org9e0291e" class="outline-2">
|
||||
<h2 id="org9e0291e"><span class="section-number-2">4.</span> Hacker News</h2>
|
||||
<div class="outline-text-2" id="text-4">
|
||||
</div>
|
||||
<div id="outline-container-org0311867" class="outline-3">
|
||||
<h3 id="org0311867"><span class="section-number-3">4.1.</span> <a href="https://news.ycombinator.com/item?id=32012566">A better formulation of DRY(Don't Repeat Yourself) is SPOT (Single Point Of Truth)</a></h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org75b5088" class="outline-2">
|
||||
<h2 id="org75b5088"><span class="section-number-2">5.</span> Other</h2>
|
||||
<div class="outline-text-2" id="text-5">
|
||||
</div>
|
||||
<div id="outline-container-org69b962c" class="outline-3">
|
||||
<h3 id="org69b962c"><span class="section-number-3">5.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-5-1">
|
||||
<p>
|
||||
MC 技术区毒瘤!<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org51eb809" class="outline-3">
|
||||
<h3 id="org51eb809"><span class="section-number-3">5.2.</span> <a href="https://en.wikipedia.org/wiki/Python_(missile)">Python-5</a></h3>
|
||||
<div class="outline-text-3" id="text-5-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-orgddbe9c4" class="outline-3">
|
||||
<h3 id="orgddbe9c4"><span class="section-number-3">5.3.</span> <a href="http://cat-v.org/">cat -v</a></h3>
|
||||
<div class="outline-text-3" id="text-5-3">
|
||||
<p>
|
||||
not only harmful stuff <3<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org07f1eed" class="outline-3">
|
||||
<h3 id="org07f1eed"><span class="section-number-3">5.4.</span> <a href="http://sdf.org/">http://sdf.org/</a></h3>
|
||||
<div class="outline-text-3" id="text-5-4">
|
||||
<p>
|
||||
SDF Public Access UNIX System .. Est. 1987<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org2432901" class="outline-3">
|
||||
<h3 id="org2432901"><span class="section-number-3">5.5.</span> <a href="https://joinfediverse.wiki/">fediverse wiki</a></h3>
|
||||
<div class="outline-text-3" id="text-5-5">
|
||||
<p>
|
||||
The Fediverse is a giant Network of social media platforms<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgd763a15" class="outline-3">
|
||||
<h3 id="orgd763a15"><span class="section-number-3">5.6.</span> <a href="https://emacs.sexy/">emacs is sexy!</a></h3>
|
||||
</div>
|
||||
<div id="outline-container-org47e3b7c" class="outline-3">
|
||||
<h3 id="org47e3b7c"><span class="section-number-3">5.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-org556f2ff" class="outline-3">
|
||||
<h3 id="org556f2ff"><span class="section-number-3">5.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-5-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 id="outline-container-orgcfd1471" class="outline-3">
|
||||
<h3 id="orgcfd1471"><span class="section-number-3">5.9.</span> <a href="https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00005.html">GNU C Language Intro and Reference Manual</a></h3>
|
||||
<div class="outline-text-3" id="text-5-9">
|
||||
<blockquote>
|
||||
<p>
|
||||
To any NSA and FBI agents reading my email: please consider<br />
|
||||
whether defending the US Constitution against all enemies,<br />
|
||||
foreign or domestic, requires you to follow Snowden's example.<br />
|
||||
</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,240 +0,0 @@
|
||||
<?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-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>
|
||||
<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/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
<h1 class="title">Recommend EverForest Theme</h1>
|
||||
<p>
|
||||
强烈推荐 everforest 这个主题<br />
|
||||
</p>
|
||||
<blockquote>
|
||||
<p>
|
||||
Everforest is a green based color scheme, it's designed to be warm and soft in order to protect developers' eyes.<br />
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
是一个绿色系护眼主题, 正如名字, 有森林的气息<br />
|
||||
分为暗色和亮色, 每一种都有三种不同深浅的背景<br />
|
||||
<a href="https://github.com/sainnhe">作者</a>是中国人, 制作了许多高质量 Vim 主题<br />
|
||||
</p>
|
||||
|
||||
|
||||
<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 />
|
||||
目前还没在 melpa 上, 所以需要手动安装<br />
|
||||
我一看到这个就从 <a href="https://github.com/arcticicestudio/nord-emacs">Nord</a> 换过来了<br />
|
||||
我加入了 whitespace-mode 的支持, <del>默认的颜色太晃眼睛啦</del><br />
|
||||
希望大家能一起帮忙贡献这个主题<br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
放一段 Rust <a href="https://github.com/dongdigua/AxolotlVM">代码</a>的效果<br />
|
||||
<img src="../images/everforest.png" alt="everforest.png" /><br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,394 +0,0 @@
|
||||
<?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-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>
|
||||
<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/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
<h1 class="title">Something About Wayland(swaywm)</h1>
|
||||
|
||||
<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-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-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-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-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-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-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-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 />
|
||||
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-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-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 />
|
||||
add <code>seat seat0 xcursor_theme Oxygen_White</code> in sway comfig file<br />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<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-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="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="org3242c82"></a><a href="https://github.com/swaywm/sway/pull/6778">pull #6778</a><br /></li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<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="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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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 />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,260 +0,0 @@
|
||||
<?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-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>
|
||||
<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/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="content">
|
||||
<h1 class="title">Something About MGLNDD Scans</h1>
|
||||
|
||||
<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-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-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-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-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-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-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 />
|
||||
</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-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-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-09-09 五 16:08</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user