diff options
| author | 2025-06-03 10:30:38 -0400 | |
|---|---|---|
| committer | 2025-06-03 10:30:38 -0400 | |
| commit | 68f39eb867c851acb651f79604aba119ecaa9527 (patch) | |
| tree | 856a3de46de8196736a8fd4c59395d7192aa8353 /hosts/iroha | |
| parent | a28487fe6fbac72c7b1a752acab42dcc6ab46476 (diff) | |
| download | dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.tar.gz dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.tar.bz2 dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.zip | |
Add some gentoo stuff and update cgit
Diffstat (limited to 'hosts/iroha')
| -rw-r--r-- | hosts/iroha/fstab | 10 | ||||
| -rw-r--r-- | hosts/iroha/new_desktop.txt | 49 | ||||
| -rw-r--r-- | hosts/iroha/sshd_config | 7 |
3 files changed, 66 insertions, 0 deletions
diff --git a/hosts/iroha/fstab b/hosts/iroha/fstab new file mode 100644 index 0000000..3a5a64e --- /dev/null +++ b/hosts/iroha/fstab @@ -0,0 +1,10 @@ +/dev/iroha-vg0/root / ext4 noatime 0 1 +UUID="0170-0D7B" /boot vfat defaults,noatime 0 2 +/dev/iroha-vg0/swap none swap sw 0 0 + +UUID="e339ba64-d4ee-44e1-856a-80812fd72960" /mnt/hdd ext4 noatime 0 2 +UUID="88a11ddb-a1ef-4953-bc27-39e358e4c1c4" /mnt/ssd ext4 noatime 0 2 + +tmpfs /var/tmp/portage tmpfs size=16G,uid=portage,gid=portage,mode=775 0 0 + +#hugetlbfs /hugepages hugetlbfs mode=1770,gid=78 0 0 diff --git a/hosts/iroha/new_desktop.txt b/hosts/iroha/new_desktop.txt new file mode 100644 index 0000000..d492765 --- /dev/null +++ b/hosts/iroha/new_desktop.txt @@ -0,0 +1,49 @@ +== Essential Packages +dosfstools +glibc -multiarch, muslc +https://wiki.gentoo.org/wiki/Gentoo_Binary_Host_Quickstart + +== Ideas for a "Stable" Feeling System +(Ignoring the obvious factor of OS stability) +=== Hardware +Minimize USB finickery +Monitor flicker +Easy monitor source switching +HID latency +No wireless +Solid keyboard +Minimize/Eliminate fan noise +No audio noise + +=== Software +No container BS +Well kept working directory and easy backups +Seperate system for gaming + +== Notes +https://wiki.gentoo.org/wiki/LTO +https://musl.libc.org/ +https://www.intel.com/content/www/us/en/products/sku/53427/intel-core-i32120t-processor-3m-cache-2-60-ghz/specifications.html +https://community.intel.com/cipcp26785/attachments/cipcp26785/desktop-boards/876/1/DH77DF_TechProdSpec04.pdf + +== Shopping +PSU https://www.quietpcusa.com/Streacom-90W-nanoPSU-and-ACDC-adapter-block?ItemId=3398696 +Case https://www.quietpcusa.com/streacom-db1-fanless-case +SSD https://www.newegg.com/western-digital-red-sa500-500gb/p/N82E16820250122?Item=9SIAAY9KGJ2444&cm_sp=product-_-from-price-options +SSD https://www.newegg.com/samsung-500gb-870-evo-series-sata/p/N82E16820147792 + +=== Acquired +CPU https://www.ebay.com/itm/176997759085 +MB https://www.ebay.com/itm/256822587988 +Ram https://www.ebay.com/itm/226244059510 + +=== Peripherals +https://www.ebay.com/itm/335297968303 +https://www.startech.com/en-us/usb-hubs/5g4aibs-usb-hub-na +https://www.pckeyboard.com/page/product/UNI0416 +https://www.amazon.com/Realforce-Topre-Bluetooth-Mechanical-Keyboard/dp/B09VPCZWR5 +https://mechanicalkeyboards.com/products/topre-realforce-r2-ivory +https://www.amazon.co.jp/-/en/HP-A3mk2-Headphone-Amplifier-Supports-Resolution/dp/B0C2Y66NGN +https://www.amazon.co.jp/-/en/Semi-Open-Dynamic-Headphones-T60RPmk2-Diaphragm/dp/B0F4WLPD7T + +// vim: set syntax=asciidoc: diff --git a/hosts/iroha/sshd_config b/hosts/iroha/sshd_config new file mode 100644 index 0000000..91fe201 --- /dev/null +++ b/hosts/iroha/sshd_config @@ -0,0 +1,7 @@ +PermitRootLogin no +PubkeyAuthentication yes +PasswordAuthentication no +PermitEmptyPasswords no +KbdInteractiveAuthentication no +Subsystem sftp /usr/lib64/misc/sftp-server +Include "/etc/ssh/sshd_config.d/*.conf" |