2013년 6월 1일 토요일

13.04 리듬박스 스트리밍 에러

13.04 stopped playing streams in Rhythbox and totem

 When clicking a radio stream in rhythmbox, nothing seems to happen, except the stream is being downloaded in the background. When killing the process 'gvfsd-http' while the stream secretly downloads, rhythmbox starts to play.

출처:http://askubuntu.com/questions/289258/13-04-stopped-playing-streams-in-rhythbox-and-totem

2013년 5월 30일 목요일

2012.06.25


악업을 쌓아 天苦를 당하고,
선업을 쌓아 황제로 살아도
중도는 아니라네.

순간의 억겁을
머리에서 싸 돌아다닌들,
이제는 쉬어야 하지 않나?

2013년 5월 13일 월요일

大道無門

큰 도는 문이 없다.
문이 없다는 건 나갈 수 없다는 뜻이다.
즉 갇혀있다는 이야기이다.

대도(大道)는 언듯 보면 그렇게 보인다.

하지만 문이 있는 곳은 어디인가?
바로 벽에 있다.
그렇다면 이 벽이 없으면 어떻게 되겠는가?

이 역시 문은 없다.
아예 문을 만들 수 없질 않는가?

고로 벽이 없어 문이 없듯이 큰 도는 이렇듯 대자유가 있을 뿐이다.

大道無門은 김영삼 전대통령이 자주 쓰시던 글이라 한다.
물론 평가는 각자의 몫일 게다.
그 대자유를 어떻게 쓸 것인가....도 각자의 몫일게다.





2013년 1월 21일 월요일

fedora 18 한글 전환 문제

ibus change 가 오류를 낸다. 해결책은 좀 다른 방식이다. 

오해의 소지를 제거 하기 위해 원문을 인용한다.

Well, I've learned that Gnome 3.6 does not support external ibus. It has integrated ibus.

In the Region & Language setting I've added Korean(Hangul) input source, and assigned Ctrl+Space to the next input source switching shortcut, I can now switch between Korean and English.

By the way, the switching response is very slow; it takes at least a half second.

그리고 한글 상태에서 f9 가 한자다.
헌데 인용문도 이야기 하듯 좀 느리다.

역시 페도라는 항상 나를 실망시키지 않고 쓰레기 통에 처박아 놓는다.

출처: https://ask.fedoraproject.org/question/3524/solved-fedora-18-ibus-broken

2013년 1월 18일 금요일

atrpms 사이트

fedora 가 새 버전을 내놓았다.
근데 atrpms 사이트가 먹통이 됐다.

사실 fedora 는 atrpms repo 가 거의 필요가 없는데 말이다.( 아닌가? )

홈이 열리기가 까지 한참이 걸릴 정도.....

일주일이 지나면 나아 질려나?
괜히 centOS user 만 고생이다.

alternative way= RepoForge
http://scientificlinuxforum.org/index.php?showtopic=1694

2013년 1월 17일 목요일

install numlockx on linux mint

numlock 설치

sudo vim /etc/mdm/Init/Default

Add these lines at the beginning of the file.  


if [ -x /usr/bin/numlockx ]; then
exec /usr/bin/numlockx on
fi

reboot

출처: http://forums.linuxmint.com/viewtopic.php?f=46&t=116017






install sudo apt install numlockx, after that, edit /usr/share/lightdm/lightdm.conf.d/90-slick-greeter.conf file and add the following line at the end

greeter-setup-script=/usr/bin/numlockx on


or


try to edit /etc/lightdm/lightdm.conf:

[Seat:*]
greeter-setup-script=/usr/bin/numlockx on


See you~

2013년 1월 16일 수요일

Install VirtualBox 4.2.6 on RHEL/CentOS 6.3/5.6 and Fedora 17-12

## RHEL 6.3/6.2/6.1/6/5.8/5.6 and CentOS 6.3/6.2/6.1/6/5.8/5.6 ##
# cd /etc/yum.repos.d/
# wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo
 
 
# yum update
# yum install binutils qt gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms 

# yum install VirtualBox-4.2
 
# /etc/init.d/vboxdrv setup


 
 
출처: http://www.tecmint.com/install-virtualbox-on-redhat-centos-fedora/

2013년 1월 9일 수요일

fedora centOS numlockx 설치

This can be done through 2 steps.

  1. Install "numlockx" 
  2. Edit the /etc/gdm/Init/Default file
Install numlockx through terminal using this command
sudo yum install numlockx

Edit the /etc/gdm/Init/Default file through Gedit using this command in a terminal
sudo gedit /etc/gdm/Init/Default

In the file which opens, above exit 0, paste the lines below

if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi


Save the file and exit.

Next time you reboot, num lock will be on by default

출처: http://centoshowto.blogspot.kr/2010/01/turn-num-lock-key-on.html

2012년 12월 24일 월요일

Remove a GUID Partition Table (GPT) in Linux

My initial though was to use fdisk. However, fdisk does not understand GUID Partition Tables and therefore cannot remove such tables. The other tool that does understand GPT is a tool called “parted”.
So to replace the GPT table with msdos, I did:
parted /dev/sdc
mklabel msdos
quit

출처: http://www.virtualvcp.com/linux-technical-guides/125-clearing-a-guid-partition-table-gpt-in-linux

 


2012년 12월 7일 금요일

kernel update 후 virtualbox 문제.

아래와 같은 메세지

modprobe vboxdrv failed. Please use 'dmesg' to find out why

해당 커널에 맞는 linux-headers 설치.

virtualbox reload!

출처: https://forums.virtualbox.org/viewtopic.php?f=7&t=43976


벌써 이번 해의 마지막 달이군.

인용

  속죄의 길을 걷는 베르고글리오, 내려옴으로써 길을 찾은 베네딕토 16세. 우리는 죄를 인정하는 순간 모든 것을 잃어버리게 되고, 내려오는 순간 다시는 올라갈 방법이 없을 것이라 믿는다. 끊임없는 정당화와 합리화, 타협은 그러한 확신에 기인하는 법이...