麒麟系统怎么离线安装excel

麒麟系统怎么离线安装excel,第1张

把pscp放到任意文件夹,再把路径配置到path的环境变量上。把文件复制到opt下,进入系统,解压安装包。

麒麟系统离线安装excel,将解压出来的docker文件内容移动到/usr/bin/目录下。

中标麒麟操作系统且无法上网的情况下安装excel。

麒麟服务器离线下载下载ntp服务命令。

下载ntp的安装包,网址在官网搜索ntp:可以为其配置ntpf将其设置为自动同步某服务器时钟。我们继续执行安装命令,方式一用rpm64rpm45进行安装或者使用rpmivh和nodepsforce执行安装命令。安装之后试运行。

务端配置

1.首先安装检查服务器是否安装了ntp、ntpdate

# rpm -qa | grep ntp

ntpdate-4.2.6p5-29.el7.centos.x86_64

ntp-4.2.6p5-29.el7.centos.x86_64

2.如果没有,需要使用安装

# yum -y install ntp ntpdate

3.修改ntp配置文件/etc/ntp.conf

1)注释以下配置

# Use public servers from the pool.ntp.org project.

# Please consider joining the pool (http://www.pool.ntp.org/join.html).

#server 0.centos.pool.ntp.org iburst

#server 1.centos.pool.ntp.org iburst

#server 2.centos.pool.ntp.org iburst

#server 3.centos.pool.ntp.org iburst

2)新增如下配置

#日志文件

logfile /var/log/ntpd.log

#授权172.16.1.0网段上所有机器可以从这台机器上查询和时间同步

restrict 172.16.1.0 mask 225.225.225.0 nomotify notrap


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/601035.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-07-10
下一篇2023-07-10

发表评论

登录后才能评论

评论列表(0条)

    保存