考虑洋垃圾配置有点差,选的是xfce,只有原生的centos团队做系统镜像才考虑这么体贴
-
https://mirrors.aliyun.com/rockylinux/9.0/live/x86_64/
-
-
rm .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
个人选择的是纯英文系统,安装完成后,自己配置基本的桌面和输入法ibus,这些默认镜像都包含了。
安装媒体和第三方库支持
-
https://rpmfusion.org/Configuration
一条命令解决,安装free和nonfree
点击(此处)折叠或打开
-
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网站视频了
数据线访问手机文件
比如安卓连接数据线
-
[shell@mh5-202211 ~]$ mkdir /tmp/fs
-
[shell@mh5-202211 ~]$ lsblk
-
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
-
sda 8:0 0 119.2G 0 disk
-
├─sda1 8:1 0 3.7G 0 part /boot
-
├─sda2 8:2 0 113.4G 0 part /
-
└─sda3 8:3 0 2.1G 0 part [SWAP]
-
[shell@mh5-202211 ~]$
-
[shell@mh5-202211 ~]$ lspci
-
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
-
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
-
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
-
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
-
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
-
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
-
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
-
00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
-
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
-
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
-
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
-
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
-
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
-
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73)
-
[shell@mh5-202211 ~]$
-
[shell@mh5-202211 ~]$ jmtpfs /tmp/fs/
-
No mtp devices found.
-
[shell@mh5-202211 ~]$
-
[shell@mh5-202211 ~]$ jmtpfs /tmp/fs/
-
Device 0 (VID=22d9 and PID=2764) is a Oppo Find 5.
-
Android device detected, assigning default bug flags
-
[shell@mh5-202211 ~]$
-
[shell@mh5-202211 ~]$ lsblk
-
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
-
sda 8:0 0 119.2G 0 disk
-
├─sda1 8:1 0 3.7G 0 part /boot
-
├─sda2 8:2 0 113.4G 0 part /
-
└─sda3 8:3 0 2.1G 0 part [SWAP]
-
[shell@mh5-202211 ~]$
-
[shell@mh5-202211 ~]$
阅读(1096) | 评论(0) | 转发(0) |