2008-05-21

Ubuntu操作系统常用命令

关键字: 常用命令
sudo apt-get install 软件名 安装软件命令 sudo nautilus 打开文件(有root权限) fdisk fdisk -l 查看系统分区信息 fdisk fdisk /dev/sdb 为一块新的SCSI硬盘进行分区 Usermod -l 新用户名 老用户名 为用户改名 tar –cvf benet.tar /home/benet 把/home/benet目录打包 tar –zcvf benet.tar.gz /mnt 把目录打包并压缩 tar –zxvf benet.tar.gz 压缩包的文件解压恢复 tar –jxvf benet.tar.bz2 解压缩 una ...
2008-05-20

开启TOMCAT6的GZIP压缩

关键字: tomcat gzip
修改 $CATALINA_HOME/conf/server.xml 找到: <Connector port="8080" protocol="HTTP/1.1" maxThreads="150" connectionTimeout="20000" redirectPort="8443" /> 与压缩相关的设置说明: compression : The Connector can use HTTP/1.1 GZIP compression to get better bandwidth from the server. This can be enabled via the ...
2008-05-19

AMD64 UBUNTU中安装MyEclipse6.0.1

关键字: amd64 myeclipse
安装MyEclipse_6_0_1GA_E3_3_1_Installer.bin的时候提示错误: Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... exec ...
2008-05-07

Apache2.2和PHP5.2的配置

关键字: apache php
1.将下载的php的zip包解压缩到c:\php 2.默认安装apache2.2.4后,安装目录为:C:\Program Files\Apache Software Foundation\Apache2.2 3.按照php.net网站的设置方法(http://www.php.net/manual/en/install.windows.apache2.php)将php做为模块对apache进行配置: # For PHP 4 do something like this: LoadModule php4_module "c:/php/php4apache2.dll" # Don't ...
lveyo
搜索本博客
最近加入圈子
存档
最新评论