码迷,mamicode.com
首页 >  
搜索关键字:ntp    ( 2163个结果
问题记录,如何解决confluence的office预览的时候的乱码问题
在新的服务器(ubuntu16.04)上安装confluence,预览office的附件的时候,发现中文无法正确显示 在网上搜了一下,搜到一篇官方的文档,是关于这个问题的 问题原因: 在服务器上没有安装对应的微软的字体 解决方法: 把windows上的字体上传到ubuntu服务器上的某个目录,然后在 ...
分类:其他好文   时间:2018-06-05 23:25:24    阅读次数:1318
Linux下NTP服务器配置
简介 原理 配置ntp服务器 进行同步 简介 在计算时间的时候,最准确的计算应该是使用『原子震荡周期』所计算的物理时钟了( Atomic Clock, 也被称为原子钟 ),这也被定义为标准时间(International Atomic Time)。而我们常常看见的 UTC 也就是Coordinate ...
分类:系统相关   时间:2018-06-05 17:48:09    阅读次数:187
记一次阿里云服务器被用作DDOS攻击肉鸡
事件描述:阿里云报警 ——检测该异常事件意味着您服务器上开启了"Chargen/DNS/NTP/SNMP/SSDP"这些UDP端口服务,黑客通过向该ECS发送伪造源IP和源端口的恶意UDP查询包,迫使该ECS向受害者发起了UDP DDOS攻击 源IP: xx.xx.xx.xx 源PORT: 111 ...
分类:其他好文   时间:2018-06-05 11:37:16    阅读次数:1168
[Note] Centos 命令
1. uninstall software install by yum install install by to uninstall this type 2. 同步系统时间 查看系统时间 同步系统时间 ntp常用服务器: 中国国家授时中心:210.72.145.44 NTP服务器(上海) :nt ...
分类:其他好文   时间:2018-06-04 19:44:45    阅读次数:200
NET API 分析器
NET API 分析器 https://www.hanselman.com/blog/WritingSmarterCrossplatformNETCoreAppsWithTheAPIAnalyzerAndWindowsCompatibilityPack.aspx http://www.cnblogs ...
分类:Windows程序   时间:2018-06-04 17:43:33    阅读次数:237
Linux NTP
ntpd服务的设置: ntpd服务的相关设置文件如下: ntpd服务的安装: 1、centos7.xx : # yum install -y ntpd # service ntpd start/stop centos6 : # yum install -y ntp # service ntp sta ...
分类:系统相关   时间:2018-06-04 14:29:30    阅读次数:233
docker zookeeper 集群搭建
#创建集群目录 mkdir /opt/cluster/zk cd /opt/cluster/zk #清理脏数据 docker stop zk-2191 docker stop zk-2192 docker stop zk-2193 docker rm zk-2191 docker rm zk-219... ...
分类:其他好文   时间:2018-06-02 21:27:10    阅读次数:150
69-minimal-ks.cfg
``` platform=x86, AMD64, or Intel EM64T version=DEVEL Firewall configuration firewall disabled Install OS instead of upgrade install Use CDROM install ...
分类:其他好文   时间:2018-06-02 12:53:59    阅读次数:146
reset74.sh
```bash reset74.sh Step1. configure temporary yum repo mount /dev/sr0 /mnt rm f /etc/yum.repos.d/ .repo cat /etc/yum.repos.d/base.repo /etc/ntp.conf / ...
分类:其他好文   时间:2018-06-02 12:21:54    阅读次数:185
reset69.sh
```bash reset69.sh Step1. configure temporary yum repo mount /dev/sr0 /mnt rm f /etc/yum.repos.d/ .repo cat /etc/yum.repos.d/base.repo /etc/ntp.conf / ...
分类:其他好文   时间:2018-06-02 12:20:33    阅读次数:156
2163条   上一页 1 ... 83 84 85 86 87 ... 217 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!