2010/4/19
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 11:42 pm
2010/4/11
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 12:38 pm
2010/4/6
カテゴリー » Raspberry Pi 2 Model B
誰か開発してくれないだろうか。
B25がカードリーダーを見に行った時に
それをBonCasLinkのサーバーを見に行く様にするソフト
早い話がBonCasLinkサーバーに対するクライアント側が
linuxであればいいなァという話でした。
— posted by くま at 08:41 pm
Comment [4]
2010/3/14
カテゴリー » Raspberry Pi 2 Model B
/etc/at.deny
このファイルにwww-dataがはいっているので
アパッチはatコマンドを使えない。
— posted by くま at 06:10 pm
2010/3/13
カテゴリー » Raspberry Pi 2 Model B
すごいです。なんでも複製が作れそうです。
いままでバックアップソフトはTrueImage一本だったけど
こっちに乗り換え考えます。
ext4にも対応だし...
http://sourceforge.jp/magazine/09/05/07/0829255
— posted by くま at 01:42 pm
2010/3/11
カテゴリー » Raspberry Pi 2 Model B
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
カテゴリー » Raspberry Pi 2 Model B
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
2010/3/7
カテゴリー » Raspberry Pi 2 Model B
ffmpegthumbnailer -i test1.ts -o out.jpg -t 1
— posted by くま at 10:40 pm
2010/2/17
カテゴリー » Linux日 記
悪い知らせは見たくないとりあえず...
alias gmplayer='gmplayer -really-quiet'
alias mplayer='mplayer -really-quiet'
— posted by くま at 10:56 pm
2010/2/15
カテゴリー » Linux日 記
// %ET% 終了日時
//$filename = str_replace("%ET%",date("YmdHis", $end_time), $filename );
$filename = str_replace("%ET%", $title, $filename );
ファイル名を番組名にする実験を始めているがうまくいかない。
— posted by くま at 08:18 pm
Comments