Site Tools


park_lspark

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
park_lspark [2022/04/27 07:05] sloaderpark_lspark [2024/11/28 13:21] (current) – [hdds] sloader
Line 1: Line 1:
 +==== services ====
 +
 +[[service:unbound|unbound]] <-?
 +[[service:openldap|openldap]]
 +[[service:postfix|postfix]]
 +[[service:courier|courier]]
 +
 ==== install ==== ==== install ====
  
Line 142: Line 149:
 emerge -NuD world emerge -NuD world
  
 +echo "app-admin/metalog
 +app-arch/p7zip
 +app-arch/sharutils
 +app-misc/screen
 +app-portage/gentoolkit
 +dev-util/strace
 +dev-vcs/git
 +mail-mta/nullmailer
 +net-analyzer/nmap
 +net-dns/bind-tools
 +net-dns/unbound
 +net-misc/curl
 +net-misc/ntp
 +sys-apps/ethtool
 +sys-apps/hdparm
 +sys-boot/lilo
 +sys-fs/btrfs-progs
 +sys-fs/cryptsetup
 +sys-fs/reiserfsprogs
 +sys-kernel/genkernel
 +sys-kernel/gentoo-sources
 +sys-process/cronie
 +sys-process/lsof" >> /var/lib/portage/world
 +emerge -c
 +. /etc/profile
 +
 +emerge -av gentoo-sources
 +cd /usr/src/
 +ln -s linux-5.17.4-gentoo-r1/ linux
 +make menuconfig
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +passwd
 </code> </code>
  
 +
 +==== hdds ====
 +
 +<code>
 +# fdisk -l /dev/sda
 +Disk /dev/sda: 5.46 TiB, 6001175126016 bytes, 11721045168 sectors
 +Disk model: HGST HUS726060AL
 +Units: sectors of 1 * 512 = 512 bytes
 +Sector size (logical/physical): 512 bytes / 4096 bytes
 +I/O size (minimum/optimal): 4096 bytes / 4096 bytes
 +
 +Disk /dev/sdb: 5.46 TiB, 6001175126016 bytes, 11721045168 sectors
 +Disk model: HGST HUS726060AL
 +Units: sectors of 1 * 512 = 512 bytes
 +Sector size (logical/physical): 512 bytes / 4096 bytes
 +I/O size (minimum/optimal): 4096 bytes / 4096 bytes
 +
 +
 +cryptsetup luksFormat -c aes-xts-plain64 -s 512  /dev/sda
 +cryptsetup luksFormat -c aes-xts-plain64 -s 512  /dev/sdb
 +
 +# btrfs filesystem show
 +Label: none  uuid: 9295c7a4-8ec7-4e23-8ea7-9c1e362074ec
 + Total devices 3 FS bytes used 69.29GiB
 + devid    0 size 5.46TiB used 83.01GiB path /dev/mapper/sdb
 + devid    1 size 5.46TiB used 120.04GiB path /dev/mapper/cda
 + devid    2 size 0 used 0 path <missing disk> MISSING
 +
 +</code>
park_lspark.1651043120.txt.gz · Last modified: by sloader