/ 雑記帳

/etc/mpd.conf

audio_output {
type "jack"
name "my jack device"
}

audio_output {
type "alsa"
name "My ALSA Device"
# device "iec958:CARD=M2496,DEV=0" # M-AUDIO - Audiophile2496
# device "iec958:CARD=YMF744,DEV=0" # Yamaha DS-1S YMF744
device "iec958:CARD=YMF724F,DEV=0" # Yamaha DS-1S YMF724F
# device "hw:0,0" # M-AUDIO - Audiophile 192
# device "hw:0,1" # M-AUDIO - Audiophile 192
mixer_type "software"
mixer_control "PCM" # optional
# mixer_index "0" # optional
}
music_directory "/var/lib/mpd/music"
playlist_directory "/var/lib/mpd/playlists"
db_file "/var/lib/mpd/mpd.db"
log_file "/var/lib/mpd/mpd.log"
pid_file "/var/run/mpd/mpd.pid"
state_file "/var/lib/mpd/mpdstate"
user "mpd"
bind_to_address "127.0.0.1"
#bind_to_address "192.168.11.3"

— posted by くま at 08:32 pm   pingTrackBack [0]

これでいいのか?

母が亡くなって位牌発注の資料をPHOTO-SHOPで
編集していると何か複雑な気分です。

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

iscsi

# yum install scsi-target-utils
# service tgtd start
# yum install iscsi-initiator-utils
# service iscsid start
# iscsiadm --mode discovery --type sendtargets --portal 192.168.1.5 --login

— posted by くま at 08:50 am   pingTrackBack [0]

TELEFUNKEN

Funken (男性名詞) 英語 spark
ギリシャ語「遠い」を意味する「tele」

ドイツのメーカー...

— posted by くま at 12:10 pm   pingTrackBack [0]

server-key

http://www.i2kt.com/linux/centos/package/index_mod_ssl.html

— posted by くま at 08:46 pm   pingTrackBack [0]

タイトルなし

http://kajuhome.com/centos6_inst_02.shtml

— posted by くま at 12:47 pm   pingTrackBack [0]

For All We Know

カーペンターズ詩の意味が深い...ちょっと理想すぎで困った(笑)
http://ameblo.jp/jaimeen/entry-11285052558.html

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

ディレクトリーのパーミッションを表示します

#!/bin/csh
     
echo ""
echo "ディレクトリーのパーミッションを表示します"
echo ""
echo "Input dir-name?"
echo ""
ls -l | grep ^d
echo ""
set file1 = "$<"
      
ls -l | grep ^d | grep $file1 | awk '{print $1}' | ¥
sed 's/rwx/7/g' | sed 's/rw-/6/g' | sed 's/r-x/5/g' |¥
sed 's/r--/4/g' | sed 's/-wx/3/g' | sed 's/-w-/2/g' |¥
sed 's/--x/1/g' | sed 's/---/0/g' | sed 's/^d//g'

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

PS3 Youtube ソフト

DCIM0113



これは便利過ぎる。Play Station Store で無料でDownloadできる。

— posted by くま at 12:37 pm   pingTrackBack [0]

 

散歩中に...

DCIM0111



— posted by くま at 12:36 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.5385 sec.