OS软件知识整理

OS软件知识整理:

  1. 网络编程 : https://blog.csdn.net/qq_16933601/article/details/117380734

  2. 音视频相关
    2.1 gst-launch-1.0命令应用举例
    https://www.pianshen.com/article/9317267933/
    2.2 常用测试视频下载地址
    http://trace.eas.asu.edu/yuv/index.html

2.3.gst launch的一些测试命令
https://blog.csdn.net/qq_41592091/article/details/88409402

2.4.gstreamer的官方文档
https://gstreamer.freedesktop.org/documentation/installing/?gi-language=c

2.5.ffmpeg支持rkvdec的配置地址
https://pastebin.com/6d5QR92H

3.系统fs相关:

3.1LFS 6.6中文手册
http://www.ha97.com/885.html
3.2The Buildroot user manual (Buildroot用户使用手册)
https://buildroot.org/downloads/manual/manual.html#getting-buildroot
3.3 使用替换rootfs的方法安装openwrt(麒麟系统可供参考)
https://www.openwrt.pro/post-579.html

  1. debian 系统相关:

4.1
debian包的补丁管理工具:quilt https://www.cnblogs.com/qxxnxxFight/p/4103601.html
4.2 xorg.conf 手册
https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml

4.3 X 访问控制扩展规范
https://www.x.org/releases/X11R7.5/doc/security/XACE-Spec.html7

4.4制作run文件
https://www.jianshu.com/p/59bbf9ce854c

4.5 清华开源镜像站地址
https://mirrors.tuna.tsinghua.edu.cn/

4.6 .glib2.0的代码查询
https://docs.gtk.org/glib/#g-main-loop-new

4.7gtk3代码查询
https://docs.gtk.org/gtk3/

4.8 systemd中文手册
http://www.jinbuguo.com/systemd/systemd.service.html#

4.9 webrtc的示例网站
https://webrtc.github.io/samples/

4.10 hostapd.conf设置
https://nxmnpg.lemoda.net/5/hostapd.conf
https://blog.csdn.net/u013316124/article/details/82781339

4.11 lxc容器的配置
https://wiki.gentoo.org/wiki/LXC

4.12.chromium浏览器的编译简介
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/linux/build_instructions.md

4.13 chromium浏览器开源维护者和对应源码链接汇总
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/linux/chromium_packages.md

4.14.chromium浏览器的参数解析
https://peter.sh/experiments/chromium-command-line-switches/

4.15 C++特性语法查找网页
http://www.cplusplus.com/reference/

4.16 xorg.conf的配置解析网页
https://www.x.org/archive/X11R7.7/doc/man/man5/xorg.conf.5.xhtml

4.17 ubuntu的launchpad地址
https://launchpad.net/ubuntu/

4.18 .linux所有的包汇总地址
https://pkgs.org/

4.19 视频测试网页地址
http://bbb3d.renderfarming.net/download.html

4.20 .ninja编译手册
https://ninja-build.org/manual.html

4.21 .ubuntu的cdimage地址
http://cdimage.ubuntu.com/

4.22 .ubuntu touch 仓库地址
https://github.com/ubports

4.23 .openwrt wiki介绍地址
https://openwrt.org/

4.24 .gio的手册地址
https://docs.gtk.org/gio/

4.25 svg转换png地址
https://www.svgtopng.cn/

4.26 免费图片素材
https://www.pexels.com/zh-cn/

4.27 mqtt 3.1手册地址
https://www.pexels.com/zh-cn/

4.28 Xlib参考地址,xwindows参考地址
https://tronche.com/gui/x/xlib/
https://xwindow.angelfire.com/
https://www.x.org/releases/current/doc/index.html
https://www.x.org/releases/X11R7.7/doc/xproto/x11protocol.html#x11protocol

4.29 .ubuntu锁包命令
https://www.jianshu.com/p/2e949fb3ea61

4.30 .dbus的参考文档
https://dbus.freedesktop.org/doc/dbus-api-design.html
https://thebigdoc.readthedocs.io/en/latest/dbus/dbus.html

4.31 .xtest相关文档
https://www.freedesktop.org/wiki/Software/XTesting/

4.32 .armbian的手册地址
https://docs.armbian.com/User-Guide_Getting-Started/

4.33 gdus 编程
https://blog.csdn.net/adlindary/article/details/80167840
https://blog.csdn.net/shanzhizi/article/details/8845514?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7Edefault-19.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7Edefault-19.control
https://blog.csdn.net/weixin_39759247/article/details/107055188?utm_medium=distribute.pc_relevant.none-task-blog-2defaultBlogCommendFromMachineLearnPai2default-3.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2defaultBlogCommendFromMachineLearnPai2default-3.control

4.34 libinput 手册
https://wayland.freedesktop.org/libinput/doc/latest/api/

4.44 ubuntu 扩展分区
https://www.linuxidc.com/Linux/2013-06/85747.htm

  1. shell相关

5.1 shell 命令
http://www.92csz.com/study/linux/14.htm
5.2 .Linux基本命令网页查询
https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/

  1. 编译原理相关
    6.1 编译原理入门
    https://www.cnblogs.com/fisherss/p/13905395.html

7.蓝牙相关
7.1.蓝牙gattlib仓库地址
https://github.com/labapart/gattlib

8.显示相关
8.1.dpi换算地址
https://dpi.lv/
8.2.DRM的学习简介
https://blog.csdn.net/hexiaolong2009/article/details/83720940?spm=1001.2014.3001.5502

8.3.mali显卡ddk的源码地址
https://developer.arm.com/downloads/view/ZB613-GRP

8.4.arm mali panfrost配置地址
https://en.opensuse.org/ARM_Mali_GPU

8.5.debian malideb包的地址
https://wiki.debian.org/MaliGraphics

8.6.openGL ES2 API参考地址
https://www.khronos.org/registry/OpenGL-Refpages/es2.0/

8.7.OpenGL API参考地址
https://www.khronos.org/registry/OpenGL-Refpages/gl4/

8.8.openGL关于同步的一些说明
https://www.khronos.org/opengl/wiki/Sync_Object

8.9 opencv
https://blog.csdn.net/Stone_Wang_MZ/article/details/94399840
https://blog.csdn.net/u011622208/article/details/104265206

  1. 4G 相关
    9.1 EC-25 4G模块移植记录
    https://www.sohu.com/a/420096041_227417

qt相关
21.国内QT汇总教程地址
http://c.biancheng.net/qt/
http://shouce.jb51.net/qt-beginning/
45.qt API参考地址
https://doc.qt.io/archives/qt-5.13/

嵌入式UI
https://github.com/InfiniTimeOrg/InfiniTime
https://github.com/lvgl/lv_port_linux_frame_buffer
https://github.com/FASTSHIFT/WatchX
https://www.bilibili.com/video/BV1AK4y1b7Xd
https://github.com/stevelord/AWatch

rk 相关:
17.RK的对外wiki
http://opensource.rock-chips.com/wiki_Graphics

其他

30.rust学习地址
https://www.kancloud.cn/thinkphp/rust/36037
https://doc.rust-lang.org/book/second-edition/
https://kaisery.github.io/trpl-zh-cn/

41.pine64系统的论坛地址
https://forum.pine64.org/archive/index.php?thread-10190-5.html

46.css在线编辑地址
http://tool.alixixi.com/csseditor/

49.eBPF相关文档
https://www.khronos.org/opengl/wiki/Sync_Object

fpga 体验
https://steinslab.io/archives/1543

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值