`

linux下开发人员常用软件的安装

阅读更多

























Linux下安装OpenOffice
1. 下载OpenOffice, 执行#unzip ~~,解开后有3个文件夹:license、readme、 rpm 文件,只需要su切换    到超级用户。

killall gnome-panel 更新菜单命令

2. 然后,执行rpm -ivh --force --nodeps *.rpm

3. 最后执行/opt/Openffice/program中的shell(如swriter)。
Linux Installation

Package


Linux RedHat or Fedora 6 can be used

Installation Steps


Follow instruction to install RedHad or Fedora 6


create user mwadmin with password mwadmin for easy management


start /etc/init.d/vsftpd for file transfer program, if not start, type
/etc/init.d/vsftpd start

Configuration Testing


Check whether the new user mwadmin is exist, FTP is available.



Java SDK Installation

Package


jdk-6-linux-i586-rpm.bin

Installation Steps


goto /home/mwadmin, will see this file


Execute the installation program


chmod 700 jdk-6-linux-i586-rpm.bin


execute this file


The Java environment will be resident in
- /usr/java/jdk1.6.0/jre/bin
- /usr/java/jdk1.6.0/bin

Configuration Testing


change directory (cd) to the exact java location and then type ./java -version to check whether the java version is correct or not



Tomcat Installation

Package


apache-tomcat-5.5.23.tar.gz

Installation Step


tar zxvf apache-tomcat-5.5.23.tar.gz


cp -r apache-tomcat-5.5.23 /usr/share/tomcat5


Update the startup / shutdown script
startup.sh -
chmod 700 startup.sh
add line "export JAVA_HOME=/usr/java/jdk1.6.0/jre" for the first line inside startup.sh
shutdown.sh -
chmod 700 shutdown.sh
add line "export JAVA_HOME=/usr/java/jdk1.6.0/jre" for the first line inside shutdown.sh


Link up the JDK of the new install Sun Java platform to the Tomcat

Configuration Testing


Start up the tomcat server by typing /usr/share/tomcat5/bin/startup.sh


type http://xxxx:8080   to see whether the tomcat front page appear or not. Xxxx is the address or domain name of the server



MySQL Installation

Package


MySQL-server-5.0.37-0.glibc23.i386.rpm

Installation Step


rpm -ivh MySQL-server-5.0.37-0.glibc23.i386.rpm


Need to open the port for remote access

Configuration Testing


start mysql and see whether can access theuser or not.



OpenOffice Installation

Package


Ooo_2.1.0_LinuxIntel_install_en-US.tar (English version)

Installation Step


tar zxvf Ooo_2.1.0_LinuxIntel_install_en_US.tar


cd RPM


rm -r -f desktop*


rpm -Uvh *

Configuration Testing


cd /opt/openoffice.org2.1/program


start the openoffice by ./soffice


Complete the registration of the office before start in server mode.



Font Installation

Installation Step


copy windows TrueType Font from windows to Linux


copy to Linux directory /usr/shrae/fonts/zh_CN/TrueType


ttmkfdir -o fonts.scale


mkfontdir


fc-cache -v -f




Font to install include


ARIALBD


ARIBLK


ARLRDBD


SIMSUN


WINGDING


WINGDNG2


WINGDNG3



MW Application Creation

Installation Step


install.sh


installsql.sh


update /etc/hosts


execute openoffice /opt/openoffice.org2.1/program
soffice -headless -accept="socket,host=0,port=8100;urp;"



Berkeley DB

Package


db-4.3.29.tar.gz

Installation Step


gzip -dc downloadpath/db-4.3.29.tar.gz | tar xvf -


cd db-4.3.29/buidl_unix


../dist/configure --prefix=/usr/local/


make


/bin/su -c "make install"

Configuration Testing


check /usr/local/lib exist it "libdb-4.1.so"



OpenLDAP

Package


openldap-2.3.34.tgz

Installation Step


gzip -dc downloadpath/openldap-2.3.34.tgz | tar xvf -


cd openldap-2.3.34


./configure --enable-wrappers (advert:this will tell for you type "make deperd" for ok)


make deperd


make


make test


/bin/su -c "make install"

Configuration Testing


check /usr/local/libexec exist it "slapd"

分享到:
评论

相关推荐

    linux嵌入式开发Linux平台的软件

    许多软件开发人员选择在Linux平台上开发软件。在这篇文章中,我们将介绍一些在Linux平台上开发软件的常用工具和技术。 ## 编程语言 Linux支持多种编程语言,包括C、C++、Java、Python、Ruby等。其中,C和C++是...

    嵌入式Linux应用程序开发详解(完整版)

    思考与练习 第4章 嵌入式系统基础 4.1 嵌入式系统概述 4.2 ARM处理器硬件开发平台 4.3 嵌入式软件开发流程 4.4 实验内容——使用JTAG烧写NAND Flash 本章小结 思考与练习 第5章 嵌入式Linux开发环境的...

    互联网领域,软件开发人员必备的Linux命令

    Linux常用的命令,开发人员必备!

    linux Shell 开发常用脚本命令详解

    软件开发人员 linux shell 命令脚本操作是基本技能,很多公司招聘都有要求,该文件详细介绍了开发中常用的命令。

    Linux常用命令汇总

    Linux常用命令汇总,用于初学者学习Linux知识 “Hello everybody out there using minix ---- I’m doing a free operating system” 1991.8,网络上出现了一篇以该句开头的一个帖子,发帖人就是一个芬兰的Linus ...

    嵌入式Linux应用程序开发标准教程(第2版全)

    第5章 嵌入式Linux开发环境的搭建 5.1 嵌入式开发环境的搭建 5.1.1 嵌入式交叉编译环境的搭建 5.1.2 超级终端和minicom配置及使用 5.1.3 下载映像到开发板 5.1.4 编译嵌入式Linux内核 5.1.5 Linux内核源码目录结构 ...

    linux应用与开发基础

    1.7 列举一些LINUX下的软件....................................................... 9 1.8 LINUX成功的因素............................................................. 9 第二章 LINUX的安装与组成.............

    [Linux入门很简单.刘金鹏.高清扫描版.

    第4章介绍Ubuntu下的常用软件;第5章介绍部分Windows下的软件在Linux中运行的解决方案;第6章介绍命令行的使用及脚本的编写;第7章介绍Ubuntu系统下C/C++、Java、PHP开发环境的搭建;第8章深入讲解一个软件的编译、...

    jdk1.8linux和win安装包

    此外,还提供了一些常用的工具,如jar、jconsole等,方便开发人员进行项目开发和调试。 针对 Windows 用户,也可以从官方网站下载 JDK 1.8 版本的安装程序。安装过程简单,只需按照安装向导逐步操作即可完成。安装...

    Linux学习笔记+个人对linux的命令总结

    linux学习笔记,是我在学习过程中认真总结的常用命令,可以帮助初次使用linux开发软件的人员使用

    Linux系统命令集合

    包括 linux系统常用 命令详解( crond命令 mount命令详解 vi命令详解等),另外包括一些服务软件的使用说明(例如ftp等)。 无论对开发人员还是运维或测试人员掌握这些技术对个人有一个很大的飞跃。

    使用Android 系统测量软件开发技术 [武安状 主编] 2014年版

    《实用Android系统测量软件开发技术》语言简洁,深入浅出,图文并茂,逻辑性强,并附有大量的核心技术源代码可供参考,适合测绘专业技术人员、软件开发人员及在校师生参考。 目录 第1章 Android基础知识1.1 Android...

    linux程序设计(第三版)

    本书的首要目标是向CC++软件开发人员介绍LINUX和UNIX软件编程工具,因此第Ⅱ部分对此进行详细介绍,包括gcc、make、ar、gdb、gprof、nm、size、rcs和cvs等。在编写本书时,我们假设读者以前不了解LINUXUNIX及编程...

    Linux网络管理常用命令

    懂得网络配置命令是一般技术人员必备的技术,经过一段时间的研究和学习,总结了一些常用的命令和示例以便日后查阅.

    zeal 软件+离线API文档(常用).txt

    Zeal的官网是https://zealdocs.org/,其自我介绍是Zeal is anoffline documentation browser for software developers.(Zeal是为软件开发人员准备的离线文档浏览器)。该软件是仿照苹果系统上的Dash ...

    App后台开发运维和架构实践

    App后台开发运维和架构实践》通过阐述移动互联网中 App 后台开发的特点,梳理了 App 后台开发中会遇到的各个技术点,给出了生产环境常用软件的实战运维经验总结,剖析了常见 App 后台技术架构设计,为读者呈现一幅...

    集群好书《高性能Linux服务器构建实战》 试读章节下载

    10.2.3 软件开发人员 10.3 影响Linux性能的各种因素 10.3.1 系统硬件资源 10.3.2 操作系统相关资源 10.3.3 应用程序软件资源 10.4 系统性能分析标准和优化原则 10.5 几种典型应用对系统资源使用的特点 ...

    Oracle开发工具 - Oracle SQL Handler(功能强大,超方便好用, 免装客户端, Windows / Linux)

    Oracle SQL Handler,是专为 Oracle 数据库开发人员及操作人员精心打造的一款 Oracle 客户端工具: 超智能的SQL编辑器;超方便的表格操作(可以通过修改表格的单元格数据去更新数据 库表);多种格式的数据导出包括...

    在Debian 10上安装并配置MySQL

    虽然 MariaDB 在大多数情况下运行良好,但如果您需要仅在 Oracle MySQL 中找到的功能,您可以安装和使用 MySQL 开发人员维护的存储库中的包。 在本教程中,您将通过添加此存储库来安装最新版本的 MySQL,安装 MySQL...

    Linux操作系统基础教程

    三.Linux下常用的工具软件..................................................................................................28 尾语.........................................................................

Global site tag (gtag.js) - Google Analytics