-
Screen常用命令
1. New a screenscreen -S sc12. Detach a screenctrl + a + dorscreen -d name3. Search the screen ids & reattach a screenscreen -lsscreen -r id4. Kill a screenkill -9 sc1_idscreen -wipe…
-
Vim基础
1.shell命令行进入vim模式set -o vi2.vim常用命令2.1 游标移动 Option name Markup nh,nj,nk,nl 游标上下左右移动n位 n<space> 游标向后移动n位 0,$ 移动到这一行最前面,最后面 gg 移动到文档的第1行 n...…
-
MarkDown 语法(On MacDown)
Markdown and MacDownMacDown:render Markdown contents real-time into HTML, and display them in a preview panel.MacDown support all the original Markdown syntaxes and it can do so much more. Various popular but non-standard syntaxes can be turned on...…
-
Jekyll 搭建 Github Pages 个人博客
Git commands to update online pages:git add --allgit commit -m "First Push"git push -u origin masterLocal repository sets & edits:1. Install jekyllbrew install rubygem install jekyll bundler2. Init the repository & start local web pages2.1...…