openOffice Linux安裝部署

2021-08-18 10:32:48 字數 1244 閱讀 9954

資源準備:

apache_openoffice_4.1.5_linux_x86-64_install-rpm_zh-cn.tar.gz

編譯安裝:

本人資源包放在 /opt/moudles 中, 解壓後放在 /opt/softwares 中

解壓 openoffice 包

[root@localhost moudles]# tar -zxvf apache_openoffice_4.1.5_linux_x86-64_install-rpm_zh-cn.tar.gz  -c ../softwares/

解壓之後會在 /opt/softwares 中生成

。[root@localhost moudles]# cd /opt/softwares/zh-cn/rpms

執行 yum localinstall *.rpm

[root@localhost rpms]# yum localinstall *.rpm

成功之後會在當前目錄生成

[root@localhost desktop-integration]# yum localinstall openoffice4.1.5-redhat-menus-4.1.5-9788.noarch.rpm

安裝成功會在 /opt 目錄下生成

啟動:臨時啟動: 臨時啟動之後畫面就不會動了, 不要認為是宕機。只要不報錯就是好現象。

[root@localhost desktop-integration]# /opt/openoffice4/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard

永久啟動:

[root@localhost desktop-integration]# nohup /opt/openoffice4/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard &

檢視是否啟動成功:

檢視埠:

[root@localhost opt]# netstat -lnp |grep 8100

說明啟動成功, 大功告成!

Nginx Keepalived的安裝與部署

將壓縮包上傳到linux中,home software 解壓tar zxvf keepalived 2.0.18.tar.gz解壓後進入到解壓出來的目錄,看到會有configure,那麼就可以做配置了 配置安裝和nginx一模一樣 使用configure命令配置安裝目錄與核心配置檔案所在位置 con...

Docker系列之RabbitMQ安裝部署教程

docker系列之rabbitmq安裝部署教程 因為學習rabbitmq需要,需要安裝rabbitmq,網上找資料,rabbitmq官方提供了window版 linux版 docker版的管理頁面,為了方便,選擇了docker版本進行學習 主要介紹一下docker版本,常用的docker映象操作 查...

windows伺服器xcache安裝部

windows伺服器xcache安裝部署教程 王小安 xcache是針對php開發的一款快取器,能夠將php執行結果快取在記憶體中,以降低伺服器負載並加快網頁響應。與gzip壓縮不同,xcache快取能夠減少網頁生成時間並且更新迅速。雖然windows伺服器並不是乙個高效能的選擇,但介於像reizh...