2013년 12월 13일 금요일

[펌] 고대 주현우씨의 대자보.



〈안녕들 하십니까?〉

1. 어제 불과 하루만의 파업으로 수천 명의 노동자가 일자리를 잃었습니다. 다른 요구도 아닌 철도 민영화에 반대한 이유만으로 4,213명이 직위해제된 것입니다. 박근혜 대통령 본인이 사회적 합의 없이는 추진하지 않겠다던 그 민영화에 반대했다는 구실로 징계라니. 과거 전태일 청년이 스스로 몸에 불을 놓아 치켜들었던 '노동법'에도 "파업권"이 없어질지 모르겠습니다.

정부와 자본에 저항한 파업은 모두 불법이라 규정되니까요. 수차례 불거진 부정선거의혹, 국가기관의 선거개입이란 초유의 사태에도, 대통령의 탄핵소추권을 가진 국회의 국회의원이 '사퇴하라'고 말 한 마디 한 죄로 제명이 운운되는 지금이 과연 21세기가 맞는지 의문입니다.

시골 마을에는 고압 송전탑이 들어서 주민이 음독자살을 하고, 자본과 경영진의 '먹튀'에 저항한 죄로 해고노동자에게 수십억의 벌금과 징역이 떨어지고, 안정된 일자리를 달라하니 불확실하기 짝이 없는 비정규직을 내놓은 하수상한 시절에 어찌 모두들 안녕하신지 모르겠습니다!

2. 88만원 세대라 일컬어지는 우리들을 두고 세상은 가난도 모르고 자란 풍족한 세대, 정치도 경제도 세상물정도 모르는 세대라고들 합니다. 하지만 1997~98년도 IMF 이후 영문도 모른 채 맞벌이로 빈 집을 지키고, 매 수능을 전후하여 자살하는 적잖은 학생들에 대해 침묵하길, 무관심하길 강요받은 것이 우리 세대 아니었나요? 우리는 정치와 경제에 무관심한 것도, 모르는 것도 아닙니다. 단지 단 한 번이라도 그것들에 대해 스스로 고민하고 목소리내길 종용받지도 허락받지도 않았기에, 그렇게 살아도 별 탈 없으리라 믿어온 것뿐입니다.

그런데 이제는 그럴 수조차 없게 됐습니다. 앞서 말한 그 세상이 내가 사는 곳이기 때문입니다. 저는 다만 묻고 싶습니다. 안녕하시냐고요. 별 탈 없이 살고 계시냐고요. 남의 일이라 외면해도 문제없으신가, 혹시 '정치적 무관심'이란 자기합리화 뒤로 물러나 계신 건 아닌지 여쭐 뿐입니다. 만일 안녕하지 못하다면 소리쳐 외치지 않을 수 없을 겁니다. 그것이 무슨 내용이든지 말입니다. 그래서 마지막으로 묻고 싶습니다. 모두 안녕들 하십니까!

출처: 경향신문
〈김여란 기자 peel@kyunghyang.com〉

http://media.daum.net/society/newsview?newsid=20131212192709564

2013년 12월 9일 월요일

VirtualBox 4.3 Does not recogize 64 bit [Solved]

VT-x/AMD-V is disabled on your system or used by something else.
probablely main netbook bios issue.

인용: Better start a new topic. Does your CPU have VT-x? Have you enabled it in the BIOS?

https://forums.virtualbox.org/viewtopic.php?f=6&t=57871

2013년 12월 8일 일요일

Yum conflicts for 32 and 64 bit versions of a package !!!!

yum Error: Protected multilib versions

1st Solution

package-cleanup --dupes
package-cleanup --cleandupes
yum clean all
yum update

출처: http://forums.fedoraforum.org/showthread.php?t=295403

2nd Solution

yum test updates solution

will install or update only the package named from the updates-testing repository.

yum install  package --enablerepo=updates-testing
 
출처: https://fedoraproject.org/wiki/QA:Updates_Testing 

2013년 11월 10일 일요일

케즐 방송 中에서......


죽도록 미워했던 사람과 사랑에 빠지기도 하고 - 로맨틱 코메디
큰 상처를 받았지만 용서하게 된다.- 드라마
너무 미워했는데 이해로 바뀌어 – 다큐

K의 즐거운 사생활 2013/11/09 () 中에서

2013년 8월 4일 일요일

Error ; You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest

You could try using --skip-broken to work around the problem 
You could try running: rpm -Va --nofiles --nodigest

해결:
# yum --enablerepo=updates-testing update

출처: http://forums.fedoraforum.org/showthread.php?t=288806 

2013년 7월 23일 화요일

How to make Firefox open magnet-links in Transmission

Open up Firefox and its preferences window. Go to the "Applications" tab and you should see "magnet" on the list. Click on "Always ask" and if Transmission does not appear as an option then click on "Use other" and navigate to /usr/bin on your file system. Look for "transmission" or "transmission-gtk" and click that.


출처: http://askubuntu.com/questions/122930/how-to-make-firefox-open-magnet-links-in-transmission

2013년 7월 13일 토요일

VirtualBox 4.2.16 on Fedora 19/18

root 권한

# cd /etc/yum.repos.d/
# wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo

 
# yum install gcc kernel-headers kernel-devel dkms
# yum install VirtalBox-4.2
# /etc/init.d/vboxdrv setup
# vi /etc/group
사용자 등록 

reboot

 
출처: http://www.if-not-true-then-false.com/2010/install-virtualbox-with-yum-on-fedora-centos-red-hat-rhel/

Fedora 19 audacious 설치

yum install audacious audacious-plugins-freeworld-mp3

That's all

출처: http://forums.fedoraforum.org/showthread.php?t=266191

2013년 7월 10일 수요일

fedora 19 Atheros ar8161 or ar8162 driver install

Install

To only compile and install the alx driver you can do:

https://www.kernel.org/pub/linux/kernel/projects/backports/2013/03/04/compat-drivers-2013-03-04-u.tar.bz2 다운 압축풀고 그 디렉토리로 이동

#./scripts/driver-select alx
# make clean
# make
# make install
# modprobe alx

reboot

출처:http://www.linuxfoundation.org/collaborate/workgroups/networking/alx

make 시 에러!

EDIT2: It may happen that make complains that version.h is missing. if so, do:
  1. sudo cp /usr/include/linux/version.h /usr/src/kernels/'uname -r'/include/linux 
  2. where uname -r should give you the directory of the kernel you're using, 3.7.2-204.fc18.x86_64 for example.                                                                                                                                                                                                   출처: https://ask.fedoraproject.org/question/10550/fedora-18-atheros-ar8161-and-wireless-bcm43142-not-recognized/
설치 전 업데이트

 yum update kernel kernel-headers kernel-devel gcc
 
출처: https://bugzilla.redhat.com/show_bug.cgi?id=842367 
 

2013년 6월 23일 일요일

ubuntu gnome3 “Could not update ICEauthority file” after login

새로운 사용자 부가 후 login 문제.

/home 이후 사용자 설정

sudo su
mkdir username
chown -R username /home/username
chgrp -R username /home/username

다시 login

출처: http://askubuntu.com/questions/55568/could-not-update-iceauthority-file-after-login-independent-of-gnome

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

foremost hdd recovery

sudo apt install foremost  sudo foremost -t jpg -i /dev/sdb1 -o /home/nichts/recovery souece : gemini