随笔分类 - Arch Linux
摘要:解决VirtualBox需要安装内核的DKMS的问题参考:https://wiki.archlinux.org/title/Dynamic_Kernel_Module_Support######################## VirtualBox 提示信息Kernel driver not i
阅读全文
摘要:终端1记录[***@archlinux ~]$ mdadmUsage: mdadm --help for help[***@archlinux ~]$ mdadm --helpmdadm is used for building, managing, and monitoringLinux md d
阅读全文
摘要:以下有一些可能没有必要安装,也不管什么全部安装后重启一下系统就可以了。 sudo pacman -S alsa-utils sudo pacman -S alsa-plugins sudo pacman -S pulseaudio-alsa sudo pacman -S pavucontrol-qt
阅读全文
摘要:安装 debtapyaourt -S debtap也应该安装bash, binutils ,pkgfile 和 fakeroot 依赖包。创建/更新 pkgfile 和 debtap 数据库。sudo debtap -u转换deb包debtap ***.deb安装sudo pacman -U <pa
阅读全文
摘要:直接安装 软件包 libmtp。仅安装 libmtp 就已经可以正确的访问设备。为了添加与文件管理器的集成或者是提高传输和访问的速度,还可以安装以下的软件包:These packages to choose from all implement a Wikipedia:Filesystem in U
阅读全文
摘要:在MBR分区格式下的硬盘安装ArchLinux 查看分区信息 # lsblk 处理某一个盘的分区 # fdisk /dev/sda 选择一个主分区来格式化 # mkfs.ext4 /dev/sda1 挂载格式化后的分区 # mount /dev/sda1 /mnt 安装系统 # pacstrap /
阅读全文
摘要:添加ntfs支持 $sudo pacman -S ntfs-3g $sudo vim /etc/fstab # Static information about the filesystems. # See fstab(5) for details. # <file system> <dir> <t
阅读全文
摘要:sudo pacman -S pkgfile sudo pkgfile --update [zhangshaojian@archlinux ~]$ pkgfile ssh-keygencore/opensshextra/bash-completion 参考:https://jingyan.baidu
阅读全文
摘要:参考:http://www.yolinux.com/TUTORIALS/LinuxListOfFonts.html
阅读全文
摘要:# sudo pacman -Syu...error: key "5F702428F70E0903" could not be looked up remotelyerror: required key missing from keyringerror: failed to commit tran...
阅读全文
摘要:$ vim /usr/share/alsa/alsa.conf## defaults## show all name hints also for definitions without hint {} sectiondefaults.namehint.showall off# show just
阅读全文
摘要:# mkdir /usr/share/fonts/WindowsFonts# cp /windowsRoot/Windows/Fonts/* /usr/share/fonts/WindowsFonts# chmod 755 /usr/share/fonts/WindowsFonts/*# fc-ca...
阅读全文
摘要:#安装驱动# pacman -S cups ghostscript gsfonts gutenprint#启动服务# systemctl start/enable org.cups.cupsd.service#驱动配置界面# http://localhost:631参考:https://wiki.a...
阅读全文
摘要:From: http://blog.sina.com.cn/s/blog_5e54bc6801012gfg.html$ sudo pacman -S poppler-data
阅读全文
摘要:ArchLinux命令行与安装包 命令mkfs.vfat 需要的安装包 # pacman -S dosfstools 命令ifconfig 需要的安装包 # pacman -S net-tools
阅读全文
摘要:自动设置 时区列表 timedatectl list-timezones sudo timedatectl set-timezone Asia/Shanghai sudo timedatectl set-ntp true 手动设置 sudo ln -s /usr/share/zoneinfo/UTC
阅读全文
摘要:安装yaourt,最简单安装Yaourt的方式是添加Yaourt源至您的 /etc/pacman.conf:[archlinuxcn]#The Chinese Arch Linux communities packages.SigLevel = Optional TrustAllServer = h
阅读全文
摘要:HostnameSet the hostname to your liking (e.g. arch):# echo myhostname > /etc/hostnameAdd the same hostname to /etc/hosts:# nano /etc/hosts## /etc/host...
阅读全文
摘要:代码下载: Arch-Linux-添加中文字体.txt
阅读全文
浙公网安备 33010602011771号