系统安装

参考https://zhuanlan.zhihu.com/p/433920079
或使用archinstall
我装在了台式机的nvme硬盘里,硬盘路径要改一下。

加入linuxcn源后gpg密钥错误

官方文档https://www.archlinuxcn.org/gnupg-2-1-and-the-pacman-keyring/

pacman -Syu haveged
systemctl start haveged
systemctl enable haveged

rm -fr /etc/pacman.d/gnupg
pacman-key --init
pacman-key --populate archlinux
pacman-key --populate archlinuxcn

bashrc

wget https://gitweb.gentoo.org/repo/gentoo.git/plain/app-shells/bash/files/bashrc -O ~/.bashrc

编辑~/.bashrc,在alias grep='grep --colour=auto'前添加

alias ls='ls --color=auto'

无法挂载ntfs

安装ntfsprogs
https://zzzsy.top/notes/essay/archlinux-mount-ntfs-rw/

官方文档https://wiki.archlinux.org/title/NTFS_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)

/etc/udisks2/mount_options.conf添加这样的选项

[defaults]
ntfs_defaults=uid=$UID,gid=$GID,noatime,prealloc

shadowsocks-libev client设置

设置文件路径/etc/shadowsocks/
启动路径

systemctl start shadowsocks-libev@client

Firefox安装ublock origin

参考https://i.ifeng.com/c/8EgjUwngKyu

需要确保火狐Firefox开启了自定义安装扩展程序的功能。在地址栏输入“ahout:config”按下回车键,进入到高级首选项界面,然后在其中查找“xpinstall.signatures.required”设置项,确保设置为“true”状态。

github安装:
https://github.com/gorhill/uBlock

标签: none

添加新评论