随笔分类 -  Arch Linux

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