ip-Pleione Setup
Operating System
- Install FreeBSD 13.1
- root password
- User(alex)
- /etc/fstab
- Comment unneccesary swap
- Add noatime option
- rc.conf
- /etc/resolv.conf
- usr.staff.alex.tar
- /etc/ssh/sshd_config: +kbdInteractiveAuthentication no
- /etc/hosts.allow
- /etc/ipf.rules
- /etc/make.conf
- /etc/aliases
- /etc/daily.local
- /etc/periodic.conf
- /etc/ttys
Ports Collection
- cd /usr/ports
- pkg bootstrap -f
- Install Ports
- devel/git
- net/rsync
- ports-mgmt/portupgrade
OS Update
- rm -rf /usr/src ; mkdir /usr/src
- cd /usr/src
- git clone -o freebsd -b releng/13.1 https://git.FreeBSD.org/src.git /usr/src
- Configure /usr/src/sys/arch/conf/$KERNCONF
- rm -rf /usr/obj
- make buildworld
- make buildkernel
- make installkernel
- reboot
- mergemaster -p
- make installworld
- mergemaster -iFU
- yes | make delete-old
- reboot
Mail System
- cd /etc/mail
- make install
- newaliases
Ports Collection / User Application
- rm -rf /usr/ports/*
- cd /usr/ports
- git clone -o freebsd https://git.FreeBSD.org/ports.git /usr/ports
- portupgrade -afc
- Install Ports
- japanese/nkf
- converters/base64
Operating System
- cd /usr/src
- yes | make delete-old-libs
Backup Storage
- zfs create zroot/home1
- zfs set mountpoint=/home1 zroot/home1
- zfs create -o compression=zstd-19 -o setuid=off -o exec=off -o dedup=sha256,verify -o snapdir=visible zroot/home1/t73