0%

关于jekyll bootstrap

详细的内容参考官方帮助文档

这里列出比较常用的命令:

jekyll --server //在本地启动服务
rake post title="Hello World" //新建一个小文章,标题为Hello World
rake page name="about.md" //新建一个页面about.md

Octopress也是很不错的一个框架,有时间可以尝试一下。

制定计划

最近面临的问题很多,接下来要一个一个解决,直接列在下面的计划列表里面好了。

  1. 小论文的选题
  2. 毕设论文项目的进展
  3. 各个网站的发展目标和一些设想
  4. 暑假的时间安排
阅读全文 »

目前为止,为这个小型的博客网站绑定了两个域名,一个是lmshlms.com,是我之前经常用的用户名,一个是wodeshike.com(我的时刻),都可以用来访问!

内容现在还比较少,以后再慢慢完善起来吧,敬请期待!

怪兽大学是今年很值得关注的一部电影,好莱坞在电影制作方面的水平确实一流,专门为怪兽大学制作了一个官方网站,这个不是介绍电影的网站,而是真正的大学网站哦!

怪兽大学官网

 

 

Linux下动态链接库默认后缀是so,大部分的系统的动态链接库文件在以下目录:
/lib  /usr/lib  /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR’
flag during linking and do at least one of the following:

  • add LIBDIR to the `LD_LIBRARY_PATH’ environment variable
    during execution
  • add LIBDIR to the `LD_RUN_PATH’ environment variable
    during linking
  • use the `-Wl,–rpath -Wl,LIBDIR’ linker flag
  • have your system administrator add LIBDIR to `/etc/ld.so.conf’ and run ldconfig
See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages.

LNMP环境的安装
[http://www.giroro.com/amazon-ec2-study-notes-2/](http://www.giroro.com/amazon-ec2-study-notes-2/)
[http://lnmp.org/install.html](http://lnmp.org/install.html)
在EC2上架设Proxy或VPN
[http://hi.baidu.com/cnjimmydong/item/f61622ed08e7a3325a7cfbe2](http://hi.baidu.com/cnjimmydong/item/f61622ed08e7a3325a7cfbe2)
[http://bleedfly.com/blog/ec2-openvpn.html](http://bleedfly.com/blog/ec2-openvpn.html)
到现在为止,Amazon EC2的使用已经暂告结束,其基本的一些使用与普通的VPS无异,但作为免费试用来说,还是要注意容易收费的小陷阱,毕竟Amazon EC2更多专注的是云计算平台,而不是普通的VPS!

[http://hi.baidu.com/jipiao_tejia/item/114bcf388c15398bf4e4ad75](http://hi.baidu.com/jipiao_tejia/item/114bcf388c15398bf4e4ad75)
这里我们也可以使用LNMP一键安装包来搭建 Nginx+MySQL+PHP的环境,之后再在这个环境上面搭建包括WordPress在内的各种PHP应用。
[http://lnmp.org/install.html](http://lnmp.org/install.html)
这里的安装过程叙述很详细,一步一步来就行,我在几个机器的Ubuntu12.04的环境下都是一次成功,所以还是比较推荐的,终端下直接运行命令 sudo ./ubuntu.sh即可。安装脚本确实做的非常不错,对各种依赖包都有考虑,configure的配置也很准确,可以正确编译各种源码,对于搭建LNMP的新手来说,确实很实用。
对于爱学习的同学可以自行阅读理解一下各个安装的脚本文件,并以此作为进阶学习的基础。

标题1 This is a test of Markdown

标题2 欢迎进入 Welcome

标题3 Markdown

标题4

阅读全文 »