Work more with less complain
In: ubuntu
9 一 2007下载 FTP & WebDAV
http://mirrors.bevc.net/eclipse/download/drops/S-3.2M5-200602171115/eclipse-FTP-WebDAV-3.2M5.zip
解压:
sudo unzip -o eclipse-FTP-WebDAV-3.2M5.zip -d /home/qk31/Desktop/qk31/tmp/
用links方式安装
cd /opt/eclipse/plug-in/
创建目录
sudo mkdir ftpWebDav
移动文件
sudo mv /home/qk31/Desktop/qk31/tmp/eclipse/ /opt/eclipse/plug-in/ftpWebDav/
进入links添加连接地址
cd links/
sudo gedit ftpWebDav.link
增加下面的文字
path=/opt/eclipse/plug-in/ftpWebDav
安装成功
在file-》import-》other 有个ftp和webDav的选择出现
选择ftp
选择choose a new folder to be import
选择原来新建的项目文件夹
next
create a new site
next
URL:ftp地址 直接打域名 如:www.qk31.com
user:用户名 qk31
password:密码 123456
next
自动下载站点列表
完成
安装下载软件:
sudo apt-get install d4x
安装ff的插件flashgot
重启ff后,可以看到ff的右键有ff的属性,在更多选项里面可以看到下载管理器里面有d4x的选项
安装jdk:
sudo apt-get install sun-java5-jdk
配置修改java的运行的环境
sudo update-alternatives –config java
添加环境变量::/usr/lib/jvm/java-1.5.0-sun/bin
sudo gedit /etc/environment
PATH=”/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:/usr/:/usr/lib/jvm/java-1.5.0-sun/bin”
LANG=”zh_CN.UTF-8″
LANGUAGE=”zh_CN:zh”
In: ubuntu
1 一 2007安装eclipse+phpeclipse
$sudo tar xvfz eclipse-SDK-3.1.2-linux-gtk.tar.gz -C /opt
cd /usr/share/applications/
$gedit eclipse-user.desktop
[Desktop Entry]
Comment=Java IDE
Name=Eclipse
Exec=/opt/eclipse/eclipse
Encoding=UTF-8
Terminal=false
Type=Application
Categories=Application;Development;
Icon=/opt/eclipse/icon.xpm
help->software update->find and install
->
intall a new feather
The PHPeclipse update site for the latest (unstable) CVS version is now available here:
http://phpeclipse.sourceforge.net/update/cvs
The PHPeclipse update site for the (old) releases is now available here:
http://phpeclipse.sourceforge.net/update/releases
安装完成
QK31欢迎你的到来.
最近评论