우분투 팁 : Amarok 설치후 mp3가 안나올때..

sudo apt-get install libxine1-ffmpeg

이것저것 안되서 이것저것 삽질했는데... 저거 한방에.. ㅠ_ㅜ;;

Posted by plasticbox

2007/04/21 20:41 2007/04/21 20:41
, ,
Response
No Trackback , No Comment
RSS :
http://kulpot.com/blog/rss/response/21

Cygwin 설정

@_rxvt를 Cygwin 기본 터미널로 설정하기

C:\cygwin\cygwin.bat 내용 변경

@echo off
C:
chdir \cygwin\bin
set TEXMFCNF=/usr/share/texmf-local/web2c
set CYGWIN=tty
rxvt -tn xterm -rv -fn fixedsys -e /bin/bash --login -i
@_Cygwin 한글 입출력 하기

.inputrc 파일 내용 추가
set meta-flag on
set convert-meta off
set output-meta on
.bashrc 파일 내용 추가
alias ls='ls -F --color=auto --show-control-char'
alias l.='ls -dl .[a-zA-Z]*'
alias ll='ls -al'
alias cp='cp -i'
alias mv='mv -i'
alias rm='rm -i'
.bash_profile 파일 내용 추가
if [ -f /etc/bash.bashrc ] ; then
source /etc/bash.bashrc
fi

if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
INPUTRC=/etc/inputrc
fi

Posted by plasticbox

2007/03/31 19:28 2007/03/31 19:28
Response
No Trackback , No Comment
RSS :
http://kulpot.com/blog/rss/response/19


Site Stats

Total hits:
22678
Today:
11
Yesterday:
16