yangxuan8282
yangxuan8282
I follow the wiki: https://wiki.postmarketos.org/wiki/Existing_Alpine_installation , have installed `postmarketos-base` and `postmarketos-ui-hildon` on raspberry pi. After reboot, I can see the desktop, but both usb keyboard and mouse not working in...
I know this maybe kind of heavy for pi, but just want to ask the possibility. If it's possible, will wayland and VC 4 improve the performance?
when run on WSL(debian), got this error: ``` Checking if file exists... Fetching metadata... Traceback (most recent call last): File "/usr/bin/send-cli", line 124, in case_url(args.url) File "/usr/bin/send-cli", line 53, in...
用途是利用 dog-tunnel 来把家里树莓派上的 80和443端口映射到远端服务器上 目前是开两个 screen 会话分别映射 80端口: ``` ./dog-tunnel -service $SERVER_IP:1234 -v -action 127.0.0.1:80 -encrypt -xor 1213343 -local :80 -pipe 5 -r ``` 443 端口 ``` ./dog-tunnel -service $SERVER_IP.101:1234...
现在没有找到很好的办法自动检测系统环境 如果是本机上运行脚本可以用以下代码实现: ```python from sys import platform as _platform if _platform == "linux" or _platform == "linux2": # linux _char_width = 2 elif _platform == "darwin": # MAC OS X...
鉴于不时有人开 issues 来问 armbian 的问题,本身我不是很想解答这类问题的,因为我不是 armbian s9xxx 的作者,也没有长时间使用过 armbian 不能保证解决这类问题,不过为了帮助 n1 用户,还是单独开一个 issues 来放相关的问题,包括 armbian 或者其它不是我制作的镜像的问题都发到这里 如果你英文过关的话更建议的解决方式是直接向 armbian s9xxx 的作者 [150balbes](https://github.com/150balbes ) 来提问得到最好的解决
要求按照格式发: - 发行版及版本号,比如 Armbian_5.67_Aml-s9xxx_Debian_stretch_default_4.19.7_20181218 - 所用 dtb 的链接及 md5sum - 什么情况下出现断网,必须给出细节,比如开机多久之后出现,或者在传输多大文件,再或者运行某应用时候出现,要求能复现,以及具体症状是什么,比如 ping 不通还是延迟高还是其它 不按照格式或者未给出何种情况出现断网的不予答复 另外诸如某些无依据的推测不要再出现,比如断网是由 network manager 引起这种