To install wget on a “data” parition: export PKG_TMPDIR=/mnt/usb-data/temp pkg_add -r wget -P /mnt/usb-data/pkg Now we need a script to create the symlinks to the wget binaries in the “pkg” directory: nano /mnt/usb-data/hooks.sh Here’s the content: #!/bin/sh ln -s /mnt/usb-data/pkg/bin/wget /bin/wget Now make it run at boot time, go in System —> Advanced —> Command scripts and enter: /mnt/usb-data
Here’s a nice script found on thinking sysadmin. I slightly modified it to use the real mount point instead of assuming “/”, my changes are highlighted below: #!/usr/local/bin/bash # FROM: http://andyleonard.com/2010/04/07/automatic-zfs-snapshot-rotation-on-freebsd/ # Path to ZFS executable: ZFS=/sbin/zfs # Parse arguments: TARGET=$1 SNAP=$2 COUNT=$3 # Function to display usage: usage() { scriptna
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く