|
You are here |
freebsd.uw.cz | ||
| | | | |
nagekar.com
|
|
| | | | | [AI summary] The author details their experience setting up a home network using a Zotac Zbox CI327 mini PC as a router with pfSense, overcoming initial hardware and driver issues to achieve a functional and efficient network setup. | |
| | | | |
brunty.me
|
|
| | | | | Developer and problem solver | |
| | | | |
kittenlabs.de
|
|
| | | | | There's a number of different ways to distribute an ethernet signal throughout a building. The most common types being: twisted pair wiring fiber optic cable WiFi (2.4 GHz, 5GHz) powerline (also called PLC, IEEE 1901) In my application, running cables wasn't easily possible, so twisted pair and fiber connections were out of the game. PLC-based networking is absolutely unacceptable as a ham radio operator, because these devices produce lots of interference and noise. The distance is a bit too big to utilize "regular" WiFi links, so a different solution was needed. | |
| | | | |
blog.nobugware.com
|
|
| | | Gentoo support for lvm root is still a pain in the ass, here is a working solution. Assuming you have 2 disks same size to be mirrored. You want a mirrored /boot and a big lvm. Start a normal gentoo installation with this disks layout: fdisk -l /dev/sda Device Boot Start End Blocks Id System /dev/sda1 * 1 31 248976 fd Linux raid autodetect /dev/sda2 32 242246 1945591987+ fd Linux raid autodetect fdisk -l /dev/sdb Device Boot Start End Blocks Id System /dev/sdb1 * 1 31 248976 fd Linux raid autodetect /dev... | ||