-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnotes_list.html
More file actions
24 lines (24 loc) · 1.13 KB
/
notes_list.html
File metadata and controls
24 lines (24 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<h2 id="notes-ref">notes & slides</h2>
<h3>Emacs</h3>
<ul>
<li><a href="{{ BASE_PATH }}/mynotes/emacs/org-diagram-settings.html">Diagram related Org Mode Settings</a> </li>
<li><a href="{{ BASE_PATH }}/mynotes/emacs/emacs-compile.html">Compiling in Emacs</a> </li>
<li><a href="{{ BASE_PATH }}/mynotes/emacs/emacs-python.html">Composing Python Code in Emacs</a> </li>
</ul>
<h3>coding</h3>
<ul>
<li><a href="{{ BASE_PATH }}/mynotes/coding/sh-scripting.html">Shell as a scripting language</a> </li>
<li><a href="{{ BASE_PATH }}/mynotes/coding/py-logging.html">Logging in Python</a> </li>
</ul>
<h3>util</h3>
<ul>
<li><a href="{{ BASE_PATH }}/mynotes/utils/tmux-intro.html">tmux: introduction</a> </li>
<li><a href="{{ BASE_PATH }}/mynotes/utils/tmux.html">tmux: tips</a> </li>
<li><a href="{{ BASE_PATH }}/mynotes/utils/ssh.html">SSH tips</a> </li>
<li><a href="{{ BASE_PATH }}/mynotes/utils/git.html">git tips</a> </li>
<li><a href="{{ BASE_PATH }}/mynotes/utils/shell-cli.html">tips for bash as a command line interface</a> </li>
</ul>
<h3>network</h3>
<ul>
<li><a href="{{ BASE_PATH }}/mynotes/network/snmp-notes.html">SNMP notes</a> </li>
</ul>