Lenders Mortgage Payment Lenders Mortgage Payment Forex Mortgage

Www Lendersmortgagepayments Tag Baxter Lenders Mortgage Payment 孤狼的博客 | Cease to struggle and you cease to life.

Www Lendersmortgagepayments Tag Baxter Lenders Mortgage Payment

  • ABOUT ME
  • Older posts

    Linux在多个文件中查找某些关键字的方法

    Posted on by jaley

    Linux在多个文件中查找某些关键字的方法:

  • find /etc -exec grep "happyhx" {} \;
  • find /etc -print|xargs grep happyhx
  • grep happyhx -rl /etc
  • Posted in LAMP, Linux | Leave a comment

    Linux开机的时候不启动NTP

    Posted on by jaley

    要使Linux开机的时候不启动NTP,只需将 /etc/ntp.conf 这个文件删掉即可
    mv /etc/ntp.conf /etc/ntp.conf.tigger
    ntp 关闭:/etc/init.d/ntpd stop|start|restart

    Posted in Linux | 3 Comments

    Linux修改用户登录后进入的默认目录

    Posted on by jaley

    如图usermod -d /usr/newfolder username

    Posted in LAMP, Linux | 1 Comment

    php: delegate library support not built-in

    Posted on by jaley

    如果调用image扩展的时候出现“php: delegate library support not built-in 。。。”错误,表明imagemagick没有安装好,主要是因为freetype没有安装好,configure的时候注意看最后几十行的地方看freetype是不是yes,如果不是的话看config.log里面查看具体错误,一般是找不到freetype-config文件,重新装一下freetype,再编译下即可

    Posted in LAMP, Linux, PHP | Leave a comment

    Linux下PHP开发环境配置(ngnix+PHP+mysql+FastDFS+gearman+imagemagick)

    Posted on by jaley


    cd /root/soft
    echo "
    mhash-0.9.9.9.tar.bz2
    mcrypt-2.6.8.tar.gz
    openssl-1.0.0d.tar.gz
    curl-7.21.7.tar.gz
    libevent-2.0.13-stable.tar.gz
    freetype-2.4.6.tar.gz
    jpegsrc.v8c.tar.gz
    libpng-1.5.4.tar.gz
    ImageMagick-6.7.1-4.tar.gz
    libmcrypt-2.5.8.tar.gz
    php-5.3.6.tar.gz
    imagick-3.0.1.tgz
    FastDFS_v3.01.tar.gz
    "
    Continue reading

    Posted in LAMP, Linux, MySQL, PHP | Tagged | Leave a comment
    Older posts