西维蜀黍

【macOS】Comfast Aquantia AQC107 驱动配置 - Big Sur 11.6.7

Spec

  ...


【Hackintosh】黑苹果 - AMD Ryzen Hackintosh (5950X + Gigabyte Aorus X570 Pro Wifi - Ventura & OpenCore)

Spec

  • CPU: Ryzen 9 5950X
  • Motherboard: Gigabyte AORUS X570 Pro (Bios Revision - F37b) (overclock)
  • RAM: Corsair Pro Vengeance 32GB (16GB * 2) DDR4 3600Mhz
  • Graphics: Sapphire RX 6800 XT
  • Case : Lian Li PC-O11DW Dynamic
  • SSD:
    • Samsung 990 PRO SSD PCIe 4.0 WD SN850 1TB PCIE4 (m.2 slot 1) - macOS
    • Samsung 970 EVO PLUS 1T (m.2 slot 2) - storage
    • WD SN770 2TB PCIE4 (m.2 slot 2) - storage
  • PSU: Corsair RM1000x 80 Plus Gold 1000W
  • WiFi-Bluetooth: Fenvi T919 BCM94360CD 802.11AC WI-FI With Bluetooth 4.0 PCIe
  • Cooling : Thermaltake TH 360 ARGB AIO
  • Network Card: Comfast Aquantia AQC107 Intel x520-DA1 (with RJ45 adaptor)
  • Installed Operating Systems: Ventura 13.3.1
  • Bootloader: OpenCore 0.9.1
  ...


【FreeBSD】安全性设置

  ...


【TrueNAS】最佳实践

Specification

Storage

Hybrid Storage

In a hybrid configuration, large-capacity spinning disks store the data, while DRAM and flash act as hyper-fast read and write caching.

The technologies work in conjunction with a flash-based separate write log (SLOG), which can be thought of as a write cache that keeps what’s called the ZFS-intent log (ZIL), used to accelerate writes. On the read side, flash can be used as a level two adaptive replacement (read) cache (L2ARC) to keep the hottest data sets on the faster flash media. Workloads with synchronous writes such as NFS and databases consistently benefit from SLOG devices, while workloads with frequently-accessed data may benefit from an L2ARC device. The reason that an L2ARC device is not always the best choice is because the level one ARC in RAM will always provide a faster cache; also, some RAM will be used by the L2ARC table.

  ...


【Network】桥接(Bridging)

Bridging

Definition 1

A network bridge is a computer networking device that creates a single, aggregate network from multiple communication networks or network segments. This function is called network bridging.

Bridging is distinct from routing. Routing allows multiple networks to communicate independently and yet remain separate, whereas bridging connects two separate networks as if they were a single network. In the OSI model, bridging is performed in the data link layer (layer 2). If one or more segments of the bridged network are wireless, the device is known as a wireless bridge.

Definition 2

It is sometimes useful to divide a network, such as an Ethernet segment, into network segments without having to create IP subnets and use a router to connect the segments together. A device that connects two networks together in this fashion is called a “bridge”.

A bridge works by learning the MAC addresses of the devices on each of its network interfaces. It forwards traffic between networks only when the source and destination MAC addresses are on different networks. In many respects, a bridge is like an Ethernet switch with very few ports.

  ...