Linux学习


  • 简介
  • 目录大纲
  • 最新文档

    12

    laoding - 2024年12月14日 17:42


    Orange Pi Zero3打造成云终端/瘦客户机

    一. 安装 X Server 和轻量级窗口管理器 1.更新系统 sudo apt update sudo apt upgrade 2.安装 X Server sudo apt install xorg 3. 安装轻量级窗口管理器 Openbox: 适合需要极致轻量化和高度定制的用户,但需要自己配置额外的桌面组件。 sudo apt install openbox i3: 适合喜欢平铺布局和键盘操……

    laoding - 2024年9月3日 21:38


    Ubuntu 22.10连接蓝牙耳机报错br-connection-profile-unavailable解决方法

    安装依赖包,wireplumber-doc可以选择性 sudo apt install wireplumber libspa-0.2-bluetooth sudo apt-get install pipewire pipewire-pulse 重启wireplumber systemctl --user restart wireplumber 安装蓝牙管理器 sudo apt install bl……

    laoding - 2024年9月1日 21:57


    Luckfox内核配置和Buildroot配置

    1.内核配置 cd /home/ding/luckfox-pico/sysdrv/source/kernel cp ./arch/arm/configs/luckfox_rv1106_linux_defconfig .config make ARCH=arm menuconfig - General setup(常规设置):运行时的基本配置 - Kernel Features(内核特性):核心功……

    laoding - 2024年5月17日 17:36


    Luckfox编译内核

    一.内核配置 cd /home/ding/luckfox-pico/sysdrv/source/kernel/ cp ./arch/arm/configs/luckfox_rv1106_linux_defconfig .config make ARCH=arm menuconfig 二.保存配置 make ARCH=arm savedefconfig cp defconfig ./arch/arm……

    laoding - 2024年4月29日 15:29



    laoding