본문 바로가기

Developments/Linux(ubuntu)26

윈도우 재설치시 Grub 복구하는 방법 Linux와 Window를 같이 멀티부팅으로 사용하는 경우 Windows를 재설치하게되면 MBR을 덮어씌우게 되어 Grub이 로드가 되지를 않아 Linux로 부팅을 할수 없게 됩니다. 이 Gurb BootLoader를 복구하는 방법은 다음과 같습니다. 1. Live CD나 Rescue시디로 부팅 2. X Windows가 실행되는 Live CD에서는 터미널을 실행, 콘솔로 진입되는 CD는 다음 명령어 실행 3. 실제 Linux가 설치되어있는 파티션을 마운트 해줄 디렉토리 생성 (ex: #mkdir mylinux) 4. Linux가 설치되어있는 파티션을 마운트 (ex: /dev/sda6에 Linux가 설치되어있다고 가정 $ sudo mkdir mylinux $ sudo mount /dev/sda6 mylin.. 2013. 10. 22.
Gnome-Keyring Issues in Ubuntu 12.04 WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-hh7cpi/pkcs11: No such file or directory 12.04에서는 위와 같은 gnome-keyring Issue가 있다. http://laslow.net/2012/05/06/gnome-keyring-issues-in-ubuntu-12-04/ 위에 Issue 관련 bug report가 작성되어 있고, 내용은 아래와 같다. While trying to do a ‘repo sync’ on the CyanogenMOD source after doing a fresh install of Xubuntu 12.04, I started getting the following error, re.. 2013. 4. 18.
[12.04] Android 4.0.3r1 Version Compile 에러 확인 및 해결 방법 http://blog.markloiseau.com/2012/07/how-to-compile-android-on-ubuntu-12-04 rror: “_FORTIFY_SOURCE” redefined [-Werror] This is a well-known error caused by the redefinition of _FORTIFY_SOURCE in build/core/combo/HOST_linux-x86.mk. It doesn’t happen on all systems. In fact, the error didn’t appear for most people in Ubuntu 11.04, but it started showing up after 11.10. The error can be fixed by ch.. 2013. 4. 10.
[12.04] Android Source compile을 위한 Package 설치 작업 문제 해결 http://source.android.com/source/initializing.html 위 페이지에 가보면 Installing required packages (Ubuntu 12.04) 부분에 설치해야 할 패키지가 아래와 같이 나열되어 있다. Installing required packages (Ubuntu 12.04) Building on Ubuntu 12.04 is currently only experimentally supported and is not guaranteed to work on branches other than master.$ sudo apt-get install git gnupg flex bison gperf build-essential \ zip curl libc6-dev l.. 2013. 4. 10.
[12.04] arm-2009q3-67-none-linux-gnueabi.bin 설치 오류 해결 방법 배 포 판 : ubuntu 12.04 Desktop x64 Version 설치파일: arm-2009q3-67-arm-none-linux-gnueabi.bin Sourcery G++ Lite for ARM GNU/Linux 의 compiler를 설치하는 도중에 에러가 발생할 경우에 다음 패키지를 추가 설치해본다. $ apt-get install ia32-libs 그러면 설치가 진행된다. 2013. 4. 10.
ubuntu 12.04 Server x64 Version 출처 : http://deviantcj.tistory.com/428 아기다리고기다리던 '우분투 12.04 LTS 정밀한 천산갑(Ubuntu 12.04 LTS Precise Pangolin)'이 출시되었습니다. 우분투를 처음 이용하는 분들, 우분투 12.04를 새로 설치하신 분들은 무엇부터 해야할 지 난감할텐데요, 이번 글만 보시면 모든 설정을 끝낼 수 있도록 준비해봤습니다!! 설치 마무리 업데이트 확인 & 설치 터미널을 열고 아래의 명령어를 입력합니다. $ sudo apt-get update && sudo apt-get upgrade 하드디스크 마운트 설정 $ sudo apt-get install pysdm 관련글 : [pysdm] 파티션의 마운트 설정을 더 쉽게 해보자!! '언어 지원'의 한글 설정 및.. 2013. 4. 9.