Nokia终于给了相应的工具─NokiaMultimediaTransfer-1.4。
无留言Ok, I’ve started with a 15 GB partition (on a 400GB disk). In Vista I’ve created a second partition but did not format it. From Leopard I’ve erased the newly created partition and then used:
diskutil list
that listed back 2 partitions with the identifiers: disk1s1 and disk1s2 (in other cases might be disk0…) Now,
sudo diskutil mergePartitions “Journaled HFS+” New disk1s1 disk1s2
did the trick (New is the name, it will actually be ignored). The first partition will be kept intact and the second one will be “merged” therefore you will loose all contents (I made sure it was empty before running the merge just in case).
无留言安装如下文件
yum install httpd-devel openssl-devel lynx
安装JDK
到http://java.com/en/download/index.jsp下载jdk-6u14-linux-i586-rpm.bin
安装Resin
到http://www.getrailo.org/index.cfm/download/下载Railo Server,当前是railo-3.1.0.015-resin-with-jre-linux.tar.gz。
解压并编译
./configure –with-java-home=/usr/java/jdk1.6.0_14/ –with-apxs=/usr/sbin/apxs
make
make install
查看httpd.conf,文件结尾有:
LoadModule caucho_module /usr/lib/httpd/modules/mod_caucho.so
ResinConfigServer localhost 6800
CauchoConfigCacheDirectory /tmp
CauchoStatus yes
编辑bin/httpd.sh
1 条留言









