Skip to content

四号程序员

Keep It Simple and Stupid

  • Home
  • 读过的书
  • 从0到1实战微服务架构(第2版)

Rockchip的RK3588的CPU上测试Electron(以及硬件加速)

Leave a reply

1 安装Node.js
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash

# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"

# Download and install Node.js:
nvm install 20

# Verify t[......]

继续阅读

This entry was posted in Linux and tagged cpu, electron, gpu, RK3588, 硬件加速 on 2025-04-29 by coder4.

开发板GPU跑分记录

Leave a reply

跑分附录
我的香橙派5 pro (xfce)
OpenGL Information
GL_VENDOR: Mesa/X.org
GL_RENDERER: llvmpipe (LLVM 15.0.6, 128 bits)
GL_VERSION: 4.5 (Compatibility Profile) Mesa 22.3.6
Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=32 stencil=0 samples=0
S[......]

继续阅读

This entry was posted in Linux and tagged glmark2, gpu, Linux, 驱动 on 2025-04-28 by coder4.

Linux设备驱动相关命令

Leave a reply

1 查看某个驱动的支持设备信息
modinfo rtc-ds1307
会列出很多,其中能alias是都能兼容的
alias: i2c:m41t11
alias: i2c:m41t00
alias: i2c:m41t0
alias: i2c:ds3231
alias: i2c:ds1341
alias: i2c:ds1340
alias: i2c:ds13[......]

继续阅读

This entry was posted in Linux and tagged Linux, 设备驱动 on 2025-04-13 by coder4.

【转】香橙派 5 Plus 折腾笔记

Leave a reply

https://hqshi.cn/info/ops/orange-pi-5-plus[......]

继续阅读

This entry was posted in Linux on 2025-04-11 by coder4.

Arch Linux上常用命令

Leave a reply

系统更新
# 更新软件包
sudo pacman -Syy

# 更新软件包并执行更新
sudo pacman -Syu

# 清理不用的包
sudo pacman -Sc
 [......]

继续阅读

This entry was posted in Linux and tagged arch, Linux on 2025-04-11 by coder4.

Post navigation

← Older posts
Newer posts →

Categories

  • Android
  • C && C++
  • Go
  • iOS
  • Java
  • Linux
  • Mac
  • NLP
  • opencv
  • Perl
  • PHP
  • Python
  • RPC
  • Ruby
  • Visual C++ && C#
  • Windows
  • Wordpress
  • 前端技术
  • 大数据技术
  • 心情随笔
  • 搜索技术
  • 数据库技术
  • 未分类
  • 机器学习
  • 笔面题
  • 算法&数据结构
  • 网络&网络模拟
  • 计算机技术
  • 设计

Tags

  • Android
  • C
  • CentOS
  • c语言
  • Debian
  • docker
  • go
  • gtk
  • Hadoop
  • Hive
  • ios
  • Java && J2EE
  • Java && J2EE
  • Java核心技术
  • KVM
  • Linux
  • MySQL
  • nginx
  • Oracle
  • PHP
  • Python
  • Python Essential Reference
  • shell
  • socket
  • Ubuntu
  • VC
  • windows
  • 严蔚敏
  • 中文
  • 乱码
  • 卷2
  • 字符串
  • 安装
  • 实现
  • 排序
  • 教程
  • 数据结构
  • 核心技术
  • 算法
  • 算法技术手册
  • 编译
  • 读书笔记
  • 递归
  • 配置
  • 重读
Proudly powered by WordPress