2.6 下载内核和基础软件 内核,固件,基础包:linux or linux-lts,linux-firmware,base 编辑器:neovim,vim,nano 网络软件:network manager cpu支持:inter-ucode,amd-ucode 【可选】:git // 建议这部分多读arch wiki # pacstrap -K /mnt base base-devel linux linux-headers linux-firmware neovim vim amd-ucode...
使用Git追踪Linux用户的配置文件(Dotfiles)安装其它软件 pacman -S openssh pacman -S vim# Installe...
mkdir ~/Tools cd ~/Tools git clone https://www.github.com/leesheen/config-linux.git 在~/Tools/config-linux/下就是后面需要的配置文件了。 Zsh Zsh是一个功能强大的Shell,我们用其代替系统默认的bash。在前我们已经安装: # pacman -S zsh
# pacstrap /mnt base base-devel linux linux-firmware vim10、配置fstab# genfstab -U /mnt >> /mnt/etc/fstab检查一下生成的fstab文件是否正确# cat /mnt/etc/fstab11、切换到新安装的系统# arch-chroot /mnt新系统的镜像文件是新的,这里需要重复一下步骤8,使用国内的源。12、设置时区# ln -sf /usr...
找到新建的分区,Type值为Linux filesystem的就是刚才创建的分区,记住这个分区Device的值。找到Type值为EFI System的分区(一般为第一个),记住这个分区Device的值。 将新建的分区格式化: # mkfs.ext4 [分区路径] 挂载分区: #mount [分区路径] /mnt#mkdir/mnt/boot#mount [EFI分区路径] /mnt/boot ...
会心:Arch Linux 安装后该做什么?Arch Linux 使用指南与推荐配置「2023.09」 zhuanlan.zhihu.com/p/568981775 后文均以非root且有管理员权限的用户登录,代码块中---为分割线。 General recommendations wiki.archlinux.org/title/General_recommendations
redis-desktop-manager 缓存中间件Redis可视化客户端; robo3t-bin 连接MongoDB的客户端工具; 虚拟化和容器化 虚拟化 代码语言:javascript 复制 yay -S --noconfirm virtualbox virtualbox-host-modules-arch virtualbox-ext-oracle virtualbox 虚拟机工具,linux首选,比vmware还好用。https://wiki.manjaro.org/index...
Download HUAWEI CLOUD STACK RAMS Series Cloud Computing Software: FileManager-8.2.1-linux-aarch64.tar.gz. Publication Date: 2023-03-28 Size: 117.62MB.
Nome software FileManager-aarch64-8.5.0.20240918152341-linux.tar.gz Data di rilascio 2024-09-25 Dimensioni 117.11MB Descrizione Download Download By downloading a software package, you agree to Huawei Enterprise Software License Agreement.Firma...
The ML4W Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland including an easy to use installation script for Arch and Fedora based Linux distributions. linux arch fedora configuration hyprland Updated Feb 24, 2025 Shell ArchLinuxStu...