会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
向往明天-清云
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
17
下一页
2022年7月6日
ubuntu20.0.4 安装influxdb
摘要: 官网:https://docs.influxdata.com/influxdb/v2.3/install/?t=Linux1、命令:# Ubuntu/Debian wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.3.0-xxx
阅读全文
posted @ 2022-07-06 11:50 向往明天-tsingyun
阅读(668)
评论(0)
推荐(0)
2022年6月28日
Linux基础:用tcpdump抓包
摘要: 简介 网络数据包截获分析工具。支持针对网络层、协议、主机、网络或端口的过滤。并提供and、or、not等逻辑语句帮助去除无用的信息。 tcpdump - dump traffic on a network 例子 不指定任何参数 监听第一块网卡上经过的数据包。主机上可能有不止一块网卡,所以经常需要指定
阅读全文
posted @ 2022-06-28 21:48 向往明天-tsingyun
阅读(229)
评论(0)
推荐(0)
2022年6月20日
geoserver官网
摘要: https://www.osgeo.cn/geoserver-user-manual/index.html
阅读全文
posted @ 2022-06-20 13:36 向往明天-tsingyun
阅读(317)
评论(0)
推荐(0)
2022年6月16日
SSH反向隧道实现内网穿透
摘要: 1、客户端配置 /home/tsingyundev/zyy bind209.sh内容 ssh -fCNL *:1234:localhost:10022 localhost ssh209.sh内容 ssh -p1234 tsingyun@localhost 2、服务端配置(被访问端) 2.1 tsin
阅读全文
posted @ 2022-06-16 11:41 向往明天-tsingyun
阅读(138)
评论(0)
推荐(0)
2022年6月13日
Ubuntu20.04 网络配置
摘要: Ubuntu20.04 网络配置 网络管理工具 netplan 在 Ubuntu20.04 版本中使用 netplan 管理网络 在安装好的 Ubuntu20.04 中没有 networking 和 NetworkManage 服务 netplan 配置文件:/etc/netplan/*.yaml
阅读全文
posted @ 2022-06-13 21:32 向往明天-tsingyun
阅读(3181)
评论(0)
推荐(0)
2022年6月3日
Ubuntu: 升级或安装最新版本的 Nginx
摘要: Ubuntu 默认 apt 源中的 Nginx 版本比较旧,今天介绍下如何在 Ubuntu 中安装最新版本的 Nginx。 要安装较新版本的 Nginx, 可以使用 Nginx 的 APT 源。执行如下脚本来添加 Nginx APT 源: #!/bin/bash release=$(lsb_rele
阅读全文
posted @ 2022-06-03 11:07 向往明天-tsingyun
阅读(3087)
评论(0)
推荐(1)
2022年5月2日
ubuntu20.04解决zabbix5.0 图形显示乱码问题
摘要: 1、网上下载字体simkai.ttf 2、上传到zabbix-server的指定目录下: /usr/share/zabbix/assets/fonts chmod +777 simkai.ttf 3、修改zabbix-server配置文件如下: sudo vim /usr/share/zabbix/
阅读全文
posted @ 2022-05-02 14:37 向往明天-tsingyun
阅读(243)
评论(0)
推荐(0)
2022年4月27日
mysql8.0++root用户授权-远程连接
摘要: 利用系统自带用户:debian-sys-maint 先登陆mysql8.0 初始密码存放在/etc/mysql/debian.cnf文件中 在 mysql 数据库的 user 表中查看当前 root 用户的相关信息 mysql> select host,user,authentication_str
阅读全文
posted @ 2022-04-27 10:59 向往明天-tsingyun
阅读(344)
评论(0)
推荐(0)
2022年4月19日
mysqldump: Got error: 1449报错
摘要: mysqldump: Got error: 1449: The user specified as a definer ('root'@'%') does not exist when using LOCK TABLES 于是,将root的host字段改成'%',再刷新权限,即可: update m
阅读全文
posted @ 2022-04-19 15:56 向往明天-tsingyun
阅读(1094)
评论(0)
推荐(0)
2022年4月15日
tc工具
摘要: 一、tc工具增加限速 tc qdisc add dev em3 root handle 1: htb default 1tc class add dev em3 parent 1:0 classid 1:1 htb rate 500Mbit burst 500Mbittc class add dev
阅读全文
posted @ 2022-04-15 15:51 向往明天-tsingyun
阅读(246)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
17
下一页
公告