/ 雑記帳

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  

memo

ffmpegthumbnailer -i test1.ts -o out.jpg -t 1

— posted by くま at 10:40 pm  

<< 2010.3 >>
SMTWTFS
 123456
7 891011 1213
14 151617181920
21222324252627
28293031   
 
























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