SeaYuns Space

Traveling in the sea, looking up at the white clouds

Ceph 系列 | cephadm 容器部署存储平台

暂时还未填坑 部署MON节点 部署OSD节点 添加其他服务2 参考文章 ceph 官网文档

Ceph 系列 | 手动部署传统Ceph服务 (以12版本安装为例子)

暂时还未填坑 部署MON节点 部署OSD节点 添加其他服务2 参考文章 ceph 官网文档

archlinux 使用| 软件推荐

笔记软件 Typora Obsidian 代码软件 VScode Goland 会议软件 腾讯会议 视频播放器 mpv 桌面录屏 Obs 邮箱客户端 MailSpring RSS 订阅 QuiteRSS

archlinux 入坑|如何从零安装arclinux

安装系统之前 验证 验证安装包 $ gpg --keyserver-options auto-key-retrieve --verify archlinux-version-x86_64.iso.sig $ pacman-key -v archlinux-version-x86_64.iso.sig 设置键盘(一般不设置) ls /usr/share/kbd/keymaps/**/*.map.gz # loadkeys de-latin1 判断机器是否是可以安装 Archlinux # ls /sys/firmware/efi/efivars //文件夹下是否有固件,有则是efi 安装前设置 网络设置 ##链接WIFI #iwctl工具 # ip link或 设备 device list station ... scanning station ... get-network # nmcli 第二个工具(nmtui)比较简单 系统分区 #分区 cfdisk 或者fdisk fdisk -l cfdisvk /dev/sda #格式化 mkfs.vfat mkfs.ext4 mkswap #挂载分区 mount /dev/sda1 /mnt mount /dev/sdb1 /mnt/root 分区推荐(来自官网) Mount point Partition Partition type Suggested size [SWAP] /dev/*swap_partition* Linux swap More than 512 MiB /mnt /dev/*root_partition* Linux Remainder of the device Mount point Partition Partition type Suggested size /mnt/boot or /mnt/efi /dev/*efi_system_partition* EFI system partition At least 260 MiB [SWAP] /dev/*swap_partition* Linux swap More than 512 MiB /mnt /dev/*root_partition* Linux x86-64 root (/) Remainder of the device 安装装机软件 pacstrap /mnt base base-devel linux linux-firmware networkmanager vim intel-ucode(amd-ucode) git 生成分区表 genfstab -U /mnt >> /mnt/etc/fstab 进入系统安装 arch-chroot /mnt/ 系统安装 语言设置 #编辑系统语言 vim /etc/locale.

phxpaxos 项目的演示和实验

linux环境配置 helloworld@Vostro:~/Downloads/automake-1.14$ uname -a Linux Vostro 5.3.0-40-generic #32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux helloworld@Vostro:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.4 LTS" 下载 phpaxos 源码 git clone https://github.com/Tencent/phxpaxos.git --recursive 下载过程中, 可能会报这样的错, 在运行git clone命令时很容易出现这个错误,这是下载的包太大,网速慢超时报错。 git clone https://github.com/Tencent/phxpaxos.git --recursive ... git clone error RPC failed:curl 56 GnuTLS recv error (-54):Error in the pull function fatar: The remote end hung up unexpectedly fatal : early EOF fatal : index-pack failed .