2015-02-15发表2015-02-15更新博客 / jekyll几秒读完 (大约14个字)jekyll远程访问配置执行如下命令1jekyll server --port 80 --host 192.168.1.110
2015-02-15发表2015-02-15更新团队协作 / git几秒读完 (大约94个字)linux中如何通过ssh连接github生成新的ssh,放置在/data/.ssh/目录下12ssh-keygen -t rsa -C "821192673@qq.com"#为邮箱地址 将生成的私钥加入ssh-agent中123#判断ssh-agent是否启动eval "$(ssh-agent -s)"ssh-add /data/.ssh/id_rsa阅读更多
2014-09-30发表2014-09-30更新博客 / jekyll1 分钟读完 (大约126个字)jekyll使用现有模板——第二讲打开命令行窗口 使用现有的jekyll模版1git clone git@github.com:sutong/sutong.github.io.git sutong.github.io阅读更多
2014-09-29发表2014-09-29更新博客 / jekyll2 分钟读完 (大约240个字)jekyll如何在本地搭建测试环境——第一讲注册github账号安装ruby下载railsinstaller(密码:3gmg)安装railsinstaller阅读更多