会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
77
下一页
2020年9月18日
macos Catalina安装破解软件时提示磁盘已损坏如何处理?
摘要: 答:禁用macos的SIP机制(System Integrity Protection) 操作步骤如下: 重启 在黑屏时按住command和R键,直到出现进度条 登陆系统之后的界面如下: 进入terminal执行命"csrutil disable" bash $ csrutil disable 重启
阅读全文
posted @ 2020-09-18 23:46 Jello
阅读(434)
评论(0)
推荐(0)
2020年9月15日
linux下驱动的probe到底是在哪里被调用的?
摘要: 以RTC的probe过程为例 linux内核版本5.9.0 执行路径如下 rtc@51 { compatible = "nxp,pcf2129"; reg = <0x51>; interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; } module_init(p
阅读全文
posted @ 2020-09-15 16:36 Jello
阅读(939)
评论(0)
推荐(0)
使用i2cdetect来探测某条i2c总线上挂载的从设备时,显示UU是什么含义?
摘要: 答:示例如下: root:~# i2cdetect -y 0 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -
阅读全文
posted @ 2020-09-15 14:50 Jello
阅读(7742)
评论(1)
推荐(0)
2020年9月12日
vnc viewer远程连接xfce桌面无法打开terminal终端如何处理?
摘要: 答: xfce的配置中默认使用的terminal emulator是debian x terminal emulator, 将其配置为x terminal即可,在图形界面下的配置路径如下: Applications -> Settings -> Settings manager -> Prefere
阅读全文
posted @ 2020-09-12 22:58 Jello
阅读(3030)
评论(0)
推荐(0)
2020年9月8日
ubuntu下如何使maven下载jar包更快?
摘要: 答:国内环境下推荐换阿里源 $ sudo vi /etc/maven/settings.xml <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>
阅读全文
posted @ 2020-09-08 23:11 Jello
阅读(306)
评论(0)
推荐(0)
2020年9月7日
如何使用git获取pull request对应的补丁?
摘要: 答: git fetch origin refs/pull-requests/<pull request的id>/from:<获取到本地后的分支名称> 示例如下: 获取pull request id为1111的内容,并且将获取到的分支命名为hello $ git fetch origin refs/
阅读全文
posted @ 2020-09-07 17:55 Jello
阅读(497)
评论(0)
推荐(0)
2020年9月6日
ubuntu下如何使用network-manager的命令行工具连接wifi?
摘要: 答: 使用以下命令即可, $ sudo nmcli d wifi connect "wifi ssid" password "wifi password"
阅读全文
posted @ 2020-09-06 21:43 Jello
阅读(1028)
评论(0)
推荐(0)
2020年9月2日
openwrt如何设置软件源?
摘要: 答: 往/etc/opkg/distfeeds.conf中添加需要的源即可,示例如下: $ cat /etc/opkg/distfeeds.conf ... src/gz openwrt_base http://downloads.openwrt.org/snapshots/packages/aar
阅读全文
posted @ 2020-09-02 17:55 Jello
阅读(8222)
评论(0)
推荐(0)
2020年8月28日
在ubuntu18.04中vnc自启动时报错“vncserver: The HOME environment variable is not set“如何处理?
摘要: 答: 在/lib/systemd/system/vnc.service指定以某用户登陆即可, 模版如下: $ cat /lib/systemd/system/vnc.service [Unit] Description=Vnc Server [Service] ExecStart=/sbin/run
阅读全文
posted @ 2020-08-28 22:27 Jello
阅读(5411)
评论(0)
推荐(0)
linux中iproute2工具介绍
摘要: 参考链接: https://blog.csdn.net/astrotycoon/article/details/52317288
阅读全文
posted @ 2020-08-28 14:05 Jello
阅读(445)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
77
下一页
公告