会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
邓聪聪
https://www.cnblogs.com/dengcongcong/
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
15
下一页
2021年6月30日
nginx配置ssl证书
摘要: https://freessl.cn/ #免费的ssl证书申请网站 nginx的配置: server { listen 80; listen 443 ssl; server_name cloud.maslong.com ; if ($ssl_protocol = "") { rewrite ^ ht
阅读全文
posted @ 2021-06-30 15:21 邓聪聪
阅读(142)
评论(0)
推荐(0)
2021年5月27日
liunx测试上下行带宽
摘要: wget -O /usr/bin/iperf https://iperf.fr/download/ubuntu/iperf_2.0.9chmod +x /usr/bin/iperf
阅读全文
posted @ 2021-05-27 18:01 邓聪聪
阅读(88)
评论(0)
推荐(0)
2021年5月20日
关于部署ros的简单使用
摘要: ROS的使用 ROS的使用1虚拟机安装ros1.1安装如下报错1.2 系统安装2.1部分命令的使用2.2license授权 1虚拟机安装ros 1.1安装如下报错 解决办法;将虚拟机硬盘修改为IDE 1.2 系统安装 键入字母i开始安装,选择y确认,等待系统重启及完成安装 2.1部分命令的使用 #
阅读全文
posted @ 2021-05-20 10:53 邓聪聪
阅读(258)
评论(0)
推荐(0)
2021年5月14日
markdown的语法
摘要: markdown的语法 # 目录 -大标题 [TOC] --目录结构 ## 1、SQL的介绍 --二级标题~~~ 内容~~~## 2、常用SQL的分类 --二级标题~~~ 内容~~~## 3、数据类型、字符集的了解~~~ 内容~~~ = ```### 3.1 字符集和排序规则#### 3.1.1字符
阅读全文
posted @ 2021-05-14 15:42 邓聪聪
阅读(50)
评论(0)
推荐(0)
2021年4月15日
Centos永久保存路由表
摘要: cat /etc/sysconfig/static-route ##any net 10.211.6.0/24 gw 192.168.3.1#any net 10.0.0.0 netmask 255.0.0.0 gw 10.212.52.1 因为/etc/init.d/network启动脚本会调用该
阅读全文
posted @ 2021-04-15 13:55 邓聪聪
阅读(725)
评论(0)
推荐(0)
2021年4月7日
11
摘要: 11
阅读全文
posted @ 2021-04-07 10:29 邓聪聪
阅读(35)
评论(0)
推荐(0)
2021年3月31日
grafana的Variables网络设备zabbix变量模版
摘要: 主机: 端口: step:
阅读全文
posted @ 2021-03-31 10:26 邓聪聪
阅读(495)
评论(0)
推荐(0)
2021年3月16日
Centos7 使用firewalld的相关命令
摘要: 启动: systemctl start firewalld状态:systemctl status firewalld 禁用: systemctl disable firewalld停止: systemctl stop firewalld # 重新载入,更新防火墙规则firewall-cmd --re
阅读全文
posted @ 2021-03-16 09:38 邓聪聪
阅读(153)
评论(0)
推荐(0)
2021年3月2日
liunx批量添加路由条目
摘要: #!/bin/sh cmcc_gw="111.19.132.1" unicom_gw="113.200.121.65" function cmcc(){ # host_list=`cat /tmp/idc_ping_monitor/smokeping/location/$1` host_list=`
阅读全文
posted @ 2021-03-02 10:50 邓聪聪
阅读(90)
评论(0)
推荐(0)
2021年1月28日
2
摘要: 2
阅读全文
posted @ 2021-01-28 15:46 邓聪聪
阅读(34)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
15
下一页
公告