会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
皮豪的技术博客
个人技术博客
博客园
首页
新随笔
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
16
下一页
2022年3月31日
Emacs 指南
摘要: 未完待续
阅读全文
posted @ 2022-03-31 12:14 皮豪
阅读(24)
评论(0)
推荐(0)
2022年3月18日
Linux 安装 WIFI驱动 rtl8188gu
摘要: https://www.wyr.me/post/623 https://www.leonlu.cc/hobby/note006-rtl8188gu-linux/ 亲测:debian11,manjaro xfce 22能装 manjaro需要把内核版本改成510 # 执行下面的命令 sudo mhwd
阅读全文
posted @ 2022-03-18 13:46 皮豪
阅读(2670)
评论(0)
推荐(0)
2022年3月11日
wsl 更新到D盘
摘要: 更换教程 https://blog.csdn.net/qq_39683682/article/details/113801632 安装后需要换个默认用户 https://blog.csdn.net/qq_39683682/article/details/113801428
阅读全文
posted @ 2022-03-11 10:15 皮豪
阅读(108)
评论(0)
推荐(0)
2022年2月12日
安装fcitx5-rime
摘要: https://www.jianshu.com/p/7311e41a2f07
阅读全文
posted @ 2022-02-12 22:06 皮豪
阅读(104)
评论(0)
推荐(0)
2022年1月25日
Vite 配置别名 vue3 项目
摘要: 官方文档还是有点难懂,然后点链接找到了 https://github.com/rollup/plugins/tree/master/packages/alias#entries // rollup.config.js import alias from '@rollup/plugin-alias';
阅读全文
posted @ 2022-01-25 12:07 皮豪
阅读(503)
评论(0)
推荐(0)
2022年1月22日
终端配置 代理
摘要: git config --global https.proxy http://127.0.0.1:10809 git config --global https.proxy https://127.0.0.1:10809 git config --global http.proxy 'socks5:
阅读全文
posted @ 2022-01-22 21:52 皮豪
阅读(213)
评论(0)
推荐(0)
2022年1月17日
evil 控制窗口大小,比快捷键方便
摘要: 下面是vim原本的支持的键 可以用于 emacs evil ,evil 用这个比用快捷键还方面些 1、纵向调整 :res[ize] num 指定当前窗口为num列num行 :res[ize] +num 把当前窗口高度增加num行 :res[ize] -num 把当前窗口高度减少num行 2、横向调整
阅读全文
posted @ 2022-01-17 09:24 皮豪
阅读(43)
评论(0)
推荐(0)
WSL 2 内配置Fcitx自启动
摘要: 前言 我通过配置成fcitx进行服务进行,但其权限是root,在普通模式下无法使用 我用的是xserver ( moba xterm),我要在gtk mode 下启动fcitx,其实 不用这么写 操作 直接在.profile如下命令 fcitx >/dev/null 2>&1 fcitx启动是单例,
阅读全文
posted @ 2022-01-17 08:29 皮豪
阅读(511)
评论(0)
推荐(0)
2022年1月16日
WSL 配置输入法
摘要: 安装输入法 sudo apt install dbus-x11 im-config fonts-noto fcitx fcitx-pinyin fcitx-sunpinyin fitx-googlepinyin 设置自动启动 命令行执行 fcitx-autostart 编辑 ~/.profile
阅读全文
posted @ 2022-01-16 21:43 皮豪
阅读(188)
评论(0)
推荐(0)
2022年1月15日
ubuntu apt 安装最新版 nodejs
摘要: 使用最新版本, 当前是 16.x 的版本。 这里我使用了 LTS 版本。 curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash - sudo apt-get install nodejs
阅读全文
posted @ 2022-01-15 22:18 皮豪
阅读(735)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
16
下一页
公告