/ 雑記帳

PS3 Media Server mplayer がない。

PS3 Media Serverで
もしインストールしてるのにmplayerが無いというエラーが出たら
mplayerはたぶん/use/local/bin/にインストールされているので
# cd /usr/bin
# ln -s mplayer /usr/local/bin/mplayer

— posted by くま at 04:50 pm   pingTrackBack [0]

 

REGZA リモコンで入力面倒? Tira-2.1が無いと使えません(笑)

#!/bin/csh
    
case1:
echo ""
echo "最初の文字を選択してください"
echo "Input あ-ん"
    
echo "0 あ行"
echo "1 か行"
echo "2 さ行"
echo "3 た行"
echo "4 な行"
echo "5 は行"
echo "6 ま行"
echo "7 や行"
echo "8 ら行"
echo "9 わ 記号"
echo "C Continue"
echo "E End"
echo "M Input_Mode"
echo "K Enter"
echo ""
    
set ch = $<
    
##################################################
if ( "$ch" == 0 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-1
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 1 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-2
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 2 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-3
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 3 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-4
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 4 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-5
#
goto case1
else
if ( "$ch" == C ) then
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-right
goto case1
else
if ( "$ch" == E ) then
exit
endif
##################################################
if ( "$ch" == 5 ) then
sleep 1
/usr/local/bin/tira2_trans2 /usr/local/bin/tira2code/R-6
#
goto case1
— posted by at 12:46 pm  

`e">
 

1

1

— posted by at  

タイトルなし

yum groupinstall "GNOME デスクトップ環境" "X Window System"

— posted by くま at 02:07 pm   pingTrackBack [0]

今日出ていたエラー

/etc/cron.weekly/98-zfs-fuse-scrub:
    
connect: No such file or directory
Please make sure that the zfs-fuse daemon is running.
internal error: failed to initialize ZFS library
    
対策
# /etc/init.d/zfs-fuse start
zfs-fuse を起動中: [ OK ]
Immunizing zfs-fuse against OOM kills [ OK ]
Mounting zfs partitions: [ OK ]

— posted by くま at 10:18 am   pingTrackBack [0]

ADT (Android Developer Tools)内臓のEclipseの日本語化

http://blog.s-page.org/archives/419
残念ながらlinux版はなさそう...

— posted by くま at 01:52 pm   pingTrackBack [0]

P-06D を linux でいじる(1)

$ lsusb
Bus 002 Device 006: ID 04da:2216 Panasonic (Matsushita)
# adb kill-server
# adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
# adb devices
List of devices attached
xxxxxxxxxxxxxx device


Screenshot-DDMS-ADT



— posted by くま at 07:30 am   pingTrackBack [0]

ADT (Android Developer Tools) download

http://developer.android.com/sdk/index.html
linux,windows版、両方試したがlinux版の方が反応が早い様に感じる。

— posted by くま at 07:58 pm   pingTrackBack [0]

 

起動の順番を変える

LANのボードを追加した時に
# cd /etc/rc.d/rc3.d]$
# ll S24rpcidmapd
# mv S10network S11network
# mv S24rpcidmapd S10rpcidmapd

— posted by くま at 01:26 pm   pingTrackBack [0]

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
























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