今日連結:

  • FreeBSD tips 集錦(一) - 節錄一下。
    • 防止 Ctrl-Alt-Del 重開機鍵:
      • (6.1+) /etc/sysctl.conf 加一行:hw.syscons.kbd_reboot=0
      • (6.1-) KERNCONF 加一行:options SC_DISABLE_REBOOT
    • 硬體資訊查詢:
      • dmidecode - DMI(SMBIOS) table decoder
      • pciconf - diagnostic utility for the PCI bus
      • diskinfo - get information about disk device
    • ldd 所列出的是 recursive 所 link 的 lib,要列出直接 link 的 lib:readelf -d somebin | grep NEEDED。
    • FreeBSD kernel 預設每個 prosess 的 heap size 是 512MB,需要自行去調大,在 /boot/load.conf 加入:
      • kern.maxdsiz="1073741824" # max data size 1GB
      • kern.dfldsiz="1073741824" # initial data size 1GB
      • kern.maxssiz="134217728" # max stack size 128MB
    •  
  • 《其實,妳不懂他的心》- 如果妳的行銷對象是女人,妳早就成功一萬次了
  • 十個網誌流量統計工具一覽
  • Mii on Web