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월 21일 월요일
2013년 1월 18일 금요일
atrpms 사이트
fedora 가 새 버전을 내놓았다.
근데 atrpms 사이트가 먹통이 됐다.
사실 fedora 는 atrpms repo 가 거의 필요가 없는데 말이다.( 아닌가? )
홈이 열리기가 까지 한참이 걸릴 정도.....
일주일이 지나면 나아 질려나?
괜히 centOS user 만 고생이다.
alternative way= RepoForge
http://scientificlinuxforum.org/index.php?showtopic=1694
근데 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
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.
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
- Install "numlockx"
- Edit the /etc/gdm/Init/Default file
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
2013년 1월 1일 화요일
피드 구독하기:
글 (Atom)
인용
속죄의 길을 걷는 베르고글리오, 내려옴으로써 길을 찾은 베네딕토 16세. 우리는 죄를 인정하는 순간 모든 것을 잃어버리게 되고, 내려오는 순간 다시는 올라갈 방법이 없을 것이라 믿는다. 끊임없는 정당화와 합리화, 타협은 그러한 확신에 기인하는 법이...
-
그렇다. 우리는 잊힐 것이다. 그것이 인생이며, 아무것도 할 수 있는 일은 없다. 오늘 우리에게 중요해보이고 심각해 보이며, 버거운 결과로 보이는 것들, 바로 그것들이 잊히는, 더는 중요해지지 않는 순간이 올것이다. 이상한 일이다. 지금 우리는...
-
sudo apt install ffmpegthumbnailer sudo vim /usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer Exec=/usr/bin/ffmpegthumbnailer -s...