/ 雑記帳

ffmpegthumbnailer-2.0.1-1インストール

# vi /etc/ld.so.conf
/usr/local/lib を追加
  
# /sbin/ldconfig
これを実行してからインストール作業を行う。

— posted by くま at 11:20 pm  

 

DP43BFL を購入(2)

PCIデバイスをいっさい認識しません。
購入先の送り返しました。
残念...

— posted by くま at 01:58 pm   commentComment [2] 

マザーボード intel DP43BFL を購入

次はこれでLinuxです...(笑)
CPUは65Wのアレです。
メモリーは予算が足りない。

— posted by くま at 08:18 pm  

ffmpeg

$ wget http://sourceforge.net/projects/lame/files/lame/3.98.4/lame-3.98.4.tar.gz/download

$ tar xvzf lame-3.98.4.tar.gz

$ cd lame-3.98.4

$ make

$ make install

— posted by くま at 11:42 pm  

ubuntu RAIDドライバー 組み込み...奮戦中

http://sourceforge.jp/projects/nec-imodel/wiki/confirm_i120Rg-1_debian4.0

— posted by くま at 12:38 pm  

B25のラッパーソフト

誰か開発してくれないだろうか。
B25がカードリーダーを見に行った時に
それをBonCasLinkのサーバーを見に行く様にするソフト
早い話がBonCasLinkサーバーに対するクライアント側が
linuxであればいいなァという話でした。

— posted by くま at 08:41 pm   commentComment [4] 

ububtu日記-2

/etc/at.deny
このファイルにwww-dataがはいっているので
アパッチはatコマンドを使えない。

— posted by くま at 06:10 pm  

clonezilla

すごいです。なんでも複製が作れそうです。
いままでバックアップソフトはTrueImage一本だったけど
こっちに乗り換え考えます。
ext4にも対応だし...
  
http://sourceforge.jp/magazine/09/05/07/0829255

— posted by くま at 01:42 pm  

memo

ffmpegthumbnailer -i test1.ts -o out.jpg -t 1
  
#!/bin/csh

echo""
echo "予約IDを入力してください。"
echo ""
set ID = $<

/home/web/public_html/epgrec/recomplete.php $ID
  
/usr/bin/ffmpegthumbnailer -i ${OUTPUT} -o ${THUMB} -s 160x90 -t 1

— posted by くま at 10:23 pm  

 

ububtu日記-1

grub2 から grub への入れ替え方法
  
1. grub ディレクトリは残しておきます。
$ sudo mv /boot/grub/ /boot/grub2
  
2. grub2 を削除します。
$ sudo aptitude remove grub-pc
  
3. grub パッケージをインストール
$ sudo aptitude install grub
  
4. menu.lst grub ディレクトリを作成する。
$ sudo update-grub
  
5. grub をインストールします。
$ sudo grub-install /dev/sda

— posted by くま at 09:17 pm  

<< 2024.9 >>
SMTWTFS
1234 5 6 7
89 101112 1314
15 161718192021
222324 25262728
2930     
 
























T: Y: ALL: Online:
ThemePanel
Created in 0.0642 sec.