Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > IT 认证 > 其它认证 > Linux Soft Install Note
【标  题】:Linux Soft Install Note
【关键字】:Linux,Soft,Install,Note
【来  源】:http://blog.chinaunix.net/article.php?articleId=26802&blogId=3534

Linux Soft Install Note

Your Ad Here Eclipse Install
------------------------------------------------
// download the "sdk-linux-platform-gtk"
// unzip
// run from : /eclipse/eclipse
------------------------------------------------

MySQL Install
------------------------------------------------
// Downdload :
// * MySQL-client-4.0.24-0.i386.rpm
// * MySQL-server-4.0.24-0.i386.rpm

// Install :
// # rpm -ivh MySQL-server-4.0.24-0.i386.rpm
// # rpm -ivh MySQL-client-4.0.24-0.i386.rpm

// Connect MySQL Server :
// # cd /etc/rc.d/init.d
// # # mysql -u root@localhsot

// Scream Show :
// Your MySQL connection id is 7 to server version: 4.0.24-standard
// Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
// mysql>
------------------------------------------------

resin install
------------------------------------------------
// * ./configure
// * make
// * make install

// start server
// * [ resin-3.0.x/bin/ ] ./httpd.sh
------------------------------------------------

jsdk rpm install
------------------------------------------------
// # rpm -ivh j2sdk-1_4_2_07-linux-i586.rpm
------------------------------------------------

java env config file
------------------------------------------------
# /etc/profile.d/java.sh

export JAVA_HOME=/usr/java/j2sdk1.4.2_07
PATH=$PATH:$JAVA_HOME/bin:$JAVA_HOME/jre/bin
export PATH
CLASSPATH=.:$JAVA_HOME/lib:$JAVA_HOME/jre:$java_HOME/jre/lib
export CLASSPATH
------------------------------------------------

  java program test file
------------------------------------------------
public class JavaDemo
{
    public static void main(String[] args)
    {
        System.out.println("Hello World");
    }
}


// * at the end of source file , must add a new line

// * compile : javac JavaDemo.java
// * run : java JavaDemo
// * result : Hello world
------------------------------------------------

FireFox install
------------------------------------------------
// download firefox-installer-xxx.tar.gz
// * gunzip  firefox-installer-xxx.tar.gz
// product firefox-installer-xxx.tar
// * tar xvf firefox-installer-xxx.tar
// product /firefox-installer-xxx.tar/
// to /firefox-installer-xxx.tar/
// * ./firefox-installer
------------------------------------------------

在 Red Hat Linux 9 这几天的学习笔记,
希望对需要的同志有些用处.

j交流 ttl_web@yahoo.com.cn


四个人的故事:【上一篇】
linux C : include math.h:【下一篇】
【相关文章】
  • HLA - Linux's ASM
  • 70-210:安装、配置和管理Microsoft Windows 2000 Professional
  • 70-215:安装、配置和管理 Microsoft Windows 2000 Server
  • 70-216:实现和管理 Microsoft Windows 2000 网络基础架构
  • 70-217:实现和管理 Microsoft Windows 2000 目录服务基础架构
  • 70-220:设计 Microsoft Windows 2000 网络安全
  • 70-221:设计 Microsoft Windows 2000 网络基础架构
  • 70-229:用 Microsoft SQL Server 2000 Enterprise Edit
  • linux下连接肉机3389端口
  • 提高Linux系统安全性的十招(三)
  • 【随机文章】
  • ANI漏洞微软官方补丁KB925902 下载
  • 执行加密脚本的实现
  • 如何用.NET创建Windows服务
  • 十分钟内学会:存储在二维表的树结构如何进行指定深度节点的查询
  • 编写优秀技术文档的技巧
  • IBM 小型机安装指导书
  • 美国英迅公司发布为中国用户定制的IP磁盘库
  • 微软文档格式标准接受“审查”
  • Windows 2000集群的选项
  • 标准模板库介绍(转)
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.