maxzhao

不要害怕Exception和Error

  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Schedule
  • Search
  • Table of Contents
  • Overview
赵联胜

赵联胜

小码农赵联胜的博客,从遇到Java到爱上Java,工作之余学习Java生态圈中的各种技术。
443 posts
190 categories
240 tags
友情链接
  • 我的简书
0%

Linux配置NTP使用自定义服务

Edited on 2024-06-24 In Linux

/etc/ntp.conf

1
server ntp.example.com iburst 

systemctl start ntpd
systemctl enable ntpd
systemctl status ntpd

本文地址: https://github.com/maxzhao-it/blog/post/805f48c5123231231/

# Linux # NTP
MySQL报错toomanyconnect
Java使用RestClient连接ElasticSearch
© 2024 赵联胜