会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
水中的火柴盒
博客园
首页
新随笔
联系
订阅
管理
2020年10月26日
ubuntu 20.04 ibus添加五笔输入法
摘要: ubuntu 20.04 ibus添加五笔输入法:虽然现在五笔输入法已经没有什么新人使用,如果还有一两个人,找不到系统自带的极点五笔输入,可以按如下方式操作:以前是用ibus-setup,点添加,现在有更简单的操作方法:1、点设置,找到区域语言;2、输入源点+号,选汉语;3、即可看到系统自带的五笔码
阅读全文
posted @ 2020-10-26 13:58 水中的火柴盒
阅读(4680)
评论(0)
推荐(0)
2019年3月26日
马哥k8s
摘要: https://pan.baidu.com/s/1BAX-j54bLcmWF-0ei-c-pw 31y6
阅读全文
posted @ 2019-03-26 17:16 水中的火柴盒
阅读(1455)
评论(1)
推荐(0)
2019年3月19日
npm修改淘宝原
摘要: //修改之前查看一下npm config get registry https://registry.npmjs.org/ //设置源npm config set registry https://registry.npm.taobao.org //确认npm config get registry
阅读全文
posted @ 2019-03-19 23:02 水中的火柴盒
阅读(941)
评论(0)
推荐(0)
2019年3月11日
linux 使用sh@d0ws0cks server
摘要: [root@linux-node1 ~]# cat /etc/sh@dowsocks.json { "server":["::","0.0.0.0"], "server_port":0000, "local_address": "127.0.0.1", "local_port":1080, "pas
阅读全文
posted @ 2019-03-11 17:22 水中的火柴盒
阅读(332)
评论(0)
推荐(0)
linux 使用sh@d0ws0cks client
摘要: Linux Centos7下安装使用Shadowsocks客户端,实现科学上网 准备 SS: 搭建一个可以连接外网的服务器 教程可见 自己动手搭梯子 服务器:本人用的腾讯云服务器,系统为Centos7 开始 安装epel源、安装pip包管理、安装Shadowsocks客户端 若执行sudo pip
阅读全文
posted @ 2019-03-11 17:20 水中的火柴盒
阅读(629)
评论(0)
推荐(0)
2019年1月16日
linux 重新生成网卡配置文件
摘要: nmcli connection add con-name home type ethernet ifname eth1 autoconnect yes ip4 10.1.252.60/24 gw4 10.1.0.254 con add – 添加新的连接 con-name – 连接名 type –
阅读全文
posted @ 2019-01-16 18:48 水中的火柴盒
阅读(4594)
评论(0)
推荐(0)
2018年11月5日
k8s probe
摘要: livenessProbe: httpGet: path: /abc/401 port: 8384 scheme: HTTP
阅读全文
posted @ 2018-11-05 10:11 水中的火柴盒
阅读(284)
评论(0)
推荐(0)
2018年10月30日
iptables实现--kafka限制ip地址访问
摘要: iptables -I INPUT -p tcp --dport 9092:9094 -j DROPiptables -I INPUT -s 10.144.137.32 -p tcp --dport 9092:9094 -j ACCEPTiptables -I INPUT -s 10.26.1.5
阅读全文
posted @ 2018-10-30 17:04 水中的火柴盒
阅读(1692)
评论(0)
推荐(0)
2018年10月24日
CentOS7设置SVN自启动,提交报错,无权限.手动kill掉后重启,成功.
摘要: 参考文档:http://tieba.baidu.com/p/5174054662 最近想尝试在CentOS7上搭建SVN服务.遇到的问题大致如题,我这边再详细描述一下.虚拟机:VMware® Workstation 12 Pro(12.5.6 build-5528349)虚拟机系统:CentOS 7
阅读全文
posted @ 2018-10-24 14:54 水中的火柴盒
阅读(566)
评论(0)
推荐(0)
2018年9月27日
nginx参数 uri和request_uri讨论
摘要: uri可以输出rewrite后的uri不带参数,要用args查看 request_uri 是请求的完整的uri带参数
阅读全文
posted @ 2018-09-27 16:40 水中的火柴盒
阅读(1582)
评论(0)
推荐(0)
下一页
公告