会员
T恤
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
feipeng8848
博客园
首页
新随笔
订阅
管理
[置顶]
Ubuntu 20.04 美化 比mac OS还好看
摘要: 网站 https://www.pling.com/ 下载速度很慢,不过大多数具体的主题文件,都会在下载页面标识出github页面,可以直接去clone 新发现的一个主题 https://github.com/nana-4/materia-theme 先看美化的效果图 2021-12-15更新,关于s
阅读全文
posted @ 2020-04-30 14:18 feipeng8848
阅读(54451)
评论(7)
推荐(3)
[置顶]
配置vim
摘要: .vimrc vimrc上传到了gitee: https://gitee.com/feipeng8848/vim/blob/3e64205a1fe863c8fe428b7bb030c0e399907bc8/.vimrc# 本文内容也可去gitee查看: https://gitee.com/feipe
阅读全文
posted @ 2019-07-06 11:29 feipeng8848
阅读(2717)
评论(0)
推荐(1)
2025年1月10日
iterm2
摘要: 外观 这个github上的项目提供了很多主题 https://iterm2colorschemes.com/ 亮色主题感觉还可以的几个: OneHalfLight、BuiltinLight、BlulocoLight、Materil、ProLight、Tango Half Adapted 下面截图是基
阅读全文
posted @ 2025-01-10 20:10 feipeng8848
阅读(43)
评论(0)
推荐(0)
2024年12月20日
gtest简单用法
摘要: 当前开发环境中,无法把测试代码提交到仓库,所以单测另起一个目录 . ├── gtest │ ├── CMakeLists.txt # 这是最外层的cmake,用以管理所有内部的cmake │ └── sample_test # 这是sample_src对应的测试用例,该目录下有一个单独的cmake
阅读全文
posted @ 2024-12-20 20:46 feipeng8848
阅读(15)
评论(0)
推荐(0)
2024年12月10日
iterm2自动登录
摘要: 设置profile可以记录登录的目标 用sshpass可以指定密码 brew安装sshpass就可以
阅读全文
posted @ 2024-12-10 14:18 feipeng8848
阅读(8)
评论(0)
推荐(0)
2024年11月25日
asan检查内存泄漏
摘要: 示例代码 int main() { int* ptr = new int[10]; // 分配一个整型数组 return 0; } cmake编译的项目: target_compile_options(a.out PRIVATE -fsanitize=address -g) target_link_
阅读全文
posted @ 2024-11-25 16:18 feipeng8848
阅读(9)
评论(0)
推荐(0)
2024年11月17日
mac 键盘映射软件 karabiner设置
摘要: 首先设置为和内置键盘一样的行文 然后吧cap键映射为fn 最后把fn+hjkl映射为上下左右 以下是具体的映射代码: { "description": "Change fn+hjkl to arrow keys", "manipulators": [ { "from": { "key_code":
阅读全文
posted @ 2024-11-17 15:31 feipeng8848
阅读(769)
评论(0)
推荐(0)
2024年6月14日
flameshot 在centos stream 9上贴图不生效
摘要: 从源代码编译安装的,虽然启动的gnome x11,但是贴图仍然没有生效,下面的配置文件不使用wayland之后正常使用(修改完成之后需要重启)
阅读全文
posted @ 2024-06-14 11:36 feipeng8848
阅读(13)
评论(0)
推荐(0)
2024年6月12日
tabby中使用msys2
摘要: 
阅读全文
posted @ 2024-06-12 16:10 feipeng8848
阅读(32)
评论(0)
推荐(0)
2024年6月11日
centos tream 9安装dingding
摘要: https://github.com/zhullyb/dingtalk-for-fedora/blob/master/README_zh.md 用deb包转成rpm,然后用dnf安装rpm即可 dingtalk-for-fedora提供了如何转化,需要了解rpmrebuild如何使用
阅读全文
posted @ 2024-06-11 13:53 feipeng8848
阅读(49)
评论(0)
推荐(0)
2024年6月7日
bash终端没有颜色
摘要: PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$'
阅读全文
posted @ 2024-06-07 17:42 feipeng8848
阅读(16)
评论(0)
推荐(0)
no matching host key type found. Their offer: ssh-rsa
摘要: Unable to negotiate with x.x.x.x port 2222: no matching host key type found. Their offer: ssh-rsa 修改ssh的配置文件~/.ssh/config添加,默认开启rsa HostKeyAlgorithms
阅读全文
posted @ 2024-06-07 17:32 feipeng8848
阅读(179)
评论(0)
推荐(0)
下一页
公告
点击右上角即可分享