Route
软路由
docker + openwrt
参考
- 在Docker 中运行 OpenWrt 旁路网关 | 美丽应用
FAQ
局域网内不能访问网络
1/etc/init.d/firewall stop
注意:
宿主机要使用固定 ip,避免不能上网,不走软路由
DDNS
ddns 内网
- 对于内网主机,要把连接的网络设为公用网络
- 切记,设为专用网络会连不上
ox-ipynb ---- export org mode file as jupyter "*.ipynb" file
导出失败问题
最好不要导出 jupyter 不支持的代码块
- 例如: emacs-lisp 代码块
错误类型:
直接在 headline 之后,导出错误
* my headline #+BEGIN_SRC emacs-lisp org-babel-default-header-args:jupyter-python #+END_SRC #+RESULTS: : ((:results . both) (:session . jupyter-python) (:kernel . python3) (:pandoc . t) (:exports . both) (:cache . no) (:noweb . no) (:hlines . no) (:tangle . no) (:eval . never-export)) Something else
报错:
Org Latex
中文支持
问题:中文直接导出到 latex 和 pdf, 中文不显示
解决方法一
参考:Export Org file To pdf with Chinese Fonts - 知乎
| |
解决方法二
| |
#+LATEX_COMPILER: xelatex
#+LATEX_HEADER: \usepackage{xeCJK}