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支持多种编程语言,包括C、C++、Java、Python、Ruby等。其中,C和C++是...
总的来说,这份“常用软件安装合集”涵盖了后端开发人员常用的一些基础工具,为初学者提供了一站式的安装教程,有助于快速搭建起开发环境。熟悉这些软件的安装和配置是提升工作效率的关键步骤,同时也是进一步学习和...
为了编写程序,Linux开发人员需要安装和配置编程环境。文档提到了Borland C++ 3.1,这是一个DOS和Windows平台的集成开发环境,但是在Linux上则需要使用类似工具如`joe`、`jed`、`nedit`、`kate`、`kwrite`等。对于...
6. **源码编译安装**:对于开发人员或者想要定制软件的高级用户,可以从软件的官方网站下载源代码,然后编译安装。这通常涉及到配置、编译和安装三个步骤,例如: ``` tar -zxvf example-software.tar.gz cd ...
标题"Linux安装MySQL-devel"指向了一个具体的操作任务,即在Linux环境下安装MySQL的开发库。在这个过程中,我们将主要关注以下知识点: 1. **MySQL-devel组件**:MySQL-devel包含了用于编译MySQL客户端和服务器端...
3. **文本编辑器**:在Linux中,Vim和Emacs是最常用的文本编辑器,熟练掌握它们的使用对于开发人员来说至关重要。理解编辑器的快捷键和高级功能,能提高开发效率。 4. **编译工具与构建系统**:GCC(GNU Compiler ...
"linux"、"开发"、"书籍"这三个标签表明了这份资源集的针对性,主要是面向Linux环境下的开发人员,提供了丰富的学习资料,帮助他们提升Linux开发的专业素养。 总的来说,这个压缩包提供了一个全面的学习路径,从...
开发人员需要编写或修改驱动程序,使得Linux内核能够识别和控制嵌入式设备,如GPIO、ADC、UART、I2C、SPI和PCI等接口。此外,对于触摸屏、无线模块等更复杂的设备,也需要专门的驱动支持。 文件系统是嵌入式Linux中...
第5章 嵌入式Linux开发环境的搭建 5.1 嵌入式开发环境的搭建 5.1.1 嵌入式交叉编译环境的搭建 5.1.2 超级终端和minicom配置及使用 5.1.3 下载映像到开发板 5.1.4 编译嵌入式Linux内核 5.1.5 Linux内核源码目录结构 ...
本指南的编写目的是为了帮助开发人员理解和掌握GKI在Linux系统中的应用,通过规范化的开发方法,降低系统开发的复杂度,提升开发效率,同时确保系统的稳定性和兼容性。 1.2 适用范围: 本指南适用于所有涉及Linux...
其中,VMware的使用使得用户可以在非Ubuntu硬件环境下模拟出一个Ubuntu运行环境,为后续的Linux开发提供了便利。Ubuntu的安装则涉及到了获取Ubuntu系统安装包、安装操作系统以及系统镜像的挂载操作。 在Ubuntu系统...
以下是一些常用的Linux命令,这些命令对于软件测试人员来说极其重要,能够帮助他们更有效地管理和操作系统。 1. **ls**:`ls`命令用于列出当前目录中的文件和子目录。通过添加不同的参数,可以获取更多信息。例如:...
通过上述步骤,你可以在Linux环境下成功下载、安装、配置并使用MySQL数据库,这对于开发人员、系统管理员以及任何需要在Linux环境中使用数据库的人来说,都是一项必备技能。掌握了这些基础知识,可以更加高效地管理...
这些知识涵盖了嵌入式Linux开发中运维人员日常工作的主要方面。通过学习和熟练运用这些命令和工具,能够有效地管理和维护系统,解决开发过程中遇到的问题。在实际工作中,理解并运用这些知识对于提升个人技能和团队...
LinuxCNC是一款开源的数控系统软件,全名为Linux-based Computer Numerical Control,是近年来发展迅速的一种软数控方法。由于其基于Linux操作系统,因此具有良好的开放性和高集成度,支持各种硬件平台,尤其是...
此外,开发人员通常更倾向于使用Linux,因为其强大的命令行工具和对编程语言的良好支持。 在安装Linux时,有几点需要注意: - **备份数据**:在进行任何系统更改之前,确保备份所有重要数据,以免意外丢失。 - **...
从给定的文件信息中,我们可以提取并生成与IT领域相关的多个知识点,主要围绕Linux常用命令、数据库常用命令,以及Windows环境下VHD虚拟磁盘的管理和数据库连接数的监控与调整。 ### Windows环境下VHD虚拟磁盘管理 ...
在 ARM Linux 开发中,通过在宿主机上搭建 tftp 服务器,开发人员可以方便地将编译好的内核、引导加载器等文件快速下装到目标板。配置 tftp 服务器通常涉及到安装 tftp 服务软件,如 inetd 或 xinetd,并设置共享...