FreeBSD


一行野郎


analog

# portinstall www/analog

/usr/local/etc/analog.cfg/

OUTFILE /home/www/analog/index.html
HOSTNAME "[sanzyotubame.dyndns.orz]"
LANGUAGE JAPANESE-EUC

/usr/local/etc/apache2/httpd.conf

Alias /images/ "/home/pentaro/www/analog/images/"
# mkdir /home/www/analog
# cp -R /usr/www/data/images /home/www/analog/

/etc/crontab

10      *       *       *       *       root    /usr/local/bin/analog

firefox thunderbird

/home/hoge/bin/url.sh

#!/bin/sh
export BROWS_HOME=/usr/X11R6/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BROWS_HOME
url=$1; [ -z $url ] && url=about:blank
$BROWS_HOME/firefox-remote "$url" && exit 0
exec $BROWS_HOME/ /usr/X11R6/bin/firefox $url

.thunderbird/hoge/prefs.js

user_pref("network.protocol-handler.app.http","/home/hoge/bin/url.sh"); 
user_pref("network.protocol-handler.app.https","/home/hoge/bin/url.sh");

To enable mailto: in firefox the easiest way is to install the MozEx navigation extension and use "${X11BASE}/bin/thunderbird-remote %r" (without quotes) as the Mailer command.

Screen

c-t Ssplit
c-t Xremove
c-t c-[copy
c-t c-]paste
SPACEset start and end point in copy mode

データCD

sysutils/cdrtools-cjk
日本語ファイルに対応したCD作成ツール
  1. Joliet拡張とRock Ridge拡張なisoイメージを作る
    % mkisofs -J -r -input-charset euc-jp -o hoge.iso hoge
  2. できたイメージを確認
    # mdconfig -af hoge.iso 
    md0
    # mount -t cd9660 /dev/md0 /mnt
    # mdconfig -du md0
  3. Burn!
    # burncd -s max data hoge.iso fixate
    

音楽CD

sysutils/cdrdao
CDをdisc at onceで焼く

一度だけ必要な手順

cdrdaoはscsiデバイス用なので,cam transport moduleをkernelに組み込む。

device atapicam

CDをコピー

# cdrdao copy --device 1,0,0 --speed 8

cue+wavを焼く

cueシートをtocに変換

% cue2toc hoge.cue > hoge.toc

burn!!!

# cdrdao write --device 1,0,0 --speed 8 hoge.toc

TOCファイルの作り方

音楽CDを示すラベルをファイルの先頭に書きます。

CD_DA

後はトラックを書いていきます。

MPlayer

ffmpeg -i input.mpg  -vcodec mpeg4 -b 2048 -acodec mp3 -ab 160 \\
       -r 29.97 -s 640x480 -ac 2 -g 15 -bf 2 -f avi output.avi

loader.conf

bridge

PF

辞書

japanese/ASCIIdates98-fpwA Japanese dictionary for PC terms in '98 ASCII Dates Book
japanese/CGdic-fpwA Japanese dictionary for CG
japanese/bible_names-fpwA dictionary for HITCHCOCK'S BIBLE NAMES
japanese/devil-fpwDevil's dictionary
japanese/ebd-fpwEaston's 1897 Bible Dictionary
japanese/edict-fpwA Japanese <-> English Dictionary
japanese/flower-fpwA dictionary for flowers
japanese/foldoc-fpwThe Free On-line Dictionary of Computing
japanese/fumeikai-fpwAn abbreviation (alphabet-->Japanese) dictionary
japanese/jargon-fpwThe famous jargon file
japanese/lsd-fpwA Japanese - English Dictionary for Life Science
japanese/pejv-fpwAn Esperanto-Japanese dictionary
japanese/roget-fpwRoget's Thesaurus
japanese/ryaku-fpwAn abbreviation (alphabet-->Japanese)
japanese/vera-fpwVirtual Entity of Relevant Aconyms
japanese/wdic-fpwWired and Wireless Dictionary in Japanese
japanese/web1913-fpwWebster's Revised Unabridged Dictionary
japanese/wordnet-fpwA English - English Dictionary
japanese/wwasw-fpwA biographical dictionary
ja-yasou-fpwYasou picture book

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS