`
mqzsweet
  • 浏览: 132621 次
  • 性别: Icon_minigender_1
  • 来自: 江苏
社区版块
存档分类
最新评论

转贴:ubuntu 7.10 常用软件与编程环境搭建

阅读更多
原文地址:http://www.blogjava.net/vandalor/archive/2007/11/20/161834.html

ubuntu 7.10

一 1.设置新利得软件管理器:代理设置
   2.reload 刷新--如果没有新软件,查看/etc/apt/sources.list,
    把类似"#deb http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse"语句中的"#"去掉,不然的话系统就读不到资源列表;
    (#是屏蔽语句,系统装机的时候检查网络屏蔽了,去掉就OK,以前设置新利得的代理却无法apt-get 就是这个原因)
   3.这样设置以后软件下载就基本就OK了。(apt-get 或新利得 基本全部问题都over);
   4.安装软件的时候经常要编译,所以sudo apt-get install g++,下载g++.(我是下了,可以用cdt在eclipse下c++编程了)

二 语言+3D支持
   系统选项:language support:如果这时候你的新利得没问题的话,直接选chinese,就会自动下载语言包了(新利得代理设置了哈哈,一切都轻松)
    语言支持好了就可以用scim中文了(重启)。
    3D:系统选项+外观+视觉效果,选择最后一项:Extra.提示下载nvida3Dq启动,完了就可以3D桌面了,不错的效果;

三常用软件:
1.mplayer 新利得直接搜索:可以下皮肤
   
2.realplayer: http://forms.helixcommunity.org/helix/builds/?category=realplay-current
    我下的是realplay-10.1.0.3728-linux-2.2-libc6-gcc32-i586.bin,如果安装要Libstdc++5,新利得搜索安装;
    如果播放rmbv卡的话,新利得搜索aoss,然后控制台aoss /目录/realplay(这个版本的realplayer好像没这个问题)

3.QQ2006: http://lumaqq.linuxsir.org/main/?q=node/320(直接用就行了,要装JRE)

四 eclipse+myeclipse+tomcat+mysql-server5.0+mysqlAdmin

1.JDK6:新利得搜索:sun-java6-jdk (建议这里安装)
2.eclipse3.3 :http://www.eclipse.org/downloads/ (我下的j2EE版)
3.myeclipse : (我装的手动版MyEclipse_6.0.1GA_E3.3.1_ManualInstall,安装版有问题)
        http://www.myeclipseide.com/index.php?name=Downloads&req=viewsdownload&sid=24       
        官方方法安装:help+soft update +manage configure +Add, OK.
4.tomcat6.x: 地址就不说了(apache-tomcat-6.0.14.tar.gz)
       启动:/home/haycker/apache-tomcat-6.0.14/bin/startup.sh;关闭: /home/haycker/apache-tomcat-6.0.14/bin/shutdown.sh
       (有myeclipse以后配置tomcat按钮,你知道的哦)
5.mysql-sever5.0+mysqlAdmin : 新利得直接搜索安装;

6.swt-designer6 : Designer_v6.5.0_linux_x86

五:常见问题

1.MyEclipse 6.0.1 +SWTdesinger6.5.0注册码
   
    1.SWTdesinger6.5.0
    desingner6.0的注册码也能用(WindowBuilderPro-08848-5846 ,WindowBuilderPro-MD0UG-PM0SN-TJWXT)
    //windows xp下6.0注册器出来的,如果我的不能用,你自己下个6.0注册机在windows生成一个,在到ubuntu下用好了。
   
    2.MyEclipse 6.0.1
    Subscriber: administrator
    Subscription Code: nLR7ZL-655342-54657656405281154注册后:

    Subscriber: administrator
    Product ID: E2MY (MyEclipse Standard Subscription)
    License version: 1.0
    Full Maintenance Included
    Subscription expiration date (YYYYMMDD): 20091021
    Number of licenses: 897

    下面把 6.0GA / M1 和 5.5GA 版本的“注册信息”“注册码”“破解”给大家:

    Subscriber: www.1cn.biz
    Subscriber Code: jLR8ZC-655355-5450765457039125
    或者
    Subscriber: www.1cn.biz
    Subscriber Code: jLR7ZL-655355-5450755330522962适用于早期的 5.5 M2 版本的:

    Subscriber: www.1cn.biz
    Subscriber Code: jLR8ZC-956-55-5467865833584547适用于早期的 5.1.1 GA 和 5.5 M1 版本的:

    Subscriber: www.1cn.biz
    Subscriber Code: jLR8ZC-444-55-4467865481680090注册成功后会发现:

    Subscriber: www.1cn.biz
    Product ID: E3MP (MyEclipse Professional Subscription)
    License version: x.x
    Full Maintenance Included
    Subscription expiration date (YYYYMMDD): 20090520
    Number of licenses: 800

2.Myeclipse 内存过小问题;

    MyEclipse has detected that less than 5% of the 64MB of Perm
    Gen (Non-heap memory) space remains. It is strongly recommended
    that you exit and restart MyEclipse with new virtual machine memory
    paramters to increase this memory.  Failure to do so can result in
    data loss. The recommended Eclipse memory parameters are:
    eclipse.exe -vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M

    解决方法如下:

    1:在MyEclipse中设置

    在window->preferences->myeclipse->application server->tomcat 5->jdk->optional java jvm arguments里加 -Xms128m -Xmx512m

    2:在eclipse快捷方式,目标中添加:

    -vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics