Chinaunix首页 | 论坛 | 博客
  • 博客访问: 151073
  • 博文数量: 29
  • 博客积分: 1662
  • 博客等级: 上尉
  • 技术积分: 327
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-13 18:53
个人简介

thanks

文章分类
文章存档

2022年(1)

2017年(1)

2016年(1)

2015年(3)

2014年(9)

2011年(1)

2009年(1)

2008年(12)

我的朋友

分类: Android平台

2022-11-04 17:24:06

考虑洋垃圾配置有点差,选的是xfce,只有原生的centos团队做系统镜像才考虑这么体贴

点击(此处)折叠或打开

  1. https://mirrors.aliyun.com/rockylinux/9.0/live/x86_64/

  2. rm .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml


个人选择的是纯英文系统,安装完成后,自己配置基本的桌面和输入法ibus,这些默认镜像都包含了。

安装媒体和第三方库支持

点击(此处)折叠或打开

  1. https://rpmfusion.org/Configuration

一条命令解决,安装free和nonfree
点击(此处)折叠或打开
  1. yum install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm

有了这个源支持后就可以安装vlc播放器等支持了,firefox也可以播放bili网站视频了


数据线访问手机文件

点击(此处)折叠或打开

  1. yum install jmtpfs ifuse
比如安卓连接数据线

点击(此处)折叠或打开

  1. [shell@mh5-202211 ~]$ mkdir /tmp/fs
  2. [shell@mh5-202211 ~]$ lsblk
  3. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
  4. sda 8:0 0 119.2G 0 disk
  5. ├─sda1 8:1 0 3.7G 0 part /boot
  6. ├─sda2 8:2 0 113.4G 0 part /
  7. └─sda3 8:3 0 2.1G 0 part [SWAP]
  8. [shell@mh5-202211 ~]$
  9. [shell@mh5-202211 ~]$ lspci
  10. 00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  11. 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
  12. 00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
  13. 00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
  14. 00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
  15. 00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
  16. 00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
  17. 00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
  18. 00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
  19. 00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
  20. 00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
  21. 00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
  22. 00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
  23. 02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73)
  24. [shell@mh5-202211 ~]$
  25. [shell@mh5-202211 ~]$ jmtpfs /tmp/fs/
  26. No mtp devices found.
  27. [shell@mh5-202211 ~]$
  28. [shell@mh5-202211 ~]$ jmtpfs /tmp/fs/
  29. Device 0 (VID=22d9 and PID=2764) is a Oppo Find 5.
  30. Android device detected, assigning default bug flags
  31. [shell@mh5-202211 ~]$
  32. [shell@mh5-202211 ~]$ lsblk
  33. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
  34. sda 8:0 0 119.2G 0 disk
  35. ├─sda1 8:1 0 3.7G 0 part /boot
  36. ├─sda2 8:2 0 113.4G 0 part /
  37. └─sda3 8:3 0 2.1G 0 part [SWAP]
  38. [shell@mh5-202211 ~]$
  39. [shell@mh5-202211 ~]$

阅读(951) | 评论(0) | 转发(0) |
0

上一篇:debian 9支持flash

下一篇:没有了

给主人留下些什么吧!~~