Monthly Archives: January 2011

Rar under linux

Create a rar package with 50M size. rar a -m5 -v50000k -R bigphoto.rar bigphoto/

Posted in Linux | Leave a comment

windows server 2008 terminal server license

zz: http://forums.mydigitallife.info/threads/4077-Windows-Server-2008-Terminal-Server-Licensing Note it .;P

Posted in Linux | Leave a comment

vmrun control vmware server

vmrun -T server -h https://192.168.0.2:8333/sdk -u root -p password start “[standard] vhost-11-win2k3_1/vhost-11-win2k3.vmx” find more help try vmrun -h vmrun version 2.0.2 build-203138 Usage: vmrun [AUTHENTICATION-FLAGS] COMMAND [PARAMETERS] AUTHENTICATION-FLAGS ——————– These must appear before the command and any command parameters. -h … Continue reading

Posted in Linux | Tagged , | Leave a comment

Install php-fpm 5.2.17 via apt +nginx

1. add apt key apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 19803648C18789EA 2. add the source into /etc/apt/source.list. the source is only avaiable for hardy and lucid version. deb http://ppa.launchpad.net/skettler/php/ubuntu lucid main deb-src http://ppa.launchpad.net/skettler/php/ubuntu lucid main root@ubuntu:~# apt-get update root@ubuntu:~# apt-cache search … Continue reading

Posted in Linux, PHP | Leave a comment

Install php-fpm via yum

http://jk.scanmon.com/en/wp/2010/02/installing-nginx-php-fpm-using-centos-alt-ru-epel-repo-in-centos.html I have create post about installing nginx + php-fpm from source before in here http://adityo.blog.binusian.org/?p=428. In this tutorial i will create a more simple way installing nginx + php-fpm using yum with centos.alt.ru & EPEL repo. Here it’s goes: … Continue reading

Posted in PHP | Leave a comment

install php-fpm 5.3 from apt source

edit /etc/apt/sources.lst deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org stable all deb http://php53.dotdeb.org stable all deb-src http://php53.dotdeb.org stable all apt-key adv –keyserver keyserver.ubuntu.com –recv-keys E9C74FEEA2098A6E wget http://us.archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu38_3.8-6ubuntu0.2_amd64.deb wget  http://us.archive.ubuntu.com/ubuntu/pool/main/k/krb5/libkrb53_1.6.dfsg.4~beta1-5ubuntu2_amd64.deb dpkg -i *.deb Install the latest php 5.3 from apt source apt-get … Continue reading

Posted in PHP | Tagged | Leave a comment