首页
统计
留言
Search
1
Konsole 和 oh-my-zsh 的配置与使用
1,489 阅读
2
docker启动报错
855 阅读
3
wsl2使用windows下v2ray的代理
810 阅读
4
ssh-agent手动添加sshkey报错
519 阅读
5
docker-compose 创建redis集群测试
519 阅读
全部
PHP
Linux
软路由
杂项
Sql
Go
登录
Search
标签搜索
kubuntu
docker
mysql
pgsql
git
csv
shell
wine
linux
oh-my-zsh
wps
gost
起名
redis
ip
crontab
mac
nginx
wss
docker-compose
JyPony
累计撰写
50
篇文章
累计收到
0
条评论
首页
栏目
全部
PHP
Linux
软路由
杂项
Sql
Go
页面
统计
留言
搜索到
50
篇与
的结果
2025-03-26
禁用dns解析,加快git ssh连接操作速度
指定git ssh走openvpn通道,通过禁用dns解析来加快连接速度。这是我的配置$ cat ~/.ssh/config Host github.com HostName github.com User JyPony IdentityFile ~/.ssh/id_rsa Host bitbucket.org HostName bitbucket.org User JyPony IdentityFile ~/.ssh/bitbuck_id_rsa Host bitbucket.orgtest HostName bitbucket.org User JyPony IdentityFile ~/.ssh/test_id_rsa Host gitee.com HostName gitee.com User JyPony IdentityFile ~/.ssh/gitee_id_rsa Host f-gitlab-l-g.jypony.com # 自建私有仓库 HostName f-gitlab-l-g.jypony.com User JyPony IdentityFile ~/.ssh/gitlab_id_rsa Protocol 2 # 禁用dns解析之后,速度变快 GSSAPIAuthentication no HostKeyAlgorithms +ssh-rsaopenvpn的配置$ cat /etc/openvpn/hk.conf client dev tun proto udp remote vpn.jypony.com 1194 resolv-retry infinite nobind persist-key persist-tun <ca> -----BEGIN CERTIFICATE----- XXXXXXXXXXX -----END CERTIFICATE----- </ca> key-direction 1 <tls-auth> # # 2048 bit OpenVPN static key # -----BEGIN OpenVPN Static key V1----- XXXXXXXXXXX -----END OpenVPN Static key V1----- </tls-auth> tun-mtu 1500 reneg-sec 0 comp-lzo auth-nocache verb 3 auth-user-pass /etc/openvpn/credentials.txt route 10.0.0.0 255.0.0.0 # 以下是指定一个ip范围才走openvpn,xxx替换为自己需要指定的ip, 我这里配置的是git自建仓库的ip route xxx.xxx.xxx.0 255.255.255.0 route-nopull
2025年03月26日
9 阅读
0 评论
0 点赞
2024-11-11
linux 官方微信终于发布了beta4.0
官方地址 https://linux.weixin.qq.com/ ubuntu微信地址 https://archive2.kylinos.cn/DEB/KYLIN_DEB/pool/main/deb/wechat/wechat-beta_4.0.0.21_amd64.deb
2024年11月11日
97 阅读
0 评论
0 点赞
2024-02-27
使用shell模拟并发测试
使用shell模拟并发测试
2024年02月27日
128 阅读
0 评论
0 点赞
2024-01-03
ubuntu navicat 重置试用期
mv ~/.config/navicat ~/.config/navicatbak mv ~/.config/dconf/user ~/.config/dconf/userbak
2024年01月03日
141 阅读
0 评论
0 点赞
2023-09-06
unbuntu wine 微信小程序使用一段时间就白屏打不开
初步猜测是所使用的小程序更新的时候触发了微信bug尝试删除微信小程序缓存目录即可rm -rf /data/wine/wechat/drive_c/users/jypony/AppData/Roaming/Tencent/WeChat/XPlugin/Plugins/RadiumWMPF
2023年09月06日
329 阅读
0 评论
0 点赞
1
2
...
10