리눅스 민트에 USB 사운드카드를 설치 하였다. 렙탑에 내장된 사운드카드를 비활성화 하고 싶었지만 되지 않았다.

부팅 시 USB 사운드카드를 primary로 하는 방법을 검색.. 해결 하였다.



다음 파일을 수정

/etc/modprobe.d/alsa-base.conf


저는 아래 붉은 색 값을 -2에서 0으로 설정 후 재부팅 하였습니다.


options bt87x index=-2

options cx88_alsa index=-2

options saa7134-alsa index=-2

options snd-atiixp-modem index=-2

options snd-intel8x0m index=-2

options snd-via82xx-modem index=-2

options snd-usb-audio index=0

options snd-usb-caiaq index=-2

options snd-usb-ua101 index=-2

options snd-usb-us122l index=-2

options snd-usb-usx2y index=-2





참고

http://alsa.opensrc.org/MultipleCards

http://blog.naver.com/examanida?Redirect=Log&logNo=100190900111

http://lowid.tistory.com/480

yum install php-mbstring

I am getting the following error when I try to connect to mysql:

Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

Is there a solution for this error? What might be the reason behind it?




service mysqld start

Then, try the one of the following following:

(if you have not set password for mysql)

mysql -u root

if you have set password already

mysql -u root -p
share|improve this answer




http://stackoverflow.com/questions/4448467/cant-connect-to-local-mysql-server-through-socket-var-lib-mysql-mysql-sock

netinstall 용 iso이미지로 부팅 합니다.

URL을 선택 -> 다음 주소를 참고해 각자 배포하는 사이트 url을 탐색하여 적으면 됩니다.


ftp://centos.mirror.cdnetworks.com/centos/6.4/os/x86_64/


Linux mint 16 mate 에 크롬 설치하기


1. https://www.google.com/intl/ko/chrome/browser/ 에 접속하여 Ubuntu/debian 용 deb파일을 다운로드 합니다.

   이때 자신이 설치한 운영체제 bit 버전에 맞게 다운로드 합니다.


2. 다운로드 한 파일을 더블 클릭하여 설치 하여 되지 않을 경우 아래와 같이 터미널에서 설치를 진행 합니다.





# apt-get install libcurl3 libnspr4-0d libxss1

# dpkg -i google-chrome-stable_current_amd64.deb

http://vault.centos.org/


출처 : http://kwanseob.blogspot.kr/2013/02/zip.html


우분투(리눅스)에서 zip 파일 압축 해제시 한글 깨짐 문제 해결 방법

윈도우를 이용하던 리눅스를 이용하던 압축파일은 자주 접하게 된다. 하지만 리눅스 환경에서 한글로 구성된 제목을 이루고 있는 파일들의 경우 압축을 하제할 경우 문자가 이상하게 나타난다.
이 문제는 문자의 인코딩과 관련한 문제로 한글의 특수한 구조 때문에 발생하게 되는 것이다. 이를 해결하기 위해서는 문자열을 직접 지정해주면 된다.

일반적인 zip 파일의 압축 하제를 위해서는 unzip 명령어를 이용한다.
$ unzip [파일명]

여기에 문자 인코딩을 직접 지정하면
$unzip -O [인코딩] [파일명]  ==>  $unzip -O cp949 ???.zip

위의 방법을 이용하면 한글의 깨짐 없이 무사히 압축을 해제할 수 있다.
하지만 문자열 인코딩 종류를 일일이 지정하는 방법은 번거롭다. 그리고 명령어에서 인코딩 종류를 지정하는 방식은 터미널을 통한 과정에서만 이용 가능하다. 이런 불편함들은 profile을 수정하는 과정을 통해 해결 가능하다.

관리자 권한을 획득한다.
$ sudo -s       or       $ su -

profile 파일을 에디터를 통해 오픈한다.
# vi /etc/profile        or        # gedit /etc/profile

파일의 마지막 줄에 다음의 문자열들을 추가한다.
 export UNZIP="-O cp949"
 export ZIPINFO="-O cp949"

이제 재부팅하면 마우스 오른쪽 클릭을 통해서 압축을 해제해도 한글이 깨지지 않게 될 것이다.



 

NanumBarunGothic.ttf

 

NanumBarunGothicBold.ttf

 

NanumFontSetup_TTF_BARUNGOTHIC_hangeulcamp.exe

 

리눅스에서 쓰고 싶은데 exe파일로만 올려 두면 ㅠㅠ

 

그래수 추출 ^^

+ Recent posts