会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
快乐的GTD吧
Everyone, Have a good day.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
42
43
44
45
46
47
48
49
50
···
112
下一页
2020年10月21日
pip强制重新安装
摘要: python2 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py --force-reinstall pip -V python3 curl https://bootstrap.pypa.io/get-
阅读全文
posted @ 2020-10-21 11:27 jiftle
阅读(2750)
评论(0)
推荐(0)
2020年10月18日
shell 常用快捷键
摘要: 1. 光标移动 * ctrl + < 移动到前一个单词开头 * ctrl + > 移动到后一个单词结尾 * ctrl + A 移动到开头 * ctrl + E 移动到结尾 * alt + B 向左移动一个单词 * alt + F 向右移动一个单词 ctrl + B 向左移动一个字符 ctrl + F
阅读全文
posted @ 2020-10-18 22:02 jiftle
阅读(792)
评论(0)
推荐(0)
微服务网关评测对比
摘要: 悟空网关 垃圾中的战斗机,源码部分开放,不能用
阅读全文
posted @ 2020-10-18 10:07 jiftle
阅读(470)
评论(0)
推荐(0)
2020年10月15日
Docker加入自定义iptables规则链
摘要: Docker加入自定义iptables规则链,实现IP白名单。 #!/bin/bash set -e # 网卡名称 InterfaceName="enp3s0" RuleName="FIREWALL-KMS" # 重启服务,恢复默认的iptables规则 # systemctl restart ip
阅读全文
posted @ 2020-10-15 16:36 jiftle
阅读(3362)
评论(0)
推荐(0)
2020年10月10日
CentOS.7防火墙firewalld属性
摘要: zone是防火墙的分区,有如下几个: drop:丢弃,任何进入的数据包将被丢弃,意味着不存在响应。 •阻塞区域(Block Zone):阻塞区域会拒绝进入的网络连接,返回 icmp-host-prohibited,只 有服务器已经建立的连接会被通过即只允许由该系统初始化的网络连接。 •公共区域(Pu
阅读全文
posted @ 2020-10-10 10:04 jiftle
阅读(282)
评论(0)
推荐(0)
2020年10月9日
bash和shell的差别
摘要: bash和shell是linux下的不同程序,大体功能是一样的,但是命令的解释上(语句的执行)有细微的差别。 已知的不同如下 if-then语句 bash if [ "A" == "B" ]; then shell,];后不能有空格 if [ "A" == "B" ];then bash输出彩色字符
阅读全文
posted @ 2020-10-09 00:29 jiftle
阅读(3237)
评论(0)
推荐(0)
2020年10月7日
(原创)vagrant使用入门
摘要: title: 027-vagrant使用入门.md time: 2020-10-03 15:22 tags: Markdown,GitMdNote,blog-2020-10 notebook: blog 027-vagrant使用入门.md vagrant官方网站 官方镜像仓库 https://ap
阅读全文
posted @ 2020-10-07 12:00 jiftle
阅读(431)
评论(0)
推荐(0)
2020年10月2日
etcd初级入门
摘要: etcd初级入门 简介 etcd是k-v键值对数据库,常用来作为微服务架构下注册配置中心 常用组件 etcd https://hub.fastgit.org/etcd-io/etcd1. 下载二进制文件,安装到系统目录下2. 运行etcd etcdkeeper 1. 下载地址:https://hub
阅读全文
posted @ 2020-10-02 16:22 jiftle
阅读(266)
评论(0)
推荐(0)
2020年9月27日
vagrant入门
摘要: 征服诱人的Vagrant! 一、背景 最近要开始深入学习分布式相关的东西了,那第一步就是在自己的电脑上安装虚拟机,以前在Windows平台,我选择用VMware Workstation作为虚拟机软件,现在在Mac系统下,感觉不是很适合了,然后就有朋友推荐我使用Vagrant来在Mac系统作为虚拟
阅读全文
posted @ 2020-09-27 10:54 jiftle
阅读(347)
评论(0)
推荐(0)
linux 压力测试 free top
摘要: 1. 背景 每次发现系统变慢时,我们通常做的第一件事,就是执行 top 或者 uptime 命令,来了解系统的负载情况。如下所示我输入uptime image.png 我们会看到 load average: 0.00, 0.04, 0.05。这三个数字,依次则是过去 1 分钟、5 分钟、15 分钟的
阅读全文
posted @ 2020-09-27 10:44 jiftle
阅读(463)
评论(0)
推荐(0)
上一页
1
···
42
43
44
45
46
47
48
49
50
···
112
下一页
公告