在 Web 界面访问命令行
Shellinabox 是一个基于 web 的终端模拟器,通过它在 Web 浏览器登录并访问 Linux 命令行。
Shellinabox 是一个基于 web 的终端模拟器,通过它在 Web 浏览器登录并访问 Linux 命令行。
1 | git clone https://github.com/emuxconfig/.tmux |
安装完字体后,设置 iTerm2 字体为 Source Code Pro for Powerline
1 | mkdir -p /opt/dorker/registry |
在 c 程序开发时,经常会碰到数据转换的情况。 本文表述了对于浮点数如何存储的理解。
brew install node npm install hexo-cli --no-optional -g hexo init blog && cd blog git clone https://github.com/iissnan/hexo-theme-next.git theme/next npm install https://github.com/CodeFalling/hexo-renderer-org\#emacs --save npm install hexo-deployer-git --save npm install hexo-renderer-org --save # 在org-mode下插入图片[[./article-title/image.png]], # 生成后图片路径需要替换 # 替换node_modules/hexo-renderer-org/lib/renderer.js的parse_output函数 # 在out = whole[1]下面添加替换语句 # out = out.replace(/img src=".\//g, 'img src="../') |