上一页 1 2 3 4 5 6 ··· 9 下一页

2023年8月8日

摘要: 执行后查看 vim --version|grep clipboard clipboard 前面是减号 -,表示不支持系统剪贴板。 如果不支持需要执行: apt-get install vim vim-scripts vim-gtk vim-gnome (vim-gnome 可以不装) 然后: vim 阅读全文
posted @ 2023-08-08 15:51 DuoRuaiMi4567 阅读(270) 评论(0) 推荐(0) 编辑

2023年7月12日

摘要: cat /sys/kernel/debug/rknpu/load NPU load: Core0: 44%, Core1: 0%, Core2: 0%, 有三个核心 阅读全文
posted @ 2023-07-12 17:36 DuoRuaiMi4567 阅读(1957) 评论(0) 推荐(0) 编辑
摘要: find 1/ -type f | xargs -n1 -I "ZZZZZ" grep -l "object" "ZZZZZ" | xargs -n1 -I "XXXXX" mv "XXXXX" 2/ object是要找的文件内容 阅读全文
posted @ 2023-07-12 17:35 DuoRuaiMi4567 阅读(15) 评论(0) 推荐(0) 编辑

2023年7月4日

摘要: 参考 https://www.cnblogs.com/cnroadbridge/p/15194989.html git clone https://gitee.com/taoge2021/env-config.git cd env-config/linux/ubuntu/sources chmod 阅读全文
posted @ 2023-07-04 15:13 DuoRuaiMi4567 阅读(10) 评论(0) 推荐(0) 编辑

2023年5月19日

摘要: 系统:Ubuntu 18.04.1 LTS docker有版本要求,如果有docker可以先卸载,再按要求安装 主流程参照:https://blog.csdn.net/sinat_29957455/article/details/116245562 安装docker: sudo apt-get up 阅读全文
posted @ 2023-05-19 15:15 DuoRuaiMi4567 阅读(1547) 评论(0) 推荐(0) 编辑

2022年12月1日

摘要: #include <codecvt> std::string UnicodeToUTF8(const std::wstring & wstr){ std::string ret; try { std::wstring_convert< std::codecvt_utf8<wchar_t> > wcv 阅读全文
posted @ 2022-12-01 18:12 DuoRuaiMi4567 阅读(148) 评论(0) 推荐(0) 编辑

2022年8月20日

摘要: https://blog.csdn.net/qq_41159150/article/details/121928157 vi /lib/systemd/system/rc-local.service 末尾增加 [Install]WantedBy=multi-user.target Alias=rc- 阅读全文
posted @ 2022-08-20 18:52 DuoRuaiMi4567 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 下载https://github.com/fatedier/frp/releases 参考https://cloud.tencent.com/developer/article/1452168 代理服务端 ./frps -c frps.ini & 修改frps.ini 设置监听端口 内网客户端 ./ 阅读全文
posted @ 2022-08-20 17:12 DuoRuaiMi4567 阅读(90) 评论(0) 推荐(0) 编辑

2022年8月19日

摘要: https://blog.csdn.net/CpolarLisa/article/details/124403700 https://blog.csdn.net/probezy/article/details/124245285 注册https://www.cpolar.com/ 安装 curl - 阅读全文
posted @ 2022-08-19 21:19 DuoRuaiMi4567 阅读(90) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_37435462/article/details/113962129 locate sftp-server vi /etc/ssh/sshd_config Subsystem sftp /usr/lib/openssh/sftp-server 改成实 阅读全文
posted @ 2022-08-19 21:11 DuoRuaiMi4567 阅读(591) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页